summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* Fix UV_SIZEOF to UVSIZE; change the overflow testsJarkko Hietaniemi1999-09-061-1/+1
* Another patch for Lexical WarningsPaul Marquess1999-09-061-7/+6
* misc tweaksGurusamy Sarathy1999-09-061-1/+1
* Fix from Spider for the sub attributes (there was an undocumentedJarkko Hietaniemi1999-09-031-4/+10
* \C{} -> \N{} residue.Jarkko Hietaniemi1999-08-311-3/+3
* Use \N{named characters} instead of \C.Ilya Zakharevich1999-08-301-3/+3
* sub : attrlistSpider Boardman1999-08-291-81/+209
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-3/+5
* 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