summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-2/+0
* tidy index arrangements in new MY_CXT codeDave Mitchell2005-12-311-3/+3
* re-implement MY_CXT API more efficiently, and add explicitDave Mitchell2005-12-291-0/+40
* Leaner ninstr().Gisle Aas2005-12-281-23/+17
* Remove test for NUL ending in r?instr().Gisle Aas2005-12-281-2/+2
* pre-likely cleanupAndy Lester2005-12-271-6/+6
* For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any blockNicholas Clark2005-12-231-1/+6
* If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble allNicholas Clark2005-12-231-0/+27
* Create a struct to use as the header with PERL_TRACK_MEMPOOL, so thatNicholas Clark2005-12-231-4/+4
* Speedup (rn|n)?instrAndy Lester2005-12-231-6/+12
* Fix compilation error when building with -DPERL_MEM_LOG_STDERRSteve Hay2005-12-141-1/+1
* Add a ; that 26281 was lacking.Nicholas Clark2005-12-061-1/+1
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-8/+5
* Upgrade to version-0.50Steve Peters2005-12-031-1/+1
* Reworked PERL_TRACK_MEMPOOL patchJan Dubois2005-11-201-3/+37
* Const & local: Special Victims UnitAndy Lester2005-11-111-2/+2
* Moving the 4 writes of PL_no_mem followed by exit(1) to a staticNicholas Clark2005-11-081-18/+14
* Eliminate some unnecessary strlen()sNicholas Clark2005-11-081-1/+1
* Consting and localizing: Part LXVIIIAndy Lester2005-11-071-11/+14
* Use the return value from sprintf().Nicholas Clark2005-11-041-15/+18
* use clearenv if availableAlan Burlison2005-11-041-0/+54
* Etta James presents: More constingAndy Lester2005-10-311-20/+18
* Given that sv_nosharing performs the same function as sv_nolockingNicholas Clark2005-10-301-35/+3
* Store the raw bytes of the pid in PL_pidstatus, rather than theNicholas Clark2005-10-261-10/+10
* Most platforms don't actually need PL_pidstatus, or the associatedNicholas Clark2005-10-261-2/+6
* Code in wait4pid was calling hv_delete with the hash iteratorNicholas Clark2005-10-251-0/+7
* Replace all the strlen()s related to PL_pidstatus with the returnNicholas Clark2005-10-251-5/+7
* Add my_sprintf, which is usually just a macro for sprintf, for thoseNicholas Clark2005-10-241-2/+23
* another Symbian update: Alan's fault :-)Jarkko Hietaniemi2005-10-171-1/+1
* gcc complains when it sees variables declaredSteve Peters2005-10-141-7/+7
* environ fixupAlan Burlison2005-10-111-12/+32
* const sausage const const bacon const tomato and constNicholas Clark2005-09-261-3/+4
* Upgrade to version.pm 0.48Rafael Garcia-Suarez2005-09-151-25/+22
* The return of the constingAndy Lester2005-09-131-1/+1
* Fix miniperl build with threaded perlRafael Garcia-Suarez2005-08-251-10/+10
* [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]John Peacock2005-08-241-25/+84
* conflicting types for 'Perl_my_popen'Alexey Tourbin2005-08-101-1/+1
* Re: blead@25210 on OpenVMS (not good)John E. Malmberg2005-08-011-1/+1
* More embed.fnc goodnessAndy Lester2005-07-291-14/+8
* support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-201-16/+16
* $SIG{__WARN__} = sub { goto &foo } could recurse infinitelyDave Mitchell2005-07-171-0/+2
* Make PERL_MEM_LOG more portable.Jarkko Hietaniemi2005-07-121-9/+11
* yet another way of debugging memory allocationsJarkko Hietaniemi2005-07-101-10/+11
* Making my way thru embed.fncAndy Lester2005-07-101-5/+5
* yet another way of debugging memory allocationsJarkko Hietaniemi2005-07-101-0/+46
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-8/+8
* Post-YAPC consting, now with an attachment!Andy Lester2005-07-041-9/+5
* replace ckWARN macros with functionsDave Mitchell2005-07-021-0/+52
* Don't check the pointer is non-NULL before calling Safefree() inNicholas Clark2005-07-021-2/+1