| Commit message (Expand) | Author | Age | Files | Lines |
* | One tweak for microperl in OS/2. | Jarkko Hietaniemi | 2003-08-13 | 1 | -1/+1 |
* | Apply much of Ilya's microperl patch, but instead of | Jarkko Hietaniemi | 2003-08-12 | 1 | -2/+5 |
* | gcc -ansi -pedantic cleanup; and a seemingly forgotten | Jarkko Hietaniemi | 2003-08-10 | 1 | -1/+5 |
* | Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB(). | Jarkko Hietaniemi | 2003-08-04 | 1 | -6/+6 |
* | Apparently the newly introduce -DDARWIN did conflict with | Jarkko Hietaniemi | 2003-08-04 | 1 | -6/+6 |
* | Revert #20301, apparently the _SOCKADDR_LEN #define is | Jarkko Hietaniemi | 2003-07-29 | 1 | -0/+8 |
* | [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2 | Chaskiel M Grundman | 2003-07-29 | 1 | -5/+0 |
* | More clarification about the hash randomisation defines. | Jarkko Hietaniemi | 2003-07-28 | 1 | -1/+6 |
* | We now return to your normally scheduled hash randomisation. | Jarkko Hietaniemi | 2003-07-27 | 1 | -1/+1 |
* | Missing semicolon in PERL_FPU_INIT macro | Stephen Clouse | 2003-07-24 | 1 | -1/+1 |
* | Chicken out: the hash randomisation is not on by default. | Jarkko Hietaniemi | 2003-07-11 | 1 | -1/+1 |
* | Restore SIGFPE on exec() | Chip Salzenberg | 2003-07-10 | 1 | -1/+7 |
* | Remove PL_earlytaint since the hash seed code | Jarkko Hietaniemi | 2003-07-04 | 1 | -18/+1 |
* | Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4 | Alan Burlison | 2003-07-01 | 1 | -1/+0 |
* | argc, argv. | Jarkko Hietaniemi | 2003-06-29 | 1 | -2/+2 |
* | Move the PL_earlytaint initialization to the PERL_SYS_INIT() | Jarkko Hietaniemi | 2003-06-29 | 1 | -0/+17 |
* | Duh. | Jarkko Hietaniemi | 2003-06-28 | 1 | -1/+1 |
* | Two debugging patches. | Dave Mitchell | 2003-06-28 | 1 | -0/+7 |
* | Use the PL_earlytaint. (PL_earlytaint is a global, | Jarkko Hietaniemi | 2003-06-27 | 1 | -1/+1 |
* | Introduce (global) variable PL_earlytaint which | Jarkko Hietaniemi | 2003-06-27 | 1 | -2/+1 |
* | Bite the bullet and apply the hash randomisation patch. | Jarkko Hietaniemi | 2003-06-26 | 1 | -0/+6 |
* | More Perl malloc debugging magic from Ilya. Seems to work in | Jarkko Hietaniemi | 2003-06-20 | 1 | -28/+29 |
* | Apparently the __APPLE__ cpp symbol is not Officially Sanctioned | Jarkko Hietaniemi | 2003-06-13 | 1 | -5/+6 |
* | Define a cpp symbol, BSDish, if that looks appropriate. | Jarkko Hietaniemi | 2003-06-13 | 1 | -0/+10 |
* | The changes #8803 and #8896 that fixed JPL for use with | Jarkko Hietaniemi | 2003-06-13 | 1 | -0/+7 |
* | RE: maint @ 19683 | Robin Barker | 2003-06-05 | 1 | -0/+7 |
* | Two Cygwin patches from Gerrit. | Gerrit P. Haase | 2003-06-01 | 1 | -1/+1 |
* | Noticed by John P. Linderman. | Jarkko Hietaniemi | 2003-05-23 | 1 | -1/+1 |
* | RE: [PATCH] RE: maint snapshot @ 19525 | Robin Barker | 2003-05-23 | 1 | -0/+8 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Patch from Merijn. | Jarkko Hietaniemi | 2003-04-16 | 1 | -4/+8 |
* | Big patch from Alan Burlison to make Solaris long doubles work. | Jarkko Hietaniemi | 2003-04-15 | 1 | -4/+6 |
* | Add an option for the grok_xxx() to silently ignore bad digits. | Jarkko Hietaniemi | 2003-04-10 | 1 | -0/+1 |
* | (vaguely connected with) [perl #21875] Hash ref transformed as a list | Dave Mitchell | 2003-04-08 | 1 | -0/+1 |
* | pack changes and related fixes | LAUN Wolfgang | 2003-03-17 | 1 | -0/+19 |
* | Better setmode() prototype for cygwin. | Jarkko Hietaniemi | 2003-03-11 | 1 | -1/+2 |
* | Get rid of one Cygwin warning by introducing a prototype | Jarkko Hietaniemi | 2003-03-11 | 1 | -0/+4 |
* | Enache Adrian reads comments. | Jarkko Hietaniemi | 2003-03-08 | 1 | -1/+1 |
* | [PATCH] assertions | Salvador Fandiño | 2003-03-04 | 1 | -0/+2 |
* | Use a macro for abs() to avoid the possible truncation to an int; | Jarkko Hietaniemi | 2003-03-03 | 1 | -0/+4 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | The -CI cannot be easily tested under UTF-8 locale with | Jarkko Hietaniemi | 2003-03-02 | 1 | -4/+11 |
* | Integrate change #18788 from maint. | Jarkko Hietaniemi | 2003-03-01 | 1 | -1/+1 |
* | Re: [perl #20683] [fix] Better Patch | Adrian M. Enache | 2003-02-26 | 1 | -1/+1 |
* | Re: [perl #21321] local ${"FOO"} does not work | Rafael Garcia-Suarez | 2003-02-25 | 1 | -0/+2 |
* | Cleanup #18770 as suggested by Rafael. | Jarkko Hietaniemi | 2003-02-25 | 1 | -0/+30 |
* | PERL_SIGNALS=unsafe enables the old unsafe/immediate signals. | Jarkko Hietaniemi | 2003-02-24 | 1 | -5/+5 |
* | add support for assertions. Updated form of: | Salvador Fandiño | 2003-02-16 | 1 | -3/+6 |
* | The new(er) way of controlling Unicode I/O (and other) features; | Jarkko Hietaniemi | 2003-02-15 | 1 | -0/+29 |
* | integrate (by hand) #18353 and #18359 from maint-5.8: | Hugo van der Sanden | 2003-01-21 | 1 | -1/+10 |