Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | my_strftime(): Don't assume empty %p is an error | Karl Williamson | 2021-02-17 | 1 | -9/+22 |
* | util.c: Clarify pod for Perl_form | Karl Williamson | 2021-02-11 | 1 | -3/+3 |
* | style: Detabify indentation of the C code maintained by the core. | Michael G. Schwern | 2021-01-17 | 1 | -1274/+1274 |
* | Document safesys...alloc fcns; safesysfree | Karl Williamson | 2020-12-27 | 1 | -4/+25 |
* | perlapi: Note that my_strftime's result is localized | Karl Williamson | 2020-12-21 | 1 | -0/+3 |
* | Fix broken PERL_MEM_LOG under threads | Karl Williamson | 2020-12-19 | 1 | -5/+4 |
* | Remove empty "#ifdef"s | Tom Hukins | 2020-12-08 | 1 | -4/+0 |
* | Avoid deadlock with PERL_MEM_LOG | Karl Williamson | 2020-11-26 | 1 | -1/+5 |
* | perlapi: Split section Display and Dump | Karl Williamson | 2020-11-06 | 1 | -3/+2 |
* | autodoc.pl: Enhance apidoc_section feature | Karl Williamson | 2020-11-06 | 1 | -9/+9 |
* | Fix up delimcpy_no_escape() | Karl Williamson | 2020-10-31 | 1 | -27/+40 |
* | Rewrite delimcpy to use memchr and Copy, not per-byte | Karl Williamson | 2020-10-31 | 1 | -40/+167 |
* | Fix typos | Samanta Navarro | 2020-10-03 | 1 | -1/+1 |
* | perlapi: croak_nocontext is preferred over plain croak | Karl Williamson | 2020-09-29 | 1 | -2/+3 |
* | perlapi: Clarify croak_no_modify() | Karl Williamson | 2020-09-05 | 1 | -3/+6 |
* | perlapi: Consolidate some nocontext fcns with their main fcn | Karl Williamson | 2020-09-05 | 1 | -35/+35 |
* | Document mini_mktime | Karl Williamson | 2020-09-05 | 1 | -2/+6 |
* | Document several warner() fcns | Karl Williamson | 2020-09-05 | 1 | -10/+59 |
* | Reorganize perlapi | Karl Williamson | 2020-09-04 | 1 | -10/+11 |
* | perlapi for get_c_backtrace_dump: fix verbatim | Karl Williamson | 2020-08-31 | 1 | -4/+4 |
* | Document vform | Karl Williamson | 2020-08-23 | 1 | -0/+3 |
* | Document a bunch of foo_nocontext functions | Karl Williamson | 2020-08-23 | 1 | -2/+27 |
* | Change vwarn pod to be in terms of plain warn | Karl Williamson | 2020-08-23 | 1 | -8/+2 |
* | util.c: Comment fix-up | Karl Williamson | 2020-08-22 | 1 | -2/+3 |
* | Refactor rninstr() | Karl Williamson | 2020-08-22 | 1 | -21/+83 |
* | Document my_strftime | Karl Williamson | 2020-08-17 | 1 | -7/+12 |
* | ninstr(): Use memchr instead of a loop | Karl Williamson | 2020-08-13 | 1 | -13/+22 |
* | Rewrite delimcpy_no_escape() | Karl Williamson | 2020-08-10 | 1 | -1/+47 |
* | util.c: Reorder two functions | Karl Williamson | 2020-08-01 | 1 | -7/+7 |
* | Always expose the perl_tsa_mutex_* functions when threads are enabled | Tom Stellard | 2020-07-30 | 1 | -2/+1 |
* | Remove use of dVAR in core | Dagfinn Ilmari Mannsåker | 2020-07-20 | 1 | -17/+0 |
* | Remove PERL_GLOBAL_STRUCT | Dagfinn Ilmari Mannsåker | 2020-07-20 | 1 | -164/+0 |
* | Remove Symbian port | Dagfinn Ilmari Mannsåker | 2020-07-20 | 1 | -2/+2 |
* | Remove PL_freq | Karl Williamson | 2020-07-17 | 1 | -12/+0 |
* | Remove EBCDIC PL_freq | Karl Williamson | 2020-07-17 | 1 | -2/+3 |
* | Remove redundant ternary in safesysmalloc | Dagfinn Ilmari Mannsåker | 2020-07-02 | 1 | -1/+1 |
* | Fix a bunch of repeated-word typos | Dagfinn Ilmari Mannsåker | 2020-05-22 | 1 | -2/+2 |
* | fix PERL_GLOBAL_STRUCT_PRIVATE builds | David Mitchell | 2020-03-20 | 1 | -0/+1 |
* | Perl_init_tm: Use mutex to avoid race. | Karl Williamson | 2020-03-18 | 1 | -0/+2 |
* | Fix pod errors | Karl Williamson | 2020-03-16 | 1 | -2/+2 |
* | perlre: Note savepv() allocations need to be freed | Karl Williamson | 2020-03-16 | 1 | -2/+4 |
* | Revert "croak_memory_wrap is an inline function." | Karl Williamson | 2020-03-11 | 1 | -0/+9 |
* | Add thread safety to some environment accesses | Karl Williamson | 2020-03-11 | 1 | -2/+4 |
* | Move cntrl_to_mnemonic() to util.c from regcomp.c | Karl Williamson | 2020-01-23 | 1 | -0/+20 |
* | Rewrite and inline my_strnlen() | Karl Williamson | 2020-01-13 | 1 | -30/+0 |
* | util.c: Rmv now always-true assertion | Karl Williamson | 2020-01-12 | 1 | -2/+0 |
* | Change len param in savepvn to Size_t from I32 | Karl Williamson | 2020-01-07 | 1 | -1/+1 |
* | util.c: Use inRANGE macro | Karl Williamson | 2019-12-26 | 1 | -2/+2 |
* | Add memCHRs() macro and use it | Karl Williamson | 2019-12-18 | 1 | -2/+2 |
* | Revert "Move PL_check to the interp vars to fix threading issues" | Tony Cook | 2019-12-16 | 1 | -0/+7 |