| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override | Craig A. Berry | 2001-06-13 | 1 | -1/+2 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-06-13 | 3 | -11/+9 |
|\ |
|
| * | Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish | Nick Ing-Simmons | 2001-06-13 | 3 | -7/+7 |
| * | Integrate mainline | Nick Ing-Simmons | 2001-06-09 | 1 | -0/+5 |
* | | Similar logic as DB_File.xs, using the modern macros and | Jarkko Hietaniemi | 2001-06-13 | 1 | -5/+7 |
* | | make ext/re play nice with DEBUGGING override | Craig A. Berry | 2001-06-13 | 2 | -7/+11 |
* | | New AIX dynaloading code from Jens-Uwe Mager. | Jarkko Hietaniemi | 2001-06-13 | 1 | -1/+24 |
* | | Use __attribute__((unused)) to silence -Wall on unused ax. | Jarkko Hietaniemi | 2001-06-13 | 1 | -0/+6 |
* | | [patch] rid local_patches warnings | Doug MacEachern | 2001-06-13 | 2 | -4/+10 |
* | | Re: ext/ + -Wall | Doug MacEachern | 2001-06-13 | 1 | -1/+0 |
* | | Re: ext/ + -Wall | Nicholas Clark | 2001-06-13 | 2 | -1537/+3464 |
* | | As suggested in | Gurusamy Sarathy | 2001-06-12 | 2 | -1/+3 |
* | | ext/ + -Wall | Doug MacEachern | 2001-06-12 | 18 | -41/+88 |
* | | gcc -Wall nits picked out by a non-UNIX system | Jarkko Hietaniemi | 2001-06-12 | 4 | -11/+9 |
* | | [RESEND] [PATCH] Mac OS lib patches for bleadperl | Chris Nandor | 2001-06-11 | 1 | -5/+9 |
* | | Unresolved symbol in ext/re/re.xs | Gisle Aas | 2001-06-08 | 1 | -0/+5 |
|/ |
|
* | MakeMaker magic to compile (when no dynamic loading) | Jarkko Hietaniemi | 2001-06-06 | 1 | -0/+39 |
* | Configure tweaks; add prototype probes, make the cpp symbols | Jarkko Hietaniemi | 2001-06-04 | 1 | -0/+10 |
* | The .pm changes to go with #10428. | Jarkko Hietaniemi | 2001-06-04 | 3 | -22/+18 |
* | Do not import anything from Encode. | Jarkko Hietaniemi | 2001-06-04 | 1 | -1/+1 |
* | The #10402 didn't take. Weird. | Jarkko Hietaniemi | 2001-06-04 | 3 | -1494/+2855 |
* | Eradicate traces of 'asciirange' re subpragma. | Jarkko Hietaniemi | 2001-06-04 | 3 | -8/+11 |
* | use is a compile-time thing. | Jarkko Hietaniemi | 2001-06-04 | 1 | -1/+1 |
* | -Wall casting patch | Robin Barker | 2001-06-04 | 1 | -1/+1 |
* | -Wall "subscript has type `char'" cleanup. | Jarkko Hietaniemi | 2001-06-03 | 1 | -2/+2 |
* | Various "cast to pointer from integer of different size" | Jarkko Hietaniemi | 2001-06-03 | 2 | -4/+4 |
* | -Wall cleanup continues. | Jarkko Hietaniemi | 2001-06-02 | 6 | -7/+34 |
* | allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines | Peter Prymmer | 2001-06-01 | 1 | -6/+49 |
* | The #10370 wasn't quite right. | Jarkko Hietaniemi | 2001-06-01 | 1 | -1/+1 |
* | Configure tweaks; record the Berkeley DB version, | Jarkko Hietaniemi | 2001-06-01 | 1 | -0/+7 |
* | Fix -Wall on XS::Typemap | Tim Jenness | 2001-06-01 | 1 | -0/+1 |
* | [patch] Cwd.xs optimizations/abstraction | Doug MacEachern | 2001-06-01 | 1 | -237/+23 |
* | -Wall cleanups: perl.c, gv.c, Storable.xs | Abhijit Menon-Sen | 2001-05-31 | 1 | -19/+15 |
* | More -Wall sweeping. | Jarkko Hietaniemi | 2001-05-30 | 5 | -6/+5 |
* | More -Wall silencing from Michael Schwern and Jarkko Hietaniemi. | Jarkko Hietaniemi | 2001-05-30 | 2 | -3/+1 |
* | More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum | Jarkko Hietaniemi | 2001-05-30 | 1 | -1/+1 |
* | Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden, | Jarkko Hietaniemi | 2001-05-30 | 1 | -1/+4 |
* | Fix the BOOT section to call myU2time properly. | Jarkko Hietaniemi | 2001-05-30 | 1 | -4/+9 |
* | Re: AIX and gcc (moving targets) | H.Merijn Brand | 2001-05-30 | 1 | -2/+2 |
* | Retract #10295 and #10296: a more generic solution | Jarkko Hietaniemi | 2001-05-30 | 2 | -9/+3 |
* | Mention Time::localtime and Time::gmtime. | Jarkko Hietaniemi | 2001-05-29 | 1 | -0/+6 |
* | Re: AIX and gcc (moving targets) | H.Merijn Brand | 2001-05-29 | 1 | -2/+6 |
* | Re: AIX and gcc (moving targets) | H.Merijn Brand | 2001-05-29 | 1 | -1/+3 |
* | Document strftime() and strptime(). | Jarkko Hietaniemi | 2001-05-27 | 2 | -19/+218 |
* | Make Time::Piece::strptime() to be a function, not a method. | Jarkko Hietaniemi | 2001-05-27 | 1 | -11/+18 |
* | DB_File has its own attribute story. | Jarkko Hietaniemi | 2001-05-24 | 1 | -0/+7 |
* | Move the stack desire definition to thread.h. | Jarkko Hietaniemi | 2001-05-16 | 1 | -5/+10 |
* | DG-UX threading patches, including a README.dgux, | Jarkko Hietaniemi | 2001-05-16 | 1 | -0/+4 |
* | More on /x regexes | Robin Houston | 2001-05-16 | 1 | -12/+53 |
* | Document that the core time() may be rounding rather | Jarkko Hietaniemi | 2001-05-16 | 1 | -0/+6 |