| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | detypo #6494 | Jarkko Hietaniemi | 2000-08-02 | 1 | -1/+1 |
* | Dump UVs as UVs in Data::Dumper. | Gurusamy Sarathy | 2000-08-02 | 1 | -1/+4 |
* | [ID 20000731.010] regex error | Hugo van der Sanden | 2000-08-02 | 2 | -1/+2 |
* | The new setproctitle() feature is available only in | Jarkko Hietaniemi | 2000-08-02 | 1 | -3/+3 |
* | The tr utf8 patching continues. | Simon Cozens | 2000-08-02 | 1 | -0/+2 |
* | The name of a filehandle does not have <these>. | Jarkko Hietaniemi | 2000-08-02 | 5 | -10/+10 |
* | Remove the extraneous "main::" prefix from all the | Gurusamy Sarathy | 2000-08-02 | 13 | -79/+124 |
* | memcpy has n o in it, as pinted ut by Sarathy. | Jarkko Hietaniemi | 2000-08-02 | 1 | -10/+11 |
* | Document in one place the memory abstractions used in Perl core. | Simon Cozens | 2000-08-02 | 1 | -0/+14 |
* | regen_headers, regen perltoc. | Jarkko Hietaniemi | 2000-08-02 | 2 | -412/+151 |
* | "This little thing tests for a file .patch, and if it contains | Simon Cozens | 2000-08-02 | 3 | -1/+31 |
* | FreeBSD 3.* updates from | Paul Saab | 2000-08-02 | 1 | -1/+6 |
* | In new BSDs changes to argv[] do not show up in ps(1) output, | Paul Saab | 2000-08-02 | 5 | -4/+46 |
* | The test from this | Tom Hughes | 2000-08-01 | 1 | -0/+4 |
* | [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself | Jeff Okamoto | 2000-08-01 | 1 | -16/+1 |
* | Make p4desc to skip non-mainperl branches by default. | Jarkko Hietaniemi | 2000-08-01 | 1 | -7/+31 |
* | If gccosandvers is equal to osname, clear gccosandvers. | Jarkko Hietaniemi | 2000-08-01 | 1 | -3/+5 |
* | BOM patching from Simon Cozens. | Jarkko Hietaniemi | 2000-08-01 | 1 | -2/+10 |
* | Stash away the largefiles flags and libswanted. | Jarkko Hietaniemi | 2000-08-01 | 4 | -38/+48 |
* | various syntax errors and such (not fixed: comp/require.t#22 coredump | Gurusamy Sarathy | 2000-08-01 | 3 | -15/+14 |
* | Make chr() for values >127 to create utf8 when under utf8. | Simon Cozens | 2000-08-01 | 3 | -4/+13 |
* | In Digital UNIX warn if gcc explicitly chosen because even | Jarkko Hietaniemi | 2000-08-01 | 1 | -14/+22 |
* | Make the safety catch for buggy gccs work with triple version | Maurizio Loreti | 2000-08-01 | 1 | -1/+1 |
* | fix and question re: waitpid() under win32 | Brian Clarke | 2000-08-01 | 2 | -12/+24 |
* | allow non-variable as lhs of non-updating tr/// | M. J. T. Guy | 2000-08-01 | 2 | -2/+21 |
* | Document the problem with -P in HP-UX and its workaround. | Milton Hankins {64892} | 2000-07-31 | 1 | -0/+19 |
* | The swallow_bom() saga continues. The #23 of require.t | Jarkko Hietaniemi | 2000-07-31 | 7 | -67/+87 |
* | Find green threads before native threads. | Jens Thomsen | 2000-07-30 | 1 | -3/+4 |
* | Fix the HALF_UPGRADE() macro introduced in #6263. | Jarkko Hietaniemi | 2000-07-30 | 1 | -10/+10 |
* | A new version of the "remove UPPERACSE string comparison" | Jarkko Hietaniemi | 2000-07-30 | 9 | -218/+171 |
* | Do not upgrade SVs into utf8 just because they participate | Simon Cozens | 2000-07-29 | 1 | -56/+72 |
* | UTF8 concat | Jarkko Hietaniemi | 2000-07-29 | 1 | -24/+58 |
* | Tune the comments and hopefully stop a memory leak. | Jarkko Hietaniemi | 2000-07-29 | 2 | -1/+7 |
* | The problem described in this | root | 2000-07-29 | 1 | -1/+13 |
* | Tiny fixes for #6460. | Jarkko Hietaniemi | 2000-07-28 | 1 | -3/+3 |
* | Warn if the version of the operating system used to compile gcc | Kurt D. Starsinic | 2000-07-28 | 2 | -2/+34 |
* | In DEC OSF aka Digital UNIX aka Tru64 add the version | Jarkko Hietaniemi | 2000-07-28 | 1 | -2/+6 |
* | Back out #6454, doesn't seem to work. | Jarkko Hietaniemi | 2000-07-28 | 8 | -103/+146 |
* | Use setproctitle() if available to modify $0. | Jeffrey Friedl | 2000-07-27 | 3 | -2/+17 |
* | Allow "no AutoLoader;", based on change #6444, | Jarkko Hietaniemi | 2000-07-27 | 1 | -0/+11 |
* | [ID 19990709.002] [DOCUMENTATION PATCH] perldiag | Robert Spier | 2000-07-27 | 1 | -2/+2 |
* | Remove EQ, NE, GT, LT, GE, LE (they have been deprecated | Jarkko Hietaniemi | 2000-07-27 | 8 | -146/+103 |
* | fixes bug 20000508.004 | Michael Stevens | 2000-07-27 | 1 | -1/+1 |
* | Further File::Temp patches from Yitzchak Scott-Thoennes | Jarkko Hietaniemi | 2000-07-26 | 2 | -6/+11 |
* | Be wary of close()s, too. | Tim Jenness | 2000-07-26 | 1 | -11/+13 |
* | Minor doc patch: handy.h | Daniel MuiƱo | 2000-07-26 | 2 | -2/+2 |
* | minor doc change - perlguts | Michael Stevens | 2000-07-26 | 1 | -2/+2 |
* | open() wariness in perlbug. | Michael Stevens | 2000-07-26 | 1 | -8/+9 |
* | File::Temp patches for VMS and OS/2 from Tim Jenness. | Jarkko Hietaniemi | 2000-07-26 | 2 | -54/+78 |
* | docfix from Peter Scott <Peter@PSDT.com>. | Jarkko Hietaniemi | 2000-07-26 | 1 | -9/+6 |