summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Silence various VC6 warningsSteve Hay2007-01-051-1/+1
* The first three patches from:Marcus Holland-Moritz2007-01-041-3/+3
* Re: [PATCH] Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-041-0/+6
* Welcome to 2007! Time to update copyrights from changes earlierSteve Peters2007-01-011-1/+1
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-011-2/+66
* In Perl_fbm_compile, really rarest should be U32 not I32, as it isNicholas Clark2006-12-291-1/+1
* Eliminate BmPREVIOUS_set - with the complexity gone from how the datumNicholas Clark2006-12-281-1/+1
* Move all the FBM data fields from the table into a struct xbm_s whichNicholas Clark2006-12-281-5/+6
* OS/2-specific fixes, round IIIlya Zakharevich2006-12-181-0/+4
* Text mode wrongly set on pipe file descriptorsIlya Zakharevich2006-12-131-0/+8
* Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.Nicholas Clark2006-12-131-3/+4
* Silence VC warnings about possible operator precedence problemsSteve Hay2006-12-121-1/+1
* Fix allocation bug in change 29524.Nicholas Clark2006-12-111-0/+2
* Add BmPREVIOUS_set(), and use it in the one place that BmPREVIOUS isNicholas Clark2006-12-111-1/+1
* Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FROM_TABLE to sv.hNicholas Clark2006-12-111-3/+0
* Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET_FROM_TABLE.Nicholas Clark2006-12-111-2/+4
* Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior to moving itNicholas Clark2006-12-111-5/+7
* Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VALID are true.Nicholas Clark2006-12-111-0/+1
* In Perl_fbm_instr(), no need to calculate the address of the table ifNicholas Clark2006-12-081-3/+5
* Perl_screaminstr() must be called with littlestr as a PVBM.Nicholas Clark2006-12-081-0/+2
* No need to upgrade if all we're going to do is return.Nicholas Clark2006-12-081-1/+1
* Move Perl_get_db_sub() from pp_hot.c to util.cNicholas Clark2006-12-041-0/+36
* Fix infinite loop in Perl_my_strftime() for failing strftime()Steve Hay2006-11-221-2/+3
* Sync up the function definitions for Perl_my_popen with the prototype.Steve Peters2006-11-181-2/+2
* deal with some gcc warningsJarkko Hietaniemi2006-09-211-1/+1
* Re: [perl #37714] XSUB.h version check may fail due to localeJohn Peacock2006-09-181-2/+1
* A better version of change #28847Rafael Garcia-Suarez2006-09-171-2/+6
* util.c: restore Perl_my_setenv() to pre-28814Jarkko Hietaniemi2006-09-171-75/+60
* No declarations after statements ! (noticed by Sadahiro Tomoyuki)Rafael Garcia-Suarez2006-09-161-1/+2
* More hacking in util.c's ifdef jungle following 28844 to avoidCraig A. Berry2006-09-151-2/+1
* Fix for bug #37714: XSUB.h version check may fail due to localeRafael Garcia-Suarez2006-09-141-0/+2
* Re: Re: [PATCH] C++: Solaris CC now compiles "perl"Yves Orton2006-09-141-4/+4
* C++: Solaris CC now compiles "perl"Jarkko Hietaniemi2006-09-111-58/+74
* g++ large patchJarkko Hietaniemi2006-08-071-14/+21
* Re: [PATCH] various safety/portability tweaksJarkko Hietaniemi2006-07-161-3/+2
* various safety/portability tweaksJarkko Hietaniemi2006-07-151-6/+7
* Fix change #28533: my_strlcpy does not return the dest str!Steve Hay2006-07-111-1/+2
* Convert some low hanging fruit to my_strlcpy/my_strlcat.Steve Peters2006-07-101-5/+4
* Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/Steve Peters2006-07-101-7/+1
* Add Russ Allbery's public domain implementations of strlcat andSteve Peters2006-07-101-0/+33
* Fix casting warnings related to snprintf/vsnprintfRafael Garcia-Suarez2006-06-301-2/+2
* [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64.tar.gzJohn Peacock2006-06-091-3/+9
* more accumulated cleanupsAndy Lester2006-06-061-10/+15
* Upgrade to version.pm 0.60Rafael Garcia-Suarez2006-05-221-2/+3
* Re: [PATCH] Re: Change 28183 has broken 64-bit builds?Jarkko Hietaniemi2006-05-191-2/+4
* Adjust calling of Perl_va_copy(), noticed by JarkkoRafael Garcia-Suarez2006-05-181-1/+1
* Another SvVOK(). I believe that this is the last.Nicholas Clark2006-05-171-1/+1
* Oops, missed a SvVOK.Rafael Garcia-Suarez2006-05-171-1/+1
* Re: Change 28183 has broken 64-bit builds?Jarkko Hietaniemi2006-05-171-49/+47
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-83/+101