summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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