summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Collapse)AuthorAgeFilesLines
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-18/+168
| | | p4raw-id: //depot/utfperl@1651
* tweak toke.cGurusamy Sarathy1998-07-211-1/+1
| | | p4raw-id: //depot/perl@1610
* workaround C<"foo" "bar"> catenation-intolerant compilersGurusamy Sarathy1998-07-211-2/+2
| | | p4raw-id: //depot/perl@1587
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-2/+2
| | | | | | brute force search script). Result builds and passes all tests on Solaris. win32 and PERL_OBJECT are still untested. p4raw-id: //depot/perl@1578
* Merge MainlineNick Ing-Simmons1998-07-191-2/+6
|\ | | | | p4raw-id: //depot/ansiperl@1566
| * fix and test handling of literal newlines in heredocsGurusamy Sarathy1998-07-191-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | From: Gisle Aas <gisle@aas.no> Date: 17 Jul 1998 14:58:25 +0200 Message-ID: <m3iukw63da.fsf@furu.g.aas.no> Subject: Re: [PATCH _71] CRs et al -- From: larry@wall.org (Larry Wall) Date: Fri, 17 Jul 1998 09:32:35 -0700 Message-Id: <199807171632.JAA12959@wall.org> Subject: Re: [PATCH _71] CRs et al p4raw-id: //depot/perl@1545
* | PL_ stuff for threadsNick Ing-Simmons1998-07-181-11/+11
| | | | | | p4raw-id: //depot/ansiperl@1534
* | Builds and passes tests with -DMULTIPLICITY and -DCRIPPLED_CCNick Ing-Simmons1998-07-181-2/+2
| | | | | | | | | | (still with PERL_GLOBAL_STRUCT) - to cover more #if branches p4raw-id: //depot/ansiperl@1533
* | PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-1074/+1074
|/ | | | | Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT p4raw-id: //depot/ansiperl@1532
* fix CvMUTEXP() leaks with -DusethreadsGurusamy Sarathy1998-07-181-3/+0
| | | p4raw-id: //depot/perl@1524
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-9/+20
| | | | | | Message-Id: <19980712195747.C493@pobox.com> Subject: [ PATCH perl5.004_72] patch to add qr// p4raw-id: //depot/perl@1461
* be generous about CRsLarry Wall1998-07-121-2/+55
| | | | | | Message-Id: <199807120054.RAA19550@wall.org> Subject: [PATCH _71] CRs et al p4raw-id: //depot/perl@1446
* disable CR croaking (via #define, default off) in lieu of moreGurusamy Sarathy1998-07-111-1/+1
| | | | | complete fix p4raw-id: //depot/perl@1417
* more reasonable diagnostic on keyword vs. sub ambiguityGurusamy Sarathy1998-07-061-2/+2
| | | p4raw-id: //depot/perl@1340
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-1/+1
| | | p4raw-id: //depot/perl@1339
* add comments on GV_FOO constants, s/8/GV_ADDINEVAL/Gurusamy Sarathy1998-07-051-2/+2
| | | p4raw-id: //depot/perl@1322
* added patch with tweak to docChip Salzenberg1998-07-051-10/+29
| | | | | | Message-ID: <19980704205136.A16319@perlsupport.com> Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)> p4raw-id: //depot/perl@1317
* patchlevel up to 5.004_70, various tweaksGurusamy Sarathy1998-07-051-1/+1
| | | | | | | | * fix taint problems due to maintbranch regression * PERL_OBJECT now builds again * deal with C++ strong-typing problems in hv.c * fix mismatch in "reserved word" diagnostic p4raw-id: //depot/perl@1311
* merge changes#1210,1211,1270 from maintbranchGurusamy Sarathy1998-07-041-4/+2
| | | | | | | p4raw-link: @1270 on //depot/maint-5.004/perl: 413603941653f55130af336b8e990052b26673a6 p4raw-link: @1211 on //depot/maint-5.004/perl: 247620c138019426962998dd7edc0157874220f0 p4raw-link: @1210 on //depot/maint-5.004/perl: 4522f71f5c16bf8892b1952004accec53aab868e p4raw-id: //depot/perl@1277
* deprecate use of reserved word "our" (Larry's idea)Larry Wall1998-07-041-0/+2
| | | | | | Message-Id: <199806221555.IAA07212@wall.org> Subject: Re: our p4raw-id: //depot/perl@1276
* tweaks to overloaded constants (change#1259)Gurusamy Sarathy1998-06-301-2/+2
| | | | | p4raw-link: @1259 on //depot/perl: b3ac6de7f0c7a63b73f1cf3ea9e371470f7d1cb0 p4raw-id: //depot/perl@1265
* bump patchlevel to 69, various little tweaks (tested on win32, SolarisGurusamy Sarathy1998-06-291-2/+1
| | | | | under several build configurations) p4raw-id: //depot/perl@1262
* added patch for overloading constants, made PERL_OBJECT-awareIlya Zakharevich1998-06-291-12/+113
| | | | | Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1259
* applied patch, tweaked doc, and regen regnodes.hIlya Zakharevich1998-06-281-1/+1
| | | | | | Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_68] \z in RE p4raw-id: //depot/perl@1250
* applied patch, regen headersIlya Zakharevich1998-06-231-3/+3
| | | | | | Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] Malloc size feedback p4raw-id: //depot/perl@1201
* added patch, regen headersIlya Zakharevich1998-06-211-6/+10
| | | | | | Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu> Subject: Re: Ilya's patches p4raw-id: //depot/perl@1169
* [win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clashGurusamy Sarathy1998-06-051-1/+1
| | | | | with the xsubpp-generated symbol) p4raw-id: //depot/win32/perl@1075
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-6/+1
|\ | | | | p4raw-id: //depot/asperl@1055
| * [win32] merge change#1013 from maintbranch (1012 is n/a)Gurusamy Sarathy1998-05-231-6/+1
| | | | | | | | | | p4raw-link: @1013 on //depot/maint-5.004/perl: e9ccf45401c9d6e23ccd88507835ebd585569b1a p4raw-id: //depot/win32/perl@1028
* | [asperl] tweaks to make it build with the Borland compiler. Won't runGurusamy Sarathy1998-05-261-1/+1
| | | | | | | | | | | | testsuite because @INC intuition from location of perlcore.dll seems to be broken. Also, system() and qx// seem broken as well. p4raw-id: //depot/asperl@1033
* | [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-19/+21
|\ \ | |/ | | p4raw-id: //depot/asperl@1010
| * [win32] more whitespace tweaks from maintbranchGurusamy Sarathy1998-05-181-2/+2
| | | | | | p4raw-id: //depot/win32/perl@1009
| * [win32] merge changes#996,998,999 from maintbranchGurusamy Sarathy1998-05-161-5/+3
| | | | | | | | | | | | | | p4raw-link: @999 on //depot/maint-5.004/perl: 52d674631edd5d1237df7203efc4396c3b77f8e7 p4raw-link: @998 on //depot/maint-5.004/perl: 8eaf12205a772c0a833cee734c82473643013f95 p4raw-link: @996 on //depot/maint-5.004/perl: 44110adace3111d6546fef417a9c88b22157bba2 p4raw-id: //depot/win32/perl@1006
| * Integrate win32Nick Ing-Simmons1998-05-151-12/+16
| |\ | | | | | | p4raw-id: //depot/ansiperl@987
| | * [win32] merge change#905 from maintbranch, minor fixes to getGurusamy Sarathy1998-05-151-3/+7
| | | | | | | | | | | | | | | | | | | | | clean build+test on Solaris p4raw-link: @905 on //depot/maint-5.004/perl: 15e73149a8419f18d739227762eab108524cec56 p4raw-id: //depot/win32/perl@976
| | * [win32] merge change#887 from maintbranchGurusamy Sarathy1998-05-141-9/+9
| | | | | | | | | | | | | | | p4raw-link: @887 on //depot/maint-5.004/perl: 6cdf74fe31f049dc2164dbb9e6242179d4b8ee1f p4raw-id: //depot/win32/perl@937
| * | Changes to allow compiler with gcc-2.8.1 in C++ mode,Nick Ing-Simmons1998-05-141-4/+2
| |/ | | | | | | | | Remove K&R style functions, avoid struct/typedef clash. p4raw-id: //depot/ansiperl@972
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-1/+2
|\ \ | |/ | | p4raw-id: //depot/asperl@884
| * Confusing error from perl -e "x'"Hans Mulder1998-04-021-1/+2
| | | | | | p4raw-id: //depot/perl@853
* | [asperl] add a part of AS patch#14, backout incomplete variableGurusamy Sarathy1998-03-171-8/+8
| | | | | | | | | | name changes for gcc. Builds and tests under VC/BC once again. p4raw-id: //depot/asperl@830
* | [asperl] various changes to get asperl working under BorlandGurusamy Sarathy1998-03-161-8/+8
| | | | | | | | | | (passes all tests when built under PERL_OBJECT) p4raw-id: //depot/asperl@809
* | [win32] integrate mainline changesGurusamy Sarathy1998-03-071-76/+539
|\ \ | |/ | | p4raw-id: //depot/asperl@799
| * [win32] merge problematic maintpatch to op.cChip Salzenberg1998-03-031-2/+2
| | | | | | | | | | | | #77: "Eliminate double warnings under C<package;>" Files: gv.c op.c toke.c p4raw-id: //depot/win32/perl@641
| * [win32] maintpatches for docsTom Phoenix1998-03-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #53: "Perlop bitwise & | ^ documentation" Msg-ID: <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c Date: Thu, 6 Nov 1997 07:44:52 -0800 (PST) Files: pod/perlfunc.pod -------- #54: "Update docs on tr///" From: Tom Phoenix <rootbeer@teleport.com> Msg-ID: <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c Date: Mon, 3 Nov 1997 07:28:39 -0800 (PST) Files: pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pod/perllocale.pod pod/perlmod.pod pod/perlop.pod pod/perlstyle.pod toke.c p4raw-id: //depot/win32/perl@635
| * [win32] merge another toke.c patch and its dependent (very carefully)Gurusamy Sarathy1998-03-031-12/+44
| | | | | | | | | | | | | | | | | | | | | | #32: "Support C<Package::> as function-blind bearword" From: Chip Salzenberg Files: toke.c -------- #86: "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod" From: Gurusamy Sarathy Files: toke.c pod/perldelta.pod pod/perldiag.pod p4raw-id: //depot/win32/perl@633
| * [win32] another toke.c maintpatchChip Salzenberg1998-03-031-12/+0
| | | | | | | | | | | | #28: "Don't warn on $x{shift}, ne => 1, or -f => 1" Files: toke.c p4raw-id: //depot/win32/perl@632
| * [win32] merge another maintpatch to toke.cHugo van der Sanden1998-03-031-2/+1
| | | | | | | | | | | | Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk> Subject: Re: [PERL] Here-doc in s///e (was: Bug) p4raw-id: //depot/win32/perl@629
| * [win32] manually merge a maintpatchNathan Torkington1998-03-031-45/+489
| | | | | | | | | | | | Message-Id: <199801082138.OAA14186@prometheus.frii.com> Subject: [PERL] Commenting toke.c p4raw-id: //depot/win32/perl@628
| * [win32] yet another patchChip Salzenberg1998-03-021-1/+1
| | | | | | | | | | | | Message-Id: <199709161748.NAA08418@nielsenmedia.com> Subject: Tiny but massively cool: C<statement foreach @list> p4raw-id: //depot/win32/perl@612
* | [asperl] integrate mainline changesGurusamy Sarathy1998-03-011-9/+1
|\ \ | |/ | | p4raw-id: //depot/asperl@607