This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactoring to Sv*_set() macros - patch #2
[perl5.git] / toke.c
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 !=~
2004-03-20 Yitzchak Scott-Tho... warn on !=~
2004-02-28 Dave Mitchellmake the bison-based parser threadsafe and capable...
2004-02-14 Dave MitchellSwitch from byacc to bison and simplify the perly....
2004-02-03 Rafael Garcia-SuarezImplement "my $_".
2004-01-20 Dave Mitchell[perl #24940] "sub foo :unique" segfaults
2004-01-16 LAUN Wolfgangformat/write (version 2)
2004-01-05 Rafael Garcia-SuarezSome mandatory syntax warnings emitted by the lexer...
2004-01-04 LAUN WolfgangRe: [perl #24774] eval + format - \n = pp_ctl.c assertion
2003-10-28 Rafael Garcia-Suarez[PATCH lib/overload.t] TODO tests for bug #24313.
2003-10-15 Rafael Garcia-SuarezFix bug [perl #24212] : improper error recovery in the
2003-09-23 Rafael Garcia-SuarezMinor nit in a debug message of the tokenizer.
2003-09-09 Rafael Garcia-SuarezOne more chance... Elizabeth's change #21107 plus
2003-08-26 Adrian M. EnacheRe: [PATCH] valgrind and /#/x
2003-08-15 Jarkko HietaniemiIntegrate from maint:
2003-08-04 Steve GrazziniRe: [perl #23210] parser error with 'print $HANDLE...
2003-07-29 Rafael Garcia-Suarez[perl #22969] fix $hash{utf8bareword}
2003-07-24 Stephen McCamantFix saving 'V' magic in scan_vstring()
2003-07-10 Chip SalzenbergRestore SIGFPE on exec()
2003-07-09 Jarkko HietaniemiFix for the 'print v65' plus safety tweaks from Rafael.
2003-07-09 John PeacockRe: [REPATCH] was Re: [perl #16010] v-strings left...
2003-07-03 Iain Truskett"without parens" vs "without parentheses"
2003-06-05 Yitzchak Scott-Tho... Re: SPUG:-s option doesn't always work!
2003-05-09 Rafael Garcia-SuarezRemove the error messages "Final @ should be \@ or...
2003-04-29 Adrian M. Enachebuglet: sub a(;&) { } doesn't work
2003-04-19 Dave MitchellRe: [PATCH] [perl #21875] Hash ref transformed as a...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-08 Dave Mitchell(vaguely connected with) [perl #21875] Hash ref transfo...
2003-04-05 Jarkko HietaniemiHeredocs and use encoding didn't work for SJIS;
2003-03-14 Adrian M. EnacheRe: [fix] [perl #21575] Bug with print( followed by...
2003-03-09 Jarkko HietaniemiFrom Inaba Hiroto: DATA wasn't properly utf8ed
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-26 Inaba HirotoRe: [PATCH] Re: format, PerlIO and utf8
2003-02-19 Adrian M. EnacheRe: [perl #20716] scope error with brackets
2003-02-16 Salvador Fandiñoadd support for assertions. Updated form of:
2003-02-13 Jarkko Hietaniemigcc 3.2.1 does not have -Wall faith that tmp
2003-02-10 Adrian M. EnacheRe: [perl #20716] [FIX] scope error with brackets
2003-02-08 Jarkko HietaniemiSignedness nits.
2003-02-05 Inaba Hiroto[Patch] parsing under encoding (Re: [Encode] HEADS...
2003-02-02 Jarkko HietaniemiFix and test for [perl #15549 Empty \Q\E not permitted]
2003-01-22 Dave MitchellRe: difference between my and our before introduction
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-12-06 Rafael Garcia-SuarezFix two cases of buffer overflow in the lexer.
2002-12-06 Rafael Garcia-SuarezSuppress a compilation warning reported by Jarkko
2002-12-02 Rafael Garcia-SuarezFix bug #18573 : in a double-quoted string, a \c not...
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-10-29 Rafael Garcia-SuarezPartial fix of bug [perl #17589] : prevent the parser to
2002-10-24 Dan KogaiThe Inaba patch for tr/// vs. use encoding
2002-10-21 Hugo van der SandenRe: [perl #16184] Unexpected warning when using C<...
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-02 Rafael Garcia-SuarezRe: [PATCH] Re: builtin die parsed differently to CORE...
2002-10-02 Jarkko Hietaniemino [] in tr///
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-09-26 Jarkko Hietaniemienable -ansi -pedantic
2002-09-12 Rafael Garcia-SuarezFix a syntax incompatibility introduced by the // operator.
2002-08-25 Rafael Garcia-SuarezFix parsing problems with the // operator.
2002-08-20 John PeacockVersion object patch #1
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-08 Rafael Garcia-SuarezFix bug #16080 : an attribute list should end at '}'
next