summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Collapse)AuthorAgeFilesLines
* Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 Hugo van der Sanden2000-09-071-4/+4
| | | | | Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk> p4raw-id: //depot/perl@7028
* Drop unused argument.Spider Boardman2000-09-011-2/+1
| | | | | | Subject: Re: [ID 20000831.034] overload::constant and number of arguments. Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com> p4raw-id: //depot/perl@6972
* Have symbols for the IoTYPEs.Jarkko Hietaniemi2000-08-061-4/+4
| | | p4raw-id: //depot/perl@6532
* BOM patching from Simon Cozens.Jarkko Hietaniemi2000-08-011-2/+10
| | | p4raw-id: //depot/perl@6478
* The swallow_bom() saga continues. The #23 of require.tJarkko Hietaniemi2000-07-311-30/+43
| | | | | | | | (UTF16-LE) still fails (silently, no output) but the #22 (UTF16-BE) seems to be working now. The root of the failure may be in sv_gets(): is it UTF-16LE-aware, especially when it comes to line endings? p4raw-id: //depot/perl@6469
* A new version of the "remove UPPERACSE string comparison"Jarkko Hietaniemi2000-07-301-16/+0
| | | | | | | | operators. The problem with the previous one (change #6454) was that it was for Perl 5.6.0. From Paul Marquess. p4raw-link: @6454 on //depot/perl: d164fe835174420df93c1795763a090dc6471f0a p4raw-id: //depot/perl@6466
* Tune the comments and hopefully stop a memory leak.Jarkko Hietaniemi2000-07-291-1/+6
| | | p4raw-id: //depot/perl@6463
* Back out #6454, doesn't seem to work.Jarkko Hietaniemi2000-07-281-0/+16
| | | | | | (Reason: that patch was for perl 5.6.0, not perl-current) (A version of the patch for perl-current came in later as #6466) p4raw-id: //depot/perl@6458
* Remove EQ, NE, GT, LT, GE, LE (they have been deprecatedJarkko Hietaniemi2000-07-271-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | for a long time). Reported in Subject: [ID 20000717.004] Unexpected complaint of NE deprecation From: Ryan Herbert <rherbert@sycamorehq.com> Date: Mon, 17 Jul 2000 11:40:42 -0400 Message-Id: <200007171540.LAA20480@beorn.hq.sai> Patched in Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation From: "Paul Marquess" <Paul.Marquess@btinternet.com> Date: Wed, 26 Jul 2000 23:40:18 +0100 Message-ID: <000001bff752$79511880$0a17073e@tiny> based on an earlier patch from Stephen P. Potter. (Removed later by change #6458 because this patch was for perl 5.6.0, not perl-current) p4raw-link: @6458 (not found) p4raw-id: //depot/perl@6454
* Get UTF16 BOMs working. Patch fromM. J. T. Guy2000-07-251-0/+6
| | | | | | | | | | | | | | Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00 Date: Tue, 25 Jul 2000 12:52:45 +0100 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk> and notes from Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> Date: Tue, 25 Jul 2000 11:43:25 +0100 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6435
* PERL_OBJECT build tweaksGurusamy Sarathy2000-07-141-32/+36
| | | p4raw-id: //depot/perl@6404
* inconsistent types needs castsGurusamy Sarathy2000-07-141-4/+6
| | | p4raw-id: //depot/perl@6403
* typecasts needed for change#6394Gurusamy Sarathy2000-07-141-4/+4
| | | | | p4raw-link: @6394 on //depot/cfgperl: 78ae23f54fc4e301b66d2a32897cb42fa2633fe7 p4raw-id: //depot/perl@6401
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-07-141-12/+10
|\ | | | | p4raw-id: //depot/perl@6400
| * Fix the BOM bug: not a byteorder bug, a signedness bug.Jarkko Hietaniemi2000-07-141-10/+10
| | | | | | p4raw-id: //depot/cfgperl@6394
| * Integrate with Sarathy.Jarkko Hietaniemi2000-07-131-1/+1
| |\ | | | | | | p4raw-id: //depot/cfgperl@6390
| * | Re: format bug report [Patch]H.Merijn Brand2000-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Wed, 05 Jul 2000 13:12:52 +0200 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl> Subject: Re: format bug report [Patch] From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Wed, 05 Jul 2000 14:10:01 +0200 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl> p4raw-id: //depot/cfgperl@6340
| * | Be less forgiving about ambiguous and illegal tr ranges.Mark-Jason Dominus2000-07-111-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way Date: Tue, 04 Jul 2000 10:00:12 -0400 Message-ID: <20000704140012.17772.qmail@plover.com> Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way From: Mark-Jason Dominus <mjd@plover.com> Date: Wed, 05 Jul 2000 09:37:36 -0400 Message-ID: <20000705133736.27293.qmail@plover.com> p4raw-id: //depot/cfgperl@6339
| * | Fix the alignment problem in Crays ([ID 20000612.002]).Jarkko Hietaniemi2000-07-071-5/+5
| | | | | | | | | p4raw-id: //depot/cfgperl@6324
| * | Win32 patches for cfgperl from Sarathy.Jarkko Hietaniemi2000-07-041-21/+21
| | | | | | | | | p4raw-id: //depot/cfgperl@6307
| * | Re: [PATCH cfgperl] BOMs away!Simon Cozens2000-06-281-2/+58
| | | | | | | | | | | | | | | Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6261
| * | Re: [PATCH] support 'my __PACKAGE__ $obj = ...'Doug MacEachern2000-06-281-1/+24
| | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6250
| * | Do no -warn on \_, only on \alpha.David Dyck2000-06-271-1/+1
| | | | | | | | | | | | | | | | | | Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com> p4raw-id: //depot/cfgperl@6241
| * | Remove tr///CU (the feature is to be obsoleted by better interfaces).Simon Cozens2000-06-231-27/+2
| | | | | | | | | | | | | | | | | | Subject: [PATCH] Eliminate tr///[CU][CU] Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6221
* | | enable UTF-16 filter by default if relevant BOM is seen; variousGurusamy Sarathy2000-07-141-62/+66
| |/ |/| | | | | | | cleanups (typos, misformatted code, and small bugs) p4raw-id: //depot/perl@6399
* | tweak for build failure under multiplicityGurusamy Sarathy2000-07-111-1/+1
| | | | | | p4raw-id: //depot/perl@6374
* | integrate cfgperl changes#6325..6373 into mainlineGurusamy Sarathy2000-07-111-4/+18
| | | | | | | | | | | | | | | | (NOTE: today's batch of integrations still untested) p4raw-link: @6373 (not found) p4raw-link: @6325 on //depot/cfgperl: d6ac44cc5a00fa38a56717785146bc16b716472c p4raw-id: //depot/perl@6373
* | integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6324 on //depot/cfgperl: 81bf48a6dbba4b295dfa172a17ca70b654dbf225 p4raw-link: @6293 on //depot/cfgperl: 6e37ea6052902cde1aeb08a2129ffc7c8ea53736 p4raw-id: //depot/perl@6369 p4raw-branched: from //depot/cfgperl@6368 'branch in' lib/Win32.pod lib/lib_pm.PL p4raw-deleted: from //depot/cfgperl@6368 'delete in' pod/Win32.pod (@5937..) pod/buildtoc (@6091..) lib/lib.pm.PL (@6227..) pod/Makefile (@6232..) p4raw-integrated: from //depot/cfgperl@6368 'copy in' thread.h (@5656..) lib/warnings/register.pm (@5704..) ext/B/B/Stash.pm (@5972..) lib/CGI/Util.pm (@6034..) util.c (@6217..) gv.c (@6244..) pp.c (@6260..) doop.c (@6269..) pod/perlfunc.pod (@6277..) pp_ctl.c (@6293..) makedef.pl (@6301..) embed.h global.sym objXSUB.h perlapi.c proto.h (@6305..) win32/Makefile (@6307..) Makefile.SH (@6309..) t/op/method.t (@6312..) sv.h (@6315..) 'ignore' op.c (@6273..) 'merge in' embed.pl win32/win32.c (@6305..) p4raw-integrated: from //depot/cfgperl@6324 'merge in' toke.c (@6307..) p4raw-branched: from //depot/cfgperl@6323 'branch in' pod/buildtoc.PL (@6319..) p4raw-integrated: from //depot/cfgperl@6323 'copy in' pod/perl.pod (@6319..) pod/perltoc.pod (@6322..) 'merge in' MANIFEST (@6319..) p4raw-branched: from //depot/cfgperl@6319 'branch in' pod/Makefile.SH p4raw-integrated: from //depot/cfgperl@6315 'ignore' pp_hot.c (@6313..) p4raw-integrated: from //depot/cfgperl@6311 'copy in' ext/POSIX/POSIX.pod (@6296..) p4raw-integrated: from //depot/cfgperl@6307 'merge in' doio.c (@6223..)
* | integrate cfgperl changes#6261..6266 into mainlineGurusamy Sarathy2000-07-111-2/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6266 on //depot/cfgperl: a009ce76c9b4ddbde44a58eab3fe27d331cf27fe p4raw-link: @6261 on //depot/cfgperl: 27d76ecff97d0a9449f569d789504cc8b69a6d01 p4raw-id: //depot/perl@6363 p4raw-integrated: from //depot/cfgperl@6362 'copy in' README.epoc epoc/createpkg.pl epoc/epocish.c (@5586..) epoc/epocish.h t/comp/require.t (@5639..) cygwin/Makefile.SHs (@6096..) ext/POSIX/POSIX.pm (@6140..) hints/bsdos.sh (@6156..) epoc/config.sh (@6168..) ext/POSIX/POSIX.xs (@6198..) p4raw-integrated: from //depot/cfgperl@6265 'copy in' ext/POSIX/POSIX.pod (@5586..) p4raw-integrated: from //depot/cfgperl@6263 'copy in' doop.c (@6256..) p4raw-integrated: from //depot/cfgperl@6261 'merge in' pod/perldiag.pod (@6206..) toke.c (@6250..)
* | integrate cfgperl change#6250 into mainlineGurusamy Sarathy2000-07-111-1/+24
| | | | | | | | | | | | | | | | | | p4raw-link: @6250 on //depot/cfgperl: ec6a9911b75518dd4c77eb4985d8bee0371df340 p4raw-id: //depot/perl@6360 p4raw-branched: from //depot/cfgperl@6250 'branch in' t/op/my_stash.t p4raw-integrated: from //depot/cfgperl@6250 'copy in' MANIFEST (@6232..) 'merge in' toke.c (@6241..) embed.pl proto.h (@6243..)
* | integrate cfgperl changes#6220..6222 into mainlineGurusamy Sarathy2000-07-111-27/+2
|/ | | | | | | | | | | | p4raw-link: @6222 on //depot/cfgperl: cb6e01d9fd93f1025bb60ed9c000931b2c8542a3 p4raw-link: @6220 on //depot/cfgperl: 94414bfbc497e71da32f6edca513d34725e3cae6 p4raw-id: //depot/perl@6350 p4raw-integrated: from //depot/cfgperl@6349 'copy in' lib/Pod/Usage.pm (@5717..) win32/win32.h (@6026..) pod/perlop.pod (@6206..) p4raw-integrated: from //depot/cfgperl@6221 'copy in' utf8.c (@6174..) doop.c (@6193..) toke.c (@6196..) 'merge in' embed.pl (@6217..) p4raw-integrated: from //depot/cfgperl@6220 'merge in' makedef.pl (@6156..)
* Integrate with Sarathy.Jarkko Hietaniemi2000-06-031-3/+8
|\ | | | | p4raw-id: //depot/cfgperl@6196
| * fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-3/+8
| | | | | | p4raw-id: //depot/perl@6194
* | Single-quoted utf8 patch from Simon Cozens.Jarkko Hietaniemi2000-05-311-0/+2
|/ | | p4raw-id: //depot/cfgperl@6176
* Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.Jarkko Hietaniemi2000-05-301-9/+13
| | | p4raw-id: //depot/cfgperl@6168
* MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-281-18/+36
| | | | | <neeri@iis.ee.ethz.ch>) p4raw-id: //depot/perl@6143
* downgrade fatal error on C<"foo@nosucharray.com"> to optional warningGurusamy Sarathy2000-05-281-3/+8
| | | | | (from Mark-Jason Dominus) p4raw-id: //depot/perl@6122
* reverse() and quotemeta() weren't preserving utf8-ness; add testsGurusamy Sarathy2000-05-071-1/+1
| | | p4raw-id: //depot/perl@6087
* Integrate with Sarathy.Jarkko Hietaniemi2000-05-041-1/+1
|\ | | | | p4raw-id: //depot/cfgperl@6065
| * tokeq() could read unallocated field in argumentGurusamy Sarathy2000-05-041-1/+1
| | | | | | p4raw-id: //depot/perl@6063
* | The logic of choosing strtol/strtoul/strtoll/strtoull was wrongJarkko Hietaniemi2000-05-041-36/+52
|/ | | | | | in natively 64-bit platforms where a long is a quad (no need for long longs). Also added bias for IVs. p4raw-id: //depot/cfgperl@6059
* change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix itGurusamy Sarathy2000-05-021-0/+3
| | | | | | | | such that underscores are only ignored in literal numbers, "\x{...}", and hex/oct argument p4raw-link: @3798 on //depot/cfgperl: 252aa0820e6bce274b33bd342cfc65e18a59a165 p4raw-id: //depot/perl@6044
* extend "Unrecognized escape" warning to \8, \9, and \_ as wellGurusamy Sarathy2000-04-301-1/+1
| | | | | (from Hugo van der Sanden) p4raw-id: //depot/perl@6024
* fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>Gurusamy Sarathy2000-04-281-0/+5
| | | p4raw-id: //depot/perl@5999
* qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapesGurusamy Sarathy2000-04-281-1/+1
| | | | | itself and no other (from Tom Hughes) p4raw-id: //depot/perl@5989
* autoquote barewords followed by newline and arrow properlyGurusamy Sarathy2000-04-271-2/+10
| | | | | (variant of fix suggested by Rick Delaney and M.J.T. Guy) p4raw-id: //depot/perl@5977
* POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)Gurusamy Sarathy2000-04-241-1/+2
| | | p4raw-id: //depot/perl@5925
* make parenthetic warnings look consistent; make diagnostic onGurusamy Sarathy2000-03-211-1/+1
| | | | | "use 5.6" et al mention the alternate form; pod fixups p4raw-id: //depot/perl@5851
* change#5797 didn't do the right thing for "\xff\N{WHITE SMILING FACE}"Gurusamy Sarathy2000-03-201-1/+7
| | | | | p4raw-link: @5797 on //depot/perl: e1992b6d91e50ab66a903c570e8d9c48f121f34b p4raw-id: //depot/perl@5837
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-191-1/+1
|\ | | | | p4raw-id: //depot/perl@5822