Corinna Vinschen
b4fee5273e
* libc/stdio/vfprintf.c: Include ../stdlib/local.h. Replace call to
...
_mbtowc_r with direct call to __mbtowc.
* libc/stdio/vfscanf.c: Ditto.
* libc/stdlib/btowc.c: Include local.h. Replace call to _mbtowc_r
with direct call to __mbtowc.
* libc/stdlib/mblen.c: Ditto.
* libc/stdlib/mblen_r.c: Ditto.
* libc/stdlib/mbrtowc.c: Ditto.
* libc/stdlib/mbstowcs_r.c: Ditto.
* libc/stdlib/mbtowc.c: Ditto.
* libc/stdlib/wcrtomb.c: Include local.h. Replace call to _wctomb_r
with direct call to __wctomb.
* libc/stdlib/wcsnrtombs.c: Ditto.
(_wcsnrtombs_r): Ditto.
* libc/stdlib/wcstombs_r.c: Ditto.
* libc/stdlib/wctob.c: Ditto.
* libc/stdlib/wctomb.c: Ditto.
* libc/stdlib/mbrtowc.c (mbrtowc): Implement independently from
_mbrtowc_r, unless PREFER_SIZE_OVER_SPEED or __OPTIMIZE_SIZE__ are
defined.
* libc/stdlib/wcrtomb.c (wcrtomb): Implement independently from
_wcrtomb_r, unless PREFER_SIZE_OVER_SPEED or __OPTIMIZE_SIZE__ are
defined.
* libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Drop unnecessary test for
ch >= 0.
2009-11-18 09:49:57 +00:00
..
2008-04-30 02:47:14 +00:00
2008-12-11 17:27:56 +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
2009-10-30 08:26:41 +00:00
2009-04-24 22:52:52 +00:00
2005-02-08 01:33:19 +00:00
2009-04-24 22:52:52 +00:00
2009-04-24 22:52:52 +00:00
2009-04-24 22:52:52 +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
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
2009-07-03 11:58:04 +00:00
2006-09-26 21:22:19 +00:00
2008-12-10 23:43:12 +00:00
2009-02-16 15:04:34 +00:00
2008-12-12 17:21:08 +00:00
2009-04-24 22:52:52 +00:00
2008-12-12 15:45:19 +00:00
2004-04-23 20:01:55 +00:00
2009-04-24 22:52:52 +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
2009-01-12 22:19:11 +00:00
2009-01-05 19:08:03 +00:00
2009-03-06 09:55:52 +00:00
2008-12-10 23:43:12 +00:00
2009-03-11 11:53:22 +00:00
2008-10-31 21:08:03 +00:00
2009-04-24 22:52:52 +00:00
2008-10-31 21:08:03 +00:00
2006-06-14 20:49:11 +00:00
2009-04-24 22:52:52 +00:00
2004-04-23 20:01:55 +00:00
2009-04-24 22:52:52 +00:00
2005-10-28 21:21:08 +00:00
2008-12-10 23:43:12 +00:00
2008-12-12 17:21:08 +00:00
2007-05-04 02:55:16 +00:00
2005-02-08 01:33:19 +00:00
2009-04-22 08:30:03 +00:00
2008-01-03 22:33:37 +00:00
2009-07-03 11:58:04 +00:00
2009-10-20 22:44:28 +00:00
2009-08-21 20:25:28 +00:00
2009-02-25 04:00:05 +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-12 17:21:08 +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
2009-03-11 11:53:22 +00:00
2008-04-14 21:14:55 +00:00
2008-04-14 21:14:55 +00:00
2009-03-12 10:27:10 +00:00
2009-03-11 11:53:22 +00:00
2009-03-11 11:53:22 +00:00
2009-07-03 11:58:04 +00:00
2009-03-12 10:27:10 +00:00
2009-03-12 14:30:28 +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-12-11 17:27:56 +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
2009-11-18 09:49:57 +00:00
2009-11-18 09:49:57 +00:00
2009-03-12 10:27:10 +00:00
2009-03-11 11:53:22 +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
2009-03-11 11:53:22 +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
2009-03-11 11:53:22 +00:00
2009-03-12 10:27:10 +00:00
2009-03-11 11:53:22 +00:00
2009-03-06 09:55:52 +00:00
2009-03-11 11:53:22 +00:00
2008-12-10 23:43:12 +00:00
2009-03-06 09:55:52 +00:00
2009-03-11 11:53:22 +00:00
2007-03-15 18:40:48 +00:00