cvs commit: hugs98/src Makefile.in MkInstal.in connect.h hugs.c input.c interns.c server.c static.c type.c hugs98/src/unix configure.in

ross@glass.cse.ogi.edu ross@glass.cse.ogi.edu
Mon, 9 Dec 2002 16:00:38 -0800


  Modified files:
    src                  Makefile.in MkInstal.in connect.h hugs.c 
                         input.c interns.c server.c static.c 
                         type.c 
    src/unix             configure.in 
  Log:
  Disable the old library setup, as a first step to deleting it.
  
  * the new setup includes compatibility stubs for the old modules.
  
  * +/-N is still recognized, but it doesn't do anything.
  
  * --with-fptools is now mandatory (that's where Prelude is).
  
  Revision  Changes    Path
  1.29      +1 -7      hugs98/src/Makefile.in
  1.28      +3 -28     hugs98/src/MkInstal.in
  1.55      +2 -3      hugs98/src/connect.h
  1.111     +23 -99    hugs98/src/hugs.c
  1.57      +3 -4      hugs98/src/input.c
  1.8       +3 -3      hugs98/src/interns.c
  1.25      +3 -4      hugs98/src/server.c
  1.129     +5 -5      hugs98/src/static.c
  1.59      +5 -5      hugs98/src/type.c
  1.50      +6 -12     hugs98/src/unix/configure.in