summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* With mallocwrap New() evaluates its arguments more than once, so theyNicholas Clark2005-02-051-1/+2
* Integrate change #23880 in original commentRafael Garcia-Suarez2005-01-251-1/+1
* savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call toNicholas Clark2005-01-091-2/+20
* strEQ/strNE of 1 character strings seems better hand inlined,Nicholas Clark2005-01-011-2/+2
* genuine possible buffer problems spotted by flawfinderNicholas Clark2004-11-201-5/+2
* SuSE's perl safe_putenf diffMichael Schroeder2004-11-171-3/+6
* Merge code from vdie and vcroak into S_vdie_croak_commonNicholas Clark2004-10-161-78/+36
* Merge the common code from Perl_vdie and Perl_vwarner into aNicholas Clark2004-10-161-70/+47
* The second half of Perl_vwarner is actually a straight cut&paste jobNicholas Clark2004-10-161-41/+12
* Upgrade to version 0.42.Rafael Garcia-Suarez2004-09-021-6/+8
* remove leaks associated with version object change #23190Dave Mitchell2004-08-061-0/+2
* Final version object core patch?John Peacock2004-08-041-0/+13
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+6