summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* POSIX::mblen() Make thread-safe; allow shift state controlKarl Williamson2020-02-191-0/+14
* perl.h: define PERL_BITFIELD8/16/32 as U8/U16/U32Yves Orton2020-02-081-3/+3
* fix defines for PERL_BITFIELDxx on Linux and Win32Yves Orton2020-02-081-3/+3
* (toke|regcomp).c: Use common fcn to handle \0 problemsKarl Williamson2020-01-231-2/+2
* utf8.c: Make global a warning msg textKarl Williamson2020-01-231-1/+3
* Add two more flags to grok_bin_oct_hexKarl Williamson2020-01-231-0/+6
* perl.h: Add EXTERN_C for flock()Karl Williamson2020-01-211-1/+1
* perl.h: Fix false comment about grok_FOO flagsKarl Williamson2020-01-191-1/+1
* grok_bin_oct_hex: Add two output flagsKarl Williamson2020-01-191-6/+22
* move and clean-up macros wrapping __attribute__()Tomasz Konojacki2020-01-171-120/+104
* Improve performance of grok_bin_oct_hex()Karl Williamson2020-01-131-3/+7
* Collapse grok_bin, _oct, _hex into one functionKarl Williamson2020-01-131-0/+4
* PATCH: GH #17381 netbsd static assert failureKarl Williamson2019-12-261-2/+5
* PATCH GH #17276 New compilation diagnosticKarl Williamson2019-12-171-2/+4
* treat TAINT_get and TAINTING_get as unlikelyTony Cook2019-12-161-2/+2
* declare perl core's sig handler as 1-argDavid Mitchell2019-11-181-1/+7
* add PERL_USE_3ARG_SIGHANDLER macroDavid Mitchell2019-11-181-0/+4
* add Siginfo_tDavid Mitchell2019-11-181-0/+18
* Add -Dy debugging of tr///, y///Karl Williamson2019-11-171-1/+12
* Consolidate uses of PERL_SMALL_MACRO_BUFFERKarl Williamson2019-10-311-0/+5
* remove CONSERVATIVE and LIBERALTomasz Konojacki2019-10-301-5/+0
* Note that UTF8f and UTF8fARG are now documentedKarl Williamson2019-10-261-1/+7
* Fully spell out "subroutine" and "variable"Dagfinn Ilmari Mannsåker2019-10-211-1/+1
* The VC6 Chainsaw MassacreSteve Hay2019-10-171-13/+2
* Avoid gratuitous warning from -WundefPeter Eisentraut2019-10-121-1/+1
* Move Unicode.org URLs to https:// in source codeMax Maischein2019-10-111-1/+1
* Move http:// URLs to https:// URLs in source codeMax Maischein2019-10-111-4/+4
* perl.h: Silence warning when compiled with C++Karl Williamson2019-09-291-0/+2
* Document IS_SAFE_SYSCALLKarl Williamson2019-09-151-2/+12
* inline.h: Change fcn name prefix from S_ to Perl_Karl Williamson2019-09-151-1/+1
* perl.h: Fix typo in commentKarl Williamson2019-09-141-1/+1
* Fix documentation of WITH_LC_NUMERIC_fooKarl Williamson2019-09-021-2/+2
* Document STMT_START .. STMT_ENDKarl Williamson2019-09-021-6/+19
* Document PERL_INT_MAX, and similarKarl Williamson2019-09-021-0/+52
* perlapi: Document GROK_NUMERIC_RADIX, PERL_ABSKarl Williamson2019-09-021-2/+23
* perlapi: Document my_strotod, StrtodKarl Williamson2019-09-021-1/+27
* perlapi: Document IN_LOCALE, and relatedKarl Williamson2019-09-021-0/+21
* perlapi: Document LIKELY, UNLIKELYKarl Williamson2019-09-021-0/+17
* perlapi: my_sprintf is a Miscellaneous functionKarl Williamson2019-08-091-0/+2
* (perl #134266) make sure $@ is writable when we write to itTony Cook2019-08-081-0/+24
* Fix typo in STORE_LC_NUMERIC_SET_TO_NEEDED_IN docsDagfinn Ilmari Mannsåker2019-07-311-1/+1
* [perl #134172] Avoid multiple checks of IN_LC(LC_NUMERIC)Hugo van der Sanden2019-07-311-7/+32
* [perl #134172] restrict scope of locale changes during sprintfHugo van der Sanden2019-07-311-0/+33
* Document my_sprintf as deprecatedKarl Williamson2019-07-231-3/+10
* (perl #120841) document some errno macros for internal useTony Cook2019-07-081-0/+32
* (perl #120841) document ERRSV and CLEAR_ERRSV()Tony Cook2019-07-081-0/+16
* Print a more helpful UNREACHABLE message when NOT_REACHED assertion failsPaul "LeoNerd" Evans2019-07-031-2/+2
* perl.h: Add a comment about taintingKarl Williamson2019-07-011-1/+1
* The Windows CE Chainsaw MassacreSteve Hay2019-06-181-19/+1
* Let embed.fnc define the my_str_foo() fcnsKarl Williamson2019-05-301-6/+0