summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Missing patch fragment, noted by Hugo.Jarkko Hietaniemi2002-07-091-1/+1
* Integrate maint patches #17421, #17424:Jarkko Hietaniemi2002-07-081-0/+13
* Document the "Unicode in package/sub names" problem;Jarkko Hietaniemi2002-06-181-1/+5
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-05-311-0/+18
* Re: use of lc module names and warningsRafael Garcia-Suarez2002-05-151-1/+1
* EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)Jarkko Hietaniemi2002-05-111-5/+1
* Provide the \N{U+HHHH} syntax before we forget.Jarkko Hietaniemi2002-05-011-0/+10
* The #16182 radiates U32ness.Jarkko Hietaniemi2002-04-261-1/+1
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-16/+16
* @:foo?Philip Newton2002-04-171-2/+2
* warning at use of /c modifier with s///Mark-Jason Dominus2002-03-281-4/+4
* warning at use of /c modifier without /g modifierMark-Jason Dominus2002-03-281-0/+15
* Re: perl 5.7.3 + XS lvalue subsSpider Boardman2002-03-281-3/+11
* -DCRIPPLED_CC RIPDave Mitchell2002-03-211-29/+0
* Inappropriate termination of PODClinton A. Pierce2002-03-121-3/+0
* more warnings tidyupPaul Marquess2002-03-111-40/+40