summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rpeep: don't apply padsv_store and padrange togetherRichard Leach2022-08-232-0/+32
* win32: Remove trailing backslash from `INST_TOP`Bram2022-08-221-0/+3
* Skip t/porting/authors.t on shallow clonesBram2022-08-221-1/+5
* CI: Remove fetching of tags from sanity checkBram2022-08-221-2/+1
* Merge branch 'fourth batch of locale commits' into bleadKarl Williamson2022-08-2217-1165/+2382
|\
| * Revert "XXX Temporarily skip on Windows"Karl Williamson2022-08-221-2/+0
| * langinfo.t: Use mnemonic; Avoid $_Karl Williamson2022-08-221-3/+3
| * Langinfo.t: White-space comments onlyKarl Williamson2022-08-221-6/+5
| * langinfo.t: Cope with bad system locale returnsKarl Williamson2022-08-221-11/+140
| * Langinfo.t: Use different loc_tools function to simplifyKarl Williamson2022-08-221-6/+2
| * locale.c: Add fallbacks if no mbtowc()Karl Williamson2022-08-221-15/+141
| * run/locale.t: Use langinfo not localeconvKarl Williamson2022-08-221-1/+2
| * run/locale.t white spaceKarl Williamson2022-08-221-5/+5
| * locale_threads.t: Use I18N::Langinfo, not POSIX::localeconv()Karl Williamson2022-08-221-1/+2
| * lib/locale.t: Use I18N::Langinfo, not POSIX::localeconv()Karl Williamson2022-08-221-4/+8
| * Add Perl_langinfo8()Karl Williamson2022-08-225-117/+83
| * locale.c: Add utf8ness return param to my_langinfo_i()Karl Williamson2022-08-224-28/+65
| * Add my_strftime8()Karl Williamson2022-08-227-18/+66
| * locale.c: Add branch prediction, commentsKarl Williamson2022-08-221-3/+10
| * locale.c: Collapse duplicate logic into one instanceKarl Williamson2022-08-224-159/+196
| * locale.c: localeconv() unconditional NUMERIC toggleKarl Williamson2022-08-221-12/+32
| * Move POSIX::localeconv() logic to locale.cKarl Williamson2022-08-226-205/+396
| * locale.c: Add fcn for UTF8ness determinationKarl Williamson2022-08-224-0/+107
| * Add internal typedef locale_utf8ness_tKarl Williamson2022-08-221-3/+9
| * Add utf8ness_t typedefKarl Williamson2022-08-221-0/+77
| * locale.c: Add is_locale_utf8()Karl Williamson2022-08-224-3/+40
| * locale.: Need CTYPE to match other category for nl_langinfoKarl Williamson2022-08-221-3/+41
| * New signature for static fcn my_langinfo()Karl Williamson2022-08-224-152/+151
| * Add toggle_locale() fcnsKarl Williamson2022-08-223-0/+108
| * locale.c: Improve non-nl_langinfo() CODESET calcKarl Williamson2022-08-222-35/+65
| * locale.c: Add static fcn to analyze locale name codesetKarl Williamson2022-08-224-0/+30
| * locale.c: langinfo: Use Windows fcn to find CODESETKarl Williamson2022-08-221-3/+14
| * locale.c: Make S_save_to_buffer() reentrantKarl Williamson2022-08-224-35/+75
| * embed.fnc: Also check for NL_LANGINFO_LKarl Williamson2022-08-223-9/+9
| * locale: make PL_langinfo_buf const *Karl Williamson2022-08-222-17/+7
| * locale.c: Use a scratch buf; instead of reusing oldKarl Williamson2022-08-221-44/+40
| * locale.c: Fix Windows bug with broken localeconv()Karl Williamson2022-08-221-25/+50
| * locale.c: Don't read off buffer endKarl Williamson2022-08-221-0/+3
| * locale.c: S_save_to_buffer; Rmv no longer used paramKarl Williamson2022-08-223-25/+48
| * S_save_to_buffer() allow ignoring return valueKarl Williamson2022-08-222-4/+2
| * locale.c: Don't ask S_save_to_buffer() to be inlinedKarl Williamson2022-08-223-5/+3
| * locale.c: Don't add CP to Windows code page namesKarl Williamson2022-08-221-28/+6
| * locale.c: Fix currency symbol derivationKarl Williamson2022-08-221-22/+14
| * locale.c: Rmv redundant cBOOL()Karl Williamson2022-08-221-2/+3
| * locale.c: Use typedef to simplifyKarl Williamson2022-08-221-8/+6
| * locale.c: Extend S_save_to_buffer()Karl Williamson2022-08-223-5/+7
| * locale.c: Shorten my_nl_langinfo() to my_langinfo()Karl Williamson2022-08-224-18/+18
| * locale.c: White-space onlyKarl Williamson2022-08-221-128/+128
| * locale.c: Rmv reimplementation of my_strftime()Karl Williamson2022-08-221-139/+67
| * locale.c: Return defaults for uncomputable langinfo itemsKarl Williamson2022-08-224-45/+171