summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-07 18:16:00 +0200
committerJim Meyering <meyering@redhat.com>2007-10-07 18:16:07 +0200
commitabdb73fc1139e5e6c74e67be417e9a6714d3ec53 (patch)
tree464c5ffbab0c036c653590c8778e40800e553a24 /ChangeLog
parentf62f1d302af156c832382bb4d9f9512c3f63af81 (diff)
downloadcoreutils-abdb73fc1139e5e6c74e67be417e9a6714d3ec53.tar.xz
Use puts, rather than printf ("%s\n". Slightly cleaner.
* src/tsort.c (tsort): ...and more efficient.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 099fd02ef..74457fffe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-10-07 Jim Meyering <meyering@redhat.com>
+ Use puts, rather than printf ("%s\n". Slightly cleaner.
+ * src/tsort.c (tsort): ...and more efficient.
+
Avoid seq malfunction on non-POSIX systems: mingw, BeOS, Interix.
* bootstrap.conf (gnulib_modules): Add vasprintf-posix.
Suggestion from Bruno Haible.