| Commit message (Expand) | Author | Age | Files | Lines |
* | add patch that generates regnodes.h via regcomp.pl | Ilya Zakharevich | 1998-06-22 | 6 | -204/+488 |
* | Avoid temporaries on recursion | Ilya Zakharevich | 1998-06-22 | 2 | -7/+29 |
* | merge relevant portions from maintbranch change#1155 | Gurusamy Sarathy | 1998-06-22 | 6 | -7/+27 |
* | Zero-length matching bug | Ilya Zakharevich | 1998-06-22 | 2 | -3/+22 |
* | fix alignment issues in malloc.c on 64-bit platforms (via private mail) | Ilya Zakharevich | 1998-06-22 | 1 | -1/+14 |
* | Test study/re/ | Ilya Zakharevich | 1998-06-22 | 1 | -1/+6 |
* | $^R documented | Ilya Zakharevich | 1998-06-21 | 0 | -0/+0 |
* | Re docs | Ilya Zakharevich | 1998-06-21 | 2 | -4/+192 |
* | adapted contents of message into comments in malloc.c and INSTALL | Ilya Zakharevich | 1998-06-21 | 2 | -31/+121 |
* | applied patch, with edits to the prose | Ilya Zakharevich | 1998-06-21 | 1 | -0/+59 |
* | print study /re/ broken | Ilya Zakharevich | 1998-06-21 | 1 | -1/+1 |
* | applied patch, tweaked wording | Ilya Zakharevich | 1998-06-21 | 2 | -7/+9 |
* | Cosmetic malloc patch | Ilya Zakharevich | 1998-06-21 | 1 | -172/+190 |
* | fixup patches for VMS | Hans Mulder | 1998-06-21 | 6 | -10/+27 |
* | applied VMS patch from Dan Sugalski | Dan Sugalski | 1998-06-21 | 6 | -83/+260 |
* | applied patch, modified logic to avoid reentering lexer at compile-time | Graham Barr | 1998-06-21 | 6 | -14/+64 |
* | applied patch, along with many changes: | Douglas Lankshear | 1998-06-21 | 28 | -1917/+1964 |
* | Re: PATCH _67 (Doc) perlop.pod | Daniel Grisinger | 1998-06-21 | 1 | -3/+6 |
* | a tweaked version of: | Douglas Lankshear | 1998-06-21 | 3 | -20/+117 |
* | added patch, regen headers | Ilya Zakharevich | 1998-06-21 | 5 | -6/+17 |
* | docs creating files via open | Tom Phoenix | 1998-06-21 | 1 | -2/+3 |
* | Better version of malloc improver | Ilya Zakharevich | 1998-06-21 | 1 | -39/+77 |
* | enhance perlre.pod to say C<)> can't appear in a (?#...) comment | Gurusamy Sarathy | 1998-06-20 | 1 | -1/+3 |
* | added patch, tweaked missed files, excised comment that doesn't really | Joshua Pritikin | 1998-06-20 | 9 | -35/+22 |
* | add File-Spec-0.6 from CPAN | Gurusamy Sarathy | 1998-06-20 | 8 | -0/+894 |
* | tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test | Gurusamy Sarathy | 1998-06-20 | 3 | -7/+17 |
* | manual integration of all outstanding ansi branch stuff into mainline | Gurusamy Sarathy | 1998-06-20 | 7 | -34/+51 |
* | undo goofed change 1157 (backed out the fix instead of keeping it) | Gurusamy Sarathy | 1998-06-20 | 1 | -1/+1 |
* | cleanup installation of utilities on win32 | Gurusamy Sarathy | 1998-06-20 | 5 | -74/+114 |
* | intuit @INC pathnames from exe location only if dll location | Gurusamy Sarathy | 1998-06-20 | 1 | -1/+3 |
* | make perldoc ignore null files (it tried to open() them) | Gurusamy Sarathy | 1998-06-20 | 1 | -1/+1 |
* | fix perldoc to ignore unfound null filenames | Gurusamy Sarathy | 1998-06-19 | 1 | -1/+1 |
* | update repository copy of Asmdata.pm after `perl bytecode.pl` | Gurusamy Sarathy | 1998-06-19 | 2 | -48/+52 |
* | perl5.004 hints file (maint and dev paths) | Tom Horsley | 1998-06-18 | 1 | -0/+10 |
* | hand apply whitespace-mutiliated patch | Joshua Pritikin | 1998-06-18 | 1 | -0/+3 |
* | hand apply whitespace-mutiliated and reversed patch | Les Peters | 1998-06-18 | 1 | -1/+1 |
* | close child pipe in t/TEST, other cosmetic tweaks | Gurusamy Sarathy | 1998-06-18 | 1 | -106/+110 |
* | back out problematic change#1105, tweak perlsub.pod | Gurusamy Sarathy | 1998-06-18 | 8 | -16/+4 |
* | fix spurious cxstack_max init that trampled memory | Gurusamy Sarathy | 1998-06-18 | 1 | -2/+7 |
* | fix memory leaks and uninitialized memory accesses found by Purify | Gurusamy Sarathy | 1998-06-18 | 4 | -16/+23 |
* | fix off-by-one that trampled memory in re_croak2() | Gurusamy Sarathy | 1998-06-18 | 1 | -2/+2 |
* | fix AutoLoader to do the right thing when there are relative paths | Gurusamy Sarathy | 1998-06-18 | 1 | -13/+59 |
* | fix Makefile.SH typo | Gurusamy Sarathy | 1998-06-18 | 1 | -1/+1 |
* | 5.004_67 niggles | Gurusamy Sarathy | 1998-06-17 | 2 | -2/+2 |
* | up patchlevel.h to 67, other small tweaks | Gurusamy Sarathy | 1998-06-15 | 9 | -444/+495 |
* | tweaks to get PERL_OBJECT building again; passes tests | Gurusamy Sarathy | 1998-06-15 | 3 | -3/+5 |
* | back out previous change (it breaks PERL_OBJECT) | Gurusamy Sarathy | 1998-06-15 | 17 | -824/+492 |
* | added patch, fixed typo, reworked documentation | Joshua Pritikin | 1998-06-15 | 17 | -492/+824 |
* | various win32 odds and ends | Gurusamy Sarathy | 1998-06-15 | 16 | -65/+121 |
* | newer Getopt/Long.pm from public distribution cited in: | Johan Vromans | 1998-06-15 | 1 | -198/+269 |