summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Encourage compilers to tail call optimise in sv_savepv, sv_savepvnNicholas Clark2004-07-161-20/+20
* Some calls to PerlMemShared_alloc() aren't checking the return value.Nicholas Clark2004-07-161-0/+5
* Work around evil compiler bug on OS X. (Sucks all memory)Nicholas Clark2004-07-131-2/+10
* was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warningJohn Peacock2004-07-131-1/+1
* byte-order modifiers for (un)pack templatesMarcus Holland-Moritz2004-04-231-11/+202
* 's to bring bleadperl up to version-0.39John Peacock2004-04-141-6/+18
* Remove two unused variables that gcc used to warn about.Marcus Holland-Moritz2004-04-101-1/+1
* Bleadperl to version 0.37John Peacock2004-04-071-3/+33
* format/casting/warning RE: perl 5.9.1Robin Barker2004-03-171-2/+2
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Improved perlapi documentation for croakMark Fowler2004-02-261-5/+5
* was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]John Peacock2004-02-031-36/+70
* Perl core dumps when running out of memory [PATCH]Gisle Aas2004-01-171-3/+9
* Remove incorrect guards around inclusion of <signal.h>Alan Burlison2003-12-151-3/+0
* Modify the common guard for the signal.h header, becauseAlan Burlison2003-12-121-1/+1
* s/new_hash/rehash/g (Stas suggested a better name)Nicholas Clark2003-11-031-1/+1
* 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