Timeline



05/24/09:

12:28 Changeset [11950] by ehuelsmann
Remove index.shtml sections which are now addressed elsewhere. Update …
12:09 Changeset [11949] by ehuelsmann
Move more from the front page to the FAQ. Update the headers.
09:59 Changeset [11948] by vvoutilainen
Mailing list link for bug reporting faq.
09:53 Changeset [11947] by ehuelsmann
Update index and FAQ staging pages.
09:35 Changeset [11946] by vvoutilainen
Point ant main link to ant main page.
09:23 Changeset [11945] by vvoutilainen
Download link for ant, and a direct one for our current preferred version.
09:06 Changeset [11944] by ehuelsmann
Add links.
09:01 Changeset [11943] by vvoutilainen
Use ABCL or Armed Bear Common Lisp, not Armed Bear CL.
08:59 Changeset [11942] by vvoutilainen
Slight rephrasing of the effect of the Classpath exception.
08:47 Changeset [11941] by ehuelsmann
Start moving links from "below" to "up there".

05/23/09:

22:44 Changeset [11940] by astalla
Fixed a bug in interpreted let* and do*: the environment used for …
21:45 Changeset [11939] by ehuelsmann
Commit further progress.
20:45 Changeset [11938] by ehuelsmann
Publish discussion again.
20:33 Changeset [11937] by ehuelsmann
Commit progress after discussion with Ville.
17:52 Changeset [11936] by ehuelsmann
Further progress on the website (still staging).
17:15 Changeset [11935] by vvoutilainen
Patches to make the branch build. It doesn't run yet, there's a Thread …
10:53 Changeset [11934] by ehuelsmann
Add a link to trigger an update.
10:43 Changeset [11933] by ehuelsmann
XHTML validity.
09:46 Changeset [11932] by ehuelsmann
Work-in-progress commit.
09:40 Changeset [11931] by ehuelsmann
Create staging area for website.

05/22/09:

