summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* toke.c, S_scan_ident(): Don't take a "end of buffer" argument, use PL_bufendBrian Fraser2013-09-181-1/+1
* [perl #115928] a consistent (public) rand() implementationTony Cook2013-09-131-0/+2
* perlapi: Add doc for my_strlcpy, my_strlcatKarl Williamson2013-09-101-2/+2
* gv.c: Split part of find_default_stash into gv_is_in_main.Brian Fraser2013-09-111-0/+2
* gv.c: Rename magicalize_gv into gv_magicalize, make it more specific.Brian Fraser2013-09-111-1/+1
* gv.c, gv_fetchpvn_flags: Split another chunk of magic-checking code.Brian Fraser2013-09-111-0/+1
* gv.c: Move the code that magicalizes new globs into magicalize_gv().Brian Fraser2013-09-111-0/+3
* gv.c: Begin splitting gv_fetchpvn_flags into smaller helper functions.Brian Fraser2013-09-111-0/+7
* regcomp.c: Make all warnings and error messages UTF-8 cleanBrian Fraser2013-09-101-1/+1
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-1/+1
* Revert "Let av_push accept NULL values"Father Chrysostomos2013-09-071-1/+1
* Fix PerlIO_get_cnt and friendsLeon Timmermans2013-09-071-4/+4
* Let av_push accept NULL valuesFather Chrysostomos2013-09-061-1/+1
* Put AV defelem creation code in one placeFather Chrysostomos2013-09-061-0/+1
* [perl #115768] improve (caller)[2] line numbersFather Chrysostomos2013-09-011-1/+2
* utf8.c: Remove wrapper functions.Karl Williamson2013-08-291-13/+3
* utf8.c: Stop using two functionsKarl Williamson2013-08-291-2/+4
* Convert uvuni_to_utf8() to functionKarl Williamson2013-08-291-1/+1
* Deprecate utf8_to_uni_buf()Karl Williamson2013-08-291-1/+1
* Deprecate valid_utf8_to_uvuni()Karl Williamson2013-08-291-1/+1
* utf8.c: Swap which fcn wraps the otherKarl Williamson2013-08-291-2/+1
* Deprecate NATIVE_TO_NEED and ASCII_TO_NEEDKarl Williamson2013-08-291-0/+2
* Extract common code to an inline functionKarl Williamson2013-08-291-0/+2
* Only predeclare S_sv_or_pv_pos_u2b for -DPERL_CORE or -DPERL_EXTNicholas Clark2013-08-281-0/+2
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-2/+4
* Use SSize_t/STRLEN in more places in regexp codeFather Chrysostomos2013-08-251-10/+11
* Stop substr re optimisation from rejecting long strsFather Chrysostomos2013-08-251-2/+2
* [perl #116907] Allow //g matching past 2**31 thresholdFather Chrysostomos2013-08-251-1/+1
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-0/+5
* Use SSize_t for arraysFather Chrysostomos2013-08-251-13/+14
* Use SSize_t when extending the stackFather Chrysostomos2013-08-251-3/+4
* Use SSize_t for tmps stack offsetsFather Chrysostomos2013-08-251-1/+2
* PATCH: [perl #119443] Blead won't compile on winceKarl Williamson2013-08-231-3/+1
* [perl #3330] warn on increment of an non number/non-magically incable valueTony Cook2013-08-121-0/+2
* add adjust_size_and_find_bucket to embed.fncLukas Mai2013-08-111-0/+3
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-5/+0
* Stop ‘used once’ warnings from crashing on circularitiesFather Chrysostomos2013-08-051-1/+1
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-0/+5
* Extend sv_dump() to dump SVt_INVLISTKarl Williamson2013-08-011-1/+5
* regcomp.c: Extract duplicated code into single fcnKarl Williamson2013-07-301-0/+1
* make Perl_reg_set_capture_string staticDavid Mitchell2013-07-281-8/+0
* add Perl_reg_set_capture_string() functionDavid Mitchell2013-07-281-0/+7
* [perl #79908] Stop sub inlining from breaking closuresFather Chrysostomos2013-07-251-1/+1
* Inline list constantsFather Chrysostomos2013-07-251-0/+1
* Revert "Remove the non-inline function S_croak_memory_wrap from inline.h."Tony Cook2013-07-241-1/+1
* [perl #72766] Allow huge pos() settingsFather Chrysostomos2013-07-231-1/+1
* Add sv_pos_b2u_flagsFather Chrysostomos2013-07-231-0/+2
* Allow => to quote built-in keywords across linesFather Chrysostomos2013-07-161-1/+1
* Remove redundant field from inversion listsKarl Williamson2013-07-161-2/+1
* Add parameter to internal functionKarl Williamson2013-07-161-1/+1