summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Document NV to int cast macrosKarl Williamson2020-09-291-0/+15
* Silence compiler warningKarl Williamson2020-09-271-1/+1
* Add re::optimization()Hugo van der Sanden2020-09-251-1/+2
* Non-Configure code required to implement a strict by default optionTodd Rinaldo2020-09-151-0/+10
* Document INT16_C, etcKarl Williamson2020-09-051-2/+24
* Change docs display for PERL_UNUSED_fooKarl Williamson2020-09-051-3/+3
* Document PERL_UNUSED_DECLKarl Williamson2020-09-051-1/+19
* Document cPERLscopeKarl Williamson2020-09-051-0/+8
* Document PL_hexdigitKarl Williamson2020-09-051-0/+16
* Improve docs for PERL_foo_MAX/MINKarl Williamson2020-09-051-38/+19
* Fixup docs for LIKELY/UNLIKELYKarl Williamson2020-09-051-2/+2
* Fix docs for STMT_START,END,BRACE_GROUPSKarl Williamson2020-09-051-13/+26
* UTF8fARG,UTF8f are documented in perlgutsKarl Williamson2020-09-051-5/+2
* Reorganize perlapiKarl Williamson2020-09-041-15/+17
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-2/+2
* better comment what regen/mg_vtable.pl doesDavid Mitchell2020-08-301-0/+6
* Document DEFSV DEFSV_set SAVE_DEFSVKarl Williamson2020-08-251-0/+13
* Document INTMAX_C, UINTMAX_CKarl Williamson2020-08-221-0/+18
* Note that PERL_UINT_MIN is documentedKarl Williamson2020-08-221-0/+2
* Document PERL_USE_GCC_BRACE_GROUPSKarl Williamson2020-08-221-0/+9
* Document EXTERN_C macrosKarl Williamson2020-08-221-0/+26
* PERL_FILTER_EXISTS: Convert to use av_count()Karl Williamson2020-08-191-1/+1
* perl.h: Add some pod formatting.Karl Williamson2020-08-171-5/+5
* Document several PERL_UNUSED_foo macrosKarl Williamson2020-08-171-25/+54
* PL_signals is undocumentedKarl Williamson2020-08-151-1/+1
* Document PERL_SIGNALS_UNSAFE_FLAGKarl Williamson2020-08-151-0/+8
* Widen the feature bundle hint mask to 4 bitsDagfinn Ilmari Mannsåker2020-08-041-1/+1
* perl.h: Add commentKarl Williamson2020-08-011-0/+2
* perl.h: Fix commentKarl Williamson2020-07-311-1/+1
* Remove obsolete FCRYPT ifdefs and associated PL_cryptseen (#17624)Richard Leach2020-07-301-3/+0
* Remove PL_appctx and PL_timesbase interpreter variablesDagfinn Ilmari Mannsåker2020-07-201-6/+0
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-5/+3
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-90/+3
* Remove Symbian portDagfinn Ilmari Mannsåker2020-07-201-31/+2
* Remove the final remnants of 5005threads supportDagfinn Ilmari Mannsåker2020-07-201-6/+0
* Remove accidentally-reintroduced WinCE workaroundDagfinn Ilmari Mannsåker2020-07-201-10/+0
* Fix uninitialized fold table for EBCDIC with no localesKarl Williamson2020-07-171-42/+40
* Remove PL_freqKarl Williamson2020-07-171-39/+0
* Remove EBCDIC PL_freqKarl Williamson2020-07-171-37/+0
* perl.h: White-space onlyKarl Williamson2020-07-171-13/+13
* Add z/OS locale categoriesKarl Williamson2020-07-171-0/+6
* Make perl compile under minix againLeon Timmermans2020-07-081-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