This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #134064] Assertion failure in toke.c
[perl5.git] / util.c
2019-04-06 Tomasz Konojackiimplement diagnostics ignore/restore macros for Visual C++
2019-02-19 David Mitchellmerge two versions of Perl_my_cxt_init
2019-02-19 David MitchellPerl_my_cxt_init: remove unnecessary code
2019-02-19 David Mitchellharmonise two versions of Perl_my_cxt_init
2019-02-19 David Mitchellfix thread issue with PERL_GLOBAL_STRUCT
2019-02-19 David MitchellPerl_my_cxt_init: fix potential race condition
2019-02-19 David Mitchelladd dVAR's for PERL_GLOBAL_STRUCT_PRIVATE builds
2018-12-16 Leon TimmermansAlways mark pipe in list pipe-open as inherit-on-exec
2018-12-15 Leon TimmermansAlways mark pipe in pipe-open as inherit-on-exec
2018-10-05 Tony Cook(perl #133439) fix -Dm reporting for calloc()
2018-08-30 Tony Cook(perl #132683) don't try to convert PL_sv_placeholder...
2018-07-23 David MitchellDon't compile S_env_alloc() when not used
2018-06-30 Jim Cromiefix stren in PERL_MEM_LOG builds
2018-06-29 David MitchellPerl_my_setenv(): re-indent cpp directive lines
2018-06-29 David MitchellPerl_my_setenv: move code comment
2018-06-29 David MitchellPerl_my_setenv(); handle integer wrap
2018-06-25 Karl Williamsongrok_atoUV: allow non-C strings and document
2018-02-08 Karl Williamsonutil.c: Fix typo in comment
2018-01-18 ZeframRevert "Revert "make PerlIO handle FD_CLOEXEC""
2018-01-18 AbigailRevert "make PerlIO handle FD_CLOEXEC"
2017-12-22 Zeframmask off SOCK_CLOEXEC in socketpair() emulation
2017-12-22 Zeframmake PerlIO handle FD_CLOEXEC
2017-12-22 Zeframportable Perl_my_mkostemp()
2017-12-22 Zeframset FD_CLOEXEC atomically in easy cases
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-12-14 Zeframmake exec keep its argument list more reliably
2017-12-09 Karl WilliamsonEmulate some C99 macros and typedefs
2017-11-18 Aaron CraneRestore ability to build on platforms without snprintf()
2017-10-21 Dagfinn Ilmari Man... Provide fallback strnlen implementation
2017-10-21 Aaron CraneDon't declare C89 realloc()
2017-10-21 Aaron Craneutil.c: simplify cpp conditionals
2017-10-21 Aaron CraneRely on C89 sprintf() return value semantics
2017-10-21 Aaron CraneRely on C89 vprintf()
2017-10-21 Aaron CraneRely on C89 sprintf() return type
2017-10-21 Aaron CraneRely on C89 vsnprintf()
2017-10-21 Aaron CraneAssume we have sane C89 memcmp()
2017-10-21 Aaron CraneAssume we have C89 memcpy() and memmove()
2017-10-21 Aaron CraneDon't look for a "safe" memcpy()
2017-10-21 Aaron CraneAssume we have C89 memset()
2017-09-11 Jarkko HietaniemiNot jhi, lwall.
2017-09-11 Tony Cook(perl #127663) add our own mkstemp() implementation
2017-09-11 Tony Cook(perl #127663) create a separate random source for...
2017-09-10 Karl Williamsonutil.c: Add comments
2017-09-10 Karl Williamsonutil.c: atos_symbolize: Don't use locale-dependent...
2017-07-03 Dagfinn Ilmari Man... Remove #ifdef USE_ITHREADS around MUTEX_* calls
2017-06-16 David Mitchelldon't call Perl_fbm_instr() with negative length
2017-06-14 Tony Cook(perl 129183) don't treat \ as an escape in PATH for -S
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
next