| Commit message (Expand) | Author | Age | Files | Lines |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -49/+48 |
* | Avoid evaluating a strlen twice due the new implementation | Rafael Garcia-Suarez | 2005-02-06 | 1 | -0/+8 |
* | With mallocwrap New() evaluates its arguments more than once, so they | Nicholas Clark | 2005-02-05 | 1 | -1/+2 |
* | Integrate change #23880 in original comment | Rafael Garcia-Suarez | 2005-01-25 | 1 | -1/+1 |
* | savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to | Nicholas Clark | 2005-01-09 | 1 | -2/+20 |
* | strEQ/strNE of 1 character strings seems better hand inlined, | Nicholas Clark | 2005-01-01 | 1 | -2/+2 |
* | genuine possible buffer problems spotted by flawfinder | Nicholas Clark | 2004-11-20 | 1 | -5/+2 |
* | SuSE's perl safe_putenf diff | Michael Schroeder | 2004-11-17 | 1 | -3/+6 |
* | Merge code from vdie and vcroak into S_vdie_croak_common | Nicholas Clark | 2004-10-16 | 1 | -78/+36 |
* | Merge the common code from Perl_vdie and Perl_vwarner into a | Nicholas Clark | 2004-10-16 | 1 | -70/+47 |
* | The second half of Perl_vwarner is actually a straight cut&paste job | Nicholas Clark | 2004-10-16 | 1 | -41/+12 |
* | Upgrade to version 0.42. | Rafael Garcia-Suarez | 2004-09-02 | 1 | -6/+8 |
* | remove leaks associated with version object change #23190 | Dave Mitchell | 2004-08-06 | 1 | -0/+2 |
* | Final version object core patch? | John Peacock | 2004-08-04 | 1 | -0/+13 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+6 |
* | Encourage compilers to tail call optimise in sv_savepv, sv_savepvn | Nicholas Clark | 2004-07-16 | 1 | -20/+20 |
* | Some calls to PerlMemShared_alloc() aren't checking the return value. | Nicholas Clark | 2004-07-16 | 1 | -0/+5 |
* | Work around evil compiler bug on OS X. (Sucks all memory) | Nicholas Clark | 2004-07-13 | 1 | -2/+10 |
* | was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning | John Peacock | 2004-07-13 | 1 | -1/+1 |
* | byte-order modifiers for (un)pack templates | Marcus Holland-Moritz | 2004-04-23 | 1 | -11/+202 |
* | 's to bring bleadperl up to version-0.39 | John Peacock | 2004-04-14 | 1 | -6/+18 |
* | Remove two unused variables that gcc used to warn about. | Marcus Holland-Moritz | 2004-04-10 | 1 | -1/+1 |
* | Bleadperl to version 0.37 | John Peacock | 2004-04-07 | 1 | -3/+33 |
* | format/casting/warning RE: perl 5.9.1 | Robin Barker | 2004-03-17 | 1 | -2/+2 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | Improved perlapi documentation for croak | Mark Fowler | 2004-02-26 | 1 | -5/+5 |
* | was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz] | John Peacock | 2004-02-03 | 1 | -36/+70 |
* | Perl core dumps when running out of memory [PATCH] | Gisle Aas | 2004-01-17 | 1 | -3/+9 |
* | 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 |