summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-6/+11
* allow final period in a file (not followed by a newline) toGurusamy Sarathy1998-11-281-1/+1
* fix skipspace() to properly account for newlines in eval''-edGurusamy Sarathy1998-11-171-3/+10
* Overloaded <> and deref againIlya Zakharevich1998-10-301-4/+4
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-9/+7
* integrate cfgperl into mainlineGurusamy Sarathy1998-10-281-24/+19
|\
| * yylex() parametrization.Jarkko Hietaniemi1998-10-281-16/+19
| * s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/gJarkko Hietaniemi1998-10-261-19/+11
* | smarter C<$SIG{FOO} = BAREWORD;> warningGurusamy Sarathy1998-10-281-1/+2
|/
* fix C<print $n += 5;> etc.Gurusamy Sarathy1998-10-251-2/+2
* Re: '*' prototype does not allow bareword with strictGraham Barr1998-10-251-2/+10
* integrate cfgperl changes back into mainlineGurusamy Sarathy1998-10-251-12/+35
|\
| * POSIX BC2000 port from perl-mvs:Thomas Dorner1998-10-171-12/+35
| * Integrate mainperl.Jarkko Hietaniemi1998-10-171-1/+3
* | Program with utf8 identifiers fails to compileLarry Wall1998-10-231-53/+57
* | Core dump from "Missing right brace on \x{}"Gisle Aas1998-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