diff options
Diffstat (limited to 'fstests')
-rw-r--r-- | fstests/ChangeLog | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/fstests/ChangeLog b/fstests/ChangeLog deleted file mode 100644 index 599a6c80..00000000 --- a/fstests/ChangeLog +++ /dev/null @@ -1,70 +0,0 @@ -2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca> - - * fstests.c: Include <error.h>. - (main): Use error, not perror. - [HURDISH_TESTS]: Use this rather then having the code in question - #if 0'd out. - * timertest.c: Include <error.h> and <errno.h> - (main): Use error, not perror and exit. - -2002-03-05 Marcus Brinkmann <marcus@gnu.org> - - * fstests.c (main): Call dir_lookup, not dir_pathtrans. - Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>. - -2001-02-25 Roland McGrath <roland@frob.com> - - * fstests.c (main): sync now returns void. - - * timertest.c: Include <stdlib.h> for decl. - -2000-03-26 Roland McGrath <roland@baalperazim.frob.com> - - * fstests.c (main): Fix return type. #if 0 out some unused variables. - -Thu Jun 27 17:59:04 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> - - * Makefile (targets): Comment out opendisk for now. - -Mon Apr 29 16:43:44 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> - - * Makefile (OBJS): Delete variable. - -Thu Jul 6 21:03:12 1995 Michael I Bushnell <mib@duality.gnu.ai.mit.edu> - - * Makefile (OBJS): New var. - (timertest, fstests, opendisk, fdtests): List object files. - -Wed Aug 31 12:02:01 1994 Michael I Bushnell <mib@geech.gnu.ai.mit.edu> - - * Makefile (targets): Added opendisk. - (SRCS): Added opendisk.c. - * opendisk.c: New file. - -Wed Aug 31 03:26:13 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu> - - * fstests.c: Include unistd.h. - (main): #if 0 out unused variables. - -Tue Aug 16 13:55:04 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu> - - * timertest.c (main): Don't sigpause; instead getchar, so we are - blocked in an RPC when the signal arrives--do sigpause on EOF. - -Thu Jul 21 19:14:30 1994 Michael I Bushnell <mib@geech.gnu.ai.mit.edu> - - * Makefile: Rewritten to use new scheme. - -Tue Jul 19 12:43:00 1994 Michael I Bushnell (mib@churchy.gnu.ai.mit.edu) - - * Makefile (OBJS): Deleted variables. - (fstests, fdtests, timertest): Don't use variable $(link) anymore. - (install): Install all three programs. - -Tue Jul 5 14:20:48 1994 Michael I Bushnell (mib@churchy.gnu.ai.mit.edu) - - * Makefile (SRCS): New variable. - -Mon Jun 20 15:05:34 1994 Michael I Bushnell (mib@churchy.gnu.ai.mit.edu) - - * Makefile (install): Use $(INSTALL_BIN) instead of cp. |