ChangeLog.0 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. 10/24/93 -replace previous words file with the words file provided by
  2. Rik Faith, faith@cs.unc.edu. This package can be found at
  3. ftp.cs.unc.edu in /pub/faith/linux/utils/linux.words.2.tar.gz
  4. 9/30/93 - changed 'mkdir' to 'mkdir -p' in the top level Makefile so
  5. intermediate directories will be created if they don't exist.
  6. 9/25/93 - Top level Makefile now creates the directories DESTDIR, MANDIR,
  7. and LIBDIR if they do not exist before trying to install the
  8. individual programs.
  9. 9/25/93 - Fixed makefiles to inherit defines from upper level makefiles.
  10. Also fixed hard coded pathnames in .h files to be taken from the
  11. makefiles.
  12. 9/23/93 - [bog] Modified the end of game behavior to be more intuitive.
  13. Original behavior can be set by defining PURE in CFLAGS.
  14. 9/23/93 - [bog] Fixed a bug in bog which caused a crash at the end of
  15. displaying the help.
  16. "extern char *version" -> "extern char version[]"
  17. Aren't these two equivalent??? I guess not :) Thanks Andrew
  18. Kuchling for spotting this one.
  19. 8/25/93 - Version 1.2 Released
  20. ==============================================================================
  21. 8/25/93 - Added paranoia
  22. 8/25/93 - Added hunt
  23. 8/23/93 - Added sail
  24. 8/23/93 - Added pom
  25. 8/23/93 - Added bog
  26. 8/22/93 - Added factor
  27. 8/22/93 - Added primes
  28. 8/21/93 - Added trek
  29. 8/21/93 - Added monop
  30. 8/19/93 - Version 1.1 Semi-released
  31. ==============================================================================
  32. 8/19/93 - Added wargames
  33. 8/19/93 - [robots] Fixed robots screen restore bug.
  34. 8/19/93 - Added snake
  35. 8/19/93 - Added caesar
  36. 8/19/93 - Added cribbage
  37. 8/18/93 - Found a man page for number
  38. 8/17/93 - Version 1.0 Released.
  39. ==============================================================================