|
@@ -1,3 +1,12 @@
|
|
|
+Tue Jan 19 05:15:49 1999 Timur I. Bakeyev <timur@com.bat.ru>
|
|
|
+
|
|
|
+ * Converted all occurences of DIR_SEP_CHAR and "/" to PATH_SEP and
|
|
|
+ PATH_SEP_STR. Additionall cleanups of the memory code.
|
|
|
+
|
|
|
+ * utilvfs.h: Added several defenitions for common sizes for buffers.
|
|
|
+ It seems, most of us experience problems, when inventing size for new
|
|
|
+ buffer. This is much better and portable way to eliminate the problem.
|
|
|
+
|
|
|
1999-01-18 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
|
|
|
|
|
* vfs.h: The correct thing to use is PATH_SEP and PATH_SEP_STR
|