From: <ox-...@us...> - 2002-11-20 20:58:04
|
Update of /cvsroot/sheets/sheets/jars In directory sc8-pr-cvs1:/tmp/cvs-serv10540/jars Modified Files: bootstrap-sheets.jar ox.jar Log Message: Made some big stability improvements! This gets rid of the random exeptions that were coming from the completion support, and fixes some cases where completion did not work correctly. Another big change was the addition of a per-project classpath attribute that is currently used for completion, but will later be used for compilation as well. List of fixes: * Support for per-project classpath entries (used for completion now, and later compilation) * Fixed some bytecode completion omissions * Update the database to include new transient archival reference feature * Made byte code objects transient archival references * Modified PVector to properly handle transient archival references Index: bootstrap-sheets.jar =================================================================== RCS file: /cvsroot/sheets/sheets/jars/bootstrap-sheets.jar,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 Binary files /tmp/cvs1ITsFe and /tmp/cvsz6hbBn differ Index: ox.jar =================================================================== RCS file: /cvsroot/sheets/sheets/jars/ox.jar,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsWQhQsp and /tmp/cvs0gIuYF differ |