This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Storable: t/canonical.t: avoid stderr noise
[perl5.git] / util.c
2020-11-27 Karl WilliamsonAvoid deadlock with PERL_MEM_LOG
2020-11-06 Karl Williamsonperlapi: Split section Display and Dump
2020-11-06 Karl Williamsonautodoc.pl: Enhance apidoc_section feature
2020-10-31 Karl WilliamsonFix up delimcpy_no_escape()
2020-10-31 Karl WilliamsonRewrite delimcpy to use memchr and Copy, not per-byte
2020-10-03 Samanta NavarroFix typos
2020-09-30 Karl Williamsonperlapi: croak_nocontext is preferred over plain croak
2020-09-06 Karl Williamsonperlapi: Clarify croak_no_modify()
2020-09-06 Karl Williamsonperlapi: Consolidate some nocontext fcns with their...
2020-09-05 Karl WilliamsonDocument mini_mktime
2020-09-05 Karl WilliamsonDocument several warner() fcns
2020-09-04 Karl WilliamsonReorganize perlapi
2020-08-31 Karl Williamsonperlapi for get_c_backtrace_dump: fix verbatim
2020-08-24 Karl WilliamsonDocument vform
2020-08-24 Karl WilliamsonDocument a bunch of foo_nocontext functions
2020-08-24 Karl WilliamsonChange vwarn pod to be in terms of plain warn
2020-08-22 Karl Williamsonutil.c: Comment fix-up
2020-08-22 Karl WilliamsonRefactor rninstr()
2020-08-18 Karl WilliamsonDocument my_strftime
2020-08-13 Karl Williamsonninstr(): Use memchr instead of a loop
2020-08-11 Karl WilliamsonRewrite delimcpy_no_escape()
2020-08-01 Karl Williamsonutil.c: Reorder two functions
2020-07-30 Tom StellardAlways expose the perl_tsa_mutex_* functions when threa...
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2020-07-20 Dagfinn Ilmari Man... Remove PERL_GLOBAL_STRUCT
2020-07-20 Dagfinn Ilmari Man... Remove Symbian port
2020-07-18 Karl WilliamsonRemove PL_freq
2020-07-18 Karl WilliamsonRemove EBCDIC PL_freq
2020-07-02 Dagfinn Ilmari Man... Remove redundant ternary in safesysmalloc
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-03-20 David Mitchellfix PERL_GLOBAL_STRUCT_PRIVATE builds
2020-03-19 Karl WilliamsonPerl_init_tm: Use mutex to avoid race.
2020-03-17 Karl WilliamsonFix pod errors
2020-03-17 Karl Williamsonperlre: Note savepv() allocations need to be freed
2020-03-11 Karl WilliamsonRevert "croak_memory_wrap is an inline function."
2020-03-11 Karl WilliamsonAdd thread safety to some environment accesses
2020-01-23 Karl WilliamsonMove cntrl_to_mnemonic() to util.c from regcomp.c
2020-01-14 Karl WilliamsonRewrite and inline my_strnlen()
2020-01-13 Karl Williamsonutil.c: Rmv now always-true assertion
2020-01-07 Karl WilliamsonChange len param in savepvn to Size_t from I32
2019-12-26 Karl Williamsonutil.c: Use inRANGE macro
2019-12-18 Karl WilliamsonAdd memCHRs() macro and use it
2019-12-15 Tony CookRevert "Move PL_check to the interp vars to fix threadi...
2019-12-12 Stefan SeifertMove PL_check to the interp vars to fix threading issues
2019-11-22 Steve HayFix MYMALLOC (PERL_MALLOC) build on Windows
2019-11-18 David Mitchellremove some redundant sig handler type casts
2019-11-17 Tony Cookclean up quadmath_format_*() functions
2019-11-12 James E KeenanFix: local variable hiding parameter of same name
2019-09-25 Karl Williamsonutil.c: Missing semicolon with rarely used compile ops
2019-09-03 Karl WilliamsonDocument rsignal()
2019-09-03 Karl WilliamsonDocument my_setenv()
2019-08-26 Karl Williamsonutil.c: Correct spelling in rarely compiled code
2019-08-20 David MitchellPerl_quadmath_format_single(): fix off-by-1 err
2019-07-16 Tony Cook(perl #134221) support O_APPEND for open ..., undef...
2019-05-31 Karl WilliamsonRemove redundant info on =for apidoc lines
2019-05-08 Tony Cook(perl #133958) preserve errno on successful malloc... origin/tonyc/133958-realloc-errno-success
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...
next