summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-6/+7
* remove unused interpreter globalsGurusamy Sarathy1999-10-241-32/+17
* various cleanupsGurusamy Sarathy1999-10-121-2/+2
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-3/+3
* add suggested patch =~ s/NOTOP/OP_NOT/ with testsLarry Wall1999-10-081-2/+5
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-061-20/+3
|\
| * Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-021-20/+3
* | make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-1/+2
* | some compatibility macros were bustedGurusamy Sarathy1999-10-041-2/+4
|/
* Re: [PATCH 5.005_61] "our" declarationsLarry Wall1999-09-251-9/+38
* avoid infinite recursive exec()s of perl.exe when shebangGurusamy Sarathy1999-09-241-1/+17
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-5/+2
* avoid assertion failure on C<@a'>Gurusamy Sarathy1999-09-131-2/+6
* 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