Upgrade to version-0.7203.
[p5sagit/p5-mst-13.2.git] / util.c
2007-04-21 Rafael Garcia-Suarez Upgrade to version-0.7203.
2007-03-27 Jarkko Hietaniemi stop the cargo cult of (MEM_SIZE)~0
2007-03-27 Jarkko Hietaniemi util.c [PATCH] perlhack.pod (Was: Re: threads crashes...
2007-03-23 Jerry D. Hedden Silence compiler warning in util.c
2007-03-21 Jerry D. Hedden Change 30661 could result in undefined variable
2007-03-21 Nicholas Clark Remove the (sometimes) unused variable from change...
2007-03-20 Nicholas Clark In safecalloc, use the system calloc() for the non...
2007-03-19 Rafael Garcia-Suarez Upgrade to version.pm 0.71, by John Peacock
2007-02-28 Rafael Garcia-Suarez Fix a couple of typos in internal docs
2007-02-25 Devin Heitmueller [perl #41560] [PATCH] crash in Perl_vmess when GvIOp...
2007-02-19 Jarkko Hietaniemi blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVA...
2007-02-13 John Peacock Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gz
2007-02-02 Nicholas Clark Change 29502 wasn't perfect - you need to remove any...
2007-01-26 Nicholas Clark Stop S_incline needing to temporarily write a '\0'...
2007-01-05 Steve Hay Silence various VC6 warnings
2007-01-04 Marcus Holland-Moritz The first three patches from:
2007-01-04 Jarkko Hietaniemi Re: [PATCH] Symbian port: add Series 90 support
2007-01-01 Steve Peters Welcome to 2007! Time to update copyrights from change...
2007-01-01 Jarkko Hietaniemi Symbian port: add Series 90 support
2006-12-29 Nicholas Clark In Perl_fbm_compile, really rarest should be U32 not...
2006-12-28 Nicholas Clark Eliminate BmPREVIOUS_set - with the complexity gone...
2006-12-28 Nicholas Clark Move all the FBM data fields from the table into a...
2006-12-18 Ilya Zakharevich OS/2-specific fixes, round II
2006-12-13 Ilya Zakharevich Text mode wrongly set on pipe file descriptors
2006-12-13 Nicholas Clark Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-12 Steve Hay Silence VC warnings about possible operator precedence...
2006-12-11 Nicholas Clark Fix allocation bug in change 29524.
2006-12-11 Nicholas Clark Add BmPREVIOUS_set(), and use it in the one place that...
2006-12-11 Nicholas Clark Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FR...
2006-12-11 Nicholas Clark Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET...
2006-12-11 Nicholas Clark Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior...
2006-12-11 Nicholas Clark Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VAL...
2006-12-08 Nicholas Clark In Perl_fbm_instr(), no need to calculate the address...
2006-12-08 Nicholas Clark Perl_screaminstr() must be called with littlestr as...
2006-12-08 Nicholas Clark No need to upgrade if all we're going to do is return.
2006-12-04 Nicholas Clark Move Perl_get_db_sub() from pp_hot.c to util.c
2006-11-22 Steve Hay Fix infinite loop in Perl_my_strftime() for failing...
2006-11-18 Steve Peters Sync up the function definitions for Perl_my_popen...
2006-09-21 Jarkko Hietaniemi deal with some gcc warnings
2006-09-18 John Peacock Re: [perl #37714] XSUB.h version check may fail due...
2006-09-17 Rafael Garcia-Suarez A better version of change #28847
2006-09-17 Jarkko Hietaniemi util.c: restore Perl_my_setenv() to pre-28814
2006-09-16 Rafael Garcia-Suarez No declarations after statements ! (noticed by Sadahiro...
2006-09-15 Craig A. Berry More hacking in util.c's ifdef jungle following 28844...
2006-09-14 Rafael Garcia-Suarez Fix for bug #37714: XSUB.h version check may fail due...
2006-09-14 Yves Orton Re: Re: [PATCH] C++: Solaris CC now compiles "perl"
2006-09-11 Jarkko Hietaniemi C++: Solaris CC now compiles "perl"
2006-08-07 Jarkko Hietaniemi g++ large patch
2006-07-16 Jarkko Hietaniemi Re: [PATCH] various safety/portability tweaks
2006-07-15 Jarkko Hietaniemi various safety/portability tweaks
2006-07-11 Steve Hay Fix change #28533: my_strlcpy does not return the dest...
2006-07-10 Steve Peters Convert some low hanging fruit to my_strlcpy/my_strlcat.
2006-07-10 Steve Peters Change existing uses of strlcpy()/strlcat() to use...
2006-07-10 Steve Peters Add Russ Allbery's public domain implementations of...
2006-06-30 Rafael Garcia-Suarez Fix casting warnings related to snprintf/vsnprintf
2006-06-09 John Peacock [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64...
2006-06-06 Andy Lester more accumulated cleanups
2006-05-22 Rafael Garcia-Suarez Upgrade to version.pm 0.60
2006-05-19 Jarkko Hietaniemi Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
2006-05-18 Rafael Garcia-Suarez Adjust calling of Perl_va_copy(), noticed by Jarkko
2006-05-17 Nicholas Clark Another SvVOK(). I believe that this is the last.
2006-05-17 Rafael Garcia-Suarez Oops, missed a SvVOK.
2006-05-17 Jarkko Hietaniemi Re: Change 28183 has broken 64-bit builds?
2006-05-12 Jarkko Hietaniemi Re: [PATCH] my_snprintf
2006-05-10 Dave Mitchell disable WARN and DIE hooks during constant folding
2006-05-09 Jarkko Hietaniemi PERL_MEM_LOG enhancements
2006-04-28 Jarkko Hietaniemi Re: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-20 Andy Lester Localizing vars
2006-04-19 Nicholas Clark Calling cv_undef() on the CV created by newCONSTSUB...
2006-04-18 Alex Waugh Support compiling for RISC OS
2006-04-17 Nicholas Clark Turn on UTF8 cache assertions with -Ca
2006-04-13 Steve Hay Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
2006-04-12 Nicholas Clark Change cop_warnings from an SV holding the warnings...
2006-04-05 Steve Peters Try not to use negative values when accessing arrays...
2006-03-29 Jarkko Hietaniemi re-[PATCH] Re: [PATCH] Poison now in two different...
2006-02-24 Andy Lester unused context warnings
2006-02-23 Nicholas Clark Remove set magic from typeglobs. Remove typeglob magic...
2006-02-20 Rafael Garcia-Suarez More NullXXX macro removal from Andy Lester
2006-02-10 Nicholas Clark With PERL_POISON defined, ensure freshly malloc()ed...
2006-02-09 Andy Lester Trying my "remove the pTHXes" patch again
2006-02-04 Nicholas Clark Enhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clark gv_fetchpvn_flags ranks highly in the profile, and...
2006-02-02 Nicholas Clark Yet more instances of gv_fetchpv... that should be...
2006-01-31 Nicholas Clark Silence a warning from the MS compiler about signed...
2006-01-28 Nicholas Clark Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-28 Nicholas Clark By changing SvVOK() from returning 0/1 to 0/pointer...
2006-01-21 Marcus Holland-Moritz Remove wrong cast to (void *), which fixes a gcc warnin...
2006-01-11 Gisle Aas A few more places that can use hv_fetchs().
2006-01-11 Nicholas Clark Refactor S_vdie_common so that Perl_vwarn can use it...
2006-01-11 Steve Peters Fix the new warning created with version-0.53
2006-01-11 Steve Peters Upgrade to version-0.53
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-06 Steve Peters Upgrade to version-0.52
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Gisle Aas Introduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-02 Rafael Garcia-Suarez Update copyrights for files modified in 2006
2006-01-01 Andy Lester Making 0 pointers to NULLs
next