Andrey A. Chernov
71b5a4326d
fseek.c:
...
Resulting fseek() offset must fit in long, required by POSIX (pointed by bde),
so add LONG_MAX and final tests for it.
rewind.c:
1) add missing __sinit() as in fseek() it pretends to be.
2) use clearerr_unlocked() since we already lock stream before _fseeko()
3) don't zero errno at the end, it explicitely required by POSIX as the
only one method to test rewind() error condition.
4) don't clearerr() if error happens in _fseeko()
2001-08-17 09:57:11 +00:00
..
2001-05-19 05:54:11 +00:00
2001-08-13 14:06:34 +00:00
2001-08-07 15:48:51 +00:00
2000-01-14 07:57:47 +00:00
1999-11-30 04:40:54 +00:00
2001-07-09 23:12:23 +00:00
2001-08-17 09:57:11 +00:00
2001-08-16 06:31:32 +00:00
2001-07-15 07:53:42 +00:00
2001-08-14 10:01:54 +00:00
2001-03-27 17:27:19 +00:00
2001-08-08 11:48:28 +00:00
2001-08-15 20:25:16 +00:00
2001-08-10 16:55:09 +00:00
2001-08-04 18:25:48 +00:00
2001-08-14 10:01:54 +00:00
2001-08-10 13:45:36 +00:00
2001-07-28 21:28:14 +00:00
2001-03-27 17:27:19 +00:00
2001-07-15 07:53:42 +00:00
2001-08-13 14:06:34 +00:00
2001-08-10 15:03:10 +00:00
2001-07-15 07:53:42 +00:00
2001-03-27 17:27:19 +00:00
2001-08-16 06:31:32 +00:00
2001-08-14 10:01:54 +00:00
2001-08-10 17:35:21 +00:00
2001-08-07 15:48:51 +00:00
2001-05-17 08:30:09 +00:00
2001-08-09 06:10:46 +00:00
2001-05-26 11:57:45 +00:00
2001-06-12 01:14:02 +00:00
2001-07-15 07:53:42 +00:00
2001-08-12 18:47:56 +00:00
2001-08-15 20:05:33 +00:00
2001-03-27 17:27:19 +00:00
2001-07-31 23:27:06 +00:00
2001-08-16 06:31:32 +00:00
2001-07-10 13:41:46 +00:00
2001-08-13 14:06:34 +00:00
2001-05-20 12:45:53 +00:00
2000-10-26 23:02:36 +00:00
2000-10-26 23:02:36 +00:00
2001-08-13 14:06:34 +00:00
2001-08-14 10:01:54 +00:00
2001-07-15 07:53:42 +00:00
2001-03-28 12:08:22 +00:00
2001-03-27 17:27:19 +00:00
2001-03-27 17:27:19 +00:00
2001-08-13 14:06:34 +00:00
2001-08-10 17:35:21 +00:00
2001-03-27 17:27:19 +00:00
2000-06-13 00:41:38 +00:00
2001-07-15 07:53:42 +00:00
2001-08-10 17:35:21 +00:00
2001-06-12 01:14:02 +00:00
2001-08-04 18:25:48 +00:00