notes   [plain text]


Changes for the MacOS X bring up (the cctools-282 release):
- Changed the Makefile to allow for RC_OS=macos for MacOS X builds.
- Added a cast in process() in file.c on to get it to compile with the
  MetroWerks compiler without -relax_pointers.

Changes for the 5.8 release (the cctools-341 release):
- Added an entry in the magdir/apple file for PEF.  Radar bug #2511106.

Changes for the 5.2 release (the cctools-267 release):
- Removed -Dlint from the Makefile to allow precomps to be used.  Radar bug
  #2227602.

Changes for the 5.1 release (the cctools-260 release):
- Added -c to all the install commands in the Makefile.

Changes for the 5.1 release (the cctools-250 release):
- Changed the man path to install the man pages directly in /usr/share/man .

Changes for the 5.1 release (the cctools-247 release):
- Added MKDIRS if code to the Makefile to build native on Rhapsody.
- Changed the Makefile to use gnutar instead of tar because it works on Rhapsody
  where tar does not.

Changes for the 5.0 release (the cctools-238 release):
- Changed installing the magic stuff from /etc to /private/etc.

Changes for the 5.0 release (the cctools-235 release):
- Fixed the problem with the magdir/java and magdir/mach both using the
  0xcafebabe magic number.
- Added the little endian stuff to magdir/mach and the missing filetypes.
- Created this directory from the OpenBSD/src/usr.bin/file directory.  It is
  only built when RC_OS=teflon.  It had no warnings with -Wall when compile
  with the Grail4C header files.