CHANGES 783 B

123456789101112131415161718192021
  1. # $Source$
  2. # $State$
  3. # $Revision$
  4. 6.0pre2
  5. Much simplified the syscall interface by disabling libmon and instead
  6. calling the syscalls directly. Disabled the K&R C compiler and libc because
  7. it doesn't actually gain us anything and has a high maintenance load --- the
  8. ANSI C compiler works fine with K&R C. Adapted the rest of the system to
  9. build with the ANSI C compiler. Rewrote the pc86 syscall interface and added
  10. linux386 support, using the i386 code generator. Lots and lots of bugfixes
  11. and tweaks everywhere.
  12. 6.0pre1
  13. First working version of the 6.0 release stream. Working frontends: both C
  14. compilers, Pascal, Modula-2, Basic and Occam. Working backends: i86. Working
  15. platforms: pc86, the very noddy testbed setup that produces floppy disk
  16. images.