~ chicken-core (chicken-5) c2b925a47c048811aca694a3e2e704b3e3213d20
commit c2b925a47c048811aca694a3e2e704b3e3213d20 Merge: e9956349 0d7d4dec Author: felix <felix@call-with-current-continuation.org> AuthorDate: Mon Jan 4 09:15:48 2010 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Mon Jan 4 09:15:48 2010 +0100 Merge branch 'master' of ssh://galinha.ucpel.tche.br/~/chicken-core diff --cc rules.make index e7a4446b,9e6c7b7a..ed75fe3d --- a/rules.make +++ b/rules.make @@@ -1229,9 -1248,9 +1240,9 @@@ distfiles: library.c eval.c expand.c ch ulibrary.c ueval.c udata-structures.c uports.c ufiles.c uextras.c ulolevel.c \ uutils.c utcp.c usrfi-1.c usrfi-4.c usrfi-13.c usrfi-14.c \ usrfi-18.c usrfi-69.c uposixunix.c uposixwin.c uregex.c \ - chicken-profile.c chicken-install.c chicken-uninstall.c chicken-status.c chicken-setup.c \ + chicken-profile.c chicken-install.c chicken-uninstall.c chicken-status.c \ csc.c csi.c chicken.c batch-driver.c compiler.c optimizer.c \ - compiler-syntax.c scrutinizer.c support.c \ + compiler-syntax.c scrutinizer.c unboxing.c support.c \ c-platform.c c-backend.c chicken-bug.c $(IMPORT_LIBRARIES:=.import.c) dist: distfiles @@@ -1278,9 -1297,9 +1289,9 @@@ spotless: distclean testclea ulibrary.c ueval.c udata-structures.c uports.c ufiles.c uextras.c ulolevel.c \ uutils.c utcp.c usrfi-1.c usrfi-4.c usrfi-13.c usrfi-14.c \ usrfi-18.c usrfi-69.c uposixunix.c uposixwin.c uregex.c chicken-profile.c chicken-bug.c \ - csc.c csi.c chicken-install.c chicken-setup.c chicken-uninstall.c chicken-status.c \ + csc.c csi.c chicken-install.c chicken-uninstall.c chicken-status.c \ chicken.c batch-driver.c compiler.c optimizer.c compiler-syntax.c \ - scrutinizer.c support.c \ + scrutinizer.c support.c unboxing.c \ c-platform.c c-backend.c chicken-boot$(EXE) setup-api.c setup-download.c \ $(IMPORT_LIBRARIES:=.import.c)Trap