aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/locale
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz2-2/+2
2018-01-17ansification: remove _CONSTYaakov Selkowitz1-2/+2
2018-01-17ansification: remove _ANDYaakov Selkowitz1-3/+3
2017-12-07makedoc: make errors visibleJon Turney1-3/+3
2017-12-01locale: remove TRAD_SYNOPSISYaakov Selkowitz5-21/+5
2017-03-13Fix duplocale (libc/locale/duplocale.c) which fails to properly call __loadlo...Koichi Murase2-2/+7
2017-01-20nl_langinfo: Add NL_LOCALE_NAME macroEric Blake1-0/+9
2016-12-22Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0Jeff Johnston1-32/+19
2016-11-28Enforce no arguments for __get_current_locale/__get_C_localeCorinna Vinschen1-2/+2
2016-11-28Correct argument to __get_current_locale.Douglas1-1/+1
2016-10-22Fix check for empty locale string in newlocaleCorinna Vinschen1-2/+5
2016-08-25Drop duplicate _ctype_ declaration from ctype_.hCorinna Vinschen1-1/+1
2016-08-25Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptrCorinna Vinschen1-13/+8
2016-08-24Avoid crash when calling __localeconv_l with __C_localeCorinna Vinschen1-0/+3
2016-08-23Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE t...Corinna Vinschen5-6/+36
2016-08-23Fix stray closing braceCorinna Vinschen1-1/+0
2016-08-23Add/change a few #ifdef comments in locale code for clearnessCorinna Vinschen4-13/+13
2016-08-23Reference __global_locale only via __get_global_locale.Corinna Vinschen1-3/+3
2016-08-20Implement missing POSIX function nl_langinfo_lCorinna Vinschen1-92/+51
2016-08-20Introduce __current_locale_charset/__locale_charsetCorinna Vinschen2-2/+12
2016-08-17Constify __locale_ctype_ptr and __locale_ctype_ptr_lCorinna Vinschen1-3/+3
2016-08-16Actually return pointers in locale categroy accessor functionsCorinna Vinschen1-8/+8