| Commit message (Expand) | Author | Age | Files | Lines |
* | [patch] log the interpreter id in warnings | Stas Bekman | 2004-04-21 | 1 | -0/+16 |
* | Unlike perl, 0 in void context isn't special cased in C :-) | Nicholas Clark | 2004-03-24 | 1 | -3/+3 |
* | malloc wrappage | Jarkko Hietaniemi | 2004-03-17 | 1 | -0/+32 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | RE: MIME-Base64-2.22 [PATCH] | Robin Barker | 2004-01-12 | 1 | -1/+1 |
* | line numbers are given % 64k | James Jurach | 2003-07-02 | 1 | -3/+3 |
* | OS2 patches | Ilya Zakharevich | 2003-06-15 | 1 | -0/+2 |
* | z/OS: More threaded build tweaks from Brian De Pradine-- | Jarkko Hietaniemi | 2003-05-01 | 1 | -1/+5 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Bunch of doc patches from Stas; plus regen. | Stas Bekman | 2003-03-10 | 1 | -0/+1 |
* | Reverse copyright update (#18801) for files not changed in 2003. | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | LEAKTEST is dead, RIP | H.Merijn Brand | 2002-09-26 | 1 | -36/+0 |
* | Sarathy pointed out that instead of zeroing heap | Jarkko Hietaniemi | 2002-05-19 | 1 | -2/+9 |
* | my $utf8here, our $utf8here, and package variable $utf8here. | Jarkko Hietaniemi | 2002-04-16 | 1 | -1/+4 |
* | UIN32_MAX with borken under HP-UX+gcc | Gurusamy Sarathy | 2002-03-16 | 1 | -1/+5 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | 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 |