48 Commits

Author SHA1 Message Date
George Koehler
e87791b38a Delete 689 undead files.
These files "magically reappeared" after the conversion from CVS to
Mercurial.  The old CVS repository deleted these files but did not
record *when* it deleted these files.  The conversion resurrected these
files because they have no history of deletion.  These files were
probably deleted before year 1995.  The CVS repository begins to record
deletions around 1995.

These files may still appear in older revisions of this Mercurial
repository, when they should already be deleted.  There is no way to fix
this, because the CVS repository provides no dates of deletion.

See http://sourceforge.net/mailarchive/message.php?msg_id=29823032
2012-09-20 22:26:32 -04:00
dtrg
9d8c776888 Cleaned up and enabled the support for conditionally emitting the floating-point stdio code. 2007-04-27 22:41:39 +00:00
dtrg
e02179a9fe Updated for the 6.0pre2 release. 2007-04-24 20:45:58 +00:00
dtrg
f33fd63590 Adapted for ANSI C and our pseudo-Posix syscall interface. 2007-04-21 23:18:14 +00:00
dtrg
c5e7c60c76 Updated .distr files for the new release. 2007-02-25 12:51:55 +00:00
ceriel
f2d5520159 fix in flushbuf: make sure it does not return EOF when it actually succeeds 1996-04-24 13:06:00 +00:00
ceriel
aac653056b fixed bug with %[] in doscan.c 1996-04-01 09:08:59 +00:00
ceriel
6e1aa1564b Removed unclear test 1995-12-18 11:02:18 +00:00
ceriel
ca09a9b0e8 Fixed obscure bug in setvbuf 1995-12-04 17:11:54 +00:00
ceriel
661464ed0f Fix: had a semicolon too much (KJB) 1995-04-18 13:56:20 +00:00
ceriel
f26dd7bb01 Header --> Id 1994-06-24 14:02:31 +00:00
ceriel
c95f4d2609 Fix: set error flag in some error cases 1993-10-07 09:44:03 +00:00
ceriel
dca16dfd0f Fix to icompute.c: always had one digit too much 1993-08-26 10:08:37 +00:00
ceriel
42edc1d202 Fixed bug in flushbuf: did not reset stream->_ptr on write error 1993-01-14 10:02:28 +00:00
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