| Commit message (Expand) | Author | Age | Files | Lines |
* | make die/warn and other diagnostics go to wherever STDERR happens | Gurusamy Sarathy | 1999-10-06 | 1 | -2/+2 |
* | fix buggy popping of subroutine contexts in the lvalue | Gurusamy Sarathy | 1999-09-26 | 1 | -17/+18 |
* | change "#" to a comment starter in pack templates; "/" now | Ilya Zakharevich | 1999-09-23 | 1 | -6/+16 |
* | avoid clearing @_ at all for faster subroutine calls; fix bugs | Gurusamy Sarathy | 1999-09-19 | 1 | -0/+6 |
* | Replace change #4100 with | Robin Barker | 1999-09-13 | 1 | -2/+2 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-09-08 | 1 | -28/+87 |
|\ |
|
| * | Fix pointer casts. | Robin Barker | 1999-09-07 | 1 | -2/+2 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-09-06 | 1 | -0/+2 |
| |\ |
|
| * | | Time is not yet ripe. | Jarkko Hietaniemi | 1999-09-05 | 1 | -26/+85 |
* | | | fix memory leak in C<sub f { split ' ', "a b" } f() while 1> | Gurusamy Sarathy | 1999-09-08 | 1 | -0/+1 |
| |/
|/| |
|
* | | initial implementation of lvalue subroutines (slightly fixed | Gurusamy Sarathy | 1999-09-05 | 1 | -0/+2 |
|/ |
|
* | Enable 64-bit clean bit ops. | Jarkko Hietaniemi | 1999-09-04 | 1 | -85/+26 |
* | For some odd reason #4056 didn't undo #3922 completely. | Jarkko Hietaniemi | 1999-08-31 | 1 | -8/+1 |
* | Removed duplicated code (in pp.c and mg.c) by introducing | Jarkko Hietaniemi | 1999-08-19 | 1 | -63/+13 |
* | Unapply an experimental patch that accidentally escaped | Jarkko Hietaniemi | 1999-08-11 | 1 | -38/+61 |
* | Patches needed to get _60 building with | Dan Sugalski | 1999-08-10 | 1 | -61/+38 |
* | Integrate with Nick. | Jarkko Hietaniemi | 1999-08-09 | 1 | -1/+15 |
|\ |
|
| * | native int pack/unpack fixes (from Spider Boardman | Gurusamy Sarathy | 1999-08-02 | 1 | -1/+15 |
* | | Protect against pack/unpack repeat count overflows, | Nathan Torkington | 1999-08-06 | 1 | -2/+8 |
* | | split /^/ deprecation warning should not be on by default. | Jarkko Hietaniemi | 1999-08-05 | 1 | -1/+1 |
* | | Warning fix to change #3922. | Paul Marquess | 1999-08-05 | 1 | -2/+3 |
* | | Deprecate /^/ implictly meaning /^/m. | Ilya Zakharevich | 1999-08-05 | 1 | -1/+7 |
|/ |
|
* | Repent and make overly large integerish | Jarkko Hietaniemi | 1999-07-29 | 1 | -10/+10 |
* | Integer constants (0x, 0[0-7], 0b) now overflow fatally, | Jarkko Hietaniemi | 1999-07-27 | 1 | -8/+8 |
* | (Version 2) Extending unpack to deal with counted strings | Ian Phillipps | 1999-07-26 | 1 | -3/+24 |
* | avoid useless use of target for pp_each(); also fixes bugs due to | Gurusamy Sarathy | 1999-07-23 | 1 | -4/+5 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -1/+1 |
* | fixes for logical bugs in the lexwarn patch; other tweaks to avoid | Gurusamy Sarathy | 1999-07-08 | 1 | -3/+4 |
* | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -2/+3 |
* | fix int vs STRLEN issue | Gurusamy Sarathy | 1999-07-06 | 1 | -4/+4 |
* | applied slightly tweaked version of suggested patch for | Ilya Zakharevich | 1999-07-06 | 1 | -10/+16 |
* | slightly tweaked version of suggested patch | Dan Sugalski | 1999-07-06 | 1 | -39/+39 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-07-06 | 1 | -118/+125 |
|\ |
|
| * | pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set(). | Jan Starzynski | 1999-07-04 | 1 | -124/+125 |
|/ |
|
* | Fixed two long-standing locale bugs. | Jarkko Hietaniemi | 1999-06-17 | 1 | -8/+2 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -70/+70 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -20/+14 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -4/+4 |
* | REx engine improvements | Ilya Zakharevich | 1999-05-25 | 1 | -10/+11 |
* | various little nits | Gurusamy Sarathy | 1999-05-20 | 1 | -1/+1 |
* | emit more appropriate diagnostic for failed glob (variant | Gurusamy Sarathy | 1999-05-17 | 1 | -1/+1 |
* | better range-checking on list slices, with test | Hugo van der Sanden | 1999-05-12 | 1 | -10/+7 |
* | various fixes for clean build and test on win32; configpm broken, | Gurusamy Sarathy | 1999-05-11 | 1 | -1/+1 |
* | Self-consistent numeric conversion again | Ilya Zakharevich | 1999-05-10 | 1 | -3/+3 |
* | pp_modulo comment tweak from Ilya | Gurusamy Sarathy | 1999-05-10 | 1 | -11/+6 |
* | avoid temporary files named 'tmp' | Gurusamy Sarathy | 1999-05-08 | 1 | -1/+0 |
* | Tweaks to open(my $fh,...) stuff | Nick Ing-Simmons | 1999-05-08 | 1 | -5/+8 |
* | Implement open( my $fh, ...) and similar. | Nick Ing-Simmons | 1999-05-07 | 1 | -1/+21 |
* | Make % use fmod() | Ilya Zakharevich | 1999-05-07 | 1 | -39/+90 |
* | fix buggy reference count on refs to SVs with autoviv magic | Gurusamy Sarathy | 1999-04-25 | 1 | -0/+2 |