summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* perl.h: Clarify debugging textKarl Williamson2019-05-241-2/+2
* Add some comments around taintingKarl Williamson2019-05-241-5/+13
* Fix precedence problems in preprocessor directivesKarl Williamson2019-04-251-3/+4
* PATCH: [perl #134014] lib/locale.t panic on *bsdKarl Williamson2019-04-251-2/+2
* Create Strtod()Karl Williamson2019-04-191-30/+6
* PATCH: [perl #133945] Perl_strtod failuresKarl Williamson2019-04-151-5/+14
* implement diagnostics ignore/restore macros for Visual C++Tomasz Konojacki2019-04-051-0/+13
* Use POSIX locale functions if setlocale not availableKarl Williamson2019-03-061-20/+34
* perl.h: Improve a comment's wordingKarl Williamson2019-03-041-1/+1
* Add mutex for dealing with qr/\p{user-defined}/Karl Williamson2019-02-141-0/+8
* regen/warnings.pl: Fix undefined C behaviorKarl Williamson2019-01-051-0/+5
* perl.h: Fix typo in commentKarl Williamson2018-12-311-1/+0
* perl.h - support C99 math for mingwsisyphus2018-12-111-1/+1
* regexec.c: Use mnemonics instead of "256"Karl Williamson2018-12-071-2/+2
* Allow forcing use of POSIX 2008 locale fcnsKarl Williamson2018-11-191-2/+7
* perl.h: White-space, commentKarl Williamson2018-11-161-6/+6
* regcomp.c: Test that code block exists before cleaningKarl Williamson2018-10-201-1/+1
* regcomp.h: Swap struct vs typedefKarl Williamson2018-10-201-3/+2
* Create Ptrdiff_t typeKarl Williamson2018-09-201-1/+10
* (perl #133510) use quadmath versions of log10, ldexp and signbitTony Cook2018-09-121-1/+4
* perl.h - mingw-w64 builds use __mingw_strtold instead of strtoldsisyphus2018-08-091-1/+11
* perl.h: Use TAINT_get, instead of PL_tainting.Karl Williamson2018-08-051-1/+1
* Make new EBCDIC tables global.Craig A. Berry2018-07-081-6/+6
* perl.h: Properly indent a #ifKarl Williamson2018-07-071-1/+1
* Make isC9_STRICT_UTF8_CHAR() an inline dfaKarl Williamson2018-07-051-0/+94
* Add dfa for strict translation from UTF-8Karl Williamson2018-07-051-0/+154
* Make UTF-8 dfa table an EXTCONSTKarl Williamson2018-07-051-0/+172
* Fix to compile under -DNO_LOCALEKarl Williamson2018-07-011-0/+3