summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* PERL_SET_CONTEXT(t) needs to set PL_current_context from C++ tooNicholas Clark2022-01-121-2/+7
* z/OS ASCII needs file descriptors on pipes tagged as ASCIIMike Fulton2022-01-011-0/+53
* _MSC_VER is now always >= 1800 (i.e. Visual C++ 2013, aka Visual C++ 12.0)Steve Hay2021-12-161-6/+0
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-021-26/+0
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-6/+6
* The different xs_handshake() failures need distinct messagesNicholas Clark2021-09-091-2/+4
* Don't call av_fetch() with TRUE to create an SV that is immediately freed.Nicholas Clark2021-07-281-6/+10
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-16/+16
* my_strftime(): Don't assume empty %p is an errorKarl Williamson2021-02-171-9/+22
* util.c: Clarify pod for Perl_formKarl Williamson2021-02-111-3/+3
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-1274/+1274
* Document safesys...alloc fcns; safesysfreeKarl Williamson2020-12-271-4/+25
* perlapi: Note that my_strftime's result is localizedKarl Williamson2020-12-211-0/+3
* Fix broken PERL_MEM_LOG under threadsKarl Williamson2020-12-191-5/+4
* Remove empty "#ifdef"sTom Hukins2020-12-081-4/+0
* Avoid deadlock with PERL_MEM_LOGKarl Williamson2020-11-261-1/+5
* perlapi: Split section Display and DumpKarl Williamson2020-11-061-3/+2
* autodoc.pl: Enhance apidoc_section featureKarl Williamson2020-11-061-9/+9
* Fix up delimcpy_no_escape()Karl Williamson2020-10-311-27/+40
* Rewrite delimcpy to use memchr and Copy, not per-byteKarl Williamson2020-10-311-40/+167
* Fix typosSamanta Navarro2020-10-031-1/+1
* perlapi: croak_nocontext is preferred over plain croakKarl Williamson2020-09-291-2/+3
* perlapi: Clarify croak_no_modify()Karl Williamson2020-09-051-3/+6
* perlapi: Consolidate some nocontext fcns with their main fcnKarl Williamson2020-09-051-35/+35
* Document mini_mktimeKarl Williamson2020-09-051-2/+6
* Document several warner() fcnsKarl Williamson2020-09-051-10/+59
* Reorganize perlapiKarl Williamson2020-09-041-10/+11
* perlapi for get_c_backtrace_dump: fix verbatimKarl Williamson2020-08-311-4/+4
* Document vformKarl Williamson2020-08-231-0/+3
* Document a bunch of foo_nocontext functionsKarl Williamson2020-08-231-2/+27
* Change vwarn pod to be in terms of plain warnKarl Williamson2020-08-231-8/+2
* util.c: Comment fix-upKarl Williamson2020-08-221-2/+3
* Refactor rninstr()Karl Williamson2020-08-221-21/+83
* Document my_strftimeKarl Williamson2020-08-171-7/+12
* ninstr(): Use memchr instead of a loopKarl Williamson2020-08-131-13/+22
* Rewrite delimcpy_no_escape()Karl Williamson2020-08-101-1/+47
* util.c: Reorder two functionsKarl Williamson2020-08-011-7/+7
* Always expose the perl_tsa_mutex_* functions when threads are enabledTom Stellard2020-07-301-2/+1
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-17/+0
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-164/+0
* Remove Symbian portDagfinn Ilmari Mannsåker2020-07-201-2/+2
* Remove PL_freqKarl Williamson2020-07-171-12/+0
* Remove EBCDIC PL_freqKarl Williamson2020-07-171-2/+3
* Remove redundant ternary in safesysmallocDagfinn Ilmari Mannsåker2020-07-021-1/+1
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-2/+2
* fix PERL_GLOBAL_STRUCT_PRIVATE buildsDavid Mitchell2020-03-201-0/+1
* Perl_init_tm: Use mutex to avoid race.Karl Williamson2020-03-181-0/+2
* Fix pod errorsKarl Williamson2020-03-161-2/+2
* perlre: Note savepv() allocations need to be freedKarl Williamson2020-03-161-2/+4
* Revert "croak_memory_wrap is an inline function."Karl Williamson2020-03-111-0/+9