| Commit message (Expand) | Author | Age | Files | Lines |
* | allow a flags args to fbm_instr() for future needs | Ilya Zakharevich | 1998-07-04 | 6 | -10/+10 |
* | INSTALL-1.39 | Andy Dougherty | 1998-07-04 | 1 | -10/+22 |
* | Configure update | Andy Dougherty | 1998-07-04 | 12 | -745/+725 |
* | add perlbug -F switch to save message to file | Hugo van der Sanden | 1998-07-04 | 2 | -7/+27 |
* | catch nonexistent backrefs in REs | Hugo van der Sanden | 1998-07-04 | 3 | -3/+15 |
* | fix perlcc to not rm output file, and other -w(arts) | Gurusamy Sarathy | 1998-07-04 | 1 | -8/+9 |
* | ignore stash entries that are not GVs in dump.c | Gurusamy Sarathy | 1998-07-04 | 1 | -0/+2 |
* | cleaner page headers from pod2man | Gurusamy Sarathy | 1998-07-04 | 1 | -2/+6 |
* | win32iop.h #defines | Anton Berezin | 1998-07-04 | 1 | -31/+31 |
* | tweaks to Getopt::Std | Robin Barker | 1998-07-04 | 1 | -6/+10 |
* | added patch, with tweaks | Gisle Aas | 1998-07-04 | 1 | -0/+32 |
* | applied patch with tweaks to prose | Gisle Aas | 1998-07-04 | 9 | -229/+42 |
* | tweak doc for ".." | M. J. T. Guy | 1998-07-04 | 1 | -1/+1 |
* | fix use of uninitialized var in pp_unpack() | Jarkko Hietaniemi | 1998-07-04 | 1 | -1/+1 |
* | 5.004_69: Parsewords.pm: avoid undefined warnings | Jarkko Hietaniemi | 1998-07-04 | 1 | -3/+5 |
* | VMS updates from Dan Sugalski <sugalskd@osshe.edu> | Gurusamy Sarathy | 1998-07-04 | 3 | -70/+146 |
* | Tweaks to VMS configuration procedure | Hans Mulder | 1998-07-04 | 1 | -3/+33 |
* | don't attempt to copy directories on VMS | Hans Mulder | 1998-07-04 | 1 | -0/+1 |
* | add 'installhtml*dir' to win32 config templates | Douglas Lankshear | 1998-07-04 | 3 | -3/+9 |
* | implemented described fix for h2ph hanging on "enum" | Billy Constantine | 1998-07-04 | 1 | -1/+1 |
* | merge changes#1210,1211,1270 from maintbranch | Gurusamy Sarathy | 1998-07-04 | 16 | -174/+281 |
* | deprecate use of reserved word "our" (Larry's idea) | Larry Wall | 1998-07-04 | 2 | -0/+11 |
* | tweak win32/config.* variables | Gurusamy Sarathy | 1998-07-02 | 3 | -6/+6 |
* | export opendir() set of functions on win32 | Gurusamy Sarathy | 1998-07-02 | 4 | -12/+25 |
* | fix C<@a = (%a = 1)> bizarreness | Gurusamy Sarathy | 1998-07-01 | 1 | -9/+23 |
* | document perltrap on precedence of keys/values/each | Gurusamy Sarathy | 1998-06-30 | 1 | -1/+26 |
* | Re: [PATCH 5.004_67] MakeMaker mods for PPD support | Murray Nesbitt | 1998-06-30 | 2 | -8/+93 |
* | perldoc.PL | Robin Barker | 1998-06-30 | 1 | -2/+4 |
* | add patch to integrate Math::Trig::Radial into Math::Trig | Jarkko Hietaniemi | 1998-06-30 | 4 | -227/+318 |
* | Re: [PATCH] Simplified magic_setisa() and improved fields.pm | Gisle Aas | 1998-06-30 | 7 | -91/+278 |
* | tweaks to overloaded constants (change#1259) | Gurusamy Sarathy | 1998-06-30 | 3 | -18/+23 |
* | update Changes and perlhist.pod | Gurusamy Sarathy | 1998-06-29 | 2 | -1/+449 |
* | bump patchlevel to 69, various little tweaks (tested on win32, Solaris | Gurusamy Sarathy | 1998-06-29 | 11 | -68/+117 |
* | add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259 | Gurusamy Sarathy | 1998-06-29 | 1 | -0/+2 |
* | {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix | Guy Decoux | 1998-06-29 | 1 | -0/+3 |
* | added patch for overloading constants, made PERL_OBJECT-aware | Ilya Zakharevich | 1998-06-29 | 19 | -19/+409 |
* | fix Socket.pm typo from change#1240 | Gurusamy Sarathy | 1998-06-29 | 1 | -1/+1 |
* | applied patch, tweak for threads awareness | Albert Dvornik | 1998-06-29 | 3 | -0/+121 |
* | applied patch, fixed one more leak, tweaked whitespace bugs | Gurusamy Sarathy | 1998-06-29 | 2 | -24/+32 |
* | Permissions in MakeMaker (Was: patch to MM_Unix.pm) | Andreas König | 1998-06-29 | 2 | -19/+74 |
* | PUSHSTACK renovation | Joshua Pritikin | 1998-06-28 | 9 | -44/+54 |
* | IV changes for long long (was Re: 5.004_68 on its way to the CPAN) | Stephen McCamant | 1998-06-28 | 2 | -12/+12 |
* | Improve warning on zero-length chunks in RE | Ilya Zakharevich | 1998-06-28 | 1 | -11/+15 |
* | add Math/Trig/Radial.pm, update MANIFEST | Jarkko Hietaniemi | 1998-06-28 | 2 | -0/+194 |
* | applied patch, tweaked doc, and regen regnodes.h | Ilya Zakharevich | 1998-06-28 | 8 | -58/+85 |
* | [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1 | mike@bill.iac.net | 1998-06-28 | 2 | -10/+39 |
* | Fix ptags | Ilya Zakharevich | 1998-06-28 | 1 | -2/+14 |
* | apply patch sent via private mail | Stephen McCamant | 1998-06-28 | 1 | -52/+1950 |
* | pat.t tests | Ilya Zakharevich | 1998-06-28 | 1 | -1/+17 |
* | improve recursive error messages! | Joshua Pritikin | 1998-06-28 | 3 | -3/+9 |