summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* As suggested by Anton Tagunov, eq and cmp now obey theJarkko Hietaniemi2002-03-071-1/+1
* taint + deprecated warningsPaul Marquess2002-03-041-2/+18
* Repatch from Robin Barker: anon subs in C<package;> areJarkko Hietaniemi2002-02-271-2/+4
* No OPf_SPECIAL on OP_ENTERSUB when readline() is overridenRafael Garcia-Suarez2002-02-211-1/+2
* EBCDIC: this change for \N{} in particular is nowJarkko Hietaniemi2002-02-121-1/+8
* CopFILE / MacPerl_MPWFileNameChris Nandor2002-02-081-3/+3
* EBCDIC: the low 256 \N{...} need to be remapped.Jarkko Hietaniemi2002-02-021-0/+13
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* [BUG] /\_/ an unrecognized escape?Michael G. Schwern2002-01-211-1/+3
* Regen embed enable slab for PERL_IMPLICIT_SYSNick Ing-Simmons2002-01-151-5/+5
* Integrate rest of mainlineNick Ing-Simmons2002-01-151-5/+31
|\
| * [PATCH] Overriding readline() should also override <FH> Rafael Garcia-Suarez2002-01-151-5/+31
* | Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!Nick Ing-Simmons2002-01-141-5/+1
|/
* Re: [PATCH] No 'once' warnings for variables declared with ourGisle Aas2002-01-101-1/+1
* No 'once' warnings for variables declared with ourGisle Aas2002-01-101-1/+1
* Bad prototype detection now an optional warningSam Tregar2002-01-061-4/+4
* warn if not CORE::dumpRafael Garcia-Suarez2002-01-041-0/+4
* Bad prototype detection changed from error to warningSam Tregar2002-01-021-5/+7
* Re: [PATCH] Basic bad prototype detectionSam Tregar2001-12-311-4/+7
* Basic bad prototype detectionSam Tregar2001-12-311-1/+4
* [PATCH] Re: chomp/chop prototype changed?Rafael Garcia-Suarez2001-12-171-2/+2