Optimization: Avoid unnecessary stat() calls.
[gnulib.git] / lib / ChangeLog
index e9e2981..a0e46ab 100644 (file)
@@ -1,5 +1,15 @@
 2003-01-11  Bruno Haible  <bruno@clisp.org>
 
+       * same.c (same_name): Reorder tests so as to avoid calling stat()
+       when a string comparison is sufficient.
+
+2003-01-11  Bruno Haible  <bruno@clisp.org>
+
+       * readtokens.c (readtoken): Cast character to 'unsigned char', not
+       'unsigned int'.
+
+2003-01-11  Bruno Haible  <bruno@clisp.org>
+
        * hash-pjw.c: Add comment about low quality of this function.
 
 2003-01-12  Paul Eggert  <eggert@twinsun.com>