Bill Fenner
946b2d0057
Implement several of the c99 updates to scanf(3):
...
- New length modifiers: hh, j, ll, t, z.
Still to do:
- %C, %S, %lc, %ls (wide character support)
- %a/%A (exact hex representation of floating-point numbers)
Removed old compatability equivalents:
- %D for %ld, %O for %lo, %X for %lx, %E and %F for %le & %lf (these
were buggy anyway, since they should have represented %Le & %Lf).
- %[unknown uppercase char] for %ld, %[unknown lowercase char] for %d
2002-04-20 17:00:56 +00:00
..
2002-04-18 13:24:35 +00:00
2002-04-13 21:54:09 +00:00
2001-12-18 16:13:45 +00:00
2002-03-22 09:22:15 +00:00
2002-03-22 18:34:52 +00:00
2001-07-09 23:12:23 +00:00
2002-04-20 17:00:56 +00:00
2002-04-15 23:11:38 +00:00
2001-10-01 16:09:29 +00:00
2001-12-18 00:48:44 +00:00
2002-03-21 23:39:28 +00:00
2002-04-09 22:32:59 +00:00
2001-10-03 05:25:07 +00:00
2002-03-21 23:39:28 +00:00
2002-03-25 13:52:45 +00:00
2002-04-09 13:04:31 +00:00
2002-03-29 22:43:43 +00:00
2002-03-25 13:52:45 +00:00
2001-11-03 06:33:08 +00:00
2001-09-30 21:41:46 +00:00
2002-04-19 04:46:24 +00:00
2002-03-21 23:39:28 +00:00
2002-02-04 19:18:23 +00:00
2002-04-15 23:11:38 +00:00
2002-04-07 04:47:58 +00:00
2002-04-10 17:01:55 +00:00
2002-02-17 22:01:40 +00:00
2001-10-03 16:33:00 +00:00
2002-04-20 05:35:02 +00:00
2002-03-21 23:39:28 +00:00
2001-10-25 04:02:25 +00:00
2002-03-22 00:12:20 +00:00
2002-04-20 16:52:41 +00:00
2001-07-31 23:27:06 +00:00
2002-04-15 23:11:38 +00:00
2001-10-01 16:09:29 +00:00
2001-11-03 06:26:15 +00:00
2002-03-21 23:54:04 +00:00
2002-01-06 08:47:19 +00:00
2002-02-17 22:01:40 +00:00
2001-12-20 16:21:47 +00:00
2002-02-17 22:05:07 +00:00
2002-02-17 22:05:07 +00:00
2002-04-13 22:09:53 +00:00
2001-10-01 16:09:29 +00:00
2001-11-30 22:37:28 +00:00
2002-03-28 18:44:25 +00:00
2002-04-20 12:24:20 +00:00
2001-12-21 18:26:01 +00:00
2001-11-03 06:24:23 +00:00
2002-04-18 16:20:18 +00:00
2002-03-31 23:47:52 +00:00
2002-03-26 11:59:29 +00:00
2002-03-21 23:39:28 +00:00
2002-04-14 22:27:12 +00:00