[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: art@cvs.openbsd.org 2001/05/03 06:57:23
Modified files:
usr.bin/mg : def.h echo.c fileio.c
Log message:
* Let make_file_list always append a '/' at the end of directories.
This makes filename TAB-completion more useful, now you don't need to
write that '/' manually.
* random cleanups including using snprintf and memcmp where open-coded
equivalents were used, waitpid instead of 'while (wait() != pid);', etc.