Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perlapi: Document memzero | Karl Williamson | 2020-11-18 | 1 | -0/+6 |
* | Remove PERLIO_FUNCS_CONST | Karl Williamson | 2020-11-18 | 1 | -3/+0 |
* | perlapi: Document Perlacos and similar | Karl Williamson | 2020-11-11 | 1 | -0/+35 |
* | Add a few helpers to B for INVLIST | Nicolas R | 2020-11-10 | 1 | -0/+1 |
* | perl.h: Fix misplaced #ifdef | Karl Williamson | 2020-11-06 | 1 | -2/+2 |
* | perlapi: PERL_ABS takes an argument | Karl Williamson | 2020-11-06 | 1 | -1/+1 |
* | autodoc.pl: Enhance apidoc_section feature | Karl Williamson | 2020-11-06 | 1 | -24/+24 |
* | Certain PERL_UNICODE symbols are core only | Karl Williamson | 2020-11-02 | 1 | -0/+4 |
* | perlapi: Document IV_MAX, UV_MAX | Karl Williamson | 2020-11-02 | 1 | -0/+19 |
* | perl.h: Fix rarely compiled syntax errors | Karl Williamson | 2020-10-22 | 1 | -2/+2 |
* | perl.h: Fix typo in comment | Karl Williamson | 2020-10-22 | 1 | -2/+3 |
* | perl.h: Call macro instead of expanding it out | Karl Williamson | 2020-10-22 | 1 | -3/+3 |
* | HP cc can't handle NOT_REACHED | Karl Williamson | 2020-10-15 | 1 | -1/+1 |
* | Change name of intermediary macro, and #undef it | Karl Williamson | 2020-10-15 | 1 | -3/+4 |
* | Fix __builtin_unreachable | Karl Williamson | 2020-10-15 | 1 | -1/+1 |
* | Refactor and document ASSUME() | Karl Williamson | 2020-10-14 | 1 | -23/+37 |
* | Document NOOP, dNOOP, dVAR | Karl Williamson | 2020-10-14 | 1 | -11/+32 |
* | Add details to pod for foo(MAX|INT)_C entries | Karl Williamson | 2020-10-08 | 1 | -0/+10 |
* | perl.h: White-space only | Karl Williamson | 2020-10-07 | 1 | -54/+54 |
* | perl.h: Restrict to core likely to conflict macro names | Karl Williamson | 2020-10-07 | 1 | -0/+2 |
* | Document NV to int cast macros | Karl Williamson | 2020-09-29 | 1 | -0/+15 |
* | Silence compiler warning | Karl Williamson | 2020-09-27 | 1 | -1/+1 |
* | Add re::optimization() | Hugo van der Sanden | 2020-09-25 | 1 | -1/+2 |
* | Non-Configure code required to implement a strict by default option | Todd Rinaldo | 2020-09-15 | 1 | -0/+10 |
* | Document INT16_C, etc | Karl Williamson | 2020-09-05 | 1 | -2/+24 |
* | Change docs display for PERL_UNUSED_foo | Karl Williamson | 2020-09-05 | 1 | -3/+3 |
* | Document PERL_UNUSED_DECL | Karl Williamson | 2020-09-05 | 1 | -1/+19 |
* | Document cPERLscope | Karl Williamson | 2020-09-05 | 1 | -0/+8 |
* | Document PL_hexdigit | Karl Williamson | 2020-09-05 | 1 | -0/+16 |
* | Improve docs for PERL_foo_MAX/MIN | Karl Williamson | 2020-09-05 | 1 | -38/+19 |
* | Fixup docs for LIKELY/UNLIKELY | Karl Williamson | 2020-09-05 | 1 | -2/+2 |
* | Fix docs for STMT_START,END,BRACE_GROUPS | Karl Williamson | 2020-09-05 | 1 | -13/+26 |
* | UTF8fARG,UTF8f are documented in perlguts | Karl Williamson | 2020-09-05 | 1 | -5/+2 |
* | Reorganize perlapi | Karl Williamson | 2020-09-04 | 1 | -15/+17 |
* | Change some =head1 to apidoc_section lines | Karl Williamson | 2020-09-04 | 1 | -2/+2 |
* | better comment what regen/mg_vtable.pl does | David Mitchell | 2020-08-30 | 1 | -0/+6 |
* | Document DEFSV DEFSV_set SAVE_DEFSV | Karl Williamson | 2020-08-25 | 1 | -0/+13 |
* | Document INTMAX_C, UINTMAX_C | Karl Williamson | 2020-08-22 | 1 | -0/+18 |
* | Note that PERL_UINT_MIN is documented | Karl Williamson | 2020-08-22 | 1 | -0/+2 |
* | Document PERL_USE_GCC_BRACE_GROUPS | Karl Williamson | 2020-08-22 | 1 | -0/+9 |
* | Document EXTERN_C macros | Karl Williamson | 2020-08-22 | 1 | -0/+26 |
* | PERL_FILTER_EXISTS: Convert to use av_count() | Karl Williamson | 2020-08-19 | 1 | -1/+1 |
* | perl.h: Add some pod formatting. | Karl Williamson | 2020-08-17 | 1 | -5/+5 |
* | Document several PERL_UNUSED_foo macros | Karl Williamson | 2020-08-17 | 1 | -25/+54 |
* | PL_signals is undocumented | Karl Williamson | 2020-08-15 | 1 | -1/+1 |
* | Document PERL_SIGNALS_UNSAFE_FLAG | Karl Williamson | 2020-08-15 | 1 | -0/+8 |
* | Widen the feature bundle hint mask to 4 bits | Dagfinn Ilmari Mannsåker | 2020-08-04 | 1 | -1/+1 |
* | perl.h: Add comment | Karl Williamson | 2020-08-01 | 1 | -0/+2 |
* | perl.h: Fix comment | Karl Williamson | 2020-07-31 | 1 | -1/+1 |
* | Remove obsolete FCRYPT ifdefs and associated PL_cryptseen (#17624) | Richard Leach | 2020-07-30 | 1 | -3/+0 |