summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* integrate util.c fragment from #18200 to undef SA_RESTART on MacOSHugo van der Sanden2002-12-021-0/+5
* Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)Nicholas Clark2002-10-281-1/+2
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-291/+5
* Re: versions too accurateJohn Peacock2002-10-171-3/+12
* Re: [PATCH] Version object combined patchJohn Peacock2002-10-171-5/+14
* croak() is better written Perl_croak() in C code.Rafael Garcia-Suarez2002-10-101-3/+3
* Version object combined patchJohn Peacock2002-10-101-82/+164
* Re: [REVISED PATCH] Magic v-stringsJohn Peacock2002-09-271-1/+1
* enable -ansi -pedanticJarkko Hietaniemi2002-09-261-1/+1
* LEAKTEST is dead, RIPH.Merijn Brand2002-09-261-167/+0
* tiddly tidy up for util.cNicholas Clark2002-09-081-3/+3
* regularise whitespace and formatting in util.cHugo van der Sanden2002-09-081-368/+373
* Tweaks to Bleadperl Version Object SupportJohn Peacock2002-08-301-9/+20
* posixify getppid on linux-multithreadRafael Garcia-Suarez2002-08-291-3/+6
* fixup threaded build for vstring changesHugo van der Sanden2002-08-231-6/+6
* Re: [PATCH] Version object patch #1John Peacock2002-08-221-1/+3
* Version object patch #1John Peacock2002-08-201-6/+181