summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c - decompose into smaller filesYves Orton2022-12-0926-11213/+11496
* regex engine - cleanup internal tabs and ws (use -w to ignore)Yves Orton2022-12-095-513/+513
* Add some apidocs about the PL_infix_plugin variablePaul "LeoNerd" Evans2022-12-081-0/+95
* Define a PL_infix_plugin hook, of a similar style to PL_keyword_pluginPaul "LeoNerd" Evans2022-12-0811-1261/+1566
* Simplify a few callsites with the newPADxVOP() functionPaul "LeoNerd" Evans2022-12-082-7/+4
* Define a newPADxVOP() convenience functionPaul "LeoNerd" Evans2022-12-084-0/+38
* Update parent to CPAN version 2.39Max Maischein2022-12-073-5/+4
* utf8_hop forwards Change continuation start behaviorKarl Williamson2022-12-072-12/+37
* APItest: Generalize hop test for EBCDICKarl Williamson2022-12-071-3/+2
* perlapi: Clarify utf8_hop backwards entriesKarl Williamson2022-12-071-4/+12
* handy.h: "base"' => "posix"Karl Williamson2022-12-071-62/+62
* locale.c: Rewrite localeconv() handlingKarl Williamson2022-12-075-399/+569
* locale.c: Remove use of localeconv_l()Karl Williamson2022-12-071-53/+13
* locale.c: Move 2 functions elsewhere in the codeKarl Williamson2022-12-074-138/+135
* locale.c: Prepare get_locale_string_utf8ness_i for no localesKarl Williamson2022-12-071-1/+15
* locale.c: Reorder parameters to static functionKarl Williamson2022-12-073-33/+39
* perlsub: normalize whitespace to use 4 space indentsGraham Knop2022-12-061-292/+298
* locales: Add LC_NAME capabilitiesKarl Williamson2022-12-067-7/+35
* sv.c - sv_2pv_flags: Fix double FETCH from tied overloaded scalarYves Orton2022-12-063-4/+17
* Avoid use of Vietnamese UTF-8 locale on SolarisKarl Williamson2022-12-051-1/+2
* loc_tools.pl: Add ability to skip known bad localesKarl Williamson2022-12-051-0/+9
* locale.c: Use wrap_wsetlocale on WindowsKarl Williamson2022-12-051-1/+1
* locale.c: Add mutex lock around _wsetlocale() callKarl Williamson2022-12-052-0/+8
* pod2html: Group '*' and 'no*' switches in documentationJames E Keenan2022-12-051-41/+19
* pp_ctl.c - copy hook into %INC not alias itYves Orton2022-12-053-1/+63
* Upper-case term for consistency with other 'substr' argumentsJames E Keenan2022-12-051-1/+1
* dist/PathTools - fix possible VMS breakageYves Orton2022-12-0312-11/+16
* locale.c: Create a convenience #defineKarl Williamson2022-12-011-1/+10
* locale.c: Rmv unnecessary parameter from static functionKarl Williamson2022-12-014-11/+6
* locale.c white-space, comment, pod, C99 onlyKarl Williamson2022-11-301-220/+230
* locale.c Move some code to more appropriate placeKarl Williamson2022-11-301-5/+6
* POSIX::localeconv: Return empty/special valuesKarl Williamson2022-11-302-9/+5
* locale.c: Save to proper bufferKarl Williamson2022-11-301-3/+1
* pp_sort: don't force inline the comparison functionsTony Cook2022-11-302-56/+28
* Document postderef_qq support for ->$#* interpolationZakariyya Mughal2022-11-303-7/+11
* feature.pm: Bump version numberKarl Williamson2022-11-302-2/+2
* Bump B::Deparse VERSIONPaul "LeoNerd" Evans2022-11-301-1/+1
* Deparse.pm: Correctly handle signature //= and ||= paramsPaul "LeoNerd" Evans2022-11-302-1/+21
* pod2html: sort command-line switchesJames E Keenan2022-11-301-78/+77
* perl.c - move PL_restartop assert out of perl_run()Yves Orton2022-11-303-8/+45
* regen.pl - add miniperlmain.pl, it is fast, and doesn't hurtYves Orton2022-11-302-1/+2
* regen.pl - sort list of regen plug insYves Orton2022-11-301-3/+3
* Replace SvGROW with sv_grow_fresh in perl.c, pp_sys.c, toke.cRichard Leach2022-11-303-6/+5
* Add missing "=item *"Karl Williamson2022-11-291-0/+2
* README.cygwin: Note parallel compiling/testing is availableKarl Williamson2022-11-291-2/+10
* locale.c: Fix memory leakKarl Williamson2022-11-292-2/+4
* loc_tools.pl: Add sub to classify locales UTF-8 vs nonKarl Williamson2022-11-291-14/+30
* Fix POSIX::strxfrm()Karl Williamson2022-11-297-23/+74
* Testing.pm: minor grammatical corrections and docs tidyingJames E Keenan2022-11-281-13/+20
* Pod-Html auxiliary subroutines now imported only from Pod::Html::UtilJames E Keenan2022-11-286-125/+13