This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 8b57a5fa
[perl5.git] / util.c
2014-08-28 Father ChrysostomosFix crash with lex subs under -d
2014-07-25 Andy DoughertyOnly use setenv() on Solaris if it is available.
2014-07-23 Vladimir Marekuse setenv() on Solaris
2014-07-23 Jarkko HietaniemiUse grok_atou instead of atoi.
2014-07-12 Karl Williamsonutil.c: Add comment
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-24 Jarkko HietaniemiUnused contexts found under PERL_GLOBAL_STRUCT.
2014-06-24 Daniel DraganPERL_UNUSED_CONTEXT -> remove interp context where...
2014-06-22 Jarkko HietaniemiIf we do not have vsnprintf, the len is unused.
2014-06-22 Jarkko Hietaniemig++ -DPERL_GLOBAL_STRUCT_PRIVATE died on this.
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-12 Brian FraserSilence several -Wunused-parameter warnings about my_perl
2014-06-12 Brian FraserAdded several missing PERL_UNUSED_RESULT()
2014-06-12 Brian FraserMark several functions with __attribute__noreturn__
2014-06-12 Brian FraserAdding missing SVfARG() invocations
2014-06-12 Brian FraserAdding missing HEKfARG() invocations
2014-06-12 Jarkko HietaniemiC backtrace tweaks.
2014-06-11 Brian FraserRemoved NeXT support
2014-06-08 Jarkko HietaniemiAdd C backtrace API.
2014-06-05 Karl WilliamsonUse C locale for "$!" ouside 'use locale' scope
2014-06-02 Jarkko HietaniemiUse PERL_UNUSED_RESULT.
2014-05-30 Karl Williamsonperlapi: Clarify some instances where NUL is or isn...
2014-05-30 Karl WilliamsonWrap various pod uses of NUL with C<>
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-05-29 Jarkko HietaniemiReindent the block. Whitespace-only change.
2014-05-29 Jarkko HietaniemiFix false nesting.
2014-05-29 Tony Cookput va_end() in the right place
2014-05-29 Jarkko Hietaniemiadd va_end() calls where missing for a va_start() or...
2014-05-28 Jarkko HietaniemiUse the C_ARRAY_LENGTH.
2014-04-09 David MitchellPERL_GLOBAL_STRUCT threads issue
2014-02-17 Father ChrysostomosAvoid recalculating sub name hash in util.c:get_db_sub
2014-02-16 Father Chrysostomos[perl #121255] Call set-magic when setting $DB::sub
2014-02-06 Karl Williamsonutil.c: Add comment.
2014-02-05 Brian FraserFix the prototypes of some functions without context
2014-01-20 David Mitchellrename sTHX to PERL_MEMORY_DEBUG_HEADER_SIZE
2014-01-17 Father Chrysostomosutil.c: A couple of defines to simplify #ifdef maze
2014-01-17 Father ChrysostomosPERL_DEBUG_READONLY_COW
2014-01-04 Father ChrysostomosExtract version routines into two new files
2013-12-30 Father ChrysostomosImprove rcatline bad fh warnings
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-12-27 Nicholas ClarkFix sfio breakage caused by the fix for RT #78494.
2013-12-27 Nicholas ClarkFix a typo introduced in Nov 2008 by commit 4ee39169073...
2013-12-03 Karl Williamsonperlapi: May want to use savesharedpv on threaded Win32
2013-11-28 David Mitchellsilence -Wformat-nonliteral compiler warnings
2013-11-24 David Mitchellfix 'ignoring return value' compiler warnings
2013-11-18 Tony Cook[perl #120543] work around a C++ library bug in VC...
2013-11-13 David Mitchellsilence some compiler warnings
2013-10-17 Tony Cook[perl #119893] avoid waiting on pid 0
2013-09-21 Brian FraserRemoved the ifdefs for INCOMPLETE_TAINTS
2013-09-21 Brian FraserReplaced the last use of HAS_GNULIBC with __GLIBC__
2013-09-21 Brian FraserRemoved DUMP_FDS and dump_fds()
2013-09-21 Brian FraserRemove HAS_64K_LIMIT
2013-09-18 Nicholas ClarkUse U64_CONST() for the drand48 constants that are...
2013-09-17 Tony Cook[perl #85228] stop $!=EINVAL; waitpid(0,0) from looping
2013-09-13 Steve HayFix the VC6 build on Windows following commit 3be8f09452
2013-09-13 Tony Cook[perl #115928] a consistent (public) rand() implementation
2013-09-11 Karl Williamsonperlapi: Add doc for my_strlcpy, my_strlcat
2013-09-05 Father Chrysostomosutil.c:my_pclose: Use NULL in PL_fdpid
2013-09-03 John PeacockSync core with CPAN version.pm release
2013-09-01 Father Chrysostomos[perl #115768] improve (caller)[2] line numbers
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-06 Father Chrysostomos[perl #119169] index with __PACKAGE__ for 2nd argument
2013-07-24 Tony CookRevert "Remove the non-inline function S_croak_memory_w...
2013-07-12 Nicholas ClarkFix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PR...
2013-07-10 Peter MartiniQuiet warning in a DEBUG print
2013-07-07 Karl Williamsonutil.c: Avoid unnecessary setlocale() calls
2013-07-04 Tony Cookrarest is only used under -DDEBUGGING
2013-06-30 Ruslan Zakirovchange magic_methcall to use SV with shared hash value
2013-06-23 Father Chrysostomosutil.c: Stop ck_index/fbm_compile from abusing readonliness
2013-06-23 Father ChrysostomosStop fbm_compile from flattening refs
2013-06-21 Father ChrysostomosRemove BmRARE and BmPREVIOUS
2013-06-14 Tony Cookthe code that used hstat, istat, qstat was removed...
2013-06-13 Leon TimmermansDon't ignore signals on pclose
2013-05-20 Nicholas ClarkEliminate the implementations of [hv]to[vh][ls] for...
2013-05-20 Nicholas ClarkEliminate Perl_my_swabn(), as it is now unused.
2013-05-20 Nicholas ClarkEliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as...
2013-05-20 Nicholas ClarkEliminate the conditionally-compiled fallback functions...
2013-05-20 Nicholas ClarkRemove buggy loop-based byte swapping code.
2013-05-20 Nicholas ClarkProvide vtohl, vtohs, htovl and htovs no-op macros...
2013-05-20 Dagfinn Ilmari Man... perl #117865] [PATCH] Eliminate useless variable and...
2013-05-09 David Mitchellsilence warnings under NO_TAINT_SUPPORT
2013-05-07 Yves Ortoncleanup and test PERL_PERTURB_KEYS environment variable...
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-05-03 Markus Jansenfix two my_setenv/my_clearenv bugs
2013-03-28 Andy DoughertyRemove the non-inline function S_croak_memory_wrap...
2013-03-21 Patrik HägglundPATCH [perl #106212] Add PL_perlio_mutex to atfork_lock...
2013-03-18 Yves OrtonHarden hashes against hash seed discovery by randomizin...
2013-03-07 John PeacockBring core up to version-0.9902
2012-12-27 Karl WilliamsonPerl_instr() implement with libc equivalent.
2012-12-24 Daniel Draganuninline panic branch from POPSTACK
2012-12-14 Yves OrtonAdd diagnostics for PERL_HASH_SEED warning
2012-12-14 Yves OrtonUse the right warn routine
2012-12-14 Yves Ortonwarn if PERL_HASH_SEED contains an unexpected character
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-19 Nicholas ClarkRemove the EPOC port.
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
next