summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-12-04 20:55:30 +0000
committerJim Meyering <jim@meyering.net>1994-12-04 20:55:30 +0000
commit3b0ea78aef5b74b1a1826c6c8ee85039e635d651 (patch)
tree609976ecce91ca91ff897559d65b44478de7323b /old/fileutils
parentbe4a8a192ad075d4423b247132bb7e3328a18190 (diff)
downloadcoreutils-3b0ea78aef5b74b1a1826c6c8ee85039e635d651.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index acb632827..ab7d779f7 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,19 @@ Sun Dec 4 14:53:12 1994 Jim Meyering (meyering@comco.com)
* doc/Makefile.in (DISTFILES): Add getdate.texi.
+Fri Nov 11 11:15:20 1994 Jim Meyering (meyering@comco.com)
+
+ * mknod.c (my_strtol): New function.
+ (main): Use it instead of atoi to convert argument strings to
+ major and minor device numbers. Now, mknod diagnoses invalid
+ device numbers and accepts octal and hexadecimal as well as
+ decimal string arguments. Ralf Lammers
+ <rlammers@physik.uni-osnabrueck.de> suggested that mknod accept
+ hex device numbers for compatibility with HPUX's mknod program.
+
+ * configure.in (AC_REPLACE_FUNCS): Add strtol.
+ * lib/Makefile.in (SOURCES): Add strtol.c.
+
Sun Nov 06 00:18:56 1994 Jim Meyering (meyering@comco.com)
* Version 3.12.