This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Parse-CPAN-Meta to CPAN version 1.4409
[perl5.git] / embed.fnc
2013-09-24 Karl Williamsonregcomp.c: Remove unused parameter in static function
2013-09-24 Karl WilliamsonTeach regex optimizer to handle above-Latin1
2013-09-24 Karl Williamsonregcomp.c: Add some static functions
2013-09-24 Karl Williamsonregcomp.c: Use STR_WITH_LEN to avoid bookkeeping
2013-09-24 Karl Williamsonregcomp.c: Change some static parameters to const
2013-09-24 Karl Williamsonregcomp.c: Add parameter to static function
2013-09-24 Karl WilliamsonMake typedef fully typedef
2013-09-24 Karl Williamsonregcomp.c: Change names of some static functions
2013-09-24 Karl Williamsonregcomp.c: Rework static function call; comments
2013-09-24 Karl Williamsonregcomp.c: Extract code into separate function
2013-09-24 Karl WilliamsonAdd regnode struct for synthetic start class
2013-09-24 Karl Williamsonregcomp.c: Extract code into separate function
2013-09-21 Brian FraserRemoved DUMP_FDS and dump_fds()
2013-09-18 Brian Frasertoke.c, S_scan_ident(): Don't take a "end of buffer...
2013-09-13 Tony Cook[perl #115928] a consistent (public) rand() implementation
2013-09-11 Karl Williamsonperlapi: Add doc for my_strlcpy, my_strlcat
2013-09-11 Brian Frasergv.c: Split part of find_default_stash into gv_is_in_main.
2013-09-11 Brian Frasergv.c: Rename magicalize_gv into gv_magicalize, make...
2013-09-11 Brian Frasergv.c, gv_fetchpvn_flags: Split another chunk of magic...
2013-09-11 Brian Frasergv.c: Move the code that magicalizes new globs into...
2013-09-11 Brian Frasergv.c: Begin splitting gv_fetchpvn_flags into smaller...
2013-09-10 Brian Fraserregcomp.c: Make all warnings and error messages UTF...
2013-09-09 Tony Cook[perl #117265] correctly handle overloaded strings
2013-09-08 Father ChrysostomosRevert "Let av_push accept NULL values"
2013-09-07 Leon TimmermansFix PerlIO_get_cnt and friends
2013-09-07 Father ChrysostomosLet av_push accept NULL values
2013-09-06 Father ChrysostomosPut AV defelem creation code in one place
2013-09-01 Father Chrysostomos[perl #115768] improve (caller)[2] line numbers
2013-08-29 Karl Williamsonutf8.c: Remove wrapper functions.
2013-08-29 Karl Williamsonutf8.c: Stop using two functions
2013-08-29 Karl WilliamsonConvert uvuni_to_utf8() to function
2013-08-29 Karl WilliamsonDeprecate utf8_to_uni_buf()
2013-08-29 Karl WilliamsonDeprecate valid_utf8_to_uvuni()
2013-08-29 Karl Williamsonutf8.c: Swap which fcn wraps the other
2013-08-29 Karl WilliamsonDeprecate NATIVE_TO_NEED and ASCII_TO_NEED
2013-08-29 Karl WilliamsonExtract common code to an inline function
2013-08-28 Nicholas ClarkOnly predeclare S_sv_or_pv_pos_u2b for -DPERL_CORE...
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-08-25 Father ChrysostomosUse SSize_t/STRLEN in more places in regexp code
2013-08-25 Father ChrysostomosStop substr re optimisation from rejecting long strs
2013-08-25 Father Chrysostomos[perl #116907] Allow //g matching past 2**31 threshold
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-25 Father ChrysostomosUse SSize_t when extending the stack
2013-08-25 Father ChrysostomosUse SSize_t for tmps stack offsets
2013-08-23 Karl WilliamsonPATCH: [perl #119443] Blead won't compile on wince
2013-08-12 Tony Cook[perl #3330] warn on increment of an non number/non...
2013-08-10 Lukas Maiadd adjust_size_and_find_bucket to embed.fnc
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-05 Father ChrysostomosStop ‘used once’ warnings from crashing on circularities
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-08-01 Karl WilliamsonExtend sv_dump() to dump SVt_INVLIST
2013-07-30 Karl Williamsonregcomp.c: Extract duplicated code into single fcn
2013-07-28 David Mitchellmake Perl_reg_set_capture_string static
2013-07-28 David Mitchelladd Perl_reg_set_capture_string() function
2013-07-26 Father Chrysostomos[perl #79908] Stop sub inlining from breaking closures
2013-07-26 Father ChrysostomosInline list constants
2013-07-24 Tony CookRevert "Remove the non-inline function S_croak_memory_w...
2013-07-23 Father Chrysostomos[perl #72766] Allow huge pos() settings
2013-07-23 Father ChrysostomosAdd sv_pos_b2u_flags
2013-07-17 Father ChrysostomosAllow => to quote built-in keywords across lines
2013-07-16 Karl WilliamsonRemove redundant field from inversion lists
2013-07-16 Karl WilliamsonAdd parameter to internal function
2013-07-16 Karl WilliamsonReinstate "Use new Svt_INVLIST for inversion lists."
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Make C-array inversion lists...
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Move inversion list hdr field...
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Change, variable, fcn name"
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Move 2 hdr inversion fields to...
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Remove unused data structure...
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Make inversion lists SVt_PVLV"
2013-07-16 Karl WilliamsonReinstate + fix "Revert "regcomp.c: Add a constant...
2013-07-16 Karl Williamsonembed.fnc: Clarify comments on E,X flag usage; nit
2013-07-16 Father Chrysostomos[perl #27010] Make tie work through defelems
2013-07-16 Father Chrysostomosembed.fnc: E does not imply X
2013-07-16 Father Chrysostomos[perl #77814] Make defelems propagate pos
2013-07-16 Father ChrysostomosMake set-magic handle vstrings properly
2013-07-13 Father ChrysostomosRevert "Allow => to quote built-in keywords across...
2013-07-13 Father ChrysostomosAllow => to quote built-in keywords across lines
2013-07-06 Karl Williamsonlocale.c: Extract out, fix, expand fcn to see if a...
2013-07-05 Peter MartiniIntroduce validate_proto / stop stripping spaces
2013-07-05 Karl WilliamsonRevert "regcomp.c: Add a constant 0 element before...
2013-07-05 Karl WilliamsonRevert "regcomp.c: Make inversion lists SVt_PVLV"
2013-07-05 Karl WilliamsonRevert "regcomp.c: Remove unused data structure field"
2013-07-05 Karl WilliamsonRevert "regcomp.c: Move 2 hdr inversion fields to SV...
2013-07-05 Karl WilliamsonRevert "regcomp.c: Change, variable, fcn name"
2013-07-05 Karl WilliamsonRevert "regcomp.c: Move inversion list hdr field to...
2013-07-05 Karl WilliamsonRevert "regcomp.c: Make C-array inversion lists const"
2013-07-04 Karl WilliamsonRevert "Use new Svt_INVLIST for inversion lists."
2013-07-04 Karl WilliamsonUse new Svt_INVLIST for inversion lists.
2013-07-04 Karl Williamsonregcomp.c: Make C-array inversion lists const
2013-07-04 Karl Williamsonregcomp.c: Move inversion list hdr field to SV hdr
2013-07-04 Karl Williamsonregcomp.c: Change, variable, fcn name
2013-07-04 Karl Williamsonregcomp.c: Move 2 hdr inversion fields to SV hdr
2013-07-04 Karl Williamsonregcomp.c: Remove unused data structure field
2013-07-04 Karl Williamsonregcomp.c: Make inversion lists SVt_PVLV
2013-07-04 Karl Williamsonregcomp.c: Add a constant 0 element before inversion...
2013-07-02 Nicholas ClarkIn embed.fnc, reorder the symbols conditional on HAVE_I...
2013-06-30 Ruslan Zakirovchange tied_method to use SVs with precomputed hash...
2013-06-30 Ruslan Zakirovchange magic_methcall to use SV with shared hash value
2013-06-26 Father Chrysostomosembed.fnc: S_ptr_hash is inline
next