| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | concat doesn't preserve utf8-ness, and doesn't invalidate | Gurusamy Sarathy | 2000-05-07 | 4 | -22/+43 |
| * | | buildtoc tweak to fix newline lossage | Gurusamy Sarathy | 2000-05-07 | 1 | -1/+2 |
| * | | reverse() and quotemeta() weren't preserving utf8-ness; add tests | Gurusamy Sarathy | 2000-05-07 | 5 | -18/+21 |
* | | | Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT, | Jarkko Hietaniemi | 2000-05-07 | 19 | -280/+220 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-07 | 20 | -63/+2092 |
|\ \ \
| |/ / |
|
| * | | repeat operator (x) doesn't preserve utf8-ness | Gurusamy Sarathy | 2000-05-07 | 2 | -6/+10 |
| * | | substr() does not preserve utf8-ness (from Stefan Eissing | Gurusamy Sarathy | 2000-05-07 | 2 | -5/+17 |
| * | | note about undocumented caller() return value (from M.J.T. Guy); | Gurusamy Sarathy | 2000-05-07 | 2 | -3/+7 |
| * | | peek.t non-portable to ithreads | Gurusamy Sarathy | 2000-05-07 | 1 | -11/+10 |
| * | | better default perlbug categories for ok reports (from Richard Foley) | Gurusamy Sarathy | 2000-05-07 | 1 | -26/+36 |
| * | | add File::Temp v0.08 from CPAN, with small tweaks to testsuite | Gurusamy Sarathy | 2000-05-07 | 8 | -0/+1970 |
| * | | remove outdated kludge in Carp (NULLs are permitted in diagnostics now) | Gurusamy Sarathy | 2000-05-07 | 1 | -9/+3 |
| * | | workaround for CRT bug in chdir() (from Charles Lane, via | Gurusamy Sarathy | 2000-05-07 | 3 | -2/+29 |
| * | | avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer | Gurusamy Sarathy | 2000-05-07 | 3 | -8/+17 |
| * | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-05-06 | 16 | -316/+733 |
| |\ \
| |/ /
|/| | |
|
* | | | Make the test more portable. | Jarkko Hietaniemi | 2000-05-05 | 1 | -4/+16 |
* | | | Introduce t/lib/peek.t. | Jarkko Hietaniemi | 2000-05-05 | 2 | -0/+297 |
* | | | Complex tweaks. | Jarkko Hietaniemi | 2000-05-05 | 1 | -24/+34 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-05 | 11 | -61/+60 |
|\ \ \
| |/ / |
|
| * | | misformatted perllocal.pod (from Tim Jenness | Gurusamy Sarathy | 2000-05-05 | 2 | -2/+2 |
| * | | remove misleading comment (from M.J.T. Guy) | Gurusamy Sarathy | 2000-05-05 | 1 | -1/+0 |
| * | | File::Spec compatibility update (from Barrie Slaymaker | Gurusamy Sarathy | 2000-05-05 | 5 | -51/+49 |
| * | | note about values() | Gurusamy Sarathy | 2000-05-05 | 1 | -5/+7 |
| * | | replace direct call to sighandler() with (*PL_sighandlerp)() | Gurusamy Sarathy | 2000-05-05 | 1 | -1/+1 |
| * | | s/END/CHECK/ | Gurusamy Sarathy | 2000-05-05 | 1 | -1/+1 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-04 | 4 | -53/+68 |
|\ \ \
| |/ / |
|
| * | | change#5905 wasn't quite right--it's intent only applies when arguments | Gurusamy Sarathy | 2000-05-04 | 2 | -13/+8 |
| * | | tokeq() could read unallocated field in argument | Gurusamy Sarathy | 2000-05-04 | 1 | -1/+1 |
| * | | additional tests for utf8.t | Gurusamy Sarathy | 2000-05-04 | 1 | -38/+58 |
| * | | change#5921 neglected to make eq honor "use bytes" | Gurusamy Sarathy | 2000-05-04 | 1 | -1/+1 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-04 | 3 | -24/+47 |
|\ \ \
| |/ / |
|
| * | | printf(...) should be PerlIO_printf(PerlIO_stdout(), ...) | Gurusamy Sarathy | 2000-05-04 | 1 | -22/+42 |
| * | | fix broken parsing of /\x{ab}/ | Gurusamy Sarathy | 2000-05-03 | 2 | -2/+5 |
* | | | The logic of choosing strtol/strtoul/strtoll/strtoull was wrong | Jarkko Hietaniemi | 2000-05-04 | 1 | -36/+52 |
* | | | The search of infinity continues, this time simplified. | Jarkko Hietaniemi | 2000-05-03 | 1 | -8/+3 |
* | | | Detypo. | Jarkko Hietaniemi | 2000-05-03 | 1 | -1/+1 |
* | | | Be more forgiving in POSIX about HUGE_VALL. | Jarkko Hietaniemi | 2000-05-02 | 1 | -5/+1 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-02 | 2 | -5/+15 |
|\ \ \
| |/ / |
|
| * | | add note about how $( doesn't interpolate in REs (from | Gurusamy Sarathy | 2000-05-02 | 1 | -2/+2 |
| * | | libscheck has insufficient checks for n32 libs (from | Gurusamy Sarathy | 2000-05-02 | 1 | -3/+13 |
* | | | Unicos hint tweak. | Jarkko Hietaniemi | 2000-05-02 | 1 | -2/+5 |
* | | | Complex tweakery. | Jarkko Hietaniemi | 2000-05-02 | 2 | -16/+19 |
* | | | Use setxxent()/endxxent(). | Jarkko Hietaniemi | 2000-05-02 | 2 | -4/+9 |
* | | | Test both the scalar and list contexts. | Jarkko Hietaniemi | 2000-05-02 | 2 | -4/+54 |
* | | | Call getspnam() only iff needed. | Jarkko Hietaniemi | 2000-05-02 | 1 | -10/+6 |
* | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-02 | 10 | -95/+184 |
|\ \ \
| |/ / |
|
| * | | change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it | Gurusamy Sarathy | 2000-05-02 | 6 | -48/+93 |
| * | | perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>) | Gurusamy Sarathy | 2000-05-02 | 1 | -39/+60 |
| * | | remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>) | Gurusamy Sarathy | 2000-05-02 | 1 | -6/+0 |
| * | | cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel | Gurusamy Sarathy | 2000-05-02 | 1 | -2/+2 |