summaryrefslogtreecommitdiff
path: root/toke.c
Commit message (Expand)AuthorAgeFilesLines
* mark literal utf8 in string literals properlyGurusamy Sarathy2000-02-011-1/+15
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-51/+49
* revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>Gurusamy Sarathy2000-01-261-1/+3
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-5/+3
* change#3744 should have made grep more like map instead of theGurusamy Sarathy2000-01-261-2/+2
* fix parse failure of (my $foo : bar) and similar (from SpiderGurusamy Sarathy2000-01-261-2/+18
* disallow our($foo::bar)Gurusamy Sarathy2000-01-231-0/+4
* #line directives without a filename leave the file name as it wasGurusamy Sarathy2000-01-221-2/+0
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-2/+2
* nailed "our" declarations, and better warnings on duplicateGurusamy Sarathy2000-01-141-5/+9
* 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