| Commit message (Expand) | Author | Age | Files | Lines |
* | change#4705 breaks code that interpolates $], so leave string value | Gurusamy Sarathy | 1999-12-30 | 1 | -2/+5 |
* | support for v5.5.640 style version numbers | Gurusamy Sarathy | 1999-12-24 | 1 | -4/+2 |
* | integrate mainline changes | Gurusamy Sarathy | 1999-12-12 | 1 | -29/+44 |
* | Re: [PATCH 5.005_61] "our" declarations | Larry Wall | 1999-09-25 | 1 | -0/+1 |
* | queue errors due to strictures rather than printing them as | Gurusamy Sarathy | 1999-09-20 | 1 | -19/+8 |
* | sub : attrlist | Spider Boardman | 1999-08-29 | 1 | -0/+4 |
* | Rename warning to warnings, from Paul Marquess. | Jarkko Hietaniemi | 1999-08-29 | 1 | -2/+4 |
* | INSTALL =~ s/5.006/5.6/; delay loading Errno until needed | Gurusamy Sarathy | 1999-07-26 | 1 | -1/+1 |
* | fixes for logical bugs in the lexwarn patch; other tweaks to avoid | Gurusamy Sarathy | 1999-07-08 | 1 | -3/+5 |
* | Re: [ID 19990705.001] Overloading boolean conversion | Ilya Zakharevich | 1999-07-07 | 1 | -1/+1 |
* | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -4/+8 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -39/+39 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -25/+26 |
* | avoid gv_check() recursive pit | Gurusamy Sarathy | 1999-05-29 | 1 | -1/+1 |
* | emit more appropriate diagnostic for failed glob (variant | Gurusamy Sarathy | 1999-05-17 | 1 | -1/+1 |
* | avoid creating spurious subroutine stubs on failed subroutine | Gurusamy Sarathy | 1999-05-11 | 1 | -1/+1 |
* | correct places that said newSVpv() when they meant newSVpvn() | Gurusamy Sarathy | 1999-04-04 | 1 | -5/+5 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo | Graham Barr | 1999-03-04 | 1 | -6/+0 |
* | add const qualifier to most char* prototypes, handle ripple effect | Gurusamy Sarathy | 1999-02-15 | 1 | -16/+16 |
* | remove OVERLOAD conditionals | Jan Dubois | 1999-02-12 | 1 | -5/+0 |
* | Fix incorrect "used only once" warnings | Ilya Zakharevich | 1999-02-02 | 1 | -1/+1 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -2/+3 |
* | various fixes for race conditions under threads: mutex locks based | Gurusamy Sarathy | 1998-11-29 | 1 | -0/+1 |
* | prefer IO::Handle for IO if FileHandle:: is empty (as suggested by | Gurusamy Sarathy | 1998-11-29 | 1 | -1/+2 |
* | Implement $^C to allow perl access to -c flag - I think this | Nick Ing-Simmons | 1998-11-28 | 1 | -0/+1 |
* | fix a location affected by change#2191, add note about POPSTACK | Gurusamy Sarathy | 1998-11-05 | 1 | -0/+1 |
* | s/sv_upgrade/SvUPGRADE/ a couple of places | Gurusamy Sarathy | 1998-11-04 | 1 | -2/+2 |
* | Overloaded <> and deref again | Ilya Zakharevich | 1998-10-30 | 1 | -0/+9 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -14/+14 |
* | various win32 tweaks; disable new xs_cpp section (it creates | Gurusamy Sarathy | 1998-10-26 | 1 | -1/+3 |
* | avoid "mysterious" compile-time failures without messages | Gurusamy Sarathy | 1998-10-25 | 1 | -1/+1 |
* | Program with utf8 identifiers fails to compile | Larry Wall | 1998-10-23 | 1 | -1/+1 |
* | check in all confperl changes as of change#1964 into cfgperl | Gurusamy Sarathy | 1998-10-15 | 1 | -2/+3 |
* | support match indices via special variables @- and @+ | Ilya Zakharevich | 1998-09-23 | 1 | -2/+19 |
* | add missing dTHR; notes for test failures due to small stacksize | Gurusamy Sarathy | 1998-08-09 | 1 | -0/+2 |
* | lexical warnings; tweaks to places that didn't apply correctly | Paul Marquess | 1998-08-09 | 1 | -7/+10 |
* | remove useless 'rcsid' (extension of a suggestion by | Gurusamy Sarathy | 1998-08-04 | 1 | -2/+0 |
* | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 1 | -18/+12 |
* | fixes for overloading bugs and docs, tweaked some | Ilya Zakharevich | 1998-08-01 | 1 | -9/+32 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -1/+1 |
* | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 1 | -3/+3 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -65/+65 |
* | fix another CvMUTEXP() leak | Gurusamy Sarathy | 1998-07-18 | 1 | -1/+2 |
* | add more correct version of change#1350 (as yet untested) | Joshua Pritikin | 1998-07-10 | 1 | -2/+8 |
* | change#1350 breaks things, back it out | Gurusamy Sarathy | 1998-07-08 | 1 | -8/+2 |
* | add patch to improve method caching, regen headers | Joshua Pritikin | 1998-07-06 | 1 | -2/+8 |
* | rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers | Gurusamy Sarathy | 1998-07-06 | 1 | -1/+1 |
* | add comments on GV_FOO constants, s/8/GV_ADDINEVAL/ | Gurusamy Sarathy | 1998-07-05 | 1 | -2/+2 |
* | PUSHSTACK renovation | Joshua Pritikin | 1998-06-28 | 1 | -2/+2 |