summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Collapse)AuthorAgeFilesLines
* "without parens" vs "without parentheses"Iain Truskett2003-07-031-1/+1
| | | | | Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au> p4raw-id: //depot/perl@19944
* Re: SPUG:-s option doesn't always work!Yitzchak Scott-Thoennes2003-06-051-0/+8
| | | | | Message-ID: <wrZ3+gzkg2iX092yn@efn.org> p4raw-id: //depot/perl@19695
* Remove the error messages "Final @ should be \@ or @name"Rafael Garcia-Suarez2003-05-091-4/+0
| | | | | | | and "Final % should be \% or %name", that appear to be only produced in addition to another syntax error, and therefore misleading, if I understand correctly that kind of black magic. p4raw-id: //depot/perl@19468
* buglet: sub a(;&) { } doesn't workAdrian M. Enache2003-04-291-0/+2
| | | | | Message-ID: <20030418224107.GA2751@ratsnest.hole> p4raw-id: //depot/perl@19367
* Re: [PATCH] [perl #21875] Hash ref transformed as a listDave Mitchell2003-04-191-2/+12
| | | | | Message-ID: <20030419190651.GD13333@fdgroup.com> p4raw-id: //depot/perl@19276
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
| | | | | | | (Lots of Perl 5 source code archaeology was involved.) Larry didn't make strangled noises when I showed him the patch, either :-) p4raw-id: //depot/perl@19242
* (vaguely connected with) [perl #21875] Hash ref transformed as a listDave Mitchell2003-04-081-1/+1
| | | | | | | | Message-ID: <20030407204317.GA8796@fdgroup.com> The new XTERMORDORDOR lexer expectation must also be named in debugging perls, to be used in the output of -DT. p4raw-id: //depot/perl@19169
* Heredocs and use encoding didn't work for SJIS;Jarkko Hietaniemi2003-04-051-2/+6
| | | | | patch from Inaba Hiroto. p4raw-id: //depot/perl@19146
* Re: [fix] [perl #21575] Bug with print( followed by a newlineAdrian M. Enache2003-03-141-0/+1
| | | | | | Message-ID: <20030314210242.GA1159@ratsnest.hole> (with an added test) p4raw-id: //depot/perl@18986
* From Inaba Hiroto: DATA wasn't properly utf8edJarkko Hietaniemi2003-03-091-2/+23
| | | | | under 'use encoding'. p4raw-id: //depot/perl@18865
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18801
* Re: [PATCH] Re: format, PerlIO and utf8Inaba Hiroto2003-02-261-0/+6
| | | | | Message-ID: <3E466E12.E5349D84@st.rim.or.jp> p4raw-id: //depot/perl@18785
* Re: [perl #20716] scope error with bracketsAdrian M. Enache2003-02-191-3/+3
| | | | | | | Message-ID: <20030213025221.GA1215@ratsnest.hole> (better version of change #18687) p4raw-link: @18687 on //depot/perl: 437fd2104756c25dedf68c6e31cd29ecbf0e2569 p4raw-id: //depot/perl@18753
* add support for assertions. Updated form of:Salvador Fandiño2003-02-161-0/+2
| | | | | | Subject: Re: Did the assertion patch/feature submission get overlooked? Message-ID: <3DE8F439.50402@yahoo.com> p4raw-id: //depot/perl@18727
* gcc 3.2.1 does not have -Wall faith that tmpJarkko Hietaniemi2003-02-131-1/+1
| | | | | will not be used uninitialized. p4raw-id: //depot/perl@18699
* Re: [perl #20716] [FIX] scope error with bracketsAdrian M. Enache2003-02-101-0/+2
| | | | | Message-id: <20030210174858.GA872@ratsnest.hole> p4raw-id: //depot/perl@18687
* Signedness nits.Jarkko Hietaniemi2003-02-081-3/+3
| | | p4raw-id: //depot/perl@18674
* [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to ↵Inaba Hiroto2003-02-051-14/+102
| | | | | | | enhance filter option)([perl #16823]) Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp> p4raw-id: //depot/perl@18660
* Fix and test for [perl #15549 Empty \Q\E not permitted]Jarkko Hietaniemi2003-02-021-27/+32
| | | | | (test.pl-ise quotemeta.t, too) p4raw-id: //depot/perl@18621
* Re: difference between my and our before introductionDave Mitchell2003-01-221-1/+3
| | | | | | Message-ID: <20030116171237.C420@fdgroup.com> (with a small test tweak) p4raw-id: //depot/perl@18571
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-2/+2
| | | | | Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net> p4raw-id: //depot/perl@18456
* Fix two cases of buffer overflow in the lexer.Rafael Garcia-Suarez2002-12-061-18/+6
| | | p4raw-id: //depot/perl@18251
* Suppress a compilation warning reported by JarkkoRafael Garcia-Suarez2002-12-061-1/+2
| | | | | (variable initialization skipped by goto). p4raw-id: //depot/perl@18249
* Fix bug #18573 : in a double-quoted string, a \c not followedRafael Garcia-Suarez2002-12-021-1/+4
| | | | | | | by any character may corrupt memory due to reading past the end of the input buffer. Add a new error message corresponding to this case. p4raw-id: //depot/perl@18233
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-0/+1
| | | | | Message-ID: <20021124221906.A25386@fdgroup.com> p4raw-id: //depot/perl@18220
* Partial fix of bug [perl #17589] : prevent the parser toRafael Garcia-Suarez2002-10-291-0/+2
| | | | | segfault when encountering the erroneous construct "sub;". p4raw-id: //depot/perl@18072
* The Inaba patch for tr/// vs. use encodingDan Kogai2002-10-241-4/+8
| | | | | Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp> p4raw-id: //depot/perl@18058
* Re: [perl #16184] Unexpected warning when using C<< open FH => >>Hugo van der Sanden2002-10-211-2/+6
| | | | | Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk> p4raw-id: //depot/perl@18042
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-22/+0
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::dieRafael Garcia-Suarez2002-10-021-1/+5
| | | | | Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr> p4raw-id: //depot/perl@17964
* no [] in tr///Jarkko Hietaniemi2002-10-021-1/+1
| | | | | Message-Id: <20021002140911.GH278184@lyta.hut.fi> p4raw-id: //depot/perl@17962
* move all pad-related code to its own src fileDave Mitchell2002-10-021-35/+8
| | | | | Message-ID: <20020925234023.A20044@fdgroup.com> p4raw-id: //depot/perl@17953
* enable -ansi -pedanticJarkko Hietaniemi2002-09-261-1/+1
| | | | | Message-ID: <20020917221925.GF85044@lyta.hut.fi> p4raw-id: //depot/perl@17925
* Fix a syntax incompatibility introduced by the // operator.Rafael Garcia-Suarez2002-09-121-8/+3
| | | | | | (Note that C<print $fh //> is still a syntax error, it wasn't with perl 5.8.0.) p4raw-id: //depot/perl@17900
* Fix parsing problems with the // operator.Rafael Garcia-Suarez2002-08-251-12/+25
| | | | | | | | Make // able to follow various unary operators used without arguments or parens (shift, pop, getc, pos, readline, readlink, undef, umask, and the filetest operators), as well as the <FH> operator. p4raw-id: //depot/perl@17777
* Version object patch #1John Peacock2002-08-201-1/+1
| | | | | | | Message-id: <3D5BB55D.6090603@rowman.com> and Message-id: <3D627D1A.4050607@rowman.com> and t/lib/warnings/universal tweak to skip p4raw-id: //depot/perl@17746
* Fix bug #16080 : an attribute list should end at '}'Rafael Garcia-Suarez2002-08-081-1/+1
| | | p4raw-id: //depot/perl@17704
* Defined-or patch (cleaned up)Brent Dax2002-08-051-20/+49
| | | | | | From: "Brent Dax" <brentdax@cpan.org> Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue> p4raw-id: //depot/perl@17682
* Missing patch fragment, noted by Hugo.Jarkko Hietaniemi2002-07-091-1/+1
| | | p4raw-id: //depot/perl@17441
* Integrate maint patches #17421, #17424:Jarkko Hietaniemi2002-07-081-0/+13
| | | | | | | | | | | | | | | | | on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT hack, $^X was improperly set to the script name when the script was run via the PATH; argv[0] in that case shows up as the bare name of the script rather than its fully qualified path, which meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails to recognize it as the running script name; fix tries to match bare script name in that case (from Gisle Aas) tweak change#17421 ($0 is full path to script even when script is invoked via PATH almost everywhere except Windows) p4raw-link: @17421 on //depot/maint-5.6/perl: 32099b6ba13a228ffd08d5c7359d07c687b11471 p4raw-id: //depot/perl@17425 p4raw-integrated: from //depot/maint-5.6/perl@17423 'edit in' t/op/magic.t (@17421..) 'merge in' toke.c (@16508..)
* Document the "Unicode in package/sub names" problem;Jarkko Hietaniemi2002-06-181-1/+5
| | | | | | | a microfix in toke.c towards the final goal (the fix removes the need to have quotes around Unicode package names when calling a method on them) p4raw-id: //depot/perl@17286
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-05-311-0/+18
| | | p4raw-id: //depot/perl@16922
* Re: use of lc module names and warningsRafael Garcia-Suarez2002-05-151-1/+1
| | | | | Message-ID: <20020512230946.E699@rafael> p4raw-id: //depot/perl@16606
* EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)Jarkko Hietaniemi2002-05-111-5/+1
| | | | | | | | scripts does not apply any more. (The utf8.t needed a little bit of relaxing to work in EBCDIC, since *both* the bytes in subtest #30 are illegal UTF-EBCDIC, and the error message matched is slightly different.) The utf8.t now passes. p4raw-id: //depot/perl@16550
* Provide the \N{U+HHHH} syntax before we forget.Jarkko Hietaniemi2002-05-011-0/+10
| | | p4raw-id: //depot/perl@16302
* The #16182 radiates U32ness.Jarkko Hietaniemi2002-04-261-1/+1
| | | p4raw-id: //depot/perl@16185
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-16/+16
| | | | | | change is from change#12026) p4raw-link: @12026 on //depot/maint-5.6/perl: ff42b73b40f5a895aef4bed81c794f468e0609bc p4raw-id: //depot/perl@16048
* @:foo?Philip Newton2002-04-171-2/+2
| | | | | Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com> p4raw-id: //depot/perl@15979
* warning at use of /c modifier with s///Mark-Jason Dominus2002-03-281-4/+4
| | | | | Message-ID: <20020328153603.11992.qmail@plover.com> p4raw-id: //depot/perl@15586
* warning at use of /c modifier without /g modifierMark-Jason Dominus2002-03-281-0/+15
| | | | | Message-ID: <20020328100440.22081.qmail@plover.com> p4raw-id: //depot/perl@15579