| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bunch of repeated-word typos | Dagfinn Ilmari Mannsåker | 2020-05-22 | 1 | -3/+3 |
* | Use dNOOP for otherwise empty declarations | Karl Williamson | 2020-04-26 | 1 | -1/+1 |
* | don't disable __attribute__((always_inline)) on clang | Tomasz Konojacki | 2020-04-06 | 1 | -1/+6 |
* | disable __attribute__((always_inline)) for gcc <= 4.6 | Tomasz Konojacki | 2020-04-05 | 1 | -2/+6 |
* | perl.h: Add ENV_LOCALE (UN)?LOCK macros | Karl Williamson | 2020-03-18 | 1 | -0/+15 |
* | Add mutex for accessing ENV | Karl Williamson | 2020-03-11 | 1 | -0/+15 |
* | new function specifier: PERL_STATIC_FORCE_INLINE | Tomasz Konojacki | 2020-03-09 | 1 | -0/+17 |
* | add casts to IV_MAX, UV_MAX so they match the IVdf, UVdf macros | Tony Cook | 2020-03-04 | 1 | -9/+9 |
* | perl.h: Add comment, reorder conditional branches | Karl Williamson | 2020-02-27 | 1 | -3/+4 |
* | POSIX::mblen() Make thread-safe; allow shift state control | Karl Williamson | 2020-02-19 | 1 | -0/+14 |
* | perl.h: define PERL_BITFIELD8/16/32 as U8/U16/U32 | Yves Orton | 2020-02-08 | 1 | -3/+3 |
* | fix defines for PERL_BITFIELDxx on Linux and Win32 | Yves Orton | 2020-02-08 | 1 | -3/+3 |
* | (toke|regcomp).c: Use common fcn to handle \0 problems | Karl Williamson | 2020-01-23 | 1 | -2/+2 |
* | utf8.c: Make global a warning msg text | Karl Williamson | 2020-01-23 | 1 | -1/+3 |
* | Add two more flags to grok_bin_oct_hex | Karl Williamson | 2020-01-23 | 1 | -0/+6 |
* | perl.h: Add EXTERN_C for flock() | Karl Williamson | 2020-01-21 | 1 | -1/+1 |
* | perl.h: Fix false comment about grok_FOO flags | Karl Williamson | 2020-01-19 | 1 | -1/+1 |
* | grok_bin_oct_hex: Add two output flags | Karl Williamson | 2020-01-19 | 1 | -6/+22 |
* | move and clean-up macros wrapping __attribute__() | Tomasz Konojacki | 2020-01-17 | 1 | -120/+104 |
* | Improve performance of grok_bin_oct_hex() | Karl Williamson | 2020-01-13 | 1 | -3/+7 |
* | Collapse grok_bin, _oct, _hex into one function | Karl Williamson | 2020-01-13 | 1 | -0/+4 |
* | PATCH: GH #17381 netbsd static assert failure | Karl Williamson | 2019-12-26 | 1 | -2/+5 |
* | PATCH GH #17276 New compilation diagnostic | Karl Williamson | 2019-12-17 | 1 | -2/+4 |
* | treat TAINT_get and TAINTING_get as unlikely | Tony Cook | 2019-12-16 | 1 | -2/+2 |
* | declare perl core's sig handler as 1-arg | David Mitchell | 2019-11-18 | 1 | -1/+7 |
* | add PERL_USE_3ARG_SIGHANDLER macro | David Mitchell | 2019-11-18 | 1 | -0/+4 |
* | add Siginfo_t | David Mitchell | 2019-11-18 | 1 | -0/+18 |
* | Add -Dy debugging of tr///, y/// | Karl Williamson | 2019-11-17 | 1 | -1/+12 |
* | Consolidate uses of PERL_SMALL_MACRO_BUFFER | Karl Williamson | 2019-10-31 | 1 | -0/+5 |
* | remove CONSERVATIVE and LIBERAL | Tomasz Konojacki | 2019-10-30 | 1 | -5/+0 |
* | Note that UTF8f and UTF8fARG are now documented | Karl Williamson | 2019-10-26 | 1 | -1/+7 |
* | Fully spell out "subroutine" and "variable" | Dagfinn Ilmari Mannsåker | 2019-10-21 | 1 | -1/+1 |
* | The VC6 Chainsaw Massacre | Steve Hay | 2019-10-17 | 1 | -13/+2 |
* | Avoid gratuitous warning from -Wundef | Peter Eisentraut | 2019-10-12 | 1 | -1/+1 |
* | Move Unicode.org URLs to https:// in source code | Max Maischein | 2019-10-11 | 1 | -1/+1 |
* | Move http:// URLs to https:// URLs in source code | Max Maischein | 2019-10-11 | 1 | -4/+4 |
* | perl.h: Silence warning when compiled with C++ | Karl Williamson | 2019-09-29 | 1 | -0/+2 |
* | Document IS_SAFE_SYSCALL | Karl Williamson | 2019-09-15 | 1 | -2/+12 |
* | inline.h: Change fcn name prefix from S_ to Perl_ | Karl Williamson | 2019-09-15 | 1 | -1/+1 |
* | perl.h: Fix typo in comment | Karl Williamson | 2019-09-14 | 1 | -1/+1 |
* | Fix documentation of WITH_LC_NUMERIC_foo | Karl Williamson | 2019-09-02 | 1 | -2/+2 |
* | Document STMT_START .. STMT_END | Karl Williamson | 2019-09-02 | 1 | -6/+19 |
* | Document PERL_INT_MAX, and similar | Karl Williamson | 2019-09-02 | 1 | -0/+52 |
* | perlapi: Document GROK_NUMERIC_RADIX, PERL_ABS | Karl Williamson | 2019-09-02 | 1 | -2/+23 |
* | perlapi: Document my_strotod, Strtod | Karl Williamson | 2019-09-02 | 1 | -1/+27 |
* | perlapi: Document IN_LOCALE, and related | Karl Williamson | 2019-09-02 | 1 | -0/+21 |
* | perlapi: Document LIKELY, UNLIKELY | Karl Williamson | 2019-09-02 | 1 | -0/+17 |
* | perlapi: my_sprintf is a Miscellaneous function | Karl Williamson | 2019-08-09 | 1 | -0/+2 |
* | (perl #134266) make sure $@ is writable when we write to it | Tony Cook | 2019-08-08 | 1 | -0/+24 |
* | Fix typo in STORE_LC_NUMERIC_SET_TO_NEEDED_IN docs | Dagfinn Ilmari Mannsåker | 2019-07-31 | 1 | -1/+1 |