This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
amigaos4: Configure: allow hinting d_procselfexe
[perl5.git] / util.c
2015-09-04 Karl Williamsonperlapi: Nits
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-08-26 Jarkko HietaniemiExplicitly use and check for FD_CLOEXEC.
2015-08-12 Daniel Dragandont create *{"_<$filename"} globs for perl lang debugg...
2015-08-01 Karl Williamsonperlapi: Use F<> around file names
2015-07-29 Jarkko HietaniemiUse U64 (a type) instead of U64TYPE (a define).
2015-07-03 Craig A. BerryRemove gettimeofday() workarounds for VMS in util.c.
2015-06-11 Hugo van der Sanden[perl #125381] fix -Cnn parsing
2015-06-09 Lukas Maidon't fatalize warnings during unwinding (#123398)
2015-03-30 David MitchellRevert "Don’t call save_re_context"
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-11 David Mitchelldon't test non-null args
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-03-04 Jarkko HietaniemiConsistently use NOT_REACHED; /* NOTREACHED */
2015-02-10 Tony Cook[perl #123554] fix threaded builds and prevent a warning
2015-02-09 Tony Cook[perl #123554] catch a couple of other size overflows
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-25 Ævar Arnfjörð Bjar... Revert the support for new warning categories outside...
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
next