summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Add utf8_to_utf16Karl Williamson2021-08-142-4/+55
* Pod::Html::Util: small documentation changesJames E Keenan2021-08-141-1/+3
* Pod::Html: assign directly to array refJames E Keenan2021-08-141-1/+3
* Pod-Html: Simplify the sub which processes optionsJames E Keenan2021-08-142-59/+71
* Pod-Html: document new location for utility functionsJames E Keenan2021-08-105-13/+176
* APItest.xs: White space onlyKarl Williamson2021-08-071-1528/+1528
* POSIX: Use NV instead of hardcoded 'double' in strtol()/strtoul().TAKAI Kousuke2021-08-051-2/+2
* The sort pragma is now a no-op. It no longer sets or clears any hints bits.Nicholas Clark2021-07-311-2/+2
* POSIX: Save a '&' instr by casting to U8Karl Williamson2021-07-301-1/+1
* Opcode: Save a '&' instr by casting to U8Karl Williamson2021-07-302-2/+2
* Remove some cruft from XS::APItest.Nicholas Clark2021-07-261-10/+1
* POSIX: Make strtoul() return UV if possibleTAKAI Kousuke2021-07-242-5/+12
* POSIX: Bump versionKarl Williamson2021-07-241-1/+1
* Increment $VERSION throughoutJames E Keenan2021-07-113-3/+3
* Re-arrange subs in calling orderJames E Keenan2021-07-113-142/+141
* Use lowercase for lexical variables -- even filehandlesJames E Keenan2021-07-062-12/+12
* After eval-ing $VERSION, assign return value back to $VERSIONJames E Keenan2021-07-061-2/+1
* Pod-Html: rename Auxiliary.pm to Util.pmJames E Keenan2021-07-066-11/+11
* Keep $VERSION in synchJames E Keenan2021-07-061-1/+1
* Introduce refine_parser()James E Keenan2021-07-061-49/+51
* Introduce generate_cache() and identify_input()James E Keenan2021-07-061-42/+61
* Rename one method per suggestion from rjbsJames E Keenan2021-07-061-2/+2
* Introduce internal sub set_Title();James E Keenan2021-07-061-18/+23
* Introduce internal sub refine_globals()James E Keenan2021-07-061-19/+25
* Create internal sub parse_input_for_podtree()James E Keenan2021-07-061-13/+20
* Remove last hard-tabs from Html.pmJames E Keenan2021-07-061-13/+12
* Create sub write_file()James E Keenan2021-07-061-17/+21
* Introduce Pod::Html::AuxiliaryJames E Keenan2021-07-068-255/+328
* Start refactoring lib/Pod/Html.pmJames E Keenan2021-07-061-133/+128
* Reduce default arguments for Testing:_prepare_argstable()James E Keenan2021-07-062-4/+5
* Introduce Testing::record_state_of_cache()James E Keenan2021-07-062-12/+126
* ext/Pod-Html/t/*.t: Have each file run in tempdirJames E Keenan2021-06-2820-399/+1144
* Remove inheritance from Exporter in ext/ modulesMax Maischein2021-06-2522-83/+54
* Remove undeclared $Is_VMS from DynaLoader_pm.PLCraig A. Berry2021-06-241-3/+0
* Correct grammar/spelling problemsJames E Keenan2021-06-231-2/+2
* Fix definition of ITEM_NOT_FOUND for pre-1.13 versions.Sergey Poznyakoff2021-06-231-4/+5
* Raise version number in ext/GDBM_File/GDBM_File.pmSergey Poznyakoff2021-06-231-1/+1
* Fix GDBM_File to compile with version 1.20 and earlierSergey Poznyakoff2021-06-231-6/+5
* Make DynaLoader strict-safeLeon Timmermans2021-06-201-2/+14
* Add warnings to DynaLoader/Makefile.PLLeon Timmermans2021-06-201-0/+2
* Add warnings to DynaLoader.tLeon Timmermans2021-06-201-0/+2
* Silence one "non-numeric" warningJames E Keenan2021-06-161-2/+3
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-092-2/+2
* Rename G_ARRAY to G_LIST; provide back-compat when not(PERL_CORE)Paul "LeoNerd" Evans2021-06-0211-30/+30
* POSIX: Prefer system's NAN/INFINITY for POSIX::NAN and POSIX::INFINITY.TAKAI Kousuke2021-04-172-7/+30
* APItest/t/locale.t: Fix testsKarl Williamson2021-04-031-2/+4
* APItest/t/locale.t: Add missing SKIP: labelKarl Williamson2021-04-031-0/+1
* quadmath: handle long doubles supplied via va_args in sv_vcatpvfn_flags()Tony Cook2021-03-303-11/+17
* Merge branch 'pod-html-duplicate-assignment-20210312' into bleadJames E Keenan2021-03-141-2/+1
|\
| * Eliminate double assignment from @_James E Keenan2021-03-121-3/+2