This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / util.c
2022-08-22 Karl WilliamsonAdd my_strftime8()
2022-08-05 Richard LeachReplace sv_2mortal(newSVhek( with newSVhek_mortal
2022-06-21 Paul "LeoNerd" EvansAlso log CopSTASHPV
2022-06-21 Paul "LeoNerd" EvansAdd a PERL_MEM_LOG=c option
2022-06-15 Tony Cookallow building with -DPERL_MEM_LOG on Win32
2022-06-14 Karl WilliamsonCreate perlstatic.h
2022-06-08 Karl Williamsonperlapi: Deprecate 5 functions
2022-05-28 Tomasz Konojackiutil.c: merge the win32 and non-win32 implementations...
2022-05-28 Tomasz Konojackimake PERL_USE_SAFE_PUTENV the default and the only...
2022-05-28 Tomasz Konojackiutil.c: POSIX doesn't allow calling setenv() with a...
2022-05-28 Tomasz Konojackiutil.c: small refactoring of my_setenv and my_clearenv
2022-05-28 Tomasz Konojackiprobe for setenv in Configure
2022-05-18 Karl Williamsonperlapi: Document and mark internal my_popen_list
2022-05-18 Karl Williamsonperlapi: Document and mark internal my_socketpair
2022-05-18 Karl Williamsonperlapi: Document repeatcpy
2022-05-15 Karl Williamsonperlapi: die_nocontext goes with 'die', not 'die_sv'
2022-05-11 Karl Williamsonperlintern: Document [gs]et_context; mark internal
2022-05-11 Karl Williamsonperlapi: Document rsignal_state
2022-05-11 Karl Williamsonperlapi: Add some commentary for rsignal()
2022-05-09 Karl Williamsonperlintern: Document and mark my_fork as Perl internal
2022-05-09 Karl Williamsonperlapi: Document mkstemp, mkostemp
2022-05-09 Karl Williamsonperlapi: Document my_dirfd
2022-05-09 Karl Williamsonperlapi: Document my_popen, my_pclose
2022-05-07 Karl WilliamsonMark internal and document my_cxt_init
2022-05-07 Karl WilliamsonMark internal and document my_fflush_all
2022-03-11 James E KeenanFix error in util.c causing clang++ build-time failure
2022-03-10 Yves Ortonhv.c - rework PL_hash_rand_bits update logic, add tests...
2022-01-12 Nicholas ClarkPERL_SET_CONTEXT(t) needs to set PL_current_context...
2022-01-02 Mike Fultonz/OS ASCII needs file descriptors on pipes tagged as...
2021-12-16 Steve Hay_MSC_VER is now always >= 1800 (i.e. Visual C++ 2013...
2021-11-02 Dagfinn Ilmari Man... Remove DOS/DJGPP support
2021-10-08 Dagfinn Ilmari Man... Remove NetWare support
2021-09-09 Nicholas ClarkThe different xs_handshake() failures need distinct... 19111/head
2021-07-28 Nicholas ClarkDon't call av_fetch() with TRUE to create an SV that... 19007/head
2021-06-09 Tomasz Konojackireplace all instances of PERL_IMPLICIT_CONTEXT with...
2021-02-18 Karl Williamsonmy_strftime(): Don't assume empty %p is an error
2021-02-11 Karl Williamsonutil.c: Clarify pod for Perl_form
2021-01-17 Michael G. Schwernstyle: Detabify indentation of the C code maintained...
2020-12-27 Karl WilliamsonDocument safesys...alloc fcns; safesysfree
2020-12-21 Karl Williamsonperlapi: Note that my_strftime's result is localized
2020-12-20 Karl WilliamsonFix broken PERL_MEM_LOG under threads
2020-12-08 Tom HukinsRemove empty "#ifdef"s
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
next