summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* leave DATA open in binmode if __END__ line doesn't have CRLFGurusamy Sarathy1999-12-301-1/+3
* enable the PERL_BINMODE_SCRIPTS behavior by default on WindowsGurusamy Sarathy1999-12-301-8/+49
* CR-LF support broken for formatsGurusamy Sarathy1999-12-301-0/+8
* typecasts neededGurusamy Sarathy1999-12-281-2/+2
* fix typosGurusamy Sarathy1999-12-261-1/+1
* support for v5.5.640 style version numbersGurusamy Sarathy1999-12-241-20/+87
* fix from Larry for parsing C<{ 0x1 => 'foo'}> as anGurusamy Sarathy1999-12-181-3/+6
* avoid mismatched expectation <-> int types for C++ buildsGurusamy Sarathy1999-12-091-2/+2
* patch to fix parser bug in C<${h{${a[0]}}} = 13>Larry Wall1999-12-081-12/+8
* use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.Gurusamy Sarathy1999-12-081-30/+2
* longstanding typo in lexer: PL_lex_expect was not properlyGurusamy Sarathy1999-12-081-1/+1
* make weak keyword check look for defined(&lock), notGurusamy Sarathy1999-12-041-0/+1
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-4/+4
* sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-4/+4
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-47/+47
* IoDIRP may be fake when used in source filters, mark as suchGurusamy Sarathy1999-11-091-3/+8
* implement STOP blocks and fix compiler to use them (minimallyGurusamy Sarathy1999-11-041-0/+4
* remove VIRTUAL tag, PERL_OBJECT doesn't need it anymoreGurusamy Sarathy1999-11-041-1/+0
* macros for COP.cop_filegv accessGurusamy Sarathy1999-11-011-13/+11
* 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