| Commit message (Expand) | Author | Age | Files | Lines |
* | typecasts needed | Gurusamy Sarathy | 1999-12-28 | 1 | -2/+2 |
* | fix typos | Gurusamy Sarathy | 1999-12-26 | 1 | -1/+1 |
* | support for v5.5.640 style version numbers | Gurusamy Sarathy | 1999-12-24 | 1 | -20/+87 |
* | fix from Larry for parsing C<{ 0x1 => 'foo'}> as an | Gurusamy Sarathy | 1999-12-18 | 1 | -3/+6 |
* | avoid mismatched expectation <-> int types for C++ builds | Gurusamy Sarathy | 1999-12-09 | 1 | -2/+2 |
* | patch to fix parser bug in C<${h{${a[0]}}} = 13> | Larry Wall | 1999-12-08 | 1 | -12/+8 |
* | use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc. | Gurusamy Sarathy | 1999-12-08 | 1 | -30/+2 |
* | longstanding typo in lexer: PL_lex_expect was not properly | Gurusamy Sarathy | 1999-12-08 | 1 | -1/+1 |
* | make weak keyword check look for defined(&lock), not | Gurusamy Sarathy | 1999-12-04 | 1 | -0/+1 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -4/+4 |
* | sundry cleanups for cloned interpreters (only known failure mode | Gurusamy Sarathy | 1999-11-14 | 1 | -4/+4 |
* | another change towards a shareable optree: avoid pointer to filegv | Gurusamy Sarathy | 1999-11-11 | 1 | -47/+47 |
* | IoDIRP may be fake when used in source filters, mark as such | Gurusamy Sarathy | 1999-11-09 | 1 | -3/+8 |
* | implement STOP blocks and fix compiler to use them (minimally | Gurusamy Sarathy | 1999-11-04 | 1 | -0/+4 |
* | remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore | Gurusamy Sarathy | 1999-11-04 | 1 | -1/+0 |
* | macros for COP.cop_filegv access | Gurusamy Sarathy | 1999-11-01 | 1 | -13/+11 |
* | warnings and const violations identified by compiling in C++ mode | Gurusamy Sarathy | 1999-10-26 | 1 | -6/+7 |
* | remove unused interpreter globals | Gurusamy Sarathy | 1999-10-24 | 1 | -32/+17 |
* | various cleanups | Gurusamy Sarathy | 1999-10-12 | 1 | -2/+2 |
* | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 1 | -3/+3 |
* | add suggested patch =~ s/NOTOP/OP_NOT/ with tests | Larry Wall | 1999-10-08 | 1 | -2/+5 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-10-06 | 1 | -20/+3 |
|\ |
|
| * | Untangle the IV_IS_QUAD jungle by introduding | Jarkko Hietaniemi | 1999-10-02 | 1 | -20/+3 |
* | | make die/warn and other diagnostics go to wherever STDERR happens | Gurusamy Sarathy | 1999-10-06 | 1 | -1/+2 |
* | | some compatibility macros were busted | Gurusamy Sarathy | 1999-10-04 | 1 | -2/+4 |
|/ |
|
* | Re: [PATCH 5.005_61] "our" declarations | Larry Wall | 1999-09-25 | 1 | -9/+38 |
* | avoid infinite recursive exec()s of perl.exe when shebang | Gurusamy Sarathy | 1999-09-24 | 1 | -1/+17 |
* | queue errors due to strictures rather than printing them as | Gurusamy Sarathy | 1999-09-20 | 1 | -5/+2 |
* | avoid assertion failure on C<@a'> | Gurusamy Sarathy | 1999-09-13 | 1 | -2/+6 |
* | Fix UV_SIZEOF to UVSIZE; change the overflow tests | Jarkko Hietaniemi | 1999-09-06 | 1 | -1/+1 |
* | Another patch for Lexical Warnings | Paul Marquess | 1999-09-06 | 1 | -7/+6 |
* | misc tweaks | Gurusamy Sarathy | 1999-09-06 | 1 | -1/+1 |
* | Fix from Spider for the sub attributes (there was an undocumented | Jarkko Hietaniemi | 1999-09-03 | 1 | -4/+10 |
* | \C{} -> \N{} residue. | Jarkko Hietaniemi | 1999-08-31 | 1 | -3/+3 |
* | Use \N{named characters} instead of \C. | Ilya Zakharevich | 1999-08-30 | 1 | -3/+3 |
* | sub : attrlist | Spider Boardman | 1999-08-29 | 1 | -81/+209 |
* | Rename warning to warnings, from Paul Marquess. | Jarkko Hietaniemi | 1999-08-29 | 1 | -3/+5 |
* | Introduce the charnames pragma. | Jarkko Hietaniemi | 1999-08-04 | 1 | -47/+109 |
* | 64-bit work. Now 32-bit platforms get a 100% make test | Jarkko Hietaniemi | 1999-08-01 | 1 | -6/+23 |
* | Reading 64-bit decimal numbers was broken because | Jarkko Hietaniemi | 1999-08-01 | 1 | -4/+6 |
* | Integer overflow iteration. | Jarkko Hietaniemi | 1999-07-31 | 1 | -3/+3 |
* | Hack the "integer overflow" code some more. | Jarkko Hietaniemi | 1999-07-31 | 1 | -3/+5 |
* | Integrate with Sarathy. I overruled on perldelta | Jarkko Hietaniemi | 1999-07-29 | 1 | -34/+35 |
|\ |
|
| * | minor tweaks to pods and toke.c comments | Gurusamy Sarathy | 1999-07-29 | 1 | -34/+35 |
* | | Repent and make overly large integerish | Jarkko Hietaniemi | 1999-07-29 | 1 | -13/+64 |
|/ |
|
* | Document toke.c. | Nathan Torkington | 1999-07-28 | 1 | -4/+331 |
* | Integer constants (0x, 0[0-7], 0b) now overflow fatally, | Jarkko Hietaniemi | 1999-07-27 | 1 | -10/+5 |
* | a more correct fix for change#2744 | Stephen McCamant | 1999-07-26 | 1 | -10/+9 |
* | make map behave like grep wrt indirect object slot when | Gurusamy Sarathy | 1999-07-25 | 1 | -3/+3 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -29/+38 |