summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to ...Inaba Hiroto2003-02-051-14/+102
* Fix and test for [perl #15549 Empty \Q\E not permitted]Jarkko Hietaniemi2003-02-021-27/+32
* Re: difference between my and our before introductionDave Mitchell2003-01-221-1/+3
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-2/+2
* Fix two cases of buffer overflow in the lexer.Rafael Garcia-Suarez2002-12-061-18/+6
* Suppress a compilation warning reported by JarkkoRafael Garcia-Suarez2002-12-061-1/+2
* Fix bug #18573 : in a double-quoted string, a \c not followedRafael Garcia-Suarez2002-12-021-1/+4
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-0/+1
* Partial fix of bug [perl #17589] : prevent the parser toRafael Garcia-Suarez2002-10-291-0/+2
* The Inaba patch for tr/// vs. use encodingDan Kogai2002-10-241-4/+8
* Re: [perl #16184] Unexpected warning when using C<< open FH => >>Hugo van der Sanden2002-10-211-2/+6
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-22/+0
* Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::dieRafael Garcia-Suarez2002-10-021-1/+5
* no [] in tr///Jarkko Hietaniemi2002-10-021-1/+1
* move all pad-related code to its own src fileDave Mitchell2002-10-021-35/+8
* enable -ansi -pedanticJarkko Hietaniemi2002-09-261-1/+1
* Fix a syntax incompatibility introduced by the // operator.Rafael Garcia-Suarez2002-09-121-8/+3
* Fix parsing problems with the // operator.Rafael Garcia-Suarez2002-08-251-12/+25
* Version object patch #1John Peacock2002-08-201-1/+1
* Fix bug #16080 : an attribute list should end at '}'Rafael Garcia-Suarez2002-08-081-1/+1
* Defined-or patch (cleaned up)Brent Dax2002-08-051-20/+49