aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/locale
AgeCommit message (Expand)AuthorFilesLines
2024-01-31getlocalename_l: implement per SUS Base Specifications Issue 8 draftCorinna Vinschen2-0/+78
2024-01-22newlib: docs: add "Function " to every function nodeMike Frysinger1-1/+1
2023-11-24newlib: nl_langinfo: Fix a bug of time stuff.Takashi Yano1-4/+4
2023-09-11Reentrancy, use _REENT_ERRNO()Pekka Seppänen2-12/+12
2023-05-17fix __time_load_locale return codeAlexey Lapshin1-1/+3
2023-03-24newlocale: set errno to ENOENT if __loadlocale failsCorinna Vinschen1-1/+4
2023-03-16Cygwin: add support for GB18030 codesetCorinna Vinschen1-4/+11
2023-02-24Cygwin: convert Windows locale handling from LCID to ISO5646 stringsCorinna Vinschen1-1/+1
2023-02-24Cygwin: support KOI8-T codesetCorinna Vinschen2-5/+12
2023-02-06setlocale: create LC_ALL string when changing localeCorinna Vinschen1-4/+10
2022-12-03Cygwin: fix LC_CTYPE in global locale to be a real C.UTF-8 localeCorinna Vinschen3-1/+21
2022-08-12newlocale: fix crash when trying to write to __C_localeCorinna Vinschen1-1/+2
2022-07-13Add --enable-newlib-reent-thread-local optionMatt Joyce1-0/+4
2022-07-13Add _REENT_LOCALE(ptr)Matt Joyce2-4/+4
2022-03-16newlib: libc: merge build up a directoryMike Frysinger3-661/+20
2022-02-25newlib: libc: move configure into top-levelMike Frysinger1-13/+30
2022-02-18newlib: libc: delete crt0.o duplicationMike Frysinger1-1/+0
2022-02-15newlib/libgloss: drop unused $(CROSS_CFLAGS)Mike Frysinger2-2/+2
2022-02-15newlib: phoenix: merge configure up to top-levelMike Frysinger1-1/+2
2022-02-09newlib: drop support for $oextMike Frysinger1-1/+0
2022-02-09newlib: drop support for $aextMike Frysinger1-1/+0
2022-02-09newlib: drop libtool supportMike Frysinger2-115/+19
2022-02-08newlib: switch to AM_PROG_ARMike Frysinger1-0/+1
2022-02-08newlib: switch to standard AC_PROG_CCMike Frysinger1-6/+1
2022-02-05newlib: drop shared documentation rulesMike Frysinger1-34/+1
2022-02-05newlib: move man page generation into top-level buildMike Frysinger2-13/+2
2022-02-04newlib: libc: move manual into top-level buildMike Frysinger3-18/+20
2022-02-04newlib: libc: include all chapters all the time in the manualMike Frysinger1-5/+0
2022-01-29newlib: export abs_newlib_basedir for all subdirsMike Frysinger1-0/+1
2022-01-26newlib: libc: merge machine/ configure scripts up a levelMike Frysinger1-1/+6
2022-01-26newlib: libc: merge sys/ trampoline up a levelMike Frysinger1-0/+1
2022-01-26newlib: libc: merge machine/ trampoline up a levelMike Frysinger1-0/+1
2022-01-21newlib: punt unused LIBC_EXTRA_LIB settingsMike Frysinger1-3/+0
2022-01-14newlib: update to automake-1.15Mike Frysinger1-78/+146
2022-01-14require autoconf-2.69 exactlyMike Frysinger1-1/+4
2022-01-05newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger2-2/+2
2021-12-29newlib: Regenerate autotools filesJon Turney1-4/+3
2021-12-29newlib: Remove automake option 'cygnus'Jon Turney1-2/+0
2021-12-29newlib: Regenerate autotools filesJon Turney1-2/+2
2021-12-09newlib: Regenerate all autotools filesJon Turney1-38/+58
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger1-1/+1
2021-04-13Add build mechanism to share common header files between machinesCorinna Vinschen1-0/+1
2020-10-13drop ambiguous-wide behaviour from Unicode CJK localesThomas Wolff1-13/+5
2020-09-04loadlocale: don't casecmp digitsCorinna Vinschen1-1/+1
2020-02-18Locale modifier "@cjksingle" to enforce single-width CJK width.Thomas Wolff1-2/+11
2018-10-10newlib: Drop incorrect const qualifier from __loadlocale parameterCorinna Vinschen2-3/+3
2018-09-06Use !__HAVE_LOCALE_INFO__ define to use _ctype_ directly [v2]Keith Packard2-0/+10
2018-08-08newlib: newlocale: fix typo rendering ctype_ptr invalidCorinna Vinschen1-1/+1
2018-03-05Locale modifier @cjkwide to adjust ambiguous-width in non-CJK localesThomas Wolff1-16/+23
2018-01-17ansification: remove _DEFUNYaakov Selkowitz2-6/+3