| Commit message (Expand) | Author | Age | Files | Lines |
* | replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITY | Tomasz Konojacki | 2021-06-09 | 1 | -2/+2 |
* | style: Detabify indentation of the C code maintained by the core. | Michael G. Schwern | 2021-01-17 | 1 | -47/+47 |
* | perlapi: Note proper rplcemnt for pad_compname_type | Karl Williamson | 2020-11-22 | 1 | -0/+2 |
* | perlapi: Consolidate sv_catsv-ish entries | Karl Williamson | 2020-11-17 | 1 | -8/+0 |
* | perlapi: Consolidate sv_catpvn-ish entries | Karl Williamson | 2020-11-17 | 1 | -8/+0 |
* | sv.c: Change some formal param names for clarity, consistency | Karl Williamson | 2020-11-09 | 1 | -10/+10 |
* | autodoc.pl: Enhance apidoc_section feature | Karl Williamson | 2020-11-06 | 1 | -6/+6 |
* | Cast parameters to instr, strstr | Karl Williamson | 2020-11-02 | 1 | -1/+1 |
* | perlapi: deprecate pack_cat() (a mathoms func) | Karl Williamson | 2020-09-05 | 1 | -1/+1 |
* | Reorganize perlapi | Karl Williamson | 2020-09-04 | 1 | -1/+7 |
* | Fix a bunch of repeated-word typos | Dagfinn Ilmari Mannsåker | 2020-05-22 | 1 | -1/+1 |
* | Move some obsolete UTF-8 handling fcns to mathoms | Karl Williamson | 2020-02-19 | 1 | -0/+96 |
* | mathoms.c,utf8.c: Update to use UTF8_CHK_SKIP | Karl Williamson | 2019-11-03 | 1 | -2/+3 |
* | PATCH: Character class code broke MSWin32 compilation | Karl Williamson | 2019-11-03 | 1 | -152/+0 |
* | Rmv more deprecated characlassify/case change macros | Karl Williamson | 2019-10-31 | 1 | -88/+0 |
* | mathoms: Restore fcns accidentally deleted | Karl Williamson | 2019-09-30 | 1 | -0/+72 |
* | Remove deprecated character classification/case changing macros | Karl Williamson | 2019-09-29 | 1 | -305/+0 |
* | embed.fnc: Change some 'x' marked fcns to 'C' | Karl Williamson | 2019-09-15 | 1 | -2/+2 |
* | mathoms.c: Add comment | Karl Williamson | 2019-09-15 | 1 | -0/+4 |
* | PATCH: [perl #134405] Compiler warnings in blead | Karl Williamson | 2019-09-12 | 1 | -0/+6 |
* | Implement SvPVutf8_nomg and SvPVbyte_nomg | Pali | 2019-09-02 | 1 | -0/+16 |
* | Implement sv_utf8_downgrade_nomg | Pali | 2019-09-02 | 1 | -0/+8 |
* | Remove redundant info on =for apidoc lines | Karl Williamson | 2019-05-30 | 1 | -1/+1 |
* | Add newSVsv_nomg() macro which is like newSVsv() but does not process get magic | Pali | 2019-02-25 | 1 | -0/+6 |
* | Eliminated 3 '-Wparentheses' warnings detected by g++-8. | James E Keenan | 2018-10-10 | 1 | -2/+2 |
* | mathoms.c: Use my_strnlen, not strnlen | Karl Williamson | 2018-08-04 | 1 | -1/+1 |
* | mathoms.c: Make safer a deprecated function | Karl Williamson | 2018-08-03 | 1 | -2/+3 |
* | Revert "Remove some deprecated functions from mathoms.c" | Karl Williamson | 2018-07-19 | 1 | -0/+241 |
* | Remove some deprecated functions from mathoms.c | Karl Williamson | 2018-06-28 | 1 | -241/+0 |
* | fix -DNO_MATHOMS build, mathomed syms were not removed from perldll.def | Daniel Dragan | 2018-04-15 | 1 | -0/+2 |
* | Move utf8_to_uvchr out of mathoms.c | Karl Williamson | 2018-04-15 | 1 | -30/+0 |
* | widen size-type variables in pack/unpack | Zefram | 2017-12-16 | 1 | -1/+1 |
* | Use cBOOL() instead of ? TRUE : FALSE | Dagfinn Ilmari Mannsåker | 2017-01-25 | 1 | -4/+2 |
* | regcomp.c, mathoms.c: Convert to use preferred macro | Karl Williamson | 2016-12-23 | 1 | -4/+4 |
* | Clean up warnings uncovered by 'clang -Weverything'. | Andy Lester | 2016-12-05 | 1 | -0/+2 |
* | inline.h: Add 'const's; avoid hiding outer variable | Karl Williamson | 2016-09-17 | 1 | -1/+1 |
* | mathoms.c: Restore previous behaviour of sv_copypv | Father Chrysostomos | 2016-08-11 | 1 | -1/+1 |
* | Unmathomize save_iv | Father Chrysostomos | 2016-07-27 | 1 | -11/+0 |
* | mv function from locale.c to mathoms.c | Karl Williamson | 2016-05-24 | 1 | -0/+12 |
* | mathoms.c: Remove obsolete text | Karl Williamson | 2016-05-24 | 1 | -3/+0 |
* | mathoms.c: consolidate comments | David Mitchell | 2016-05-23 | 1 | -18/+17 |
* | mathoms.c: add explanation why fns must be kept | David Mitchell | 2016-05-23 | 1 | -2/+10 |
* | mathoms.c: Add instructions for moving code here | Karl Williamson | 2016-05-17 | 1 | -3/+17 |
* | mathoms.c: Remove special casing from instr() | Karl Williamson | 2016-05-12 | 1 | -9/+2 |
* | embed.fnc: Alter 'b' flag meaning | Karl Williamson | 2016-05-12 | 1 | -61/+1 |
* | mathoms.c: Fix prototype | Karl Williamson | 2016-05-12 | 1 | -3/+2 |
* | Finish mathomizing Perl_instr. | Craig A. Berry | 2016-05-09 | 1 | -0/+20 |
* | Various pods: Add C<> around many typed-as-is things | Karl Williamson | 2015-09-03 | 1 | -14/+14 |
* | perlapi, perlintern: Add L<> links to pod | Karl Williamson | 2015-09-03 | 1 | -3/+3 |
* | perlapi: Use C<> instead of I<> for parameter names, etc | Karl Williamson | 2015-08-01 | 1 | -1/+1 |