summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* specify type of bracket in "Unmatched bracket" diagnostic;Gurusamy Sarathy1999-03-261-3/+3
* better "Illegal %s digit ignored" warningsGurusamy Sarathy1999-03-241-3/+3
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* fix parsing of here documents in C<eval 's/.../<<FOO/e'>Gurusamy Sarathy1999-03-091-2/+32
* use yyerror() instead of croak() so that compile-time failures inGurusamy Sarathy1999-03-091-1/+1
* todo item: permit extended control variables a la ${^Foo} (patchGurusamy Sarathy1999-02-281-2/+21
* update change#2670 to later versionHugo van der Sanden1999-02-121-1/+3
* make qw() into a true list at compile time (slightly modifiedGurusamy Sarathy1999-02-081-24/+34
* applied suggested patch; regen perly* and vms/perly*Stephen McCamant1999-02-071-2/+0
* various win32-ish changes merged from maint-5.005Gurusamy Sarathy1999-02-011-8/+7
* improved diagnostic on syntax errors at EOLGurusamy Sarathy1999-02-011-0/+2
* Re: [PATCH 5.005_54] Evalled substitution parsingHugo van der Sanden1999-01-211-2/+12
* Missing dTHRs added.Jarkko Hietaniemi1999-01-091-7/+10
* REV2: Binary number supportWilson P. Snyder II1998-12-311-9/+22
* Warn on unrecognized alpha escapes.Ilya Zakharevich1998-12-291-1/+5
* mention limit on line numbers reported by diagnosticsGurusamy Sarathy1998-12-061-1/+2
* 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