This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct perl ver in Safe Changes
[perl5.git] / util.c
2015-01-08 Jarkko Hietaniemi[-Dusecbacktrace] Close the BFD descriptor.
2014-12-29 Ævar Arnfjörð Bjar... Add support for new warning categories outside of ...
2014-12-17 David Mitchellimprove xs_handshake() diag message
2014-12-17 David Mitchellxs_handshake(() clean up desciption
2014-12-08 Daniel Draganmake xs_version_bootcheck a static func since not used...
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-12-06 Daniel Dragan1 exit path for returning ptr in Perl_safesysmalloc...
2014-11-29 Lukas Maimake more use of NOT_REACHED
2014-11-19 Jarkko HietaniemiTry making gcc happy about casting U32 to void*.
2014-11-16 Daniel Draganreadd noreturn and silence "noreturn that returns"...
2014-11-15 Father ChrysostomosRevert the ‘return’ part of 6edcbed6
2014-11-15 Daniel Draganmake debugging easier in memory allocator code in perl...
2014-11-13 Daniel Draganadd filename handling to xs handshake
2014-11-09 David Mitchellutil.c: fix comiler warnings
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-07 Daniel Dragansimplify Perl_xs_apiversion_bootcheck
2014-10-22 Tony Cook[perl #121159] use the updated win32_popenlist() even...
2014-10-15 Lukas Maitreat fatal warnings after syntax errors as syntax...
2014-09-19 Jarkko Hietaniemiquadmath NV formatted I/O.
2014-09-16 Father ChrysostomosFix $DB::sub in DB::goto for lexical subs
2014-09-15 Father Chrysostomossv_cathek
2014-09-12 Father ChrysostomosDon’t call save_re_context
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...
next