This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #85104] work harder to save error numbers
[perl5.git] / embed.h
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
2013-01-19 Karl WilliamsonExtend strictness for qr/(?[ \N{} ])/
2013-01-15 Steve HaySilence a MSVC++-specific warning
2013-01-14 Karl WilliamsonAdd warnings for "\08", /\017/
2013-01-13 Karl WilliamsonCreate deprecated fncs to replace to-be-removed macros
2013-01-11 Karl WilliamsonNew regex experimental feature: (?[ ])
2013-01-11 Karl Williamsonregcomp.c: Add capability for regclass() to return...
2013-01-11 Karl Williamsonregcomp.c: Add capability for strict [:posix:]
2013-01-11 Karl Williamsonregcomp.c: Add function to skip pattern white space
2013-01-11 Karl Williamsonregcomp.c: Add parameter to regclass()
2013-01-11 Karl Williamsonregcomp.c: Add parameter to regclass()
2013-01-11 Karl Williamsongrok_bslash_[ox]: Add param to silence non-portable...
2013-01-11 Karl WilliamsonAdd optional strict mode to grok_bslash_[xo]
2013-01-11 Karl WilliamsonRevise calling sequences for grok_bslash_[xo]
2013-01-11 Karl Williamsonregcomp.c: Use a parameter to simplify some code
2012-12-28 Karl Williamsonregcomp.c: Don't iterate while changing an inversion...
2012-12-25 David Mitchelleliminate RF_utf8 flag from PL_reg_flags
2012-12-24 Daniel Draganuninline panic branch from POPSTACK
2012-12-23 Karl Williamsonhandy.h: Add full complement of isIDCONT() macros
2012-12-22 Karl WilliamsonCreate internal _is_utf8_mark()
2012-12-22 Karl Williamsonutf8.c: Remove two internal now unused functions.
2012-12-22 Karl WilliamsonConsolidate some regex OPS
2012-12-22 Karl WilliamsonAdd generic _is_(uni|utf8)_FOO() function
2012-12-16 David Mitchelleliminate PL_regsize
2012-12-16 Karl Williamsonregexec.c: More efficient Korean \X processing
2012-12-11 Ruslan Zakirovhash argument is not used anymore in do_oddball
2012-12-09 Karl Williamsonregexec.c: Replace infamous if-else-if sequence by...
2012-12-09 Karl WilliamsonAdd functions for getting ctype ALNUMC
2012-12-09 Karl Williamsonembed.fnc: Add missing entry
2012-12-06 Father ChrysostomosStop renamed packages from making reset() crash
2012-12-04 David Mitchellsilence some clang warnings
2012-11-29 Karl WilliamsonMake isIDFIRST_uni() return identically as isIDFIRST_utf8()
2012-11-29 Karl WilliamsonRemove double underscore in internal function name
2012-11-27 Father ChrysostomosNew COW mechanism
2012-11-20 Karl Williamsonembed.fnc: Make a function global
2012-11-20 Karl Williamsonembed.fnc: Restrict access to non-public functions
2012-11-19 Father ChrysostomosStop /[.zog.]/ and /[[.zog.]]/ from leaking
2012-11-19 Father ChrysostomosInline regcomp.c:S_checkposixcc into its only caller
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-14 Father ChrysostomosStop eval "END OF TERMS" from leaking
2012-11-12 Daniel Draganclean up the users of PL_no_mem
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-11-11 Karl Williamsonembed.fnc: Allow toke.c to call core_swash_init()
2012-11-11 Karl Williamsontoke.c: Extract part of \N{} processing to new function
next