| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove incorrect guards around inclusion of <signal.h> | Alan Burlison | 2003-12-15 | 1 | -3/+0 |
* | Modify the common guard for the signal.h header, because | Alan Burlison | 2003-12-12 | 1 | -1/+1 |
* | s/new_hash/rehash/g (Stas suggested a better name) | Nicholas Clark | 2003-11-03 | 1 | -1/+1 |
* | Plan C for foiling the algorithmic complexity attack | Nicholas Clark | 2003-10-16 | 1 | -1/+1 |
* | Re: 5.8.1 and srand | Brendan O'Dea | 2003-10-02 | 1 | -1/+0 |
* | Slightly more intelligent paranoia. | Jarkko Hietaniemi | 2003-09-08 | 1 | -2/+5 |
* | Superparanoia. | Jarkko Hietaniemi | 2003-09-08 | 1 | -0/+2 |
* | [PATCH] Re: [BUG] string loses its utf8 flag on die | Adrian M. Enache | 2003-08-17 | 1 | -0/+16 |
* | Retract #20644 and #20643; on non-microperl non-fcntl | Jarkko Hietaniemi | 2003-08-12 | 1 | -4/+0 |
* | Apply much of Ilya's microperl patch, but instead of | Jarkko Hietaniemi | 2003-08-12 | 1 | -0/+2 |
* | More microperlish faking in case no fcntl F_SETFD for pipes. | Jarkko Hietaniemi | 2003-08-12 | 1 | -0/+4 |
* | Rename get_seed() to get_hash_seed(), as suggested by | Rafael Garcia-Suarez | 2003-07-18 | 1 | -1/+1 |
* | pTHX. | Jarkko Hietaniemi | 2003-07-11 | 1 | -1/+1 |
* | Chicken out: the hash randomisation is not on by default. | Jarkko Hietaniemi | 2003-07-11 | 1 | -0/+32 |
* | Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted. | John Peacock | 2003-07-09 | 1 | -79/+0 |
* | Move the (pseudo)seed functio for (pseudo)random numbers to util.c. | Jarkko Hietaniemi | 2003-06-22 | 1 | -0/+81 |
* | Re: [perl #17934] tied STDERR and internal warnings | Steve Grazzini | 2003-06-19 | 1 | -44/+50 |
* | Illegal cpp. | Jarkko Hietaniemi | 2003-06-14 | 1 | -1/+1 |
* | Re: [perl #18849] fork/system bug on FreeBSD | Alan Ferrency | 2003-06-13 | 1 | -2/+2 |
* | z/OS: changes for building threaded from "Brian De Pradine" | Jarkko Hietaniemi | 2003-04-22 | 1 | -1/+1 |
* | Fix another segfault case (warn called from UNIVERSAL::DESTROY). | Adrian M. Enache | 2003-04-21 | 1 | -1/+1 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | A -C parsed from the #! line can still have line endings in it. | Jarkko Hietaniemi | 2003-04-16 | 1 | -3/+4 |
* | From Inaba Hiroto: the UTF-8 length cache wasn't | Jarkko Hietaniemi | 2003-03-09 | 1 | -1/+5 |
* | Use a macro for abs() to avoid the possible truncation to an int; | Jarkko Hietaniemi | 2003-03-03 | 1 | -6/+6 |
* | 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 | -1/+1 |
* | PERL_SIGNALS=unsafe enables the old unsafe/immediate signals. | Jarkko Hietaniemi | 2003-02-24 | 1 | -6/+4 |
* | Format nit. | Jarkko Hietaniemi | 2003-02-18 | 1 | -1/+1 |
* | Doc tweaks (and one code tweak) based on Philip Newton's comments. | Jarkko Hietaniemi | 2003-02-17 | 1 | -1/+1 |
* | The new(er) way of controlling Unicode I/O (and other) features; | Jarkko Hietaniemi | 2003-02-15 | 1 | -0/+53 |
* | to silence compiler warning | Robin Barker | 2003-02-12 | 1 | -3/+3 |
* | version objects final(?) patch | John Peacock | 2003-02-10 | 1 | -25/+46 |
* | integrate (by hand) #18353 and #18359 from maint-5.8: | Hugo van der Sanden | 2003-01-21 | 1 | -0/+3 |
* | my_fflush_all() wasn't doing the right thing under useperlio | Gurusamy Sarathy | 2002-12-18 | 1 | -1/+1 |
* | Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are... | Slaven Rezic | 2002-12-09 | 1 | -0/+14 |
* | integrate util.c fragment from #18200 to undef SA_RESTART on MacOS | Hugo van der Sanden | 2002-12-02 | 1 | -0/+5 |
* | Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED) | Nicholas Clark | 2002-10-28 | 1 | -1/+2 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -291/+5 |
* | Re: versions too accurate | John Peacock | 2002-10-17 | 1 | -3/+12 |
* | Re: [PATCH] Version object combined patch | John Peacock | 2002-10-17 | 1 | -5/+14 |
* | croak() is better written Perl_croak() in C code. | Rafael Garcia-Suarez | 2002-10-10 | 1 | -3/+3 |
* | Version object combined patch | John Peacock | 2002-10-10 | 1 | -82/+164 |
* | Re: [REVISED PATCH] Magic v-strings | John Peacock | 2002-09-27 | 1 | -1/+1 |
* | enable -ansi -pedantic | Jarkko Hietaniemi | 2002-09-26 | 1 | -1/+1 |
* | LEAKTEST is dead, RIP | H.Merijn Brand | 2002-09-26 | 1 | -167/+0 |
* | tiddly tidy up for util.c | Nicholas Clark | 2002-09-08 | 1 | -3/+3 |
* | regularise whitespace and formatting in util.c | Hugo van der Sanden | 2002-09-08 | 1 | -368/+373 |
* | Tweaks to Bleadperl Version Object Support | John Peacock | 2002-08-30 | 1 | -9/+20 |
* | posixify getppid on linux-multithread | Rafael Garcia-Suarez | 2002-08-29 | 1 | -3/+6 |