This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Robin Houston remarks that mention of a context is missing from the
[perl5.git] / toke.c
2005-10-18 Rafael Garcia-SuarezForce _ to be always a bareword after filetest operators
2005-10-18 Rafael Garcia-SuarezFix tokenizer debugging trace for file tests
2005-10-17 Steve HayMake some casts explicit to keep VC++ 7 happy
2005-10-14 Steve Petersgcc complains when it sees variables declared
2005-10-13 Andy LesterStas' croak patch and then some
2005-10-01 Dave MitchellImprove -DT output and fix wild buffer pointer error
2005-09-27 Rafael Garcia-SuarezFix the overriding of CORE::do, just like change 25599
2005-09-26 Rafael Garcia-SuarezCORE::require was always parsed as require().
2005-09-14 Rafael Garcia-SuarezChange 25409 wasn't necessary for threaded perls
2005-09-14 Rafael Garcia-SuarezThe debugger wasn't tracing correctly execution in...
2005-09-01 Rafael Garcia-SuarezOops, fix threaded build
2005-09-01 Rafael Garcia-SuarezAdd the "no 6" / "no v6" syntax.
2005-08-18 SADAHIRO TomoyukiRe: Transliteration operator(tr//)on EBCDIC platform
2005-07-17 Dave Mitchellchange #25129 was overzealous in delaying the call...
2005-07-13 Andy LesterMore embed.fnc plowing
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-04 Andy LesterPost-YAPC consting, now with an attachment!
2005-06-27 Andy LesterWe're going round in circles with pp_sys.c
2005-06-23 Steve HaySilence another bcc32 compiler warning
2005-06-21 Salvador Fandiñoternary operator cond ? foo : bar being parsed as ...
2005-06-16 Andy LesterRemoving /*SUPPRESS xxx*/
2005-06-10 Nicholas ClarkMore SvPV consting. And other related drive-by refactoring.
2005-06-09 Jarkko Hietaniemiinstead of unions use double cast for data pointer...
2005-06-08 Nicholas ClarkNuke some more n_a, and convert S_gv_ename from char...
2005-06-07 Nicholas ClarkMore SvPV consting
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Andy LesterRandom cleanups #47
2005-06-07 Todd C. Miller[perl #36193] crash in Perl_yyerror due to missing...
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-06-03 Andy LesterClean up UNI* macros in toke.c
2005-06-03 Nicholas ClarkUse newSVhek where we're generating SVs from package...
2005-06-03 Andy LesterRandom consting
2005-06-02 Nicholas Clark24672 is innocent. valgrind + perl's malloc considered...
2005-06-02 Nicholas ClarkChanges 24660 and 24665 both introduced errors into...
2005-06-02 Nicholas ClarkAvoid duplicate calls to PAD_COMPNAME_OURSTASH, which...
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-05-26 Nicholas ClarkStore the package name as a shared HEK.
2005-05-24 Andy Lesterembed.fnc cleanup + SvPVX_const usage
2005-05-24 Rafael Garcia-SuarezThe tokenizer should expect an operator after qw().
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-20 Steve PetersSvPVX_const() - Patch #1
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-12 Rafael Garcia-SuarezSilence DEBUGGING compilation warnings
2005-05-12 Rafael Garcia-SuarezSvUPGRADE doesn't return false.
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Jarkko Hietaniemipotential [PATCH] Tru64 crank up strictness
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-10 Nicholas Clarks/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-09 Andy Lesterattributes-two.patch, the next batch
2005-05-09 Steve PetersSv_*set() doc's and extra const's for the SvPVX_const...
2005-04-25 Jarkko Hietaniemicombopatch
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-18 Nicholas ClarkSvPV_renew also calls SvLEN_set
2005-04-18 Nicholas ClarkReplace Renew(SvPVX(...)...) with SvPV_renew, which...
2005-04-13 Robin Barker-Wformat
2005-04-08 Steve PetersRefactoring to Sv*_set() macros - patch #2
2005-04-08 Steve PetersRefactoring to Sv*_set() macros - patch #1
2005-04-05 Nicholas ClarkAdd casting to allow g++ (3.3.5) to compile the core...
2005-03-25 Andy LesterConsting five
2005-03-25 Andy LesterConsting part 4
2005-03-22 Rafael Garcia-SuarezForbid the -C option on the command-line
2005-03-21 Andy LesterMore consting goodness
2005-03-18 Rafael Garcia-SuarezRemove an useless line, spotted by Andy Lester
2005-03-18 Andy LesterMore const parms
2005-02-14 Marcus Holland-MoritzRegenerate Perl_keyword() to remove superfluous goto...
2005-01-31 Marcus Holland-MoritzMake Perl_keyword() another 30% faster.
2005-01-24 Nicholas ClarkOoops. It was 190M when I was using 4 bytes per entry...
2005-01-24 Nicholas ClarkReplace Perl_keyword() with a version that's 20% faster...
2005-01-22 Jarkko HietaniemiRe: uc($long_utf8_string) exhausts memory
2005-01-14 Nicholas Clarksv_catpvf holds no advantage over sv_catpv when the...
2005-01-13 Nicholas Clarkreplace NEWSV(), SvSetSV() with newSVsv()
2005-01-09 Nicholas ClarkCan pass in a length here without introducing a bug...
2005-01-09 Nicholas ClarkPull the am-I-utf8-or-not logic into one place (S_newSV...
2005-01-07 Nicholas ClarkStage 1 of utf8 support for soft references.
2005-01-03 Nicholas ClarkD'oh! Spurious aTHX_. Here was I thinking that my test...
2005-01-02 Nicholas ClarkRemove compiler warnings.
2005-01-02 Nicholas ClarkChange 23727 broke code that relied on \ being escaped.
2005-01-02 Nicholas ClarkSplitting the -n/-p code and concatenating strings...
2005-01-01 Nicholas ClarkConcatenate some string constants
2005-01-01 Nicholas ClarkUse Rafael's sick trick of ASCII NUL as a q'' delimiter...
2005-01-01 Nicholas ClarkProbably should be using *pvn rather than *pv forms...
2005-01-01 Nicholas ClarkstrEQ/strNE of 1 character strings seems better hand...
2004-12-03 Nicholas ClarkRemove double checking of acceptable switches on tr...
2004-12-03 Nicholas Clarkuse (c == '$' || c == '@' || c == '%') instead of strch...
2004-11-23 Rafael Garcia-SuarezFix for bug: [perl #32562] __PACKAGE__ symbol has wrong...
2004-11-19 Rafael Garcia-SuarezMake "err" a weak keyword;
2004-10-10 Dave MitchellTurn regcomp into a list op
2004-10-08 Rafael Garcia-SuarezMake the perl interpreter more tolerant of UTF-16-encod...
2004-09-28 Dave Mitchellthe improved -DT output of #23325 could print an uninit...
2004-09-28 Rafael Garcia-SuarezPerl -DT segfaults when parsing a 'use' statement
2004-09-19 Dave Mitchellimprove lexer debugging output (-DT)
2004-07-19 Nicholas ClarkTurn 2 strcpy()s into memcpy() because we know the...
2004-06-24 Marcus Holland-MoritzFix for: [perl #2738] perl segfautls on input
2004-05-13 Jarkko HietaniemiBOM-marked and (BOMless) UTF-16 scripts not working
2004-05-03 Dave Mitchell[perl #28986] perl -e "open m" crashes Perl
2004-04-02 Rafael Garcia-SuarezFix bug #27940 : \cX escapes weren't working correctly...
2004-03-22 Yitzchak Scott-Tho... Re: [PATCH] warn on !=~
next