summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* By grabbing the length, we can use sv_setpvn here.Nicholas Clark2005-06-301-2/+3
* Convert strcpy to memcpy where we already know the length.Nicholas Clark2005-06-281-5/+10
* Pre-YAPC consting funAndy Lester2005-06-231-5/+5
* Const Boy II: The LocalizingAndy Lester2005-06-231-1/+3
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-201-26/+25
* I'm not convinced that manually creating HVs via sv_upgrade is a greatNicholas Clark2005-06-161-0/+6
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-5/+0
* CopSTASH_eq againAndy Lester2005-06-151-0/+17
* Bring bleadperl up to version.pmJohn Peacock2005-06-131-86/+203
* More SvPV consting. And other related drive-by refactoring.Nicholas Clark2005-06-101-16/+16
* Revert part of previous patchRafael Garcia-Suarez2005-06-091-5/+5
* regcomp.c and moreAndy Lester2005-06-091-5/+5
* More SvPV consting.Nicholas Clark2005-06-071-1/+1
* Random cleanups #47Andy Lester2005-06-071-28/+19
* Remove unneeded #ifdef VMS since VMS is not defined here anywayRafael Garcia-Suarez2005-06-071-7/+1
* util.c: S_vdie_common() should be staticAlexey Tourbin2005-06-071-34/+32
* The FBM compile code is mutable, because it's permissible to FBMNicholas Clark2005-06-071-7/+8
* Unvoid SvUPGRADEAndy Lester2005-06-071-5/+5
* Random constingAndy Lester2005-06-031-0/+2
* use lengths in sv_setpv() callsAndy Lester2005-06-021-2/+2
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-1/+1
* Following the head refactoring, the Newz doesn't clear the SvPVXNicholas Clark2005-06-011-0/+1
* [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS Olli Savia2005-05-301-0/+5
* SvPVX_const() - Patch #1Steve Peters2005-05-201-5/+5