21:46 Changeset [11930] by ehuelsmann
Add documentation on the website as provided by Phil Berry (2009pb at …
20:18 Changeset [11929] by ehuelsmann
Add properties.
19:45 Changeset [11928] by ehuelsmann
Update CHANGES with all work currently on trunk/.
18:17 Changeset [11927] by ehuelsmann
Merge 2 consecutive WHEN blocks with the same condition; remove the …
18:04 Changeset [11926] by ehuelsmann
Compilation of functions with a non-null lexical environment part 2 …
10:06 Changeset [11925] by ehuelsmann
Add reasoning related to variable-environment and the closure-array.
08:37 Changeset [11924] by ehuelsmann
Implement compilation of closures with non-empty lexical environments …
05:51 Changeset [11923] by ehuelsmann
Our input is already preprocessed. Don't do it again. (Eliminated in …

05/21/09:

21:39 Changeset [11922] by ehuelsmann
Simplify COMPILE-1.
21:29 Changeset [11921] by ehuelsmann
COMPILE-DEFUN: pass the environment argument to pass the environment …
21:16 Changeset [11920] by ehuelsmann
Enable precompilation of functions in a non-null lexical environment, …
20:25 Changeset [11919] by ehuelsmann
Separate the precompiler and the file compiler by giving each its own …
19:43 Changeset [11918] by ehuelsmann
With my improved understanding of the autoloader, mark COMPILE with "jvm".
17:52 Changeset [11917] by ehuelsmann
In compiler macro FUNCALL: When in need of an environment, get it …
17:22 Changeset [11916] by ehuelsmann
Indenting adjustments.
17:14 Changeset [11915] by ehuelsmann
Reuse available infrastructure in Environment, instead of keeping …
14:05 Changeset [11914] by ehuelsmann
Remove trailing spaces.
11:22 Changeset [11913] by ehuelsmann
Make sure the precompiler shadows symbol macros if there are …
10:19 Changeset [11912] by ehuelsmann
Remove unused variable *LOCAL-FUNCTIONS-AND-MACROS*.

05/20/09:

22:49 Changeset [11911] by ehuelsmann
Followup to last commit.
22:48 Changeset [11910] by ehuelsmann
In JVM-COMPILE, don't setf the DEFINITION which breaks its use further …
22:23 Changeset [11909] by ehuelsmann
No longer make JVM-COMPILE appear as an external symbol.
22:22 Changeset [11908] by ehuelsmann
COMPILE has moved from "jvm" to "compiler-pass2".
22:20 Changeset [11907] by ehuelsmann
Move the COMPILE block down from its dependencies.
22:18 Changeset [11906] by ehuelsmann
Remove rt.lisp: It refers to lots of files from the ANSI tests which …
21:12 Changeset [11905] by ehuelsmann
Move COMPILE from jvm.lisp to compiler-pass2.lisp; Move …
20:54 Changeset [11904] by ehuelsmann
Followup to r11901: better mirror the old behaviour.
20:50 Changeset [11903] by ehuelsmann
Factor out common function definition replacement from PRE::PRECOMPILE …
20:20 Changeset [11902] by ehuelsmann
Add documentation for a variable.
20:17 Changeset [11901] by ehuelsmann
In an effort to understand what's going on: Consolidate …

05/19/09:

19:52 Changeset [11900] by ehuelsmann
Add comment to *in-jvm-compile* variable.
19:50 Changeset [11899] by ehuelsmann
Add structure slot and variable documentation.

05/18/09:

21:21 Changeset [11898] by ehuelsmann
Revert r11892 and r11896 because they keep causing breakage in …
21:16 Changeset [11897] by astalla
Initial attempt at JNLP - Java Web Start. This currently needs full …
20:28 Changeset [11896] by ehuelsmann
Followup to r11892: use the field class too when caching, the caller …
19:51 Changeset [11895] by astalla
Branching from trunk at revision 11894
19:37 Changeset [11894] by astalla
Fixed function evaluation using invokeFunction. It was broken since …
18:02 Changeset [11893] by ehuelsmann
As per Ville's request, upload the progress with respect to the …

05/17/09:

14:38 Changeset [11892] by ehuelsmann
Re-use fields of objects declared previously within the same class …
13:17 Changeset [11891] by ehuelsmann
Add docstring and reindent DECLARE-OBJECT.
13:16 Changeset [11890] by vvoutilainen
Don't repeat class names in p2-compiland, convert cond to if.
11:36 Changeset [11889] by vvoutilainen
Remove CompiledFunction?, we don't need it.
06:13 Changeset [11888] by ehuelsmann
Fix DISASSEMBLE.5: CompiledClosure? should return T when asked if it's …

05/16/09:

20:06 Changeset [11887] by ehuelsmann
Create a branch to remove most of the n-ary execute() functions.
19:31 Changeset [11886] by ehuelsmann
Mixed p2-compiland cleanup.
19:03 Changeset [11885] by ehuelsmann
p2-compiland cleanup.
18:02 Changeset [11884] by ehuelsmann
Update FASL version to 31 after the last incompatible changes.
17:59 Changeset [11883] by ehuelsmann
Remove CompiledClosure?; Rename ClosureTemplateFunction? to …
16:44 Changeset [11882] by ehuelsmann
Remove the last of the _execute() methods: By loading the closure …
09:24 Changeset [11881] by ehuelsmann
Stop using CompiledClosure? as a proxy for ClosureTemplateFunctions?: …
09:02 Changeset [11880] by ehuelsmann
Remove the KIND slot from the COMPILAND structure: ever since we …
07:26 Changeset [11879] by ehuelsmann
Reindenting for width < 80.
07:26 Changeset [11878] by ehuelsmann
Add structure slot documentation.

05/15/09:

20:45 Changeset [11877] by ehuelsmann
Remove obsolete commented out code, more reindenting < 80 columns.
20:43 Changeset [11876] by ehuelsmann
Reindent < 80 columns.
20:20 Changeset [11875] by ehuelsmann
FLET doesn't do variables anymore, remove remnants in P2-FLET.
20:18 Changeset [11874] by ehuelsmann
P2-FLET and P2-LABELS: Use COMPILE-PROGN-BODY instead of reinventing …
19:32 Changeset [11873] by ehuelsmann
Don't use local function variables for FLET, not even in case of …
19:16 Changeset [11872] by ehuelsmann
The TEMP-REGISTER slot has been removed, these FIXMEs don't apply anymore.
19:09 Changeset [11871] by ehuelsmann
Indenting < 80 columns.
17:19 Changeset [11870] by ehuelsmann
Remove the TEMP-REGISTER slot from the VARIABLE-INFO structure: it's …
11:58 Changeset [11869] by ehuelsmann
Remove unused variable-info structure slot (RESERVED-REGISTER).
10:20 Changeset [11868] by ehuelsmann
Replace string literals with constants.
09:35 Changeset [11867] by ehuelsmann
Delete merged branch.
09:30 Changeset [11866] by ehuelsmann
Finish closure fixes by merging the branch to the trunk.
09:20 Changeset [11865] by ehuelsmann
Create new closure arrays when creating new closures. This prevents …
07:36 Changeset [11864] by ehuelsmann
Duplicate closure arrays if the compiland defines bindings of itself: …

05/14/09:

20:52 Changeset [11863] by ehuelsmann
Initialize the closure slots with a binding, so that we won't need to …
20:00 Changeset [11862] by ehuelsmann
Fix stack ordering problems introduced when creating closure bindings.
18:17 Changeset [11861] by ehuelsmann
Work in progress on changing the closure array over from variables to …
18:12 Changeset [11860] by ehuelsmann
Create a place to store my work in progress.

05/13/09:

19:07 Changeset [11859] by astalla
Corrected previous commit: JProxy uses APPLY and not FUNCALL.
18:52 Changeset [11858] by astalla
JProxy now uses funcall instead of function.execute(LispObject[]). …

05/12/09:

20:31 JavaScriptingAPI edited by astalla
(diff)

05/11/09:

21:38 Changeset [11857] by ehuelsmann
P2-COMPILAND: Code re-ordering and merging of blocks with the same …
21:16 JavaScriptingAPI edited by astalla
(diff)
21:13 JavaScriptingAPI edited by astalla
(diff)
21:12 Changeset [11856] by astalla
* loading: added a new primitive sys::load-returning-last-result …
21:12 JavaScriptingAPI edited by astalla
(diff)
20:32 Changeset [11855] by ehuelsmann
Further simplification of the little planet that's called P2-COMPILAND.
19:40 Changeset [11854] by ehuelsmann
P2-COMPILAND: baby step at cleaning up for readability.

05/10/09:

21:21 Changeset [11853] by ehuelsmann
Restore closure variables from their saved values, in case of a …
11:47 Changeset [11852] by vvoutilainen
Combine derive-type flets into a helper function.

05/09/09:

20:05 Changeset [11851] by ehuelsmann
Local transfer of control with environment restoration efficiency: …
18:33 Changeset [11850] by ehuelsmann
p1-lambda: Rewrite the lambda list before bailing out, instead of …
18:07 Changeset [11849] by ehuelsmann
Change compiler warning to include action taken (undefined variable, …
18:01 Changeset [11848] by ehuelsmann
Eliminate style warnings for variables LOCALLY DECLAREd SPECIAL, by …
00:15 Changeset [11847] by vvoutilainen
Clean up duplication for environment restoration and handlers.

05/08/09:

21:54 Changeset [11846] by vvoutilainen
Yet another cleanup for p2-list/list*. 1) use pop instead of nbutlast …
21:52 Changeset [11845] by ehuelsmann
Use WITH-SAVED-COMPILER-POLICY in COMPILE-FILE.
21:11 Changeset [11844] by vvoutilainen
More list/list* cleanup, also don't use default nil values for my …
21:09 Changeset [11843] by ehuelsmann
Reflow PROCESS-TOPLEVEL-FORM in order to make more lines meet our …
19:31 Changeset [11842] by ehuelsmann
Re-order p2-block-node, to make more clear what the COND was actually …
18:58 Changeset [11841] by ehuelsmann
Simplify PROCESS-DEFCONSTANT; the only thing the code we're removing …
17:30 Changeset [11840] by vvoutilainen
Clean up p2-list*.

05/07/09:

22:01 Changeset [11839] by astalla
Fixed compilation with temp files with JSR-223. Refactoring of …
18:01 Changeset [11838] by ehuelsmann
Remove code handling JSR/RET instructions.

05/06/09:

20:39 Changeset [11837] by ehuelsmann
Fix ticket #21 finally: JVM stack inconsistency error on inlining …
18:52 Changeset [11836] by ehuelsmann
Support the #\Escape character. Patch by: Eric Marsden (eric marsden …
18:34 Changeset [11835] by vvoutilainen
Combine check-arg-count and check-min-args with a format recipe and an …

05/05/09:

22:01 Changeset [11834] by astalla
Relaxed type checking when invoking Java methods from Lisp, as …
21:42 Changeset [11833] by ehuelsmann
Special bindings fixes: compiler-pass1.lisp: set …
17:22 Changeset [11832] by vvoutilainen
Cleanup for saving/restoring dynamic environment.
06:36 Changeset [11831] by ehuelsmann
P2: Parse and publicize free specials in FLET/LABELS bodies …

05/04/09:

21:07 Changeset [11830] by ehuelsmann
Make free specials visible in p2-locally and p2-m-v-b.
19:43 Changeset [11829] by ehuelsmann
Simplify p1-compiland and p2-compiland. Create a new 'free-specials' …

05/03/09:

21:43 Changeset [11828] by ehuelsmann
Use the fact that tags have lexical scope: if they're not used, don't …
21:00 Changeset [11827] by ehuelsmann
P2-CATCH: Do what we do in P1-CATCH, which is binding the CATCH block …
20:12 Changeset [11826] by ehuelsmann
Add documentation to the fields in the TAG structure.
19:50 Changeset [11825] by ehuelsmann
Compilation P1: * Set up a CATCH block before processing the subforms. …
19:27 Changeset [11824] by vvoutilainen
Get rid of Primitive[012]R, we don't truly need it. Also increment …
19:01 Changeset [11823] by ehuelsmann
Revert r11814 (fix for stack inconsistencies), because it breaks in …
13:03 Changeset [11822] by ehuelsmann
Followup to r11818: Fix block-requires-non-local-exit-p.
12:19 Changeset [11821] by ehuelsmann
Be more exact on determining 'being enclosed by a block which sets (= …
10:10 Changeset [11820] by ehuelsmann
Make local GO restore the environment of the TAGBODY, in case it jumps …
08:46 Changeset [11819] by ehuelsmann
Small refactoring: introduce a centralized definition of "enclosed by …
08:07 Changeset [11818] by ehuelsmann
Harmonize the concept of 'block needing non-local-exit' by …
06:10 Changeset [11817] by ehuelsmann
A little bit of reindenting; making some lines < 80

05/02/09:

22:06 Changeset [11816] by ehuelsmann
Selectively clear values in UNWIND-PROTECT: don't clear if the …
21:42 Ticket #21 (Compilation failure from stack inconsistency) closed by ehuelsmann
fixed: Looking at …
20:40 Changeset [11815] by ehuelsmann
Be sure to decode URL.getPath() results before using it as paths. …
20:14 Changeset [11814] by ehuelsmann
Resolve part 1 of ticket #21: Don't use JSR and RET JVM instructions. …
19:36 Changeset [11813] by ehuelsmann
Fix building in a path with spaces. Found by: Mark Tarver Fixes: …

05/01/09:

21:40 Changeset [11812] by ehuelsmann
Followup to r11810: revert it and use a different strategy which works …
20:43 Changeset [11811] by ehuelsmann
Add documentation as to why we do what we were doing.
20:40 Changeset [11810] by ehuelsmann
Fix file compilation with :output-file parameter compiling code which …
19:26 Changeset [11809] by ehuelsmann
Use a single routine to calculate the classfile pathname in two places.

04/30/09:

21:23 Ticket #56 (Eliminate use of temporary files in COMPILE-FILE) created by ehuelsmann
The functions COMPILE and COMPILE-FILE use temporary files for the …
20:42 Ticket #40 (Non-constant function-argument initforms) closed by ehuelsmann
fixed: Fixed by rewriting the lambda list into a series of let* forms, using …
19:50 Ticket #1 (Website improvements for 0.13) closed by ehuelsmann
fixed: Some of it has been done.
19:49 Ticket #37 (The Lisp based build system should be aligned with build.xml) closed by ehuelsmann
fixed
06:47 Changeset [11808] by ehuelsmann
Fix exporting symbol in a different package than the current one. …
06:20 Changeset [11807] by ehuelsmann
Follow-up on r11802: only put declarations which are explicitly about …
06:13 Changeset [11806] by ehuelsmann
Remove compiler warning about non-constant initforms: we support them now!
06:03 Changeset [11805] by ehuelsmann
Stop rewriting the lambda list in the precompiler; we've decided this …

04/29/09:

22:00 Changeset [11804] by ehuelsmann
LET/LET* bindings can be (in case of a CONS) of length 1 or 2 (not only 2).
21:57 Changeset [11803] by ehuelsmann
Always rewrite &aux vars, even if there are no vars after &aux: the …
21:46 Changeset [11802] by ehuelsmann
Rename maybe-rewrite-aux-vars -> rewrite-aux-vars.
21:45 Changeset [11801] by ehuelsmann
Compensate for the fact that we're no longer rewriting &aux vars …
20:55 Changeset [11800] by ehuelsmann
Rewrite aux vars in case of FLET and LABELS too.
20:50 Changeset [11799] by ehuelsmann
Check LET/LET* and &AUX bindings validity. Also fixes an incorrectly …
19:49 Changeset [11798] by ehuelsmann
Remove the use of XEPs (eXternal Entry Points) which were optimizing …
19:11 Changeset [11797] by ehuelsmann
Fix the build. Removal of &aux variables rewriting broke it.
17:27 Changeset [11796] by ehuelsmann
Move &AUX vars argument list rewriting from the preprocessor to the …
10:16 Changeset [11795] by Mark Evenson
Ant-based build works again, fixing error introduced in r11792

04/28/09:

21:09 Changeset [11794] by ehuelsmann
Precompile lambda-list initforms.
20:24 Changeset [11793] by vvoutilainen
Combine load/store resolvers.
19:38 Changeset [11792] by vvoutilainen
Little combination fix for pool-long and pool-double.
18:43 Changeset [11791] by astalla
Added autoload for system::%float-bits. Its absence prevented Slime …

04/27/09:

21:27 Changeset [11790] by ehuelsmann
Remove a NIL block which doesn't seem to matter. Since we add named …
21:10 Changeset [11789] by vvoutilainen
Tiny cleanup to invocations of compile-xep.
20:24 Changeset [11788] by ehuelsmann
Rewriting version 2: cleaner code and rewrite SUPPLIED-P parameters too.

04/26/09:

07:12 Changeset [11787] by ehuelsmann
Remove accidentally committed code. Do some re-indenting elsewhere.
07:08 Changeset [11786] by ehuelsmann
Add support for non-constant initforms on functions. This fixes …
06:58 Changeset [11785] by ehuelsmann
Add ignore declaration on unused argument.
06:49 Changeset [11784] by ehuelsmann
Add a function which seems to be missing in our sources (MISSING-ARG).

04/25/09:

14:19 Changeset [11783] by ehuelsmann
Fix fasl reader special bindings leak. * Bind the …
05:56 Changeset [11782] by ehuelsmann
Remove code duplication.
05:42 Changeset [11781] by ehuelsmann
Instead of interning symbols over and over, use the ones already interned.

04/24/09:

19:51 Changeset [11780] by ehuelsmann
Clean up the known symbols cache: * instead of returning only the …
12:34 Changeset [11779] by Mark Evenson
Fix broken ansi-interpreted test invocation.
Note: See TracTimeline for information about the timeline view.