newlib-cygwin/newlib/libc
Aschref Ben Thabet 916d8fed42 ctype.h: Fix unused variable warnings
If __HAVE_LOCALE_INFO__ is not defined, then the locale in the
locale-specific ctype functions is ignored.  In the previous
implementation this resulted in compiler warnings.  For example:

int main()
{
  locale_t locale;
  locale = duplocale(uselocale((locale_t)0));
  isspace_l('x', locale);
  return 0;
}

gcc -Wall main.c
main.c: In function 'main':
main.c:6:11: warning: variable 'locale' set but not used [-Wunused-but-set-variable]
    6 |  locale_t locale;
      |           ^~~~~~
2020-10-14 10:54:23 -04:00
..
argz ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
ctype Use remove-advertising-clause script to edit BSD licenses 2020-10-14 10:54:10 -04:00
errno makedoc: make errors visible 2017-12-07 11:54:11 +00:00
iconv libc/iconv: find_alias was mis-computing remaining alias table length 2020-10-14 10:54:23 -04:00
include ctype.h: Fix unused variable warnings 2020-10-14 10:54:23 -04:00
locale Locale modifier "@cjksingle" to enforce single-width CJK width. 2020-10-14 10:54:12 -04:00
machine Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm 2020-10-14 10:54:22 -04:00
misc Use remove-advertising-clause script to edit BSD licenses 2020-10-14 10:54:10 -04:00
posix Use remove-advertising-clause script to edit BSD licenses 2020-10-14 10:54:10 -04:00
reent ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
search Use remove-advertising-clause script to edit BSD licenses 2020-10-14 10:54:10 -04:00
signal Fix newlib functions perror()/psignal() not to use writev(). 2018-07-05 15:33:49 -04:00
ssp AMD GCN Port contributed by Andrew Stubbs <ams@codesourcery.com> 2019-01-15 10:48:08 -05:00
stdio Typo in license for newlib/libc/stdio/flags.c 2020-10-14 10:54:11 -04:00
stdio64 Use remove-advertising-clause script to edit BSD licenses 2020-10-14 10:54:10 -04:00
stdlib Reimplement aligned_alloc 2020-10-14 10:54:19 -04:00
string Locale modifier "@cjksingle" to enforce single-width CJK width. 2020-10-14 10:54:12 -04:00
sys RTEMS: Include missing header and fix stub 2020-10-14 10:54:15 -04:00
syscalls ansification: remove _HAVE_STDC 2018-01-17 11:47:30 -06:00
time newlib: strftime: fix over-enthusiastic fix from 0283642f35 2018-08-08 23:59:34 +02:00
unix Fix comparison between two character arrays 2018-07-30 09:36:49 +02:00
xdr xdr_private.h needs sys/types.h for u_char 2018-09-06 14:10:42 +02:00
Makefile.am ssp: add build infrastructure 2017-11-29 11:25:46 -06:00
Makefile.in ssp: add build infrastructure 2017-11-29 11:25:46 -06:00
aclocal.m4 Fix up errors in regenerated files for 2.3.0 release. 2016-01-04 12:57:31 -05:00
configure Bump up newlib release to 3.3.0 2020-10-14 10:54:08 -04:00
configure.in ssp: add build infrastructure 2017-11-29 11:25:46 -06:00
libc.in.xml ssp: add documentation 2017-11-29 11:25:45 -06:00
libc.texinfo ssp: add documentation 2017-11-29 11:25:45 -06:00
saber Remove matherr, and SVID and X/Open math library configurations 2019-01-23 10:46:24 +01:00
sys.tex Don't include stdio64 functions in reentrant syscalls menu when not bulding stdio64. 2015-08-03 09:54:33 +01:00