From: Ken A. <kan...@us...> - 2003-06-17 14:23:29
|
Update of /cvsroot/jscheme/jscheme/src/jsint In directory sc8-pr-cvs1:/tmp/cvs-serv10154/src/jsint Modified Files: Invoke.java SingleImporter.java WildImporter.java Log Message: Clean up SaxExp. Have public indent properly in define-class in emacs. SchemeException - fix printout as suggeted by Geoffrey. Invoke.java - use Boolean.TRUE instead of new Boolean(true). SingletonImporter, WildImporter - provide hashCode since we provide equals. |
From: Ken A. <kan...@us...> - 2003-06-30 16:51:41
|
Update of /cvsroot/jscheme/jscheme/src/elf/eopl2/jscheme In directory sc8-pr-cvs1:/tmp/cvs-serv29962 Modified Files: genwrite.scm Log Message: Print the procedure rather than #[procedure] when pretty printing. |
From: Ken A. <kan...@us...> - 2003-07-20 02:50:06
|
Update of /cvsroot/jscheme/jscheme/src/elf In directory sc8-pr-cvs1:/tmp/cvs-serv13821/elf Modified Files: iterate.scm Log Message: elf/iterate.scm: Tail recursive definition of flatten. Takes some thought to write. using/run.scm: Remove redundant version of flatten. |
From: Ken A. <kan...@us...> - 2003-07-20 02:50:06
|
Update of /cvsroot/jscheme/jscheme/src/using In directory sc8-pr-cvs1:/tmp/cvs-serv13821/using Modified Files: run.scm Log Message: elf/iterate.scm: Tail recursive definition of flatten. Takes some thought to write. using/run.scm: Remove redundant version of flatten. |
From: Ken A. <kan...@us...> - 2003-07-21 21:08:19
|
Update of /cvsroot/jscheme/jscheme/src/elf In directory sc8-pr-cvs1:/tmp/cvs-serv4607/src/elf Modified Files: sort.scm Log Message: Provide histogram for rusty and some small examples. |
From: Ken A. <kan...@us...> - 2003-07-22 18:08:48
|
Update of /cvsroot/jscheme/jscheme/src/elf In directory sc8-pr-cvs1:/tmp/cvs-serv9181/src/elf Modified Files: iterate.scm sort.scm Log Message: Fix tail recursive flatten, add some tests. |
From: Ken A. <kan...@us...> - 2003-07-22 18:08:48
|
Update of /cvsroot/jscheme/jscheme/src/jscheme In directory sc8-pr-cvs1:/tmp/cvs-serv9181/src/jscheme Modified Files: SchemeTests.scm Log Message: Fix tail recursive flatten, add some tests. |
From: Ken A. <kan...@us...> - 2003-07-23 17:50:10
|
Update of /cvsroot/jscheme/jscheme/src/using In directory sc8-pr-cvs1:/tmp/cvs-serv9146 Added Files: build.bash build.scm command.scm index.html Log Message: Add example of compiling and running a typical java application. |
From: Timothy J. H. <tim...@us...> - 2003-07-26 07:20:30
|
Update of /cvsroot/jscheme/jscheme/src/jscheme In directory sc8-pr-cvs1:/tmp/cvs-serv871/src/jscheme Modified Files: SchemeTests.scm Log Message: added jsint.Symbol.showJavaDotWarnings$ boolean flag, modified to jscheme/SchemeTests.scm to explain warnings, turned off JavaDot warnings during build of the compiler |
From: Timothy J. H. <tim...@us...> - 2003-07-26 12:34:24
|
Update of /cvsroot/jscheme/jscheme/src/build In directory sc8-pr-cvs1:/tmp/cvs-serv24875/src/build Modified Files: jscheme-bootstrap.scm Log Message: add calls to jsint.DynamicEnvironment.showJavaDotWarnings into src/build/jscheme-bootstrap.scm |
From: Timothy J. H. <tim...@us...> - 2003-07-26 13:11:02
|
Update of /cvsroot/jscheme/jscheme/src/jsint In directory sc8-pr-cvs1:/tmp/cvs-serv23990/src/jsint Modified Files: DynamicEnvironment.java Symbol.java Log Message: moved showJavaDotWarnings flag to DynamicEnvironments, where it belongs! |
From: Timothy J. H. <tim...@us...> - 2003-07-26 14:22:11
|
Update of /cvsroot/jscheme/jscheme/src/build In directory sc8-pr-cvs1:/tmp/cvs-serv23990/src/build Modified Files: jscheme-bootstrap.scm Log Message: moved showJavaDotWarnings flag to DynamicEnvironments, where it belongs! |
From: Timothy J. H. <tim...@us...> - 2003-07-26 14:39:29
|
Update of /cvsroot/jscheme/jscheme/src/jsint/compiler In directory sc8-pr-cvs1:/tmp/cvs-serv23990/src/jsint/compiler Modified Files: Compiler.scm Log Message: moved showJavaDotWarnings flag to DynamicEnvironments, where it belongs! |
From: Timothy J. H. <tim...@us...> - 2003-07-26 15:15:40
|
Update of /cvsroot/jscheme/jscheme/src/build In directory sc8-pr-cvs1:/tmp/cvs-serv871/src/build Modified Files: jscheme-bootstrap.scm Log Message: added jsint.Symbol.showJavaDotWarnings$ boolean flag, modified to jscheme/SchemeTests.scm to explain warnings, turned off JavaDot warnings during build of the compiler |
From: Timothy J. H. <tim...@us...> - 2003-07-26 19:18:35
|
Update of /cvsroot/jscheme/jscheme/src/using In directory sc8-pr-cvs1:/tmp/cvs-serv871/src/using Modified Files: Active.class Log Message: added jsint.Symbol.showJavaDotWarnings$ boolean flag, modified to jscheme/SchemeTests.scm to explain warnings, turned off JavaDot warnings during build of the compiler |
From: Timothy J. H. <tim...@us...> - 2003-07-26 20:18:29
|
Update of /cvsroot/jscheme/jscheme/src/jsint In directory sc8-pr-cvs1:/tmp/cvs-serv871/src/jsint Modified Files: Compile.scm Symbol.java Log Message: added jsint.Symbol.showJavaDotWarnings$ boolean flag, modified to jscheme/SchemeTests.scm to explain warnings, turned off JavaDot warnings during build of the compiler |
From: Ken A. <kan...@bb...> - 2003-07-28 20:23:14
|
At 08:19 AM 7/25/2003 -0700, Timothy John Hickey wrote: >Update of /cvsroot/jscheme/jscheme/src/jsint >In directory sc8-pr-cvs1:/tmp/cvs-serv871/src/jsint > >Modified Files: > Compile.scm Symbol.java >Log Message: >added jsint.Symbol.showJavaDotWarnings$ boolean flag, modified to jscheme/SchemeTests.scm to explain warnings, turned off JavaDot warnings during build of the compiler This handles the most common case of warning, where you want to load code before the classes it references are compiled. However, when you try to use a class that may not be compiled when you want to run it, you need to do something special, like check for the class or catch an exception. You also need to turn javadot warnings off. I've done this in using/run.scm for example. So the code is annoyingly ugly, in code that should be a good example of Jscheme code. I was going to recommend getting rid of the the warning altogether, but i'll just refactor this code. k |
From: Ken A. <kan...@us...> - 2003-07-30 13:52:49
|
Update of /cvsroot/jscheme/jscheme/src/using In directory sc8-pr-cvs1:/tmp/cvs-serv14785/src/using Modified Files: run.scm Log Message: Remove dependency on comparator which may not be there early in build process. |
From: Ken A. <kan...@us...> - 2003-07-30 13:55:17
|
Update of /cvsroot/jscheme/jscheme/src/jsint In directory sc8-pr-cvs1:/tmp/cvs-serv15283 Modified Files: DynamicEnvironment.java Log Message: Don't show javadot warnings by default. |
From: Ken A. <kan...@us...> - 2003-10-20 15:44:40
|
Update of /cvsroot/jscheme/jscheme/src/jsint In directory sc8-pr-cvs1:/tmp/cvs-serv21700/src/jsint Modified Files: InputPort.java U.java Log Message: elf/html.scm fix import. elf/sort.scm Add Kent Dybvig's merge sort. src/elf/eopl2/jscheme/psyntax-init.scm remove print. src/jsint/InputPort.java Use toNum() rathan new Integer(). |
From: Ken A. <kan...@us...> - 2003-10-20 15:49:54
|
Update of /cvsroot/jscheme/jscheme/src/elf/eopl2/jscheme In directory sc8-pr-cvs1:/tmp/cvs-serv21700/src/elf/eopl2/jscheme Modified Files: psyntax-init.scm Log Message: elf/html.scm fix import. elf/sort.scm Add Kent Dybvig's merge sort. src/elf/eopl2/jscheme/psyntax-init.scm remove print. src/jsint/InputPort.java Use toNum() rathan new Integer(). |
From: Ken A. <kan...@us...> - 2003-10-20 16:32:43
|
Update of /cvsroot/jscheme/jscheme/src/using In directory sc8-pr-cvs1:/tmp/cvs-serv21972 Removed Files: Active.class Log Message: Remove Active.class |
From: Ken A. <kan...@us...> - 2003-10-20 18:55:16
|
Update of /cvsroot/jscheme/jscheme/src/elf In directory sc8-pr-cvs1:/tmp/cvs-serv21700/src/elf Modified Files: html.scm sort.scm Log Message: elf/html.scm fix import. elf/sort.scm Add Kent Dybvig's merge sort. src/elf/eopl2/jscheme/psyntax-init.scm remove print. src/jsint/InputPort.java Use toNum() rathan new Integer(). |
From: Ken A. <kan...@us...> - 2003-10-20 21:46:16
|
Update of /cvsroot/jscheme/jscheme/src/jsint In directory sc8-pr-cvs1:/tmp/cvs-serv4380/src/jsint Modified Files: Scheme.java U.java Log Message: jscheme-init.scm - fix html. Scheme.java and U.java - some performance improvements. |
From: Ken A. <kan...@us...> - 2003-10-21 01:48:54
|
Update of /cvsroot/jscheme/jscheme/src/elf/eopl2/jscheme In directory sc8-pr-cvs1:/tmp/cvs-serv4380/src/elf/eopl2/jscheme Modified Files: jscheme-init.scm Log Message: jscheme-init.scm - fix html. Scheme.java and U.java - some performance improvements. |