summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Bug fix for storing shared objects in shared structuresJerry D. Hedden2007-11-081-0/+20
* Bring version.pm core into compliance with CPAN releaseJohn Peacock2007-10-251-2/+2
* In Perl_my_clearenv(), under -DPERL_USE_SAFE_PUTENV, don't useNicholas Clark2007-10-171-1/+2
* hv_stores() on a literal string is now fractionally more efficient thanNicholas Clark2007-09-211-13/+13
* Silence a load of "value computed is not used" warningsRafael Garcia-Suarez2007-09-211-13/+13
* version-0.73 (was Re: Change 31920: Don't use ~0 as a versionJohn Peacock2007-09-211-9/+35
* SvRX() and SvRXOK() macrosÆvar Arnfjörð Bjarmason2007-06-181-0/+20
* Patches to compile perl on Cray XT4 Catamount/Qk, by JarkkoRafael Garcia-Suarez2007-06-171-4/+20
* miscellaneaJarkko Hietaniemi2007-06-151-3/+6
* Re: vsprintfAndy Dougherty2007-06-151-2/+29
* eliminate PL_bufend from util.c (missed from #30820)Dave Mitchell2007-05-041-5/+6
* Fix threaded builds (broken by change #31112)Steve Hay2007-05-021-1/+1
* Add Perl_my_dirfd() to util.cSteve Peters2007-05-011-0/+17
* Upgrade to version-0.7203.Rafael Garcia-Suarez2007-04-211-8/+35
* stop the cargo cult of (MEM_SIZE)~0Jarkko Hietaniemi2007-03-271-2/+2
* util.c [PATCH] perlhack.pod (Was: Re: threads crashes in Tru64)Jarkko Hietaniemi2007-03-271-9/+18
* Silence compiler warning in util.cJerry D. Hedden2007-03-231-6/+6
* Change 30661 could result in undefined variableJerry D. Hedden2007-03-211-1/+1
* Remove the (sometimes) unused variable from change 30652.Nicholas Clark2007-03-211-1/+3
* In safecalloc, use the system calloc() for the non-DEBUGGING case, asNicholas Clark2007-03-201-8/+17
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-191-7/+36
* Fix a couple of typos in internal docsRafael Garcia-Suarez2007-02-281-2/+2
* [perl #41560] [PATCH] crash in Perl_vmess when GvIOp is null Devin Heitmueller2007-02-251-1/+4
* blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweakingJarkko Hietaniemi2007-02-191-11/+16
* Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gzJohn Peacock2007-02-131-0/+3
* Change 29502 wasn't perfect - you need to remove any extra trailingNicholas Clark2007-02-021-1/+1
* Stop S_incline needing to temporarily write a '\0' into its passed-inNicholas Clark2007-01-261-0/+21
* 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