Jeff Johnston
0751f22675
2008-12-10 Corinna Vinschen <corinna@vinschen.de>
Implement basic wide char stdio functionality, based on FreeBSD.
* libc/include/stdio.h (__SORD): Define.
(__SWID): Define.
* libc/include/wchar.h: Add declarations for new wide char functions.
(getwc): Define as macro.
(getwchar): Ditto.
(putwc): Ditto.
(putwchar): Ditto.
* libc/include/sys/reent.h (struct __sFILE): Add _mbstate member.
(struct __sFILE64): Ditto.
* libc/stdio/Makefile.am (ELIX_4_SOURCES): Add fgetwc.c, fgetws.c,
fputwc.c, fputws.c, fwide.c, getwc.c, getwchar.c, putwc.c, putwchar.c
and ungetwc.c.
(CHEWOUT_FILES): Add fgetwc.def, fgetws.def, fputwc.def, fputws.def,
fwide.def, getwc.def, getwchar.def, putwc.def, putwchar.def and
ungetwc.def.
Add header dependency rules for the new files.
* libc/stdio/Makefile.in: Regenerate.
* libc/stdio/fgetwc.c: New file, implementing fgetwc and _fgetwc_r.
* libc/stdio/fgetws.c: New file, implementing fgetws and _fgetws_r.
* libc/stdio/findfp.c (std): Initialize FILE's _mbstate member.
(__sfmoreglue): Ditto.
* libc/stdio/fputs.c (_fputs_r): Set stream orientation.
* libc/stdio/fputwc.c: New file, implementing fputwc and _fputwc_r.
* libc/stdio/fputws.c: New file, implementing fputws and _fputws_r.
* libc/stdio/fread.c (_fread_r): Set stream orientation.
* libc/stdio/freopen.c (_freopen_r): Reset stream orientation. Reset
_mbstate.
* libc/stdio/fseek.c (_fseek_r): Reset _mbstate.
* libc/stdio/fwide.c: New file, implementing fwide and _fwide_r.
* libc/stdio/fwrite.c (_fwrite_r): Set stream orientation.
* libc/stdio/getwc.c: New file, implementing getwc and _getwc_r.
* libc/stdio/getwchar.c: New file, implementing getwchar and
_getwchar_r.
* libc/stdio/local.h (ORIENT): New macro.
* libc/stdio/puts.c (_puts_r): Set stream orientation.
* libc/stdio/putwc.c: New file, implementing putwc and _putwc_r.
* libc/stdio/putwchar.c: New file, implementing putwchar and
_putwchar_r.
* libc/stdio/refill.c (__srefill_r): Set stream orientation.
* libc/stdio/stdio.tex: Add documentation for new functions.
* libc/stdio/ungetc.c (_ungetc_r): Set stream orientation.
* libc/stdio/ungetwc.c: New file, implementing ungetwc and _ungetwc_r.
* libc/stdio/vfscanf.c (__SVFSCANF_R): Set stream orientation.
* libc/stdio/wbuf.c (__swbuf_r): Ditto.
2008-12-10 23:43:12 +00:00
..
2008-04-30 02:47:14 +00:00
2008-04-30 02:47:14 +00:00
2008-11-24 22:08:02 +00:00
2008-04-14 21:14:55 +00:00
2006-09-26 21:22:19 +00:00
2008-10-31 21:08:03 +00:00
2008-10-31 21:08:03 +00:00
2007-07-13 20:37:53 +00:00
2004-04-23 20:01:55 +00:00
2007-07-31 20:49:40 +00:00
2006-09-26 21:22:19 +00:00
2006-09-26 21:22:19 +00:00
2008-10-31 21:08:03 +00:00
2006-09-26 21:22:19 +00:00
2005-02-08 01:33:19 +00:00
2006-09-26 21:22:19 +00:00
2008-12-10 23:43:12 +00:00
2008-12-10 23:43:12 +00:00
2006-09-26 21:22:19 +00:00
2008-12-10 23:43:12 +00:00
2007-05-04 02:55:16 +00:00
2004-11-24 00:45:41 +00:00
2007-06-04 18:10:17 +00:00
2000-12-06 23:50:11 +00:00
2007-08-02 20:23:06 +00:00
2004-06-11 20:37:10 +00:00
2008-10-31 21:08:03 +00:00
2007-05-04 02:55:16 +00:00
2006-09-26 21:22:19 +00:00
2008-12-10 23:43:12 +00:00
2008-12-10 23:43:12 +00:00
2008-12-10 23:43:12 +00:00
2008-12-10 23:43:12 +00:00
2008-12-10 23:43:12 +00:00
2004-04-23 20:01:55 +00:00
2008-12-10 23:43:12 +00:00
2004-04-23 20:01:55 +00:00
2008-10-31 21:08:03 +00:00
2008-03-04 02:22:36 +00:00
2004-04-23 20:01:55 +00:00
2007-06-04 18:10:17 +00:00
2007-07-13 20:37:53 +00:00
2007-03-15 18:40:48 +00:00
2004-09-16 21:26:51 +00:00
2008-12-10 23:43:12 +00:00
2008-12-10 23:43:12 +00:00
2008-10-31 21:08:03 +00:00
2006-09-26 21:22:19 +00:00
2008-10-31 21:08:03 +00:00
2006-06-14 20:49:11 +00:00
2006-09-26 21:22:19 +00:00
2004-04-23 20:01:55 +00:00
2008-11-25 09:33:43 +00:00
2005-10-28 21:21:08 +00:00
2008-12-10 23:43:12 +00:00
2008-12-10 23:43:12 +00:00
2007-05-04 02:55:16 +00:00
2005-02-08 01:33:19 +00:00
2008-12-10 23:43:12 +00:00
2008-01-03 22:33:37 +00:00
2008-12-10 23:43:12 +00:00
2008-12-10 23:43:12 +00:00
2007-05-01 23:03:36 +00:00
2007-08-02 20:23:06 +00:00
2005-02-08 01:33:19 +00:00
2007-05-04 02:55:16 +00:00
2008-10-31 21:08:03 +00:00
2006-09-26 21:22:19 +00:00
2008-10-31 21:08:03 +00:00
2006-06-14 20:49:11 +00:00
2008-12-10 23:43:12 +00:00
2005-10-28 21:21:08 +00:00
2008-12-10 23:43:12 +00:00
2008-12-10 23:43:12 +00:00
2008-12-10 23:43:12 +00:00
2008-10-31 21:08:03 +00:00
2007-09-18 19:32:43 +00:00
2007-05-25 17:05:09 +00:00
2008-03-11 19:13:30 +00:00
2005-02-08 01:33:19 +00:00
2004-11-24 00:45:41 +00:00
2004-04-23 20:01:55 +00:00
2004-09-16 21:15:14 +00:00
2004-04-23 20:01:55 +00:00
2007-07-13 20:37:53 +00:00
2008-10-31 21:08:03 +00:00
2008-10-31 21:08:03 +00:00
2008-04-14 21:14:55 +00:00
2008-04-14 21:14:55 +00:00
2008-10-31 21:08:03 +00:00
2008-10-31 21:08:03 +00:00
2007-06-04 18:10:17 +00:00
2008-12-10 23:43:12 +00:00
2007-05-17 12:10:29 +00:00
2004-04-23 20:01:55 +00:00
2008-12-10 23:43:12 +00:00
2008-12-10 23:43:12 +00:00
2008-04-14 21:14:55 +00:00
2008-04-30 02:47:14 +00:00
2008-11-24 21:27:33 +00:00
2008-04-14 21:14:55 +00:00
2008-03-07 16:45:04 +00:00
2008-03-07 16:45:04 +00:00
2007-08-31 21:21:27 +00:00
2008-12-10 23:43:12 +00:00
2008-12-10 23:43:12 +00:00
2008-10-31 21:08:03 +00:00
2008-10-31 21:08:03 +00:00
2005-02-08 01:33:19 +00:00
2005-02-08 01:33:19 +00:00
2008-04-14 21:14:55 +00:00
2008-04-14 21:14:55 +00:00
2008-04-14 21:14:55 +00:00
2008-04-30 02:47:14 +00:00
2008-04-14 21:14:55 +00:00
2008-04-14 21:14:55 +00:00
2008-12-10 23:43:12 +00:00
2007-03-15 18:40:48 +00:00