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
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-12-03Revert "ctype: use less short names in public header"Corinna Vinschen
2021-11-16update to Unicode 14.0Thomas Wolff
2021-11-12ctype: use less short names in public headerMike Frysinger
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger
2021-07-06fix and amend scripts and makefile rules to generate Unicode dataThomas Wolff
2021-07-06update to Unicode 13.0Thomas Wolff
2021-04-13Add build mechanism to share common header files between machinesCorinna Vinschen
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard
2019-01-14update to Unicode 11.0Thomas Wolff
2019-01-14map WEOF to undefined rather than the control char categoryThomas Wolff
2018-10-11newlib/libc/ctype/jp2uc.c: Declare "cs" variable as "const char *"Christophe Lyon
2018-07-30ctype: Avoid GCC note in towctrans_l.cSebastian Huber
2018-07-30ctype: Fix integer type for caseconv_entry::deltaSebastian Huber
2018-07-20ctype: Fix bitfield types on 16-bit targetsnewlib-snapshot-20180720Sebastian Huber
2018-06-26Fix Unicode table.Takashi Yano
2018-04-13Add nvptx port.Jeff Johnston
2018-03-27newlib: fix iswupper_l in !_MB_CAPABLE caseCorinna Vinschen
2018-03-26comments to document struct caseconv_entryThomas Wolff
2018-03-26newlib: fix indentation in toulowerThomas Wolff
2018-03-14ctype: align size of category bit fields to small targets needsCorinna Vinschen
2018-03-14Revert "ctype: align size of category bit fields to small targets needs"Corinna Vinschen
2018-03-14fix/enhance Unicode table generation scriptsThomas Wolff
2018-03-14ctype: align size of category bit fields to small targets needsCorinna Vinschen
2018-03-14towctrans_l: Always return a value from helper functionsCorinna Vinschen
2018-03-12character data generationThomas Wolff
2018-03-12use generated character dataThomas Wolff
2018-03-12generated character category data, Unicode 10.0Thomas Wolff
2018-03-12generated case conversion data, Unicode 10.0Thomas Wolff
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz
2018-01-17ansification: remove _DEFUNYaakov Selkowitz
2018-01-17ansification: remove _CONSTYaakov Selkowitz
2018-01-17ansification: remove _ANDYaakov Selkowitz
2017-12-07makedoc: make errors visibleJon Turney
2017-12-01ctype: remove TRAD_SYNOPSISYaakov Selkowitz
2016-12-23Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0Jeff Johnston
2016-10-22towupper: Eliminate dead codeCorinna Vinschen
2016-10-22Actually return value from __cp_indexCorinna Vinschen
2016-10-17Make ctype_.c and ctype_.h agree on _ctype_b typeThomas Preud'homme
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-20Introduce __current_locale_charset/__locale_charsetCorinna Vinschen
2016-08-19Fix html buildThomas Preud'homme
2016-08-17Fix pdf build failure wrt documentation of is*_l functionsThomas Preudhomme
2016-08-15Fold documentation of is*_l funcs into documentation of non-l is* funcsCorinna Vinschen
2016-08-15Fix typo in isalnum_l docCorinna Vinschen
2016-08-15Implement per-locale string functionsCorinna Vinschen