| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add information about the two DEC C compiler optimizer bugs | Jarkko Hietaniemi | 1999-04-13 | 1 | -7/+21 |
* | correct places that said newSVpv() when they meant newSVpvn() | Gurusamy Sarathy | 1999-04-04 | 1 | -6/+6 |
* | remove duplicate code and an extra branch in sv_setsv() and | Gurusamy Sarathy | 1999-04-03 | 1 | -18/+8 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | Use '!' to mark native integer packings instead of '_'. | Jarkko Hietaniemi | 1999-03-03 | 1 | -4/+4 |
* | Snapshot the cross-compilation/multiarchitecture stuff | Jarkko Hietaniemi | 1999-02-22 | 1 | -0/+3 |
* | pack/unpack better in (network-)short-non-16-bits and | Jarkko Hietaniemi | 1999-02-19 | 1 | -1/+17 |
* | Enhance the packnative patch: use the packnative code | Jarkko Hietaniemi | 1999-02-15 | 1 | -16/+85 |
* | support native integers, pack("L_",...) etc. (via private mail) | Jarkko Hietaniemi | 1999-02-15 | 1 | -85/+254 |
* | remove OVERLOAD conditionals | Jan Dubois | 1999-02-12 | 1 | -2/+0 |
* | fix ops that are not filehandle constructors to not create GV if it | Gurusamy Sarathy | 1999-02-12 | 1 | -6/+24 |
* | a modified version of suggested patch for pack template 'Z'; added docs | Valeriy E. Ushakov | 1999-02-09 | 1 | -6/+15 |
* | various win32-ish changes merged from maint-5.005 | Gurusamy Sarathy | 1999-02-01 | 1 | -39/+33 |
* | Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) | Achim Bohnet | 1999-01-21 | 1 | -0/+11 |
* | bogus assert() | Gurusamy Sarathy | 1999-01-17 | 1 | -6/+2 |