newlib-cygwin/newlib/libc/stdio
Jeff Johnston 786ab12ce2 2004-01-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
* acinclude.m4 (--enable-newlib-iconv): New configuration option.
	(--enable-newlib-builtin-converters): Ditto.
	* configure.in: Add code to set _ICONV_ENABLED flag.
	Set _MB_LEN_MAX to 1 if not mb enabled.
	* configure: Regenerated.
	* aclocal.m4: Ditto.
	* Makefile.in: Ditto.
	* newlib.hin: Add _ICONV_ENABLED flag.
	* libc/Makefile.am: Add support for iconv.
	* libc/configure.in: Ditto.
	* libc/Makefile.in: Regenerated.
	* libc/aclocal.m4: Ditto.
	* libc/configure: Ditto.
	* libc/libc.texinfo: Add iconv documentation.
	* libc/iconv/AUTHORS, libc/iconv/COPYING, libc/iconv/Makefile.am,
	libc/iconv/Makefile.in, libc/iconv/README.ORIGINAL,
	libc/iconv/README.TODO, libc/iconv/charset.aliases,
	libc/iconv/iconv.tex, libc/iconv/ccs/Makefile.am,
	libc/iconv/ccs/Makefile.in, libc/iconv/ccs/README.CCS.SOURCES,
	libc/iconv/ccs/big5.c, libc/iconv/ccs/cns11643_plane1.c,
	libc/iconv/ccs/cns11643_plane14.c, libc/iconv/ccs/cns11643_plane2.c,
	libc/iconv/ccs/cp775.c, libc/iconv/ccs/cp850.c,
	libc/iconv/ccs/cp852.c, libc/iconv/ccs/cp855.c,
	libc/iconv/ccs/cp866.c, libc/iconv/ccs/gb_2312_80.c,
	libc/iconv/ccs/iconv_mktbl, libc/iconv/ccs/iso_8859_1.c,
	libc/iconv/ccs/iso_8859_15.c, libc/iconv/ccs/iso_8859_2.c,
	libc/iconv/ccs/iso_8859_4.c, libc/iconv/ccs/iso_8859_5.c,
	libc/iconv/ccs/jis_x0201.c, libc/iconv/ccs/jis_x0208_1983.c,
	libc/iconv/ccs/jis_x0212_1990.c, libc/iconv/ccs/koi8_r.c,
	libc/iconv/ccs/koi8_u.c, libc/iconv/ccs/ksx1001.c,
	libc/iconv/ccs/shift_jis.c, libc/iconv/ccs/us_ascii.c,
	libc/iconv/ccs/binary/Makefile.am, libc/iconv/ccs/binary/Makefile.in,
	libc/iconv/ccs/binary/big5.cct,
	libc/iconv/ccs/binary/cns11643_plane1.cct,
	libc/iconv/ccs/binary/cns11643_plane14.cct,
	libc/iconv/ccs/binary/cns11643_plane2.cct,
	libc/iconv/ccs/binary/cp775.cct, libc/iconv/ccs/binary/cp850.cct,
	libc/iconv/ccs/binary/cp852.cct, libc/iconv/ccs/binary/cp855.cct,
	libc/iconv/ccs/binary/cp866.cct, libc/iconv/ccs/binary/gb_2312_80.cct,
	libc/iconv/ccs/binary/iso_8859_1.cct,
	libc/iconv/ccs/binary/iso_8859_15.cct,
	libc/iconv/ccs/binary/iso_8859_2.cct,
	libc/iconv/ccs/binary/iso_8859_4.cct,
	libc/iconv/ccs/binary/iso_8859_5.cct,
	libc/iconv/ccs/binary/jis_x0201.cct,
	libc/iconv/ccs/binary/jis_x0208_1983.cct,
	libc/iconv/ccs/binary/jis_x0212_1990.cct,
	libc/iconv/ccs/binary/koi8_r.cct, libc/iconv/ccs/binary/koi8_u.cct,
	libc/iconv/ccs/binary/ksx1001.cct,
	libc/iconv/ccs/binary/shift_jis.cct,
	libc/iconv/ccs/binary/us_ascii.cct,
	libc/iconv/ces/Makefile.am, libc/iconv/ces/Makefile.in,
	libc/iconv/ces/euc-jp.c, libc/iconv/ces/euc-kr.c,
	libc/iconv/ces/euc-tw.c, libc/iconv/ces/gb2312.c,
	libc/iconv/ces/iso-10646-ucs-2.c, libc/iconv/ces/iso-10646-ucs-4.c,
	libc/iconv/ces/ucs-2-internal.c, libc/iconv/ces/ucs-4-internal.c,
	libc/iconv/ces/utf-16.c, libc/iconv/ces/utf-8.c,
	libc/iconv/lib/Makefile.am, libc/iconv/lib/Makefile.in,
	libc/iconv/lib/aliases.c, libc/iconv/lib/bialiasesi.c,
	libc/iconv/lib/biccs.c, libc/iconv/lib/bices.c,
	libc/iconv/lib/ccs.c, libc/iconv/lib/ces.c,
	libc/iconv/lib/ces_euc.c, libc/iconv/lib/ces_iso2022.c,
	libc/iconv/lib/ces_table.c, libc/iconv/lib/converter.c,
	libc/iconv/lib/deps.h, libc/iconv/lib/endian.h,
	libc/iconv/lib/iconv.c, libc/iconv/lib/loaddata.c,
	libc/iconv/lib/local.h, libc/include/iconv.h: New files.
	* libc/sys/linux/include/iconv.h: Ditto.
	* libc/include/sys/_types.h (_iconv_t): Added.
	* doc/aclocal.m4: Regenerated.
	* doc/configure: Ditto.
	* doc/Makefile.in: Ditto.
	* iconvdata/Makefile.in: Ditto.
	* iconvdata/aclocal.m4: Ditto.
	* iconvdata/configure: Ditto.
	* libc/*aclocal.m4: Ditto.
	* libc/*Makefile.in: Ditto.
	* libc/*configure: Ditto.
	* libm/*aclocal.m4: Ditto.
	* libm/*Makefile.in: Ditto.
	* libm/*configure: Ditto.
2004-01-23 21:37:46 +00:00
..
Makefile.am 2003-01-06 Charles Wilson <cwilson@ece.gatech.edu> 2003-01-07 01:45:32 +00:00
Makefile.in 2004-01-23 Artem B. Bityuckiy <abitytsky@softminecorp.com> 2004-01-23 21:37:46 +00:00
asprintf.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
clearerr.c * libc/include/sys/stdio.h: New file. 2002-05-08 00:12:49 +00:00
fclose.c 2004-01-19 Thomas Pfaff <tpfaff@gmx.net> 2004-01-19 21:30:34 +00:00
fcloseall.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
fdopen.c 2002-09-19 Jeff Johnston <jjohnstn@redhat.com> 2002-09-19 21:28:52 +00:00
feof.c * libc/include/sys/stdio.h: New file. 2002-05-08 00:12:49 +00:00
ferror.c * libc/include/sys/stdio.h: New file. 2002-05-08 00:12:49 +00:00
fflush.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
fgetc.c * libc/include/sys/stdio.h: New file. 2002-05-08 00:12:49 +00:00
fgetpos.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
fgets.c * libc/include/sys/stdio.h: New file. 2002-05-08 00:12:49 +00:00
fileno.c * libc/include/sys/stdio.h: New file. 2002-05-08 00:12:49 +00:00
findfp.c 2004-01-22 Thomas Pfaff <tpfaff@gmx.net> 2004-01-22 22:06:57 +00:00
fiprintf.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
flags.c Fri Feb 25 14:50:50 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-02-25 19:52:27 +00:00
floatio.h 2000-12-06 Jeff Johnston <jjohnstn@redhat.com> 2000-12-06 23:50:11 +00:00
fopen.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
fprintf.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
fputc.c * libc/include/sys/stdio.h: New file. 2002-05-08 00:12:49 +00:00
fputs.c * libc/include/sys/stdio.h: New file. 2002-05-08 00:12:49 +00:00
fread.c * libc/include/sys/stdio.h: New file. 2002-05-08 00:12:49 +00:00
freopen.c 2004-01-19 Thomas Pfaff <tpfaff@gmx.net> 2004-01-19 21:30:34 +00:00
fscanf.c 2001-04-20 Jeff Johnston <jjohnstn@redhat.com> 2001-04-20 22:50:51 +00:00
fseek.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
fseeko.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
fsetpos.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
ftell.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
ftello.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
fvwrite.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
fvwrite.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fwalk.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
fwrite.c * libc/include/sys/stdio.h: New file. 2002-05-08 00:12:49 +00:00
getc.c * libc/include/sys/stdio.h: New file. 2002-05-08 00:12:49 +00:00
getc_u.c * libc/stdio/getc_u.c: New file. 2002-05-08 19:11:22 +00:00
getchar.c * implement a new `struct _reent' that is significantly smaller. use this 2002-02-03 09:24:18 +00:00
getchar_u.c * libc/stdio/getc_u.c: New file. 2002-05-08 19:11:22 +00:00
getdelim.c * libc/include/langinfo.h: New file. 2002-08-23 01:56:05 +00:00
getline.c 2002-06-21 Jeff Johnston <jjohnstn@redhat.com> 2002-06-21 18:29:23 +00:00
gets.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
getw.c * libc/stdio/Makefile.am (lib_a_SOURCES): Added getw.c and putw.c. 2000-03-08 03:42:25 +00:00
iprintf.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
local.h 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
makebuf.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
mktemp.c * libc/ctype/ctype_.c: Remove checks for deprecated __CYGWIN32__. 2003-05-13 09:46:48 +00:00
perror.c * implement a new `struct _reent' that is significantly smaller. use this 2002-02-03 09:24:18 +00:00
printf.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
putc.c * libc/include/sys/stdio.h: New file. 2002-05-08 00:12:49 +00:00
putc_u.c * libc/stdio/getc_u.c: New file. 2002-05-08 19:11:22 +00:00
putchar.c * libc/stdio/getc_u.c: New file. 2002-05-08 19:11:22 +00:00
putchar_u.c * libc/stdio/getc_u.c: New file. 2002-05-08 19:11:22 +00:00
puts.c * implement a new `struct _reent' that is significantly smaller. use this 2002-02-03 09:24:18 +00:00
putw.c * libc/stdio/putw.c (putw): Return 0 on success, to be compliant 2000-03-10 17:57:32 +00:00
refill.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
remove.c 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-24 18:51:09 +00:00
rename.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
rewind.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
rget.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
scanf.c 2003-11-19 Jeff Johnston <jjohnstn@redhat.com> 2003-11-19 16:57:51 +00:00
setbuf.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
setbuffer.c 2002-05-23 Gareth Pearce <tilps@hotmail.com> 2002-05-23 22:05:54 +00:00
setlinebuf.c 2002-05-23 Gareth Pearce <tilps@hotmail.com> 2002-05-23 22:05:54 +00:00
setvbuf.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
siprintf.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
snprintf.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
sprintf.c 2003-11-05 Jeff Johnston <jjohnstn@redhat.com> 2003-11-06 00:50:57 +00:00
sscanf.c 2003-10-20 Bob Wilson <bob.wilson@acm.org> 2003-10-20 18:46:38 +00:00
stdio.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
stdio.tex 2002-07-17 Jeff Johnston <jjohnstn@redhat.com> 2002-07-17 23:25:44 +00:00
tmpfile.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
tmpnam.c * implement a new `struct _reent' that is significantly smaller. use this 2002-02-03 09:24:18 +00:00
ungetc.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
vasprintf.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
vfieeefp.h 2000-12-13 Jeff Johnston <jjohnstn@redhat.com> 2000-12-14 00:25:06 +00:00
vfprintf.c * libc/stdio/vfprintf.c: Add sys/lock.h include. 2004-01-17 04:29:54 +00:00
vfscanf.c 2003-12-04 Artem B. Bityuckiy <abitytsky@softminecorp.com> 2003-12-05 01:42:26 +00:00
vprintf.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
vscanf.c * implement a new `struct _reent' that is significantly smaller. use this 2002-02-03 09:24:18 +00:00
vsnprintf.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
vsprintf.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
vsscanf.c 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> 2003-08-22 18:52:25 +00:00
wbuf.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
wsetup.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00