This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: recent 'lib.pm' change => dual-life lib.pm
[perl5.git] / util.c
2008-05-30 Dave Mitchell[perl #53746] bug with index() matching beyond end...
2008-03-08 Steve PetersPerl_croak_nocontext() is called with NULL indirectly...
2008-03-02 Steffen UllrichRe: interrupting system() with signal depends on signal...
2008-02-27 Nicholas ClarkDo the memory debug header fixup earlier to avoid valgr...
2008-02-26 Rafael Garcia-SuarezChainsaw DEBUG_S out, as suggested by Vincent Pit.
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-28 Steven Schubigerutil.c: some consting
2008-01-05 Nicholas ClarkMake REGEXP a type distinct from SV. (Much like AV...
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas ClarkAdd newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-02 Nicholas ClarkAdd a new function newSVpvn_flags(), which takes a...
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2007-12-28 Nicholas ClarkFirst class regexps.
2007-12-27 Nicholas ClarkRegexps are now orange.
2007-12-23 Steve PetersNullch and others were still alive and well in some...
2007-12-20 Nicholas ClarkWith change 32676 moving the HvSHAREKEYS_on() into...
2007-11-08 Jerry D. HeddenBug fix for storing shared objects in shared structures
2007-10-25 John PeacockBring version.pm core into compliance with CPAN release
2007-10-17 Nicholas ClarkIn Perl_my_clearenv(), under -DPERL_USE_SAFE_PUTENV...
2007-09-21 Nicholas Clarkhv_stores() on a literal string is now fractionally...
2007-09-21 Rafael Garcia-SuarezSilence a load of "value computed is not used" warnings
2007-09-21 John Peacockversion-0.73 (was Re: Change 31920: Don't use ~0 as...
2007-06-18 Ævar Arnfjörð Bjar... SvRX() and SvRXOK() macros
2007-06-17 Rafael Garcia-SuarezPatches to compile perl on Cray XT4 Catamount/Qk, by...
2007-06-15 Jarkko Hietaniemimiscellanea
2007-06-15 Andy DoughertyRe: vsprintf
2007-05-04 Dave Mitchelleliminate PL_bufend from util.c (missed from #30820)
2007-05-02 Steve HayFix threaded builds (broken by change #31112)
2007-05-01 Steve PetersAdd Perl_my_dirfd() to util.c
2007-04-21 Rafael Garcia-SuarezUpgrade to version-0.7203.
2007-03-27 Jarkko Hietaniemistop the cargo cult of (MEM_SIZE)~0
2007-03-27 Jarkko Hietaniemiutil.c [PATCH] perlhack.pod (Was: Re: threads crashes...
2007-03-23 Jerry D. HeddenSilence compiler warning in util.c
2007-03-21 Jerry D. HeddenChange 30661 could result in undefined variable
2007-03-21 Nicholas ClarkRemove the (sometimes) unused variable from change...
2007-03-20 Nicholas ClarkIn safecalloc, use the system calloc() for the non...
2007-03-19 Rafael Garcia-SuarezUpgrade to version.pm 0.71, by John Peacock
2007-02-28 Rafael Garcia-SuarezFix 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 Hietaniemiblead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVA...
2007-02-13 John PeacockFwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gz
2007-02-02 Nicholas ClarkChange 29502 wasn't perfect - you need to remove any...
2007-01-26 Nicholas ClarkStop S_incline needing to temporarily write a '\0'...
2007-01-05 Steve HaySilence various VC6 warnings
2007-01-04 Marcus Holland-MoritzThe first three patches from:
2007-01-04 Jarkko HietaniemiRe: [PATCH] Symbian port: add Series 90 support
2007-01-01 Steve PetersWelcome to 2007! Time to update copyrights from change...
2007-01-01 Jarkko HietaniemiSymbian port: add Series 90 support
2006-12-29 Nicholas ClarkIn Perl_fbm_compile, really rarest should be U32 not...
2006-12-28 Nicholas ClarkEliminate BmPREVIOUS_set - with the complexity gone...
2006-12-28 Nicholas ClarkMove all the FBM data fields from the table into a...
2006-12-18 Ilya ZakharevichOS/2-specific fixes, round II
2006-12-13 Ilya ZakharevichText mode wrongly set on pipe file descriptors
2006-12-13 Nicholas ClarkEliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-12 Steve HaySilence VC warnings about possible operator precedence...
2006-12-11 Nicholas ClarkFix allocation bug in change 29524.
2006-12-11 Nicholas ClarkAdd BmPREVIOUS_set(), and use it in the one place that...
2006-12-11 Nicholas ClarkMove PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FR...
2006-12-11 Nicholas ClarkConvert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET...
2006-12-11 Nicholas ClarkRename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior...
2006-12-11 Nicholas ClarkChange SvTAIL() to check that both SVpbm_TAIL|SVpbm_VAL...
2006-12-08 Nicholas ClarkIn Perl_fbm_instr(), no need to calculate the address...
2006-12-08 Nicholas ClarkPerl_screaminstr() must be called with littlestr as...
2006-12-08 Nicholas ClarkNo need to upgrade if all we're going to do is return.
2006-12-04 Nicholas ClarkMove Perl_get_db_sub() from pp_hot.c to util.c
2006-11-22 Steve HayFix infinite loop in Perl_my_strftime() for failing...
2006-11-18 Steve PetersSync up the function definitions for Perl_my_popen...
2006-09-21 Jarkko Hietaniemideal with some gcc warnings
2006-09-18 John PeacockRe: [perl #37714] XSUB.h version check may fail due...
2006-09-17 Rafael Garcia-SuarezA better version of change #28847
2006-09-17 Jarkko Hietaniemiutil.c: restore Perl_my_setenv() to pre-28814
2006-09-16 Rafael Garcia-SuarezNo declarations after statements ! (noticed by Sadahiro...
2006-09-15 Craig A. BerryMore hacking in util.c's ifdef jungle following 28844...
2006-09-14 Rafael Garcia-SuarezFix for bug #37714: XSUB.h version check may fail due...
2006-09-14 Yves OrtonRe: Re: [PATCH] C++: Solaris CC now compiles "perl"
2006-09-11 Jarkko HietaniemiC++: Solaris CC now compiles "perl"
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-16 Jarkko HietaniemiRe: [PATCH] various safety/portability tweaks
2006-07-15 Jarkko Hietaniemivarious safety/portability tweaks
2006-07-11 Steve HayFix change #28533: my_strlcpy does not return the dest...
2006-07-10 Steve PetersConvert some low hanging fruit to my_strlcpy/my_strlcat.
2006-07-10 Steve PetersChange existing uses of strlcpy()/strlcat() to use...
2006-07-10 Steve PetersAdd Russ Allbery's public domain implementations of...
2006-06-30 Rafael Garcia-SuarezFix 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 Lestermore accumulated cleanups
2006-05-22 Rafael Garcia-SuarezUpgrade to version.pm 0.60
2006-05-19 Jarkko HietaniemiRe: [PATCH] Re: Change 28183 has broken 64-bit builds?
2006-05-18 Rafael Garcia-SuarezAdjust calling of Perl_va_copy(), noticed by Jarkko
2006-05-17 Nicholas ClarkAnother SvVOK(). I believe that this is the last.
2006-05-17 Rafael Garcia-SuarezOops, missed a SvVOK.
2006-05-17 Jarkko HietaniemiRe: Change 28183 has broken 64-bit builds?
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-05-10 Dave Mitchelldisable WARN and DIE hooks during constant folding
2006-05-09 Jarkko HietaniemiPERL_MEM_LOG enhancements
2006-04-28 Jarkko HietaniemiRe: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-20 Andy LesterLocalizing vars
2006-04-19 Nicholas ClarkCalling cv_undef() on the CV created by newCONSTSUB...
next