From 3b0ea78aef5b74b1a1826c6c8ee85039e635d651 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 4 Dec 1994 20:55:30 +0000 Subject: [PATCH] . --- old/fileutils/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index acb6328..ab7d779 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 + 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. -- 2.7.4