aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/ctype
AgeCommit message (Expand)AuthorFilesLines
2024-01-22newlib: docs: add "Function " to every function nodeMike Frysinger1-33/+33
2023-02-25ctype_cp.h/ctype_iso.h: clean whitespaceCorinna Vinschen2-43/+43
2023-02-25Cygwin: fully support KOI8-T codesetCorinna Vinschen1-2/+31
2023-02-20newlib/libc/{ctype, string}/*.t: Unicode 15 character width and property tablesBrian Inglis1-16/+46
2023-02-20newlib/libc/ctype/mkcaseconv: fix POSIX shell invalid == comparisonBrian Inglis1-1/+1
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce2-2/+2
2022-03-16newlib: libc: merge build up a directoryMike Frysinger3-1178/+76
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 Frysinger2-3/+2
2022-02-09newlib: drop support for $aextMike Frysinger1-1/+0
2022-02-09newlib: drop libtool supportMike Frysinger2-132/+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-19/+2
2022-02-04newlib: libc: move manual into top-level buildMike Frysinger3-74/+54
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-152/+172
2021-12-03Revert "ctype: use less short names in public header"Corinna Vinschen23-34/+24
2021-11-16update to Unicode 14.0Thomas Wolff2-42/+113
2021-11-11ctype: use less short names in public headerMike Frysinger23-24/+34
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger1-1/+1
2021-07-06fix and amend scripts and makefile rules to generate Unicode dataThomas Wolff1-1/+3
2021-07-06update to Unicode 13.0Thomas Wolff2-58/+144
2021-04-13Add build mechanism to share common header files between machinesCorinna Vinschen1-0/+1
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard1-5/+1
2019-01-13update to Unicode 11.0Thomas Wolff2-36/+97
2019-01-13map WEOF to undefined rather than the control char categoryThomas Wolff1-1/+1
2018-10-11newlib/libc/ctype/jp2uc.c: Declare "cs" variable as "const char *"Christophe Lyon1-2/+2
2018-07-30ctype: Avoid GCC note in towctrans_l.cSebastian Huber1-2/+2
2018-07-30ctype: Fix integer type for caseconv_entry::deltaSebastian Huber1-1/+1
2018-07-20ctype: Fix bitfield types on 16-bit targetsnewlib-snapshot-20180720Sebastian Huber2-6/+8
2018-06-26Fix Unicode table.Takashi Yano2-26/+16
2018-04-13Add nvptx port.Jeff Johnston1-19/+19
2018-03-27newlib: fix iswupper_l in !_MB_CAPABLE caseCorinna Vinschen1-1/+1
2018-03-26comments to document struct caseconv_entryThomas Wolff1-3/+33