summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* $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
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-3/+3
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-0/+9
* GCC attributes!Andy Lester2005-05-071-8/+7
* combopatchJarkko Hietaniemi2005-04-251-0/+5
* Variable declarations can't come after statements in C89.Nicholas Clark2005-04-231-1/+2
* Fix for warnings in util.c/Perl_init_tm()Steve Peters2005-04-231-1/+3
* Symbian port of PerlJarkko Hietaniemi2005-04-211-25/+122
* Refactoring to Sv*_set() macros - patch #2Steve Peters2005-04-081-3/+3
* Add casting to allow g++ (3.3.5) to compile the core code.Nicholas Clark2005-04-051-3/+3
* Clean-up some warnings when compiling on Win32 with VC++Steve Hay2005-03-291-1/+1
* Downconst external APIsRafael Garcia-Suarez2005-03-291-2/+2
* The core part of :Andy Lester2005-03-291-1/+1
* Fix Win32 compilation nit following change #24074Steve Hay2005-03-291-1/+1
* Consting part 4Andy Lester2005-03-251-4/+8
* Third consting batchAndy Lester2005-03-241-49/+48
* Avoid evaluating a strlen twice due the new implementationRafael Garcia-Suarez2005-02-061-0/+8