summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Collapse)AuthorAgeFilesLines
* fix problematic typecast in filter_del()Mark P Lutz1998-09-231-1/+1
| | | | | | Message-Id: <199808312113.VAA53356@triton.ca.boeing.com> Subject: perl5.005_02 does not build on Cray T90 p4raw-id: //depot/perl@1829
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-231-7/+7
| | | | | | Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu> Subject: [5.005_5* PATCH] Postponed RE - now! p4raw-id: //depot/perl@1813
* better CR-handling on shebang line and in formats (fixed variant ofGurusamy Sarathy1998-09-231-3/+17
| | | | | patch suggested by Igor Sysoev <igor@nitek.ru>) p4raw-id: //depot/perl@1812
* apply minimal variant of patch (sent via private mail)Jarkko Hietaniemi1998-09-231-4/+21
| | | | | | Message-Id: <199808121242.PAA29761@comanche.spices> Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands p4raw-id: //depot/perl@1803
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-1/+1
| | | | | | Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_76] @- and @+ p4raw-id: //depot/perl@1800
* suppress bogus warning on C<sub x {} x()>Gurusamy Sarathy1998-09-171-1/+2
| | | p4raw-id: //depot/perl@1787
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-18/+23
| | | | | | builds; add sundry PERL_OBJECT scaffolding to get it to build; fix lexical warning testsuite for win32 p4raw-id: //depot/perl@1777
* add missing dTHR; notes for test failures due to small stacksizeGurusamy Sarathy1998-08-091-31/+56
| | | p4raw-id: //depot/perl@1774
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-44/+54
| | | | | | Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk> Subject: lexical warnings patch for 5.005_50 p4raw-id: //depot/perl@1773
* fix bogus warning on "\x{123}"Paul Marquess1998-08-081-4/+4
| | | | | | Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk> Subject: [5.005_50 PATCH] Some unicode problems p4raw-id: //depot/perl@1771
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-3/+27
|\ | | | | p4raw-id: //depot/perl@1760
| * end pod processing when source file is closed (prevents it carryingGurusamy Sarathy1998-08-051-0/+1
| | | | | | | | | | over into require()d files) p4raw-id: //depot/maint-5.005/perl@1730
| * support OE/MVSJarkko Hietaniemi1998-08-021-3/+26
| | | | | | | | | | | | Message-Id: <199808010903.MAA09371@alpha.hut.fi> Subject: [PATCH] 5.005_01: OE MVS p4raw-id: //depot/maint-5.005/perl@1697
| * s/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed, so theyGurusamy Sarathy1998-07-261-6/+4
| | | | | | | | | | | | can disable it from config.sh if they want; up patchlevel to 5_01; little tweaks to pods p4raw-id: //depot/maint-5.005/perl@1668
* | integrate 5.005_01 changes from maintGurusamy Sarathy1998-07-271-6/+4
| | | | | | | | | | | | | | p4raw-id: //depot/perl@1670 p4raw-integrated: from //depot/maint-5.005/perl@1667 'copy in' README.win32 win32/GenCAPI.pl win32/win32.c (@1649..) pod/perldelta.pod (@1654..) 'merge in' toke.c (@1649..) proto.h (@1662..)
* | add new files to MANIFEST; add missing prototypes to proto.h;Gurusamy Sarathy1998-07-261-1/+1
| | | | | | | | | | | | s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_; add typecasts to silence warnings; tweaks for win32 builds p4raw-id: //depot/perl@1663
* | 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