summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Make perl compile under minix againLeon Timmermans2020-12-261-0/+3
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-3/+3
* Use dNOOP for otherwise empty declarationsKarl Williamson2020-04-261-1/+1
* don't disable __attribute__((always_inline)) on clangTomasz Konojacki2020-04-061-1/+6
* disable __attribute__((always_inline)) for gcc <= 4.6Tomasz Konojacki2020-04-051-2/+6
* perl.h: Add ENV_LOCALE (UN)?LOCK macrosKarl Williamson2020-03-181-0/+15
* Add mutex for accessing ENVKarl Williamson2020-03-111-0/+15
* new function specifier: PERL_STATIC_FORCE_INLINETomasz Konojacki2020-03-091-0/+17
* add casts to IV_MAX, UV_MAX so they match the IVdf, UVdf macrosTony Cook2020-03-041-9/+9
* perl.h: Add comment, reorder conditional branchesKarl Williamson2020-02-271-3/+4
* 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