This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fatalize inheriting AUTOLOAD for non-methods.
[perl5.git] / util.c
2017-06-01 Yves OrtonRestore "get rid of USE_HASH_SEED_EXPLICIT"
2017-04-23 Yves OrtonRevert "get rid of USE_HASH_SEED_EXPLICIT"
2017-04-23 Yves Ortonget rid of USE_HASH_SEED_EXPLICIT
2017-04-18 David Mitchelladd PERL_UTIL_H_ to util.h, not util.h
2017-04-16 David Mitchelladd include guard to util.h
2017-03-15 Hugo van der Sandenupdate size after Renew
2017-02-20 Karl WilliamsonInline foldEQ, foldEQ_latin1, foldEQ_locale
2017-02-18 Andy LesterMoving variables to their innermost scope.
2017-02-11 Tony Cook(perl #126203) build issues
2017-02-09 Tony Cook(perl #126203) avoid potential leaks on quadmath_snprin...
2017-02-06 David MitchellPerl_fbm_instr(): remove dead code.
2017-01-23 David Mitchellmess_sv(): access only if PL_curcop is non-null
2017-01-20 Karl Williamsonutil.c: Allow C backtrace to compile under threads
2017-01-08 Tony Cookadd build options to disable the PERL_HASH* and PERL_PE...
2016-11-24 David Mitchelladd sv_set_undef() API function
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-13 David Mitchellreduce cost of SvVALID()
2016-11-12 David Mitchelleliminate SVpbm_VALID flag
2016-11-12 David Mitchelleliminate SVpbm_TAIL/SvTAIL_on()/SvTAIL_off()
2016-11-12 David MitchellOnly test SvTAIL when SvVALID
2016-09-07 David Mitchellrename S_delimcpy() to S_delimcpy_intern()
2016-09-07 David MitchellPerl_delimcpy(): handle backslash as last char
2016-09-04 Father ChrysostomosFix checks for tainted dir in $ENV{PATH}
2016-09-01 Theo BuehlerUpdate outdated man links for strlcpy and strlcat.
2016-08-25 Karl Williamsonperlapi: Document returns from my_strlcat, my_strlcpy
2016-06-21 David MitchellPerl_my_vsnprintf: avoid compiler warning
2016-05-13 Karl WilliamsonUse memmem() if available on the platform for Perl_ninstr()
2016-05-09 Craig A. BerryFinish mathomizing Perl_instr.
2016-04-05 Matthew HorsfallGet -Accflags=-DPERL_MEM_LOG compiling again
2016-03-27 Jarkko HietaniemiMove the zeroing back before the dladdr() call.
2016-03-27 Vladimir Timofeev[perl #127773: Assertion failure in perl built with...
2016-03-22 Jarkko Hietaniemi[perl #127764] Perl with '-Dusecbacktrace' doesn't...
2016-03-18 David Mitchellrename and function-ise dtrace macros
2016-03-12 Andy Broadamigaos4: better popen() + pclose() implementation
2016-03-10 Karl Williamsonperlapi: Document ninstr() and rninstr()
2016-03-06 Lukas Maimake building without memcpy work (RT #127619)
2016-03-06 Lukas Maiutil.c: make my_mem*/my_b* prototypes more like the...
2016-02-09 Tom HukinsTime::HiRes moved from "cpan" to "dist" in 91ba54
2016-01-30 Lukas Maiutil.c: fix/simplify unused arg logic in my_vsnprintf
2016-01-06 Tony Cook[perl #126240] avoid leaking memory when setting $ENV...
2015-12-07 Tony Cook[perl #123991] report an error if we can't parse the...
2015-11-23 Jarkko Hietaniemiannotate the mutex use of atfork_lock and atfork_unlock
2015-11-23 Jarkko Hietaniemiclang thread safety annotations
2015-10-15 Craig A. BerryVMS-specific statbuf in Perl_find_script.
2015-10-15 Craig A. BerryRevert "Missed one statbuf declaration in 45a23732c73."
2015-10-13 David Mitchellmake /fixed-substr/ much faster.
2015-10-13 David Mitchellfbm_instr(): tweak docs and formatting
2015-10-09 Craig A. BerryMissed one statbuf declaration in 45a23732c73.
2015-10-08 Daniel Draganpartial PL_statbuf removal
2015-09-16 Andy Broadamigaos4: use #ifdef/ifndef __amigaos4__ when feasible
2015-09-05 Andy Broadamigaos4: random device name
2015-09-05 Andy Broadamigaos4: avoid my_pclose
2015-09-05 Andy Broadamigaos4: use my_popen from amigaos.c
2015-09-05 Andy Broadamigaos4: avoid my_popen_list
2015-09-05 Andy Broadamigaos4: use our own environ implementation
2015-09-05 Andy Broadamigaos4: use amigaos glue for exec(), system(), waitpid()
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.
next