34 Commits

Author SHA1 Message Date
ceriel
1803c56862 differing characters should be left untouched 1992-01-24 13:05:30 +00:00
ceriel
0f005d2ac0 fixed some lint complaints 1991-09-30 16:24:45 +00:00
ceriel
1e2aa9d187 Fixed flushbuf() so that it works with POSIX conformant Unix versions 1991-06-10 17:07:18 +00:00
ceriel
0159b2b79d Removed superfluous : 1991-03-26 18:41:47 +00:00
ceriel
22dd209969 Removed evaluation order dependency bug 1991-03-21 09:49:35 +00:00
ceriel
981abb0d4b Fixed wrong %c conversion 1991-03-04 13:35:22 +00:00
ceriel
c5cb80b346 Fixed tmpnam(): name contained null-byte 1991-02-26 09:28:39 +00:00
ceriel
186324ac08 fixed problems with flushbuf 1991-02-22 16:45:47 +00:00
ceriel
575ea3e7d7 Fix FOPEN_MAX array bound error 1991-02-22 16:32:05 +00:00
ceriel
a67f36fdfa removed unused variables 1991-02-20 09:48:00 +00:00
ceriel
d5593e5f80 clearerr is now also a macro 1991-01-03 14:23:54 +00:00
eck
4bf2f9c703 set _IOMYBUF in setvbuf() when necessary 1990-12-14 14:47:26 +00:00
eck
b20ff47127 vsprintf() sets _IOWRITING flag 1990-11-13 10:56:53 +00:00
eck
dcb3ddb3fc changed first arg of sscanf() to const char * 1990-09-26 13:19:19 +00:00
eck
6ad4c2c0a1 added #if because rename() is also in POSIX 1990-09-11 10:26:42 +00:00
eck
8f8bca227a fixed freopen() bug by deleting some code 1990-08-28 13:44:48 +00:00
eck
b1c76184a1 fixed character count in doscan 1990-07-11 09:08:33 +00:00
eck
becce8cd21 always flush line-buffered output when filling an input buffer 1990-06-21 11:13:23 +00:00
ceriel
8eae65ef03 Use fputs instead of printf in perror.c 1990-05-21 10:20:15 +00:00
eck
b8be04bb47 scan with %p didn't work properly on 2-4 machines 1990-05-03 10:50:23 +00:00
eck
6ec0bcd32f garbage is allowed in the f[re]open mode string 1990-04-24 09:30:15 +00:00
eck
c3edbe2528 file creation on f[re]open() was still wrong 1990-04-09 15:55:51 +00:00
eck
cb0606b8ba deleted _tname from __iobuf structure 1990-04-09 15:38:02 +00:00
eck
35886fdf28 improved file creation on f[re]open() 1990-04-09 15:21:43 +00:00
eck
7efece4c16 improved _doscan(); fflush() doesn't call fseek() anymore 1990-04-04 15:52:01 +00:00
eck
2af6ccbe58 bug fixes for scanf() 1990-03-28 16:33:05 +00:00
eck
5a5a1f9e23 changed names of ?cvt : namespace problems 1990-02-27 16:48:01 +00:00
eck
7e9573ba40 fixed fflush: it didn't even compile! 1990-02-13 17:08:05 +00:00
eck
7af411f637 changed system-calls to avoid namespace pollution 1990-01-22 11:13:26 +00:00
eck
2e7ea9a523 changed Makefile again 1989-12-19 15:06:03 +00:00
eck
4db129cf71 changed Makefile 1989-12-19 11:20:16 +00:00
eck
a5be75a764 made a lot of changes 1989-12-18 15:04:14 +00:00
eck
0950464770 various fixes and improvements 1989-06-26 10:37:05 +00:00
eck
0cb43d15fa Initial revision 1989-05-30 13:34:25 +00:00