summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce the charnames pragma.Jarkko Hietaniemi1999-08-041-47/+109
* 64-bit work. Now 32-bit platforms get a 100% make testJarkko Hietaniemi1999-08-011-6/+23
* Reading 64-bit decimal numbers was broken becauseJarkko Hietaniemi1999-08-011-4/+6
* Integer overflow iteration.Jarkko Hietaniemi1999-07-311-3/+3
* Hack the "integer overflow" code some more.Jarkko Hietaniemi1999-07-311-3/+5
* Integrate with Sarathy. I overruled on perldeltaJarkko Hietaniemi1999-07-291-34/+35
|\
| * minor tweaks to pods and toke.c commentsGurusamy Sarathy1999-07-291-34/+35
* | Repent and make overly large integerishJarkko Hietaniemi1999-07-291-13/+64
|/
* Document toke.c.Nathan Torkington1999-07-281-4/+331
* Integer constants (0x, 0[0-7], 0b) now overflow fatally,Jarkko Hietaniemi1999-07-271-10/+5
* a more correct fix for change#2744Stephen McCamant1999-07-261-10/+9
* make map behave like grep wrt indirect object slot whenGurusamy Sarathy1999-07-251-3/+3
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-29/+38
* fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-081-9/+10
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-14/+35
* slightly tweaked version of suggested patchDan Sugalski1999-07-061-2/+2
* "\e" and "\a" didn't produce right escape under EBCDICPeter Prymmer1999-07-051-0/+9
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-1/+1
* Fixed two long-standing locale bugs.Jarkko Hietaniemi1999-06-171-3/+2
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-161/+161
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-100/+62
* remove _() non-ansismGurusamy Sarathy1999-06-021-36/+36
* remove stray K&R-ismsGurusamy Sarathy1999-06-021-1/+2
* name PL_in_eval bitsHugo van der Sanden1999-05-241-3/+3
* minor logic tweak for reserved word warningGurusamy Sarathy1999-05-241-9/+11
* oops, some files missing in change#3449Gurusamy Sarathy1999-05-241-0/+1
* redo change#2061 and parts of change#1169 with code in theGurusamy Sarathy1999-05-241-33/+7
* remove redundant part of change#1169 superseded by change#2061;Gurusamy Sarathy1999-05-231-13/+18
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-0/+1
* Self-consistent numeric conversion againIlya Zakharevich1999-05-101-3/+3
* Re: ptr to realloced memory in yylexHugo van der Sanden1999-05-091-1/+2
* emit more accurate diagnostic for syntax errors involving <>Gurusamy Sarathy1999-05-061-3/+7
* applied first part of suggested patch (bug described cannot beHugo van der Sanden1999-05-061-2/+2
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-13/+13
* 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