Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-15newlib: update to automake-1.15Mike Frysinger
2022-01-14require autoconf-2.69 exactlyMike Frysinger
2022-01-06newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger
2021-12-30newlib: Regenerate autotools filesJon Turney
2021-12-30newlib: Remove automake option 'cygnus'Jon Turney
2021-12-30newlib: Regenerate autotools filesJon Turney
2021-12-10newlib: Regenerate all autotools filesJon Turney
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger
2021-04-13Add build mechanism to share common header files between machinesCorinna Vinschen
2020-10-13drop ambiguous-wide behaviour from Unicode CJK localesThomas Wolff
2020-09-04loadlocale: don't casecmp digitsCorinna Vinschen
2020-02-18Locale modifier "@cjksingle" to enforce single-width CJK width.Thomas Wolff
2018-10-10newlib: Drop incorrect const qualifier from __loadlocale parameterCorinna Vinschen
2018-09-06Use !__HAVE_LOCALE_INFO__ define to use _ctype_ directly [v2]Keith Packard
2018-08-08newlib: newlocale: fix typo rendering ctype_ptr invalidCorinna Vinschen
2018-03-05Locale modifier @cjkwide to adjust ambiguous-width in non-CJK localesThomas Wolff
2018-01-17ansification: remove _DEFUNYaakov Selkowitz
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz
2018-01-17ansification: remove _CONSTYaakov Selkowitz
2018-01-17ansification: remove _ANDYaakov Selkowitz
2017-12-07makedoc: make errors visibleJon Turney
2017-12-01locale: remove TRAD_SYNOPSISYaakov Selkowitz
2017-03-13Fix duplocale (libc/locale/duplocale.c) which fails to properly call __loadlo...Koichi Murase
2017-01-20nl_langinfo: Add NL_LOCALE_NAME macroEric Blake
2016-12-23Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0Jeff Johnston
2016-11-28Enforce no arguments for __get_current_locale/__get_C_localeCorinna Vinschen
2016-11-28Correct argument to __get_current_locale.Douglas
2016-10-22Fix check for empty locale string in newlocaleCorinna Vinschen
2016-08-25Drop duplicate _ctype_ declaration from ctype_.hCorinna Vinschen
2016-08-25Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptrCorinna Vinschen
2016-08-24Avoid crash when calling __localeconv_l with __C_localeCorinna Vinschen
2016-08-23Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE t...Corinna Vinschen
2016-08-23Fix stray closing braceCorinna Vinschen
2016-08-23Add/change a few #ifdef comments in locale code for clearnessCorinna Vinschen
2016-08-23Reference __global_locale only via __get_global_locale.Corinna Vinschen
2016-08-20Implement missing POSIX function nl_langinfo_lCorinna Vinschen
2016-08-20Introduce __current_locale_charset/__locale_charsetCorinna Vinschen
2016-08-17Constify __locale_ctype_ptr and __locale_ctype_ptr_lCorinna Vinschen
2016-08-16Actually return pointers in locale categroy accessor functionsCorinna Vinschen
2016-08-16Always fall back to __ctype_ptr__ in isXXX_l functions.Corinna Vinschen
2016-08-16Expose locale category accessor functions to non-__HAVE_LOCALE_INFO__ targets.Corinna Vinschen
2016-08-16__localeconv_l: Always define locale variable lconvCorinna Vinschen
2016-08-16Don't use locale_t in internal headerCorinna Vinschen
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen
2016-08-15Add documentation for duplocale, freelocale, newlocale, and uselocale.Corinna Vinschen
2016-08-15setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targetsCorinna Vinschen
2016-08-15__loadlocale: Set missing val when evaluating CP874Corinna Vinschen
2016-08-15Fix multiple thinkos in newlocaleCorinna Vinschen
2016-08-15Get rid of LCID, reformat type definitions in setlocale.hCorinna Vinschen
2016-08-15Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen