ross 2002/12/09 16:00:38 PST Sender: cvs-hugs-admin@haskell.org Errors-To: cvs-hugs-admin@haskell.org X-BeenThere: cvs-hugs@haskell.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: <mailto:cvs-hugs-request@haskell.org?subject=help> List-Post: <mailto:cvs-hugs@haskell.org> List-Subscribe: <http://www.haskell.org/mailman/listinfo/cvs-hugs>, <mailto:cvs-hugs-request@haskell.org?subject=subscribe> List-Id: Hugs CVS commit messages <cvs-hugs.haskell.org> List-Unsubscribe: <http://www.haskell.org/mailman/listinfo/cvs-hugs>, <mailto:cvs-hugs-request@haskell.org?subject=unsubscribe> List-Archive: <http://www.haskell.org/pipermail/cvs-hugs/> 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