summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1994-11-16.Jim Meyering
1994-11-16.Jim Meyering
1994-11-14.Jim Meyering
1994-11-11(my_strtol): New function.Jim Meyering
(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.
1994-11-11(SOURCES): Add strtol.c.Jim Meyering
1994-11-09.Jim Meyering
1994-11-08.Jim Meyering
1994-11-07.Jim Meyering
1994-11-07Initial revisionJim Meyering
1994-11-07.Jim Meyering
1994-11-07.Jim Meyering
1994-11-07Add test names.Jim Meyering
1994-11-07Add -w and clean up.Jim Meyering
1994-11-06merge with 1.12Jim Meyering
1994-11-06merge with 1.11Jim Meyering
1994-11-06merge with 1.10Jim Meyering
1994-11-06Initial revisionJim Meyering
1994-11-05merge with 1.12Jim Meyering
1994-11-05merge with 3.10Jim Meyering
1994-11-04merge with 3.9u1Jim Meyering
1994-11-04merge with 1.9.1k1Jim Meyering
1994-11-04.Jim Meyering
1994-11-04.Jim Meyering
1994-11-04Change _P to __P.Jim Meyering
1994-11-04.Jim Meyering
1994-11-04Include makepath.h.Jim Meyering
Add an argument: PRESERVE_EXISTING. Declare char* arguments const.
1994-11-04.Jim Meyering
1994-11-04Include <limits.h> before system.h because limits.h onJim Meyering
some systems undefines PATH_MAX, whereas system.h includes pathmax.h which sets PATH_MAX. From Kaveh Ghazi.
1994-11-04(make_path_private): Rename function from make_path to avoid confusion.Jim Meyering
(do_copy): Update caller.
1994-11-04(DISTFILES): Add makepath.h.Jim Meyering
(makepath.o): Depend on it.
1994-11-04Update calls to make_path.Jim Meyering
1994-11-03.Jim Meyering
1994-11-03(rwx): Use S_IRUSR, S_IWUSR, S_IXUSR instead of obsoleteJim Meyering
S_IREAD, S_IWRITE, S_IEXEC. Make sure the former three are defined.
1994-11-03Define S_IXUSR, S_IXGRP, and S_IXOTH in terms of _IEXEC if they're notJim Meyering
already defined. Reported by Daniel Hagerty <hag@gnu.ai.mit.edu>.
1994-11-03merge with 3.9t3Jim Meyering
1994-11-03merge with 1.9.1j2Jim Meyering
1994-11-03merge with 1.9.1j2Jim Meyering
1994-11-03merge with 1.10x1Jim Meyering
1994-11-02.Jim Meyering
1994-11-02.Jim Meyering
1994-11-02(cat): Conditionalize test for errno == ENOSYS. It's notJim Meyering
defined on some Next and Alliant systems. From Kaveh Ghazi.
1994-11-02(cut_bytes): Print at least a newline for every line of input.Jim Meyering
(cut_fields): Print a newline even for lines whose only selected field is empty. But print nothing when using -s without -f1. And print nothing for empty input. Reported by Richard_Sharman@software.mitel.com.
1994-11-01(XWRITE): Guard against calling xwrite with n_bytes == 0.Jim Meyering
1994-11-01(XWRITE): Allow n_bytes to be zero in assertion. Otherwise `tail /dev/null'Jim Meyering
gets failed assertion.
1994-11-01merge with 3.9t2Jim Meyering
1994-11-01merge with 3.9t2Jim Meyering
1994-11-01Initial revisionJim Meyering
1994-10-31.Jim Meyering
1994-10-31.Jim Meyering
1994-10-31merge with 1.9.1jJim Meyering