This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Move a bunch of deprecated fcns to mathoms.c
[perl5.git] / embed.h
2014-01-01 Karl Williamsonregexec.c: Guard against malformed UTF-8 in [...]
2013-12-31 Karl WilliamsonRemove no-longer used inversion list function
2013-12-31 Karl WilliamsonChange format of mktables output binary property tables
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-12-23 Daniel Dragan[perl #115736] fix undocumented param from newATTRSUB_flags
2013-11-27 Karl Williamsonmg.c: Extract code into a function.
2013-11-14 Father Chrysostomos[perl #120463] s/// and tr/// with wide delimiters
2013-11-10 Daniel Draganfix multi-eval of Perl_custom_op_xop in XopENTRY
2013-11-09 Father ChrysostomosMake &CORE::exit respect vmsish exit hint
2013-11-09 Father ChrysostomosFix &CORE::exit/die under vmsish "hushed"
2013-11-06 Father ChrysostomosFix qx, `` and <<`` overrides
2013-11-06 Father ChrysostomosSplit ck_open into two functions
2013-11-06 Father ChrysostomosPut common override code into gv_override
2013-11-04 Peter MartiniMove the function to set $^X to its own file
2013-11-04 Father ChrysostomosMake mro code pass precomputed hash values
2013-10-24 Father Chrysostomos[perl #119797] Fix if/else in lvalue sub
2013-10-16 Peter MartiniAdding a prototype attribute.
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: 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-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-09 Tony Cook[perl #117265] correctly handle overloaded strings
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 Williamsonutf8.c: Swap which fcn wraps the other
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 ChrysostomosStop pos() from being confused by changing utf8ness
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 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 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 "regcomp.c: Change, variable, fcn name"
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Remove unused data structure...
2013-07-16 Father Chrysostomos[perl #27010] Make tie work through defelems
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: Remove unused data structure field"
2013-07-05 Karl WilliamsonRevert "regcomp.c: Change, variable, fcn name"
2013-07-04 Karl Williamsonregcomp.c: Change, variable, fcn name
2013-07-04 Karl Williamsonregcomp.c: Remove unused data structure field
2013-06-23 Father Chrysostomosop.c: Refactor calls to bad_type_sv
2013-06-22 Yves OrtonFix and add tests for *PRUNE/*THEN plus leading non...
2013-06-22 Yves OrtonShow intflags as well as extflags
2013-06-11 Brian Frasertoke.c: Remove the allow_initial_tick hack from S_force...
2013-06-04 Tony Cook[perl #115112] avoid repeated calls to path_is_absolute...
2013-06-02 David Mitchelladd strbeg argument to Perl_re_intuit_start()
2013-06-02 David Mitchellfind_byclass, regrepeat: remove is_utf8_pat arg
2013-06-02 David Mitchellmake more use of regmatch_info struct.
2013-06-02 Father Chrysostomos[perl #116735] Honour lexical prototypes when no parens...
2013-05-20 Nicholas ClarkEliminate Perl_my_swabn(), as it is now unused.
2013-05-20 Nicholas ClarkEliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as...
2013-05-20 Nicholas ClarkEliminate the conditionally-compiled fallback functions...
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-03-28 Andy DoughertyRemove the non-inline function S_croak_memory_wrap...
2013-03-19 Nicholas ClarkIn S_regclass(), create listsv as a mortal, claiming...
2013-03-18 Yves OrtonHarden hashes against hash seed discovery by randomizin...
2013-03-06 Brian FraserFix several differences in the parsing of $.. and ...
2013-02-26 Nicholas ClarkPass the current and desired hash sizes to S_hsplit().
2013-02-08 Karl WilliamsonInline av_top_index()
2013-02-08 Karl WilliamsonChange name 'av_top' to 'av_top_index'
2013-02-04 Karl WilliamsonAdd interpolations to regex sets
2013-02-04 Karl WilliamsonIncorporate code review feedback for (?[])
2013-02-04 Karl Williamsonregcomp.c: Extract code into function
2013-01-20 Karl WilliamsonAdd av_top() synonym for av_len()
2013-01-20 Karl WilliamsonDeprecate certain rare uses of backslashes within regexes
next