summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid evaluating a strlen twice due the new implementationRafael Garcia-Suarez2005-02-061-0/+8
* With mallocwrap New() evaluates its arguments more than once, so theyNicholas Clark2005-02-051-1/+2
* Integrate change #23880 in original commentRafael Garcia-Suarez2005-01-251-1/+1
* savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call toNicholas Clark2005-01-091-2/+20
* strEQ/strNE of 1 character strings seems better hand inlined,Nicholas Clark2005-01-011-2/+2
* genuine possible buffer problems spotted by flawfinderNicholas Clark2004-11-201-5/+2
* SuSE's perl safe_putenf diffMichael Schroeder2004-11-171-3/+6
* Merge code from vdie and vcroak into S_vdie_croak_commonNicholas Clark2004-10-161-78/+36
* Merge the common code from Perl_vdie and Perl_vwarner into aNicholas Clark2004-10-161-70/+47
* The second half of Perl_vwarner is actually a straight cut&paste jobNicholas Clark2004-10-161-41/+12
* Upgrade to version 0.42.Rafael Garcia-Suarez2004-09-021-6/+8
* remove leaks associated with version object change #23190Dave Mitchell2004-08-061-0/+2
* Final version object core patch?John Peacock2004-08-041-0/+13
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+6
* Encourage compilers to tail call optimise in sv_savepv, sv_savepvnNicholas Clark2004-07-161-20/+20
* Some calls to PerlMemShared_alloc() aren't checking the return value.Nicholas Clark2004-07-161-0/+5
* Work around evil compiler bug on OS X. (Sucks all memory)Nicholas Clark2004-07-131-2/+10
* was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warningJohn Peacock2004-07-131-1/+1
* byte-order modifiers for (un)pack templatesMarcus Holland-Moritz2004-04-231-11/+202
* 's to bring bleadperl up to version-0.39John Peacock2004-04-141-6/+18
* Remove two unused variables that gcc used to warn about.Marcus Holland-Moritz2004-04-101-1/+1
* Bleadperl to version 0.37John Peacock2004-04-071-3/+33
* format/casting/warning RE: perl 5.9.1Robin Barker2004-03-171-2/+2
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Improved perlapi documentation for croakMark Fowler2004-02-261-5/+5
* was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]John Peacock2004-02-031-36/+70
* Perl core dumps when running out of memory [PATCH]Gisle Aas2004-01-171-3/+9
* Remove incorrect guards around inclusion of <signal.h>Alan Burlison2003-12-151-3/+0
* Modify the common guard for the signal.h header, becauseAlan Burlison2003-12-121-1/+1
* s/new_hash/rehash/g (Stas suggested a better name)Nicholas Clark2003-11-031-1/+1
* Plan C for foiling the algorithmic complexity attackNicholas Clark2003-10-161-1/+1
* Re: 5.8.1 and srandBrendan O'Dea2003-10-021-1/+0
* Slightly more intelligent paranoia.Jarkko Hietaniemi2003-09-081-2/+5
* Superparanoia.Jarkko Hietaniemi2003-09-081-0/+2
* [PATCH] Re: [BUG] string loses its utf8 flag on dieAdrian M. Enache2003-08-171-0/+16
* Retract #20644 and #20643; on non-microperl non-fcntlJarkko Hietaniemi2003-08-121-4/+0
* Apply much of Ilya's microperl patch, but instead ofJarkko Hietaniemi2003-08-121-0/+2
* More microperlish faking in case no fcntl F_SETFD for pipes.Jarkko Hietaniemi2003-08-121-0/+4
* Rename get_seed() to get_hash_seed(), as suggested byRafael Garcia-Suarez2003-07-181-1/+1
* pTHX.Jarkko Hietaniemi2003-07-111-1/+1
* Chicken out: the hash randomisation is not on by default.Jarkko Hietaniemi2003-07-111-0/+32
* Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.John Peacock2003-07-091-79/+0
* Move the (pseudo)seed functio for (pseudo)random numbers to util.c.Jarkko Hietaniemi2003-06-221-0/+81
* Re: [perl #17934] tied STDERR and internal warningsSteve Grazzini2003-06-191-44/+50
* Illegal cpp.Jarkko Hietaniemi2003-06-141-1/+1
* Re: [perl #18849] fork/system bug on FreeBSDAlan Ferrency2003-06-131-2/+2
* z/OS: changes for building threaded from "Brian De Pradine"Jarkko Hietaniemi2003-04-221-1/+1
* Fix another segfault case (warn called from UNIVERSAL::DESTROY).Adrian M. Enache2003-04-211-1/+1
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* A -C parsed from the #! line can still have line endings in it.Jarkko Hietaniemi2003-04-161-3/+4