This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sync up the function definitions for Perl_my_popen with the prototype.
[perl5.git] / toke.c
2006-11-13 Rafael Garcia-SuarezFix a bug in the debugger tracing variables when one...
2006-11-08 Dave Mitchell[perl #40718] perl parser bug leading to memory corruption
2006-11-02 Dave Mitchelleval $undef should emit one warning, not three.
2006-11-02 Rafael Garcia-Suarezsay() has the same syntax than print(), so forbid to...
2006-10-31 Rafael Garcia-SuarezSilence a warning and call readpipe_override() correctly.
2006-10-31 Rafael Garcia-SuarezMake S_readpipe_override() compile with threads; regene...
2006-10-31 Rafael Garcia-SuarezMake readpipe() overridable (and also `` and qx//)
2006-10-19 Alexander Goughstab at UNITCHECK blocks
2006-10-18 Rafael Garcia-SuarezFunctions with a (_) prototype should behave as unary...
2006-10-17 Rafael Garcia-SuarezFirst attempt at implementing the _ prototype
2006-10-17 Rafael Garcia-SuarezLess brace nesting.
2006-10-16 SADAHIRO Tomoyukiremove leaveit from toke.c:scan_const
2006-10-13 Jim CromieRe: SVpvs vs SVpvn
2006-10-13 Rafael Garcia-SuarezDon't bother checking for bad characters in prototypes...
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-09-21 Jarkko Hietaniemideal with some gcc warnings
2006-09-20 Rafael Garcia-Suarezprototype() wasn't working to get the prototype of...
2006-09-19 Yves OrtonRe: \N{...} in regular expression [PATCH]
2006-09-07 Rafael Garcia-SuarezTypo fix in #ifdef
2006-08-09 Steve PetersA couple const's and a cast to get Sun CC to compile...
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-26 SADAHIRO Tomoyukiinterpolation of @- (and @+) in patterns ([perl #27940...
2006-07-23 Rafael Garcia-SuarezRevert part of last change, that was causing utf8 test...
2006-07-23 Jarkko Hietaniemiz/OS: pp_sys.c, reg*.c, toke.c, utf8.c
2006-07-15 SADAHIRO Tomoyukicomment update for scan_const
2006-07-11 Rafael Garcia-SuarezRevert bogus fix for bug #27940, which wasn't really...
2006-07-10 Steve PetersConvert some low hanging fruit to my_strlcpy/my_strlcat.
2006-07-04 Andy Lestertoke.c consting and localizing
2006-06-30 Rafael Garcia-SuarezFix a couple of compilation warnings
2006-06-21 Dr.Ruud<toke.c> isALNUM(*s) && *s != '_'
2006-06-20 Rafael Garcia-SuarezChange 28404 broke the construct s/foo/<<BAR/e. So...
2006-06-20 Ben Carter[perl #39365] Bug in toke.c (eval in subst)
2006-06-06 Andy LesterAccumulated toke.c cleanups
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-05-12 Andy LesterProper use of static funcs in toke.c and pp_sys.c
2006-05-03 Rafael Garcia-SuarezAdd "state" feature
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.
2006-05-02 Jarkko Hietaniemitoke.c: function pointer to data pointer
2006-04-29 Jarkko Hietaniemimore -ansi -pedantic cleanliness
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko HietaniemiRe: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-24 Bas van Sisseren[perl #38475] attribute multiline fix (in tokenizer)
2006-04-24 Marcus Holland-MoritzCleanup some gcc warnings
2006-04-24 Marcus Holland-MoritzA couple of casts to PADOFFSET.
2006-04-19 Nicholas ClarkFix compilation of microperl, which doesn't have INT_MAX.
2006-04-17 Nicholas ClarkCoverity is upset about a signed int in ext/Filter...
2006-04-02 Nicholas ClarkAbstract all the accesses to cop_arybase (apart from...
2006-03-31 Andy LesterRandom accumulated patches
2006-03-14 Rafael Garcia-SuarezDeprecate :unique even with threads
2006-03-14 Rafael Garcia-SuarezMake usage of :unique emit a deprecation warning.
2006-03-11 Nicholas ClarkisSPACE('\0') is false, so can simplify the condition...
2006-03-11 Andy LesterLocalizing some vars in S_checkcomma
2006-03-10 Nicholas ClarkMove the 12 static MAD variables from toke.c into the...
2006-03-10 Nicholas ClarkRename the 12 static variables in toke.c to PL_*
2006-03-10 Nicholas ClarkSummon constman! S_checkcomma now has all 3 arguments...
2006-03-10 Nicholas ClarkTease apart the keyword/subroutine test in S_checkcomma.
2006-03-09 Nicholas ClarkSuperior *printf-fu lets us avoid modifying source...
2006-03-09 Nicholas Clark-Dmad works, albeit with some test failures:
2006-03-09 Nicholas ClarkThe remainder of the toke.c MAD changes. Now to investi...
2006-03-09 Nicholas ClarkAnother refactoring from Larry implicit in the MAD...
2006-03-09 Nicholas ClarkRefactoring from Larry implicit in the MAD patch.
2006-03-09 Nicholas ClarkReplace PL_nextval[PL_nexttoke].opval with the macro...
2006-03-09 Nicholas ClarkMAD changes for bare skipspace()
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lesterunused context warnings
2006-02-23 Nicholas ClarkReplace direct flags tests & manipulations for SVpad_TY...
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-14 Andy LesterSun Studio lint patches
2006-02-09 Steve PetersFix breakage in S_set_csh() from change #27136.
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-03 Nicholas ClarkAnd as we've now got to the point where all calls to...
2006-02-03 Nicholas ClarkEliminating PL_suidscript is more tricky, and requires...
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clarkgv_fetchpvn_flags ranks highly in the profile, and...
2006-01-31 Nicholas ClarkMake Perl_gv_fetchpvn_flags actually heed the passed...
2006-01-30 Nicholas ClarkSilence another Irix compiler warning.
2006-01-28 Nicholas ClarkCall gv_fetchpvn_flags where we already know the length.
2006-01-28 Nicholas ClarkAdd gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-16 Rafael Garcia-Suarezdefined %foo::bar:: wasn't working like it used to...
2006-01-11 Gisle AasA few more places that can use hv_fetchs().
2006-01-10 Nicholas ClarkMissing an initialisation, as spotted by Merijn's HP...
2006-01-10 Gisle AasMove initialization of old values prior to moreswitches()
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-06 Gisle AasRemove code duplicated a few lines above by change...
2006-01-04 Gisle AasMake the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle AasAdd an extra NUL so that we can use sv_catpvs()
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-04 Gisle AasRemoved unused part of string passed to sv_catpvn().
2006-01-04 Gisle AasIntroduce STR_WITH_LEN macro in the form suggested...
2006-01-03 Dave Mitchellsilence some compiler warnings
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Gisle AasGet rid of length argument for the FEATURE_IS_ENABLED...
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-29 Andy Lesterav.c cleanup, plus!
2005-12-28 Gisle AasUse memchr() instead of ninstr() to locate the end...
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
next