-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathChangeLog-FileIO.txt
29 lines (25 loc) · 976 Bytes
/
ChangeLog-FileIO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Version 1.5p3 - Jul 11
----------------------
- Added return value check on calls to binary_to_raw_bytes (via out_filter)
- Replaced use of fgets to better handle files with null bytes
- No longer accept the tab character as valid clean input data
Version 1.5p2 - Jun 11
----------------------
- Fixed mismatch mymalloc/free
- Removed restriction that the final line in text mode must be terminated by a newline
- Reset errno before each call
- Removed vestigial file_send
- Replaced "E_FILE" error with true E_FILE
Version 1.5p1 - Dec 97
----------------------
- Fixed bug where tabs were not included in the input stream
- Added CHANGELOG to the distribution
- Added README
Version 1.5
-----------
- First version maintained by Andy Bakun.
- Fixed bugs where file_eof and file_tell didn't return meaningful results
didn't raise errors on invalid file descriptors.
Versions < 1.5
--------------
Maintained by Ken Fox. Really, the initial public version.