This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update IPC-Cmd to CPAN version 0.66
[perl5.git] / util.c
2010-11-14 Florian RagwitzEliminate PL_dirty
2010-10-31 David Mitchelladjust output of -Dm
2010-10-08 Nicholas ClarkRefactor Perl_xs_apiversion_bootcheck()
2010-10-08 Nicholas ClarkConvert the implementation of XS_APIVERSION_BOOTCHECK...
2010-10-08 Nicholas ClarkRefactor xs_version_bootcheck() to remove complex const...
2010-10-08 Nicholas Clarkxs_version_bootcheck() must use mortals, as {new,upg...
2010-10-08 David GoldenChange vverify() to return HV or NULL (RT#78286)
2010-10-07 Nicholas ClarkConvert the implementation of XS_VERSION_BOOTCHECK...
2010-10-01 Father Chrysostomos[perl #48332] Debugger corrupts symbol table munging
2010-09-28 Zeframsystematically provide pv/pvn/pvs/sv quartets
2010-09-27 Father Chrysostomos#!perl -C -w dies
2010-09-26 Father Chrysostomos[perl #77362] Assigning glob to lvalue causes stringifi...
2010-09-16 Father ChrysostomosFix warn to respect utf8-encoded scalars [perl #45549]
2010-08-25 David Mitchelldon't taint $DB::sub
2010-07-27 Karl WilliamsonChange function signature of grok_bslash_o
2010-07-21 George GreerC++ compiler fix for util.c
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-11 Tony CookRT #73520: POSIX::strftime memory leak
2010-06-28 Rafael Garcia-SuarezPOD fix
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2010-06-17 Nicholas ClarkPERL_IMPLICIT_SYS also needs thread context for safesys...
2010-06-16 Nicholas ClarkPERL_IMPLICIT_SYS also needs thread context for the...
2010-06-15 Nicholas ClarkIn Perl_safesys{c,m,re}alloc(), defer dTHX for non...
2010-06-05 Karl WilliamsonChange name of ibcmp to foldEQ
2010-05-30 Karl WilliamsonPATCH: [perl #75138] "\c`" -> " "
2010-05-20 Zeframsupport "package Foo { ... }"
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...
next