|
|
@13275
|
13 years |
ehuelsmann |
Fix the remainder of ticket #147: make sure we write proper-case …
|
|
|
@13274
|
13 years |
ehuelsmann |
Fix 147: *PRINT-CASE* setting affects COMPILE-FILE.
Found by Dan Corkill.
|
|
|
@13273
|
13 years |
astalla |
Correct support for custom slots definitions in MOP:
* class …
|
|
|
@13272
|
13 years |
Mark Evenson |
Fix pprint routines using SYS:OUTPUT-OBJECT to a GRAY-STREAM.
Correct …
|
|
|
@13271
|
13 years |
astalla |
Included changes to compile-system.lisp missing from previous commit. …
|
|
|
@13270
|
13 years |
astalla |
simple run-program implementation using the JRE ProcessBuilder? class.
|
|
|
@13269
|
13 years |
astalla |
Fix error message
|
|
|
@13267
|
13 years |
Mark Evenson |
Fix #146 so MAKE-PATHNAME uses :DIRECTORY argument even if NIL.
|
|
|
@13259
|
13 years |
astalla |
Java method resolution algorithm used by JCALL extracted to a method …
|
|
|
@13258
|
13 years |
Mark Evenson |
Update to ASDF-2.014.
|
|
|
@13257
|
13 years |
Mark Evenson |
Fix compilation of LOGAND for args that could possibly be nil.
Fixes …
|
|
|
@13256
|
13 years |
Mark Evenson |
The sharpsign backslash macro now understands \unnnn as an escape for …
|
|
|
@13255
|
13 years |
Mark Evenson |
Enable our GRAY-STREAMS implementation to work with flexi-streams.
…
|
|
|
@13253
|
13 years |
Mark Evenson |
Upgrade to asdf-2.013.
|
|
|
@13252
|
13 years |
vvoutilainen |
Revert the fix attempt for files with names like File::Foo::Bar.
It …
|
|
|
@13251
|
13 years |
ehuelsmann |
Set properties and correct attribution.
|
|
|
@13250
|
13 years |
ehuelsmann |
Close #138 by implementing a general post-finalization notification …
|
|
|
@13249
|
13 years |
ehuelsmann |
Revert r13248, "Close #138 by implementing finalizers on LispObject." …
|
|
|
@13248
|
13 years |
ehuelsmann |
Close #138 by implementing finalizers on LispObject derived objects.
|
|
|
@13247
|
13 years |
ehuelsmann |
Re #139, add autoloading of WeakReference? related symbols.
|
|
|
@13246
|
13 years |
ehuelsmann |
Fix #139 by adding weak object reference support.
|
|
|
@13245
|
13 years |
ehuelsmann |
Fix docstring annotation, replacing '=' by '-' in the symbol name.
|
|
|
@13244
|
13 years |
vvoutilainen |
Fix directory listings for files that have funny names
like …
|
|
|
@13243
|
13 years |
vvoutilainen |
This patch fixes
1) recursion with wild-inferiors for paths like …
|
|
|
@13241
|
13 years |
ehuelsmann |
Reduce the amount of code in our compiler by changing the way …
|
|
|
@13235
|
13 years |
ehuelsmann |
Increase trunk version number, now that the 0.25 release branch
has …
|
|
|
@13233
|
13 years |
ehuelsmann |
Fix an UNSAFE-P-REMOVAL regression: inadvertently a statement in …
|
|
|
@13230
|
13 years |
vvoutilainen |
Fix ticket #136: ABCL should allow DIRECTORY listings that don't …
|
|
|
@13229
|
13 years |
Mark Evenson |
Remove non-existing THREAD-LOCK and THREAD-UNLOCK from autoloads.
…
|
|
|
@13228
|
13 years |
astalla |
Fix incorrect elimination of named local functions declared inline …
|
|
|
@13227
|
13 years |
vvoutilainen |
Add --help documentation for --.
|
|
|
@13226
|
13 years |
vvoutilainen |
Fix ticket #128. This patch enables the use of -- as a parameter,
and …
|
|
|
@13222
|
13 years |
ehuelsmann |
Backport 'unsafe-p-removal' branch: this commit pushes back the …
|
|
|
@13221
|
13 years |
astalla |
Fix LispClass?.subclassp(LispObject) used by register-java-exception. …
|
|
|
@13220
|
13 years |
ehuelsmann |
Add REINITIALIZE-INSTANCE initargs cache.
|
|
|
@13219
|
13 years |
ehuelsmann |
Add caching to CHECK-INITARGS: cache sets of allowable initargs
per …
|
|
|
@13218
|
13 years |
ehuelsmann |
Replace algorithm in EXTRACT-LAMBDA-LIST-KEYWORDS to make a single …
|
|
|
@13217
|
13 years |
ehuelsmann |
Move checking for FORWARD-REFERENCED-CLASS superclasses from …
|
|
|
@13216
|
13 years |
ehuelsmann |
Fixes to checking initargs:
- Use only keyword arguments for the check …
|
|
|
@13215
|
13 years |
ehuelsmann |
Untabify.
|
|
|
@13214
|
13 years |
ehuelsmann |
Finalize subclasses as soon as a forward-referenced class gets defined …
|
|
|
@13213
|
13 years |
astalla |
Added Maven POM for deployment. Fixed a primitive class name in Java.java.
|
|
|
@13210
|
13 years |
ehuelsmann |
Reduce complexity of a test: no need to check initarg is not NIL,
NIL …
|
|
|
@13209
|
13 years |
ehuelsmann |
Add documentation to STD-SHARED-INITIALIZE and
add initarg checking to …
|
|
|
@13208
|
13 years |
ehuelsmann |
Add documentation.
|
|
|
@13207
|
13 years |
ehuelsmann |
Fix CHECK-INITARGS checking the wrong generic functions by
making it …
|
|
|
@13206
|
13 years |
ehuelsmann |
Simplify argument passing in CHECK-INITARGS.
|
|
|
@13205
|
13 years |
ehuelsmann |
Upon defining a forward referenced class, assign the …
|
|
|
@13204
|
13 years |
ehuelsmann |
FINALIZE-INHERITANCE (more) AMOP compatible.
|
|
|
@13203
|
13 years |
ehuelsmann |
Create ATOMIC-DEFGENERIC macro, in order to eliminate FMAKUNBOUND …
|
|
|
@13202
|
13 years |
ehuelsmann |
Add some documentation and indicate the direction to work on.
|
|
|
@13201
|
13 years |
ehuelsmann |
Rename STD-ALLOCATE-INSTANCE to %STD-ALLOCATE-INSTANCE,
creating …
|
|
|
@13200
|
13 years |
ehuelsmann |
Atomically swap generic functions into place of temporary
DEFUNs for …
|
|
|
@13197
|
13 years |
Mark Evenson |
Incorporate output of 'svnversion' into LISP-IMPLEMENTATION-VERSION.
…
|
|
|
@13196
|
13 years |
ehuelsmann |
Provide more context regarding the reason of autoloading.
Note: This …
|
|
|
@13195
|
13 years |
ehuelsmann |
Finalize CLASS and STANDARD-OBJECT, just like most (all?) others
in …
|
|
|
@13194
|
13 years |
ehuelsmann |
As a convenience-method: let BUILT-IN-CLASSes
report themselves as …
|
|
|
@13193
|
13 years |
ehuelsmann |
Revert r13190: Detect loops in autoloads and requires.
Note: This …
|
|
|
@13192
|
13 years |
ehuelsmann |
Signal an error containing the name of the class, when
the type of the …
|
|
|
@13191
|
13 years |
ehuelsmann |
Signal an error containing the name of the class, when
the type of the …
|
|
|
@13190
|
13 years |
ehuelsmann |
Detect loops in autoloads and requires (and remove some trailing …
|
|
|
@13189
|
13 years |
ehuelsmann |
Fix MACROEXPAND-ALL autoloader which should be loaded from 'format.lisp'.
|
|
|
@13188
|
13 years |
ehuelsmann |
Fix DEFSTRUCT trying to generate accessors named NIL.
Note: …
|
|
|
@13187
|
13 years |
ehuelsmann |
Fix #125: FASL reader should not convert symbol case [Qi FASL loading …
|
|
|
@13185
|
13 years |
ehuelsmann |
Fix #119: Incorrect dynamic environment for evaluation of :CLASS …
|
|
|
@13184
|
13 years |
ehuelsmann |
Enhance error messages for improved user friendlyness, as requested by …
|
|
|
@13183
|
13 years |
ehuelsmann |
Make sure we autoload FORMAT whenever we've booted far enough
and the …
|
|
|
@13182
|
13 years |
ehuelsmann |
Fix part of the error printing issues reported by Blake.
|
|
|
@13181
|
13 years |
ehuelsmann |
Increase autoload verbosity: include FASLs too (not only Java classes).
|
|
|
@13180
|
13 years |
ehuelsmann |
Remove redundant method.
|
|
|
@13179
|
13 years |
ehuelsmann |
Add comment on how to prevent a specialization of Condition.initialize().
|
|
|
@13178
|
13 years |
ehuelsmann |
Fix problem found by Blake McBride? while running SCONE.
Note: the …
|
|
|
@13156
|
13 years |
ehuelsmann |
Make 'getStatus()' public.
|
|
|
@13149
|
13 years |
astalla |
Keep sys::make-fasl-class-loader API compatible to avoid changing the …
|
|
|
@13148
|
13 years |
astalla |
Restored disassembly for compiled functions loaded from FASLs by …
|
|
|
@13147
|
13 years |
ehuelsmann |
Set the COMPILAND-%SINGLE-VALUED-P field after the full analysis of …
|
|
|
@13146
|
13 years |
ehuelsmann |
Add class documentation for recently added classes.
|
|
|
@13145
|
13 years |
ehuelsmann |
Comment why System.exit() is alright in the REPLConsole.java case.
|
|
|
@13144
|
13 years |
ehuelsmann |
Stabilize the new way of terminating ABCL.
|
|
|
@13143
|
13 years |
ehuelsmann |
Add IntegrityError? and ProcessingTerminated? error classes
and adjust …
|
|
|
@13142
|
13 years |
ehuelsmann |
Mark exit() invocations as FIXME. I'll address later.
|
|
|
@13141
|
13 years |
ehuelsmann |
Replace Lisp.exit() with System.exit() in REPLConsole; no functional …
|
|
|
@13140
|
13 years |
ehuelsmann |
Add missing subversion properties.
|
|
|
@13139
|
13 years |
ehuelsmann |
Adjust indenting and add a SuppressWarning? annotation.
|
|
|
@13138
|
13 years |
ehuelsmann |
Remove unused function.
|
|
|
@13137
|
13 years |
ehuelsmann |
Unbreak trunk compilation. We need the specialNames after all.
|
|
|
@13136
|
13 years |
ehuelsmann |
When a special bindings index has been assigned past the end
of the …
|
|
|
@13135
|
13 years |
astalla |
Revert to a reflection-based loading scheme for top-level compiled …
|
|
|
@13134
|
13 years |
ehuelsmann |
Make sure symbols which have been assigned a specialIndex
free their …
|
|
|
@13132
|
13 years |
ehuelsmann |
Fix: When deleting a package it remains on the usedByList of
the …
|
|
|
@13131
|
13 years |
ehuelsmann |
With 0.24.x branched, increase trunk/ version number.
|
|
|
@13125
|
13 years |
Mark Evenson |
Upgrade to ASDF-2.012.
|
|
|
@13120
|
13 years |
ehuelsmann |
Improve parent/child block relationship tracking;
Improve …
|
|
|
@13119
|
13 years |
ehuelsmann |
Fix ANSI-TEST regressions from r13096:
Arrays with an element-type …
|
|
|
@13118
|
13 years |
ehuelsmann |
Put the transformed INITFORM back into form being transformed.
|
|
|
@13117
|
13 years |
ehuelsmann |
Fix #117: Workaround for the fact that we shouldn't be doing
UNSAFE-P …
|
|
|
@13116
|
13 years |
ehuelsmann |
Remove layering violation from compiler-pass2::p2-setq;
there should …
|
|
|
@13115
|
13 years |
ehuelsmann |
Add SOME-NESTED-BLOCK function to work with hierarchical block structures.
|
|
|
@13114
|
13 years |
ehuelsmann |
Register each node being created with its parent.
A parent is always …
|
|
|
@13113
|
13 years |
ehuelsmann |
Finalize renaming JNULL_REF to JNULL_REF_P.
|
|
|