| Commit message (Expand) | Author | Age | Files | Lines |
* | Missed the =head1 additions. | Jarkko Hietaniemi | 2002-01-03 | 1 | -2/+12 |
* | Small tweaks. | Jarkko Hietaniemi | 2001-12-22 | 1 | -0/+1 |
* | Make the toupper/lower/title API for Unicode not right | Jarkko Hietaniemi | 2001-10-09 | 1 | -12/+6 |
* | Avoid #elif (less portable than #else #if). | Jarkko Hietaniemi | 2001-08-10 | 1 | -3/+5 |
* | patch to add DEL to [:cntrl:] | Jeffrey Friedl | 2001-07-14 | 1 | -1/+1 |
* | Fix for ID 20010619.003, the [[:print:]] is not supposed | Jarkko Hietaniemi | 2001-06-23 | 1 | -1/+1 |
* | The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs | Jarkko Hietaniemi | 2001-06-19 | 1 | -0/+8 |
* | Re: 'decimal digits' macro? | Hugo van der Sanden | 2001-06-03 | 1 | -0/+1 |
* | EBCDIC sanity - phase I | Nick Ing-Simmons | 2001-03-10 | 1 | -30/+30 |
* | Integrate changes #8853,8854 from maintperl to mainline. | Jarkko Hietaniemi | 2001-02-20 | 1 | -1/+1 |
* | Merge ebcdic.c (only one function, ebcdic_control()) into util.c. | Jarkko Hietaniemi | 2001-02-13 | 1 | -1/+0 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | No need to scan till infinity, 13 is enough. | Jarkko Hietaniemi | 2000-11-26 | 1 | -17/+15 |
* | Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23] | Dominic Dunlop | 2000-11-21 | 1 | -0/+11 |
* | UINT64_C() work continues. | Jarkko Hietaniemi | 2000-11-15 | 1 | -13/+18 |
* | Defined INT64_C() and UINT64_C() unless defined by <inttypes.h> | Jarkko Hietaniemi | 2000-11-15 | 1 | -0/+10 |
* | Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link | Jarkko Hietaniemi | 2000-10-25 | 1 | -15/+15 |
* | Make the UTF-8 decoding stricter and more verbose when | Jarkko Hietaniemi | 2000-10-24 | 1 | -15/+17 |
* | Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075. | Nick Ing-Simmons | 2000-09-30 | 1 | -21/+21 |
* | Batch of UTF-8 patches from Simon Cozens. | Jarkko Hietaniemi | 2000-09-14 | 1 | -15/+15 |
* | Add [[:blank:]] as suggested in | Jeffrey Friedl | 2000-08-18 | 1 | -0/+17 |
* | Minor doc patch: handy.h | Daniel Muiño | 2000-07-26 | 1 | -1/+1 |
* | further qualify references to "alphanumeric" (from Wolfgang Laun | Gurusamy Sarathy | 2000-06-01 | 1 | -1/+1 |
* | various pod nits (from Larry Virden and others) | Gurusamy Sarathy | 2000-04-24 | 1 | -4/+4 |
* | don't blindly set bool=char on linux (from Andy Dougherty) | Gurusamy Sarathy | 2000-02-19 | 1 | -11/+12 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+131 |
* | Turn on largefileness always if available and | Jarkko Hietaniemi | 1999-11-11 | 1 | -2/+10 |
* | Continue what #4494 started; introduce uid and gid formats. | Jarkko Hietaniemi | 1999-10-29 | 1 | -2/+3 |
* | Move the IV, UV, I8, U8, ..., and NV to metaconfig | Jarkko Hietaniemi | 1999-10-29 | 1 | -20/+15 |
* | applied patch suggested by Hans Mulder to fix problems on | Gurusamy Sarathy | 1999-09-06 | 1 | -2/+2 |
* | POSIX [[:character class:]] support for standard, locale, | Jarkko Hietaniemi | 1999-07-06 | 1 | -7/+48 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -1/+1 |
* | Integrate from mainperl. | Jarkko Hietaniemi | 1999-03-23 | 1 | -1/+1 |
|\ |
|
| * | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | | First pass of integrating the Rhapsody port, | Wilfredo Sánchez | 1999-03-15 | 1 | -2/+2 |
|/ |
|
* | minor Configure tweaks (via private mail) | Jarkko Hietaniemi | 1998-10-02 | 1 | -1/+1 |
* | big Configure update from Jarkko: sync metaconfig units; d_statblks fix | Gurusamy Sarathy | 1998-09-25 | 1 | -0/+28 |
* | integrate maint-5.005 changes into mainline | Gurusamy Sarathy | 1998-08-08 | 1 | -7/+21 |
|\ |
|
| * | support OE/MVS | Jarkko Hietaniemi | 1998-08-02 | 1 | -7/+21 |
* | | Here are the long-expected Unicode/UTF-8 modifications. | Larry Wall | 1998-07-24 | 1 | -0/+48 |
|/ |
|
* | [PATCH for 5.004_64] Configure patch Config_64-01 | Andy Dougherty | 1998-05-14 | 1 | -1/+1 |
* | [PATCH 5.004_64] newSV | Ilya Zakharevich | 1998-05-14 | 1 | -2/+3 |
* | Andy Dougherty's configuration patches (Config_63-01 up to 04). | Malcolm Beattie | 1998-04-02 | 1 | -25/+21 |
* | [PATCH 5.004_62} Config_62-01 patch available. | Andy Dougherty | 1998-03-16 | 1 | -1/+2 |
* | Configure patches -01 and -02 for 5.004_61. | Andy Dougherty | 1998-03-05 | 1 | -1/+9 |
* | Newer -DLEAKTEST patch | Ilya Zakharevich | 1998-02-06 | 1 | -4/+11 |
* | Lots of VMS changes. vms/gen_shrfls.pl (which parses header files) | Charles Bailey | 1997-12-17 | 1 | -1/+1 |
* | [inseparable changes from match from perl-5.003_97h to perl-5.003_97i] | Perl 5 Porters | 1997-04-25 | 1 | -1/+5 |
* | [inseparable changes from match from perl-5.003_91 to perl-5.003_92] | Perl 5 Porters | 1997-03-01 | 1 | -1/+1 |