diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,11 @@ -2005-12-12 Paul Eggert <eggert@cs.ucla.edu> +2005-12-13 Paul Eggert <eggert@cs.ucla.edu> * Version 6.0-cvs. + * src/cat.c (main): Check for close (STDOUT_FILENO) failure. + +2005-12-12 Paul Eggert <eggert@cs.ucla.edu> + Install a more-conservative approach for sort -R. It's the same basic idea as the existing code, except it uses the full ISAAC approach (called the "more kosher" approach in the existing comments). |