This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump CoreList version
[perl5.git] / util.c
2010-05-17 Karl WilliamsonPATCH: Clean up EBCDIC handling of \cX
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-04-26 Karl WilliamsonDeal with "\c{", and its kin
2010-04-23 ZeframSV-based interfaces for dieing and warning
2010-03-08 Reini UrbanAdd perlintern.pod documentation docatch + prescan_version
2010-01-15 Nicholas ClarkFix SV leaks in Perl_vnumify() and Perl_vnormal() for...
2010-01-14 David GoldenOmnibus strict and lax version parsing
2009-12-17 Max MaischeinCorrect some #ifdef USE_ITHREADS / USE_MULTI
2009-11-10 SisyphusAdd mingw64 support
2009-11-06 Gerard Goossenmove JMPENV_JUMP to die_where and mark it as "noreturn"
2009-11-01 Gerard GoossenUse of SV* instead of message, msglen, utf8 to contain...
2009-10-29 Rafael Garcia-SuarezRemove unused variable
2009-10-29 Gerard Goossenremove unnecessary (always true) condition in S_vdie
2009-10-22 Ben MorrowLet SvRX(OK) recognise a bare REGEXP.
2009-10-13 Nicholas ClarkChange S_ckwarn_common() to looping over the packed...
2009-10-13 Nicholas ClarkMigrate common code in Perl_ckwarn() and Perl_ckwarn_d...
2009-10-13 Nicholas ClarkIn Perl_ckwarn() and Perl_ckwarn_d() disentangle the...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-12 Nicholas ClarkIn Perl_ckwarn(), simplify the check of isLEXWARN_on...
2009-08-27 Vincent PitSpeed up repeatcpy() by at least 40% for 1-char or...
2009-08-27 Vincent Pitdelimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr...
2009-08-13 Vincent PitPerl_die_nocontext() is also called with NULL from...
2009-08-03 Jesse VincentRemove the port to MiNT. It's a dead platform that...
2009-06-28 John PeacockIntegrate version.pm-0.77 into bleadperl
2009-06-21 Rafael Garcia-SuarezA few docs nits after the few last commits
2009-06-21 Jim Cromiesimplify PERL_MEM_LOG
2009-06-21 Jim Cromieinvert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_N...
2009-05-21 Nicholas ClarkRemove all the 5005threads specific mutex macros, which...
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-03-01 Rafael Garcia-SuarezMake util.c compile on systems without getcwd()
2009-02-09 Nicholas ClarkRename ext/Time/HiRes to ext/Time-HiRes
2009-01-21 Nicholas ClarkUpdate the documentation of get_sv() to note that it...
2009-01-19 Slaven Rezicabout warnings if forks fail in Perl_my_popen
2008-12-09 Chip SalzenbergRe: [PATCH] standardize save/restore of errno & vaxc...
2008-12-05 Chip Salzenbergstandardize save/restore of errno & vaxc$errno
2008-12-01 Jerry D. HeddenEliminate setenv_getix()
2008-11-26 Nicholas Clarksetenv_getix() is not used anywhere other than util...
2008-11-26 Nicholas ClarkJust s/Perl_/S_/ isn't good enough - you also need...
2008-11-26 Nicholas Clarkpidgone() is only used in util.c, so it can be static.
2008-11-26 Nicholas Clarkvdie() isn't used anywhere aside from util.c, so it...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas ClarkEliminate (SV *) casts from sv.c and [tu]*.c, except...
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-28 Nicholas ClarkEliminate (HV *) casts in u*.c.
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-10-24 Marcus Holland-MoritzMake C++ compilers happy #1: "typename" is a C++ keyword.
2008-10-24 Marcus Holland-MoritzAdd PERL_ARGS_ASSERT_MEM_LOG_COMMON to S_mem_log_common().
2008-10-24 Marcus Holland-MoritzAdd SV allocation tracing to -Dm and PERL_MEM_LOG
2008-10-24 Marcus Holland-MoritzRefactor Perl_mem_log_ functions
2008-07-15 Rafael Garcia-SuarezUpgrade to version 0.76 by John Peacock
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:
next