summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong valueRafael Garcia-Suarez2004-11-231-1/+1
* Make "err" a weak keyword;Rafael Garcia-Suarez2004-11-191-0/+10
* Turn regcomp into a list opDave Mitchell2004-10-101-4/+17
* Make the perl interpreter more tolerant of UTF-16-encoded scriptRafael Garcia-Suarez2004-10-081-32/+32
* the improved -DT output of #23325 could print an uninit stack valueDave Mitchell2004-09-281-1/+1
* Perl -DT segfaults when parsing a 'use' statementRafael Garcia-Suarez2004-09-281-1/+4
* improve lexer debugging output (-DT)Dave Mitchell2004-09-191-60/+197
* Turn 2 strcpy()s into memcpy() because we know the length.Nicholas Clark2004-07-191-2/+2
* Fix for: [perl #2738] perl segfautls on inputMarcus Holland-Moritz2004-06-241-2/+6
* BOM-marked and (BOMless) UTF-16 scripts not workingJarkko Hietaniemi2004-05-131-29/+56
* [perl #28986] perl -e "open m" crashes PerlDave Mitchell2004-05-031-2/+2
* Fix bug #27940 : \cX escapes weren't working correctly in regularRafael Garcia-Suarez2004-04-021-1/+1
* Re: [PATCH] warn on !=~Yitzchak Scott-Thoennes2004-03-221-2/+6
* warn on !=~Yitzchak Scott-Thoennes2004-03-201-1/+13
* make the bison-based parser threadsafe and capable of deepDave Mitchell2004-02-281-49/+3
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-141-0/+5
* Implement "my $_".Rafael Garcia-Suarez2004-02-031-1/+2
* [perl #24940] "sub foo :unique" segfaultsDave Mitchell2004-01-201-9/+13
* format/write (version 2)LAUN Wolfgang2004-01-161-2/+2
* Some mandatory syntax warnings emitted by the lexer weren'tRafael Garcia-Suarez2004-01-051-15/+22
* Re: [perl #24774] eval + format - \n = pp_ctl.c assertionLAUN Wolfgang2004-01-041-5/+12
* [PATCH lib/overload.t] TODO tests for bug #24313.Rafael Garcia-Suarez2003-10-281-1/+8
* Fix bug [perl #24212] : improper error recovery in theRafael Garcia-Suarez2003-10-151-1/+1
* Minor nit in a debug message of the tokenizer.Rafael Garcia-Suarez2003-09-231-2/+2
* One more chance... Elizabeth's change #21107 plusRafael Garcia-Suarez2003-09-091-1/+3
* Re: [PATCH] valgrind and /#/xAdrian M. Enache2003-08-261-4/+2
* Integrate from maint:Jarkko Hietaniemi2003-08-151-1/+1
* Re: [perl #23210] parser error with 'print $HANDLE func(@args)'Steve Grazzini2003-08-041-3/+1
* [perl #22969] fix $hash{utf8bareword}Rafael Garcia-Suarez2003-07-291-0/+2
* Fix saving 'V' magic in scan_vstring()Stephen McCamant2003-07-241-4/+4
* Restore SIGFPE on exec()Chip Salzenberg2003-07-101-0/+2
* Fix for the 'print v65' plus safety tweaks from Rafael.Jarkko Hietaniemi2003-07-091-8/+7
* Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.John Peacock2003-07-091-0/+87
* "without parens" vs "without parentheses"Iain Truskett2003-07-031-1/+1
* Re: SPUG:-s option doesn't always work!Yitzchak Scott-Thoennes2003-06-051-0/+8
* Remove the error messages "Final @ should be \@ or @name"Rafael Garcia-Suarez2003-05-091-4/+0
* buglet: sub a(;&) { } doesn't workAdrian M. Enache2003-04-291-0/+2
* Re: [PATCH] [perl #21875] Hash ref transformed as a listDave Mitchell2003-04-191-2/+12
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* (vaguely connected with) [perl #21875] Hash ref transformed as a listDave Mitchell2003-04-081-1/+1
* Heredocs and use encoding didn't work for SJIS;Jarkko Hietaniemi2003-04-051-2/+6
* Re: [fix] [perl #21575] Bug with print( followed by a newlineAdrian M. Enache2003-03-141-0/+1
* From Inaba Hiroto: DATA wasn't properly utf8edJarkko Hietaniemi2003-03-091-2/+23
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Re: [PATCH] Re: format, PerlIO and utf8Inaba Hiroto2003-02-261-0/+6
* Re: [perl #20716] scope error with bracketsAdrian M. Enache2003-02-191-3/+3
* add support for assertions. Updated form of:Salvador FandiƱo2003-02-161-0/+2
* gcc 3.2.1 does not have -Wall faith that tmpJarkko Hietaniemi2003-02-131-1/+1
* Re: [perl #20716] [FIX] scope error with bracketsAdrian M. Enache2003-02-101-0/+2
* Signedness nits.Jarkko Hietaniemi2003-02-081-3/+3