summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* From Inaba Hiroto: the UTF-8 length cache wasn'tJarkko Hietaniemi2003-03-091-1/+5
* Use a macro for abs() to avoid the possible truncation to an int;Jarkko Hietaniemi2003-03-031-6/+6
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* The -CI cannot be easily tested under UTF-8 locale withJarkko Hietaniemi2003-03-021-1/+1
* PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.Jarkko Hietaniemi2003-02-241-6/+4
* Format nit.Jarkko Hietaniemi2003-02-181-1/+1
* Doc tweaks (and one code tweak) based on Philip Newton's comments.Jarkko Hietaniemi2003-02-171-1/+1
* The new(er) way of controlling Unicode I/O (and other) features;Jarkko Hietaniemi2003-02-151-0/+53
* to silence compiler warningRobin Barker2003-02-121-3/+3
* version objects final(?) patchJohn Peacock2003-02-101-25/+46
* integrate (by hand) #18353 and #18359 from maint-5.8:Hugo van der Sanden2003-01-211-0/+3
* my_fflush_all() wasn't doing the right thing under useperlioGurusamy Sarathy2002-12-181-1/+1
* Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are...Slaven Rezic2002-12-091-0/+14