summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pp_ctl.c - add support for an INCDIR hookYves Orton2022-12-093-8/+76
* pp_ctl.c - handle objects in @INC a bit more gracefullyYves Orton2022-12-094-13/+52
* pp_ctl.c - support $INC in require_file @INC hookYves Orton2022-12-092-1/+18
* pp_ctl.c - require_file: truthful errors and tests: ties are called onceYves Orton2022-12-094-30/+67
* pp_ctl.c - eval INC hooks, and rethrow errors with more useful messageYves Orton2022-12-092-5/+31
* pp_ctl.c - refetch @INC from *INC after hookYves Orton2022-12-091-1/+8
* pp_ctl.c - make ENTER debug data a bit more clearYves Orton2022-12-091-2/+2
* pp_ctl.c - rename vars to something more descriptive in require_file()Yves Orton2022-12-091-4/+4
* t/ - INC hardening testsYves Orton2022-12-092-6/+145
* podcheck.t - make error message less confusingYves Orton2022-12-091-1/+2
* Update podlators to CPAN version 5.00Russ Allbery2022-12-0986-1233/+3369
* 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