| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | improve recursive error messages! | Joshua Pritikin | 1998-06-28 | 3 | -3/+9 |
* | : Move REG_INFTY-dependent tests from op/regexp.t | Dominic Dunlop | 1998-06-28 | 3 | -17/+64 |
* | specify *.sym files needed in perl_exp.SH instead of picking up all | Andy Dougherty | 1998-06-28 | 1 | -3/+3 |
* | Re: [PATCH] 4-arg substr update for perl5.004_68 | Gisle Aas | 1998-06-28 | 4 | -49/+69 |
* | applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h | Stephen McCamant | 1998-06-28 | 2 | -12/+18 |
* | Add CR LF CRLF to Socket.pm | Chris Nandor | 1998-06-28 | 1 | -2/+28 |
* | Optimize foreach (1..1000000) | Gisle Aas | 1998-06-28 | 8 | -17/+109 |
* | avoid creation of %^R | Ilya Zakharevich | 1998-06-28 | 2 | -1/+1 |
* | Negative LENGTH argument to splice | Gisle Aas | 1998-06-28 | 4 | -6/+46 |
* | Insecure $ENV{} message out of step with perldiag | M. J. T. Guy | 1998-06-28 | 2 | -3/+4 |
* | Complex.pm update | Jarkko Hietaniemi | 1998-06-28 | 2 | -8/+74 |
* | disable perl malloc on UNICOS for now | Jarkko Hietaniemi | 1998-06-28 | 1 | -2/+5 |
* | fixes unpack("q"...), and semctl() tests for UNICOS | Jarkko Hietaniemi | 1998-06-28 | 3 | -10/+97 |
* | tweak various places for iperlsys.h awareness | Gurusamy Sarathy | 1998-06-28 | 5 | -3/+5 |
* | add a perlio.h stub for compat (some extensions seem to #include it) | Gurusamy Sarathy | 1998-06-28 | 1 | -0/+1 |
* | Re: [PATCH for _66] Makefile.SH problem on dos/djgpp | Laszlo Molnar | 1998-06-28 | 1 | -0/+3 |
* | hand apply mutiliated patch | Hans Mulder | 1998-06-28 | 3 | -68/+98 |
* | hand apply whitespace mutiliated patch | Robin Barker | 1998-06-28 | 1 | -0/+4 |
* | documenting close without arguments | Tom Phoenix | 1998-06-28 | 1 | -1/+4 |
* | Better diags for vars.pm | Tom Phoenix | 1998-06-28 | 1 | -5/+14 |
* | hand apply whitespace mutiliated perldoc.PL patches | Robin Barker | 1998-06-28 | 1 | -6/+13 |
* | integrate ansiperl to get makedef.pl tweak | Gurusamy Sarathy | 1998-06-28 | 2 | -2/+6 |
* | add CGI-2.42, its and testsuite | Gurusamy Sarathy | 1998-06-28 | 20 | -1062/+3053 |
* | enable Errno build on win32, add Errno-1.08 files to repository | Gurusamy Sarathy | 1998-06-28 | 10 | -6/+404 |
* | tweak win32 config templates for cpp | Gurusamy Sarathy | 1998-06-28 | 3 | -7/+7 |
* | make find_script() return saved string, reenable missing diagnostics | Gurusamy Sarathy | 1998-06-26 | 2 | -10/+14 |
* | avoid warning with -P switch | Gurusamy Sarathy | 1998-06-25 | 1 | -1/+1 |
* | don't suppress display of Makefile recipes that invoke perl | Gurusamy Sarathy | 1998-06-25 | 1 | -2/+2 |
* | tweak order of destruction so OBJECTs in GLOBs are visited after those | Gurusamy Sarathy | 1998-06-25 | 1 | -3/+2 |
* | mknod() is not POSIX, so remove the POSIX pieces from change#1199 | Gurusamy Sarathy | 1998-06-25 | 3 | -20/+1 |
* | add FILE_SHARE_DELETE ifndef in win32.h | Gurusamy Sarathy | 1998-06-25 | 1 | -1/+5 |
* | check in what change#1182 didn't, and Changes | Gurusamy Sarathy | 1998-06-24 | 3 | -0/+157 |
* | final touches to 5.004_68 | Gurusamy Sarathy | 1998-06-23 | 1 | -0/+1 |
* | more MULTIPLICITY tweaks | Gurusamy Sarathy | 1998-06-23 | 11 | -16/+82 |
* | partial MULTIPLICITY cleanup | Gurusamy Sarathy | 1998-06-23 | 7 | -325/+391 |
* | tweak MANIFEST, add Dev_t to POSIX/typemap | Gurusamy Sarathy | 1998-06-23 | 3 | -3/+2 |
* | bump patchlevel to 68, Porting/makerel tweaks | Gurusamy Sarathy | 1998-06-23 | 7 | -30/+30 |
* | remove atomic.h pending resolution of licensing issues, | Gurusamy Sarathy | 1998-06-23 | 4 | -92/+4 |
* | applied patch, regen headers | Ilya Zakharevich | 1998-06-23 | 12 | -14/+45 |
* | Inheritance of B:: classes | Stephen McCamant | 1998-06-23 | 1 | -1/+2 |
* | applied patch, moved #define mkfifo ... from perl.h to POSIX.xs | Jarkko Hietaniemi | 1998-06-23 | 6 | -9/+58 |
* | PATCH [5.004_67] perldoc.PL | Daniel Grisinger | 1998-06-23 | 1 | -1/+9 |
* | Autosplit's not qite case-insensitive enough on VMS | Dan Sugalski | 1998-06-23 | 1 | -2/+2 |
* | 5.004_67: Fcntl: add few constants, enhance maintainability | Jarkko Hietaniemi | 1998-06-23 | 2 | -72/+141 |
* | Amend tests/regexp.t for variable REG_INFTY; | Dominic Dunlop | 1998-06-23 | 3 | -11/+92 |
* | filter out array subscripts when generating symbols for AIX | Jarkko Hietaniemi | 1998-06-23 | 1 | -2/+2 |
* | updated hints file to cope with buggy sigsetjmp() on Solaris-x86 | Lupe Christoph | 1998-06-23 | 1 | -3/+21 |
* | add detailed changelogs and 'genlog'--the script which generates them | Gurusamy Sarathy | 1998-06-23 | 3 | -4/+11226 |
* | tweak win32 makefiles for PERL_OBJECT build | Gurusamy Sarathy | 1998-06-22 | 2 | -8/+8 |
* | backout change#1178 as it was dependent on an unapplied patch, | Gurusamy Sarathy | 1998-06-22 | 2 | -5/+7 |