Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [patch perl@8102] dos/djgpp update | Laszlo Molnar | 2000-12-16 | 2 | -2/+5 |
* | Few uncheckedin files. | Jarkko Hietaniemi | 2000-12-16 | 4 | -1/+45 |
* | One more IVUV tweak from Nicholas Clark. | Jarkko Hietaniemi | 2000-12-15 | 1 | -11/+21 |
* | Return of the IVUV-preservation, now seems to be happy even | Jarkko Hietaniemi | 2000-12-15 | 21 | -277/+2004 |
* | I don't think it's sensible or portable to test the strtou* | Jarkko Hietaniemi | 2000-12-15 | 1 | -1/+9 |
* | If longsize is 8 we don't need a LL suffix for integer constants. | Jarkko Hietaniemi | 2000-12-15 | 2 | -18/+6 |
* | Update Changes. | Jarkko Hietaniemi | 2000-12-15 | 2 | -1/+250 |
* | Some compilers get huffy if you do not cast a const pointer | Jarkko Hietaniemi | 2000-12-15 | 1 | -1/+1 |
* | speeding up object creation/destruction 4x times | Ilya Zakharevich | 2000-12-15 | 8 | -13/+59 |
* | cosmetic change to overloading | Ilya Zakharevich | 2000-12-15 | 2 | -111/+59 |
* | PATCH: h2xs nit | Tim Jenness | 2000-12-15 | 1 | -2/+51 |
* | Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>. | Jarkko Hietaniemi | 2000-12-15 | 2 | -7/+21 |
* | stuff for caller and _ in Safe:: | Charles Lane | 2000-12-15 | 1 | -0/+6 |
* | s/use vars qw\(/our(/ for OS/390 extension builds | Peter Prymmer | 2000-12-15 | 6 | -11/+9 |
* | This seems to be a stage sane and stable enough to checkin. | Jarkko Hietaniemi | 2000-12-15 | 14 | -1170/+98 |
* | Something is really wonky. | Jarkko Hietaniemi | 2000-12-15 | 1 | -785/+185 |
* | Fixes for the IV UV patches to compile in Digital UNIX. | Jarkko Hietaniemi | 2000-12-15 | 1 | -37/+41 |
* | Re: [ID 20001214.011] Unreachable value in a search list logical name | Craig A. Berry | 2000-12-15 | 1 | -1/+4 |
* | strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving ari... | Nicholas Clark | 2000-12-15 | 17 | -44/+253 |
* | faster and 64 bit preserving arithmetic | Nicholas Clark | 2000-12-14 | 13 | -271/+1914 |
* | Integrate perlio: | Jarkko Hietaniemi | 2000-12-14 | 3 | -4/+34 |
|\ | |||||
| * | Win32 tweaks to get Encode to build | Nick Ing-Simmons | 2000-12-14 | 2 | -4/+31 |
| * | Document the new files | Nick Ing-Simmons | 2000-12-14 | 1 | -0/+3 |
* | | MANIFEST new files of #8114. | Jarkko Hietaniemi | 2000-12-14 | 1 | -0/+3 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2000-12-14 | 7 | -4/+681 |
|\ \ | |/ | |||||
| * | "Cold" build correction to Encode's Makefile.PL | Nick Ing-Simmons | 2000-12-14 | 1 | -0/+18 |
| * | "Compiled" encodings. | Nick Ing-Simmons | 2000-12-14 | 10 | -45/+287 |
| * | Integrate mainline | Nick Ing-Simmons | 2000-12-14 | 21 | -215/+644 |
| |\ | |||||
| * | | Beginings of compiled encodings - checked in as a snapshot of thoughts | Nick Ing-Simmons | 2000-12-13 | 3 | -0/+417 |
* | | | The documentation part of the | Jonathan Stowe | 2000-12-14 | 1 | -0/+5 |
* | | | Re: [ID 20001013.006] XS subs are not define()ed | Dominic Dunlop | 2000-12-14 | 1 | -2/+8 |
* | | | [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous | Dominic Dunlop | 2000-12-14 | 1 | -1/+3 |
* | | | [patch] perlfaq7 | Gerrit P. Haase | 2000-12-14 | 1 | -1/+1 |
* | | | [8104] Encode | H.Merijn Brand | 2000-12-14 | 1 | -4/+4 |
* | | | [8104] DB_File | H.Merijn Brand | 2000-12-14 | 1 | -1/+1 |
* | | | Re: Encode/cp1047.enc etc. | Peter Prymmer | 2000-12-14 | 3 | -3/+3 |
| |/ |/| | |||||
* | | Update Changes. | Jarkko Hietaniemi | 2000-12-13 | 2 | -1/+230 |
* | | Move the proto of start_glob() to a better place; regen api files. | Jarkko Hietaniemi | 2000-12-13 | 6 | -26/+12 |
* | | Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp | Andy Dougherty | 2000-12-13 | 1 | -6/+6 |
* | | [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix | Robert Spier | 2000-12-13 | 1 | -1/+4 |
* | | move startglob out of pp_hot.c | Nicholas Clark | 2000-12-13 | 6 | -132/+165 |
* | | [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio | H.Merijn Brand | 2000-12-13 | 1 | -0/+1 |
* | | The integration wars continue. | Jarkko Hietaniemi | 2000-12-12 | 1 | -11/+13 |
|\ \ | |/ | |||||
| * | Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff. | Nick Ing-Simmons | 2000-12-12 | 2 | -11/+62 |
| |\ | |||||
* | | | DB_File-1.74 | Paul Marquess | 2000-12-12 | 9 | -67/+244 |
| |/ |/| | |||||
* | | Integrate perlio: | Jarkko Hietaniemi | 2000-12-12 | 1 | -2/+9 |
|\ \ | |/ | |||||
| * | Fix for Tk, and upgrading shared SVs. | Nick Ing-Simmons | 2000-12-12 | 1 | -4/+20 |
| * | Integrate mainline | Nick Ing-Simmons | 2000-12-11 | 16 | -68/+188 |
* | | Re: Breadperl & Tk | Nick Ing-Simmons | 2000-12-12 | 1 | -5/+14 |
* | | DosGlob.pm diff for bash style brace expansion. | Mike Mestnik | 2000-12-12 | 1 | -0/+49 |