trawick 01/08/24 05:56:37
Modified: . CHANGES
Log:
at least apr_ungetc() appears to work on Unix :)
Revision Changes Path
1.143 +3 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- CHANGES 2001/08/19 16:09:09 1.142
+++ CHANGES 2001/08/24 12:56:37 1.143
@@ -1,5 +1,8 @@
Changes with APR b1
+ *) Get apr_ungetc() to work with buffered files on Unix.
+ [Jeff Trawick]
+
*) Rename XtOffset to APR_XtOffset. This namespace protection
is important to keep from conflicting with other packages.
[Perl]