Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-28 | support: Add FAIL test failure helper | Maciej W. Rozycki | 1 | -31/+9 | |
Add a FAIL test failure helper analogous to FAIL_RET, that does not cause the current function to return, providing a standardized way to report a test failure with a message supplied while permitting the caller to continue executing, for further reporting, cleaning up, etc. Update existing test cases that provide a conflicting definition of FAIL by removing the local FAIL definition and then as follows: - tst-fortify-syslog: provide a meaningful message in addition to the file name already added by <support/check.h>; 'support_record_failure' is already called by 'support_print_failure_impl' invoked by the new FAIL test failure helper. - tst-ctype: no update to FAIL calls required, with the name of the file and the line number within of the failure site additionally included by the new FAIL test failure helper, and error counting plus count reporting upon test program termination also already provided by 'support_record_failure' and 'support_report_failure' respectively, called by 'support_print_failure_impl' and 'adjust_exit_status' also respectively. However in a number of places 'printf' is called and the error count adjusted by hand, so update these places to make use of FAIL instead. And last but not least adjust the final summary just to report completion, with any error count following as reported by the test driver. - test-tgmath2: no update to FAIL calls required, with the name of the file of the failure site additionally included by the new FAIL test failure helper. Also there is no need to track the return status by hand as any call to FAIL will eventually cause the test case to return an unsuccesful exit status regardless of the return status from the test function, via a call to 'adjust_exit_status' made by the test driver. Reviewed-by: DJ Delorie <dj@redhat.com> (cherry picked from commit 1b97a9f23bf605ca608162089c94187573fb2a9e) | |||||
2024-06-14 | localedata: ssy_ER: Fix syntax error | Mike FABIAN | 1 | -1/+1 | |
(cherry picked from commit 07fd072caff50bca2a7e9f5737a5b38280d2ffda) | |||||
2024-01-25 | localedata: Use consistent values for grouping and mon_grouping | Mike FABIAN | 131 | -229/+223 | |
Resolves: BZ # 31205 Adapt test cases in test-grouping_iterator.c | |||||
2024-01-18 | localedata: renamed: aa_ER@saaho -> ssy_ER | Mike FABIAN | 2 | -5/+17 | |
Resolves: BZ # 19956 | |||||
2024-01-18 | localedata: add crh_RU, Crimean Tartar language in the Cyrillic script as ↵ | Mike FABIAN | 2 | -0/+184 | |
used in Russia. Resolves: BZ # 24386 | |||||
2024-01-18 | localedata: tr_TR, ku_TR: Sync with CLDR: “Turkey” -> “Türkiye” | Mike FABIAN | 2 | -7/+7 | |
Resolves: BZ # 31257 | |||||
2024-01-18 | localedata: miq_NI: Shorten month names in abmon | Mike FABIAN | 1 | -17/+13 | |
Resolves: BZ # 23172 | |||||
2024-01-17 | localedata: add gbm_IN locale | Mike FABIAN | 2 | -0/+178 | |
Resolves: BZ # 19479 | |||||
2024-01-15 | localedata: anp_IN: Fix abbreviated month names | Mike FABIAN | 1 | -16/+14 | |
Resolves: BZ # 31239 The correct abbreviated month names were apparently given in the comment above `abmon`. But the value of `abmon` was apparently just copied from the value of `mon` and this mistake was hard to see because code point notation <Uxxxx> was used. After converting to UTF-8 it was obvious that there was apparently a copy and paste mistake. | |||||
2024-01-14 | localedata/unicode-gen/utf8_gen.py: fix Hangul syllable name | Mike FABIAN | 2 | -400/+400 | |
Resolves: BZ # 29506 | |||||
2024-01-13 | localedata: Remove redundant comments | Mike FABIAN | 87 | -260/+14 | |
2024-01-11 | localedata: revert all the remaining locale sources to UTF-8 | Mike FABIAN | 205 | -6090/+6088 | |
2024-01-11 | localedata: am_ET ber_DZ en_GB en_PH en_US fil_PH kab_DZ om_ET om_KE ti_ET ↵ | Mike FABIAN | 8 | -132/+132 | |
tl_PH: convert to UTF-8 | |||||
2024-01-11 | localedata: resolve cyclic dependencies | Mike FABIAN | 11 | -1050/+226 | |
Resolves: BZ # 24006 | |||||
2024-01-11 | localedata: kv_RU: convert to UTF-8 | Mike FABIAN | 1 | -57/+57 | |
2024-01-11 | localedata: add new locale kv_RU | Mike FABIAN | 2 | -0/+165 | |
Resolves: BZ # 30605 | |||||
2024-01-10 | localedata: Sort Makefile variables. | Carlos O'Donell | 1 | -219/+298 | |
Sort Makefile variables using scrips/sort-makefile-lines.py. No regressions on x86_64. | |||||
2024-01-09 | localedata: su_ID: make lang_name agree with CLDR | Mike FABIAN | 1 | -1/+1 | |
2024-01-09 | localedata: add new locale su_ID | Mike FABIAN | 2 | -0/+165 | |
Resolves: BZ # 27312 | |||||
2024-01-09 | localedata: add new locale zgh_MA | Mike FABIAN | 2 | -0/+191 | |
Resolves: BZ # 12908 https://iso639-3.sil.org/code/zgh | |||||
2024-01-09 | localedata: add tok/UTF-8 to SUPPORTED | Mike FABIAN | 1 | -0/+1 | |
2024-01-09 | localedata: tok: add yY and nN to yesexpr and noexpr | Mike FABIAN | 1 | -2/+2 | |
See: https://sourceware.org/bugzilla/show_bug.cgi?id=31221#c2 | |||||
2024-01-09 | localedata: tok: convert to UTF-8 | Mike FABIAN | 1 | -3/+3 | |
2024-01-09 | localedata: add data for tok (Toki Pona) | Janet Blackquill | 1 | -0/+154 | |
Resolves: BZ # 31221 glibc can recognise its code, but does not have its data. This patch remedies that. Signed-off-by: Janet Blackquill <uhhadd@gmail.com> | |||||
2024-01-08 | localedata: dz_BT, bo_CN: convert to UTF-8 | Mike FABIAN | 2 | -136/+136 | |
2024-01-08 | localedata: dz_BT, bo_CN: Fix spelling of "phur bu" in both Tibetan and Dzongkha | Valery Ushakov | 2 | -4/+4 | |
Resolves: BZ # 31086 | |||||
2024-01-08 | localedata: bo_CN: Fix spelling errors in Tibetan data | Valery Ushakov | 1 | -20/+23 | |
Resolves: BZ # 31086 | |||||
2024-01-08 | localedata: bo_CN: Fix incomplete edit in Tibetan yesexpr | Valery Ushakov | 1 | -1/+1 | |
Resolves: BZ # 31086 | |||||
2024-01-08 | localedata: dz_BT: Fix spelling errors in Dzongha data | Valery Ushakov | 1 | -23/+23 | |
Resolves: BZ # 31086 | |||||
2024-01-08 | localedata: unicode-gen: Remove redundant \s* from regexp, fix comments | Mike FABIAN | 2 | -5/+5 | |
2024-01-08 | localedata: convert the remaining *_RU locales to UTF-8 | Mike FABIAN | 6 | -264/+264 | |
2024-01-04 | localedata: ru_RU, ru_UA: convert to UTF-8 | Mike FABIAN | 2 | -75/+75 | |
2024-01-04 | localedata: es_??: convert to UTF-8 | Mike FABIAN | 20 | -114/+114 | |
2024-01-04 | localedata: miq_NI: convert to UTF-8 | Mike FABIAN | 1 | -7/+7 | |
2024-01-03 | localedata: fy_DE: make this "Western Frisian" to agree with the language ↵ | Mike FABIAN | 1 | -29/+35 | |
code "fy" Resolves: BZ # 14522 | |||||
2024-01-03 | localedata: fy_DE, fy_NL: convert to UTF-8 | Mike FABIAN | 2 | -3/+3 | |
2024-01-03 | localedata: ast_ES: convert to UTF-8 | Mike FABIAN | 1 | -9/+9 | |
2024-01-03 | localedata: ast_ES: Remove wrong copyright text | Mike FABIAN | 1 | -3/+1 | |
Resolves: BZ # 27601 | |||||
2024-01-03 | localedata: de_{AT,BE,CH,IT,LU}: convert to UTF-8 | Mike FABIAN | 5 | -24/+24 | |
2024-01-03 | localedata: lv_LV, it_IT, it_CH: convert to UTF-8 | Mike FABIAN | 3 | -33/+33 | |
2024-01-03 | localedata: it_IT, lv_LV: currency symbol should follow the amount | Mike FABIAN | 2 | -6/+6 | |
Resolves: BZ # 28558 | |||||
2024-01-03 | localedata: ms_MY should not use 12-hour format | Mike FABIAN | 1 | -7/+8 | |
Resolves: BZ # 29504 | |||||
2024-01-02 | localedata: es_ES: convert to UTF-8 | Mike FABIAN | 1 | -9/+9 | |
2024-01-02 | localedata: es_ES: Add am_pm strings | Mike FABIAN | 1 | -1/+1 | |
Resolves: BZ # 24013 Use <U202F> instead of a plain space because CLDR also uses that. | |||||
2024-01-02 | localedata: convert uz_UZ and uz_UZ@cyrillic to UTF-8 | Mike FABIAN | 2 | -56/+56 | |
2024-01-02 | localedata: uz_UZ and uz_UZ@cyrillic: Fix decimal point and thousands separator | Mike FABIAN | 2 | -4/+4 | |
Resolves: BZ # 31204 | |||||
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 50 | -50/+50 | |
2023-12-26 | localedata: yo_NT: remove redundant comments | Mike FABIAN | 1 | -8/+0 | |
See: https://sourceware.org/pipermail/libc-alpha/2023-December/153538.html | |||||
2023-12-26 | localedata: convert en_AU, en_NZ, mi_NZ, niu_NZ to UTF-8 | Mike FABIAN | 4 | -22/+22 | |
2023-12-26 | localedata: First day of the week in AU is Monday, LC_TIME in en_NZ is ↵ | Mike FABIAN | 2 | -34/+2 | |
identical to LC_TIME in en_AU then Resolves: BZ # 24877 |