summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* POSIX BC2000 port from perl-mvs:Thomas Dorner1998-10-171-12/+35
* Integrate mainperl.Jarkko Hietaniemi1998-10-171-1/+3
* remove spurious unused conflicting globals (PL_yy{v,s}sp)Gurusamy Sarathy1998-10-061-2/+0
* Re: your Regexp.patch dated 21.8 [PATCH]Ilya Zakharevich1998-09-241-1/+3
* grandfather deprecated "$$<digit>" no moreGurusamy Sarathy1998-09-241-5/+2
* move yyglobal decls from perly.c to perlvars.h, regen headers, tweakGurusamy Sarathy1998-09-241-0/+3
* fix problematic typecast in filter_del()Mark P Lutz1998-09-231-1/+1
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-231-7/+7
* better CR-handling on shebang line and in formats (fixed variant ofGurusamy Sarathy1998-09-231-3/+17
* apply minimal variant of patch (sent via private mail)Jarkko Hietaniemi1998-09-231-4/+21
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-1/+1
* suppress bogus warning on C<sub x {} x()>Gurusamy Sarathy1998-09-171-1/+2
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-18/+23
* add missing dTHR; notes for test failures due to small stacksizeGurusamy Sarathy1998-08-091-31/+56
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-44/+54
* fix bogus warning on "\x{123}"Paul Marquess1998-08-081-4/+4
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-3/+27
|\
| * end pod processing when source file is closed (prevents it carryingGurusamy Sarathy1998-08-051-0/+1
| * support OE/MVSJarkko Hietaniemi1998-08-021-3/+26
| * s/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed, so theyGurusamy Sarathy1998-07-261-6/+4
* | integrate 5.005_01 changes from maintGurusamy Sarathy1998-07-271-6/+4
* | add new files to MANIFEST; add missing prototypes to proto.h;Gurusamy Sarathy1998-07-261-1/+1
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-18/+168
|/
* tweak toke.cGurusamy Sarathy1998-07-211-1/+1
* workaround C<"foo" "bar"> catenation-intolerant compilersGurusamy Sarathy1998-07-211-2/+2
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-2/+2
* Merge MainlineNick Ing-Simmons1998-07-191-2/+6
|\
| * fix and test handling of literal newlines in heredocsGurusamy Sarathy1998-07-191-2/+6
* | PL_ stuff for threadsNick Ing-Simmons1998-07-181-11/+11
* | Builds and passes tests with -DMULTIPLICITY and -DCRIPPLED_CCNick Ing-Simmons1998-07-181-2/+2
* | PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-1074/+1074
|/
* fix CvMUTEXP() leaks with -DusethreadsGurusamy Sarathy1998-07-181-3/+0
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-9/+20
* be generous about CRsLarry Wall1998-07-121-2/+55
* disable CR croaking (via #define, default off) in lieu of moreGurusamy Sarathy1998-07-111-1/+1
* more reasonable diagnostic on keyword vs. sub ambiguityGurusamy Sarathy1998-07-061-2/+2
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-1/+1
* add comments on GV_FOO constants, s/8/GV_ADDINEVAL/Gurusamy Sarathy1998-07-051-2/+2
* added patch with tweak to docChip Salzenberg1998-07-051-10/+29
* patchlevel up to 5.004_70, various tweaksGurusamy Sarathy1998-07-051-1/+1
* merge changes#1210,1211,1270 from maintbranchGurusamy Sarathy1998-07-041-4/+2
* deprecate use of reserved word "our" (Larry's idea)Larry Wall1998-07-041-0/+2
* tweaks to overloaded constants (change#1259)Gurusamy Sarathy1998-06-301-2/+2
* bump patchlevel to 69, various little tweaks (tested on win32, SolarisGurusamy Sarathy1998-06-291-2/+1
* added patch for overloading constants, made PERL_OBJECT-awareIlya Zakharevich1998-06-291-12/+113
* applied patch, tweaked doc, and regen regnodes.hIlya Zakharevich1998-06-281-1/+1
* applied patch, regen headersIlya Zakharevich1998-06-231-3/+3
* added patch, regen headersIlya Zakharevich1998-06-211-6/+10
* [win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clashGurusamy Sarathy1998-06-051-1/+1
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-6/+1
|\