|
|
@12416
|
15 years |
astalla |
Fixed lambda.nn test failures caused by errors in lambda inlining.
|
|
|
@12415
|
15 years |
ehuelsmann |
Rename class-file to abcl-class-file in anticipation of
a more …
|
|
|
@12414
|
15 years |
ehuelsmann |
Add function to retrieve a lisp byte array from a byte array output stream.
|
|
|
@12413
|
15 years |
ehuelsmann |
Use MACROLET to prevent code repetition.
|
|
|
@12412
|
15 years |
ehuelsmann |
Make format.lisp a lot more memory-efficient by replacing an array
…
|
|
|
@12411
|
15 years |
astalla |
Lambda call inlining: fixed nasty bug that made the compiler go into …
|
|
|
@12409
|
15 years |
astalla |
Rewriting of function calls with (lambda ...) as the operator to let* …
|
|
|
@12408
|
15 years |
ehuelsmann |
Fix an issue reported in September by Matthew Mondor to the ECL list …
|
|
|
@12407
|
15 years |
ehuelsmann |
Refer to autoloads.lisp from Autoload.java to explain the goal of …
|
|
|
@12405
|
15 years |
Mark Evenson |
Don't invoke the entire ABCL runtime just to get the version number …
|
|
|
@12402
|
15 years |
Mark Evenson |
Move abcl-test-lisp to ASDF packaging.
Change to ASDF packaging of …
|
|
|
@12401
|
15 years |
astalla |
Added a flag to local functions that tracks whether they need an …
|
|
|
@12400
|
15 years |
ehuelsmann |
Make NIL-as-a-symbol available for use for the compiler.
Shaves off …
|
|
|
@12399
|
15 years |
ehuelsmann |
Remove debugging cruft.
|
|
|
@12398
|
15 years |
ehuelsmann |
Move lambda-list analysis from runtime to compile time for compiled …
|
|
|
@12397
|
15 years |
vvoutilainen |
Fix MAKE-BROADCAST-STREAM.8.
|
|
|
@12396
|
15 years |
ehuelsmann |
Update trunk development version to 0.19.
|
|
|
@12395
|
15 years |
vvoutilainen |
Some patches to improve arglist display in Slime.
Patch by Matthias Hölzl.
|
|
|
@12394
|
15 years |
ehuelsmann |
Remove premature optimization: new array creation is faster than
…
|
|
|
@12393
|
15 years |
ehuelsmann |
Tell the compiler about some functions which don't require
clearing …
|
|
|
@12392
|
15 years |
ehuelsmann |
Move a constant definition from boot.lisp to Java,
as the precedent …
|
|
|
@12391
|
15 years |
ehuelsmann |
Prevent duplicate subclasses: only push new classes
not already …
|
|
|
@12390
|
15 years |
astalla |
Changed output-ugly-object to invoke print-object for Java objects, as …
|
|
|
@12381
|
15 years |
ehuelsmann |
Support disassembly of proxied functions.
|
|
|
@12380
|
15 years |
ehuelsmann |
Add internal DEFSTRUCT administration to the STREAM and SYSTEM-STREAM …
|
|
|
@12379
|
15 years |
astalla |
Fixed print-object for JavaObjects? to call writeToString() on the object.
|
|
|
@12378
|
15 years |
ehuelsmann |
Create a dependable reader dynamic environment.
|
|
|
@12377
|
15 years |
astalla |
Set the symbol for java-classes to the class name to allow to print …
|
|
|
@12376
|
15 years |
astalla |
Calling PRIN1-TO-STRING to print Lisp stack frames, so as to allow the …
|
|
|
@12375
|
15 years |
ehuelsmann |
Harmonize Symbol printing with what stream already does;
same for …
|
|
|
@12374
|
15 years |
ehuelsmann |
Simplify inspection of variables in (NetBeans?) debugger
by making …
|
|
|
@12373
|
15 years |
ehuelsmann |
Change parents of FUNDAMENTAL-STREAM in Gray streams.
Note: includes …
|
|
|
@12362
|
15 years |
vvoutilainen |
Make Stream extend StructureObject?, modify Stream derivatives
to set a …
|
|
|
@12361
|
15 years |
ehuelsmann |
Add setting the CPL of SYSTEM_STREAM.
|
|
|
@12360
|
15 years |
ehuelsmann |
Set initial ByteArrayOutputStream? buffer to 2048; the default 32 way …
|
|
|
@12358
|
15 years |
ehuelsmann |
Fix the stream Class Precedence Lists (CPLs) to include …
|
|
|
@12357
|
15 years |
ehuelsmann |
Change STREAM and its decendants to a structure class, from built-in,
…
|
|
|
@12356
|
15 years |
ehuelsmann |
Make LispClass?.addClass return the added class, for convenience.
|
|
|
@12355
|
15 years |
Mark Evenson |
Add missing documentation annotations (" ###") for Primitives.
|
|
|
@12353
|
15 years |
astalla |
Removed unchecked warning.
|
|
|
@12352
|
15 years |
astalla |
Have JavaObject?.javaInstance(c) complain if the wrapped object is null …
|
|
|
@12351
|
15 years |
astalla |
Fixed regression with JavaObject?.javaInstance(Class) and primitive types.
|
|
|
@12350
|
15 years |
astalla |
Added constructor.
|
|
|
@12345
|
15 years |
astalla |
Use of the "intended class" of an object before the actual class to …
|
|
|
@12344
|
15 years |
astalla |
Fixed loading of compressed FASLs (.abcl) from jar files when the FASL …
|
|
|
@12342
|
15 years |
vvoutilainen |
Convert LispErrors? to ProgramErrors?, convert a couple of asserts
to …
|
|
|
@12340
|
15 years |
ehuelsmann |
Fix symbol-macrolet expanding variables declared in
a lambda-list for …
|
|
|
@12339
|
15 years |
astalla |
Removed aggressive installation of preloaded functions that caused …
|
|
|
@12334
|
15 years |
astalla |
Added convenience constructors to Stream.
|
|
|
@12332
|
15 years |
astalla |
Small change in an exception message.
|
|
|
@12331
|
15 years |
astalla |
Cleanup in readFunctionBytes (Lisp.java), possibility to load compiled …
|
|
|
@12330
|
15 years |
ehuelsmann |
Fix ticket #77: incorrect encoding used for FASLs, by always using UTF-8.
|
|
|
@12329
|
15 years |
ehuelsmann |
More notes about potential codepoint conversion bugs.
|
|
|
@12328
|
15 years |
ehuelsmann |
Note a few codepoint to char conversions which are potential bugs.
|
|
|
@12327
|
15 years |
ehuelsmann |
Note 2 bugs in RandomAccessCharacterFile? so the fact doesn't get forgotten.
|
|
|
@12326
|
15 years |
ehuelsmann |
Performance improvement for ticket #76: slow swank fuzzy completion.
…
|
|
|
@12325
|
15 years |
ehuelsmann |
Create API for (SETF (STREAM-EXTERNAL-FORMAT ...) ...) from the lisp world.
|
|
|
@12324
|
15 years |
ehuelsmann |
In case a redefinition warning shouldn't be issued
if the function …
|
|
|
@12323
|
15 years |
ehuelsmann |
Implement setting of external format on a stream;
only supported on …
|
|
|
@12322
|
15 years |
ehuelsmann |
Follow up to r12321; changes resulting from more testing.
|
|
|
@12321
|
15 years |
ehuelsmann |
Fix ticket #75: infinite loop while writing unmappable
characters to …
|
|
|
@12320
|
15 years |
ehuelsmann |
Print StreamErrors? with a readable text,
even when created based on …
|
|
|
@12319
|
15 years |
ehuelsmann |
Fix line numbers from COMPILE-FILE being off.
Fixes ticket #71.
|
|
|
@12318
|
15 years |
ehuelsmann |
Remove trailing spaces/tabs which light my editing buffers red.
|
|
|
@12317
|
15 years |
ehuelsmann |
Change the properties of RandomAccessCharacterFile? to the standard ones.
|
|
|
@12316
|
15 years |
ehuelsmann |
Return the actual external format, instead of a default value
from …
|
|
|
@12315
|
15 years |
astalla |
Implemented (setf jfield).
|
|
|
@12314
|
15 years |
ehuelsmann |
Upon OutOfMemoryError? or StackOverflowError?, unwind the stack
to the …
|
|
|
@12313
|
15 years |
ehuelsmann |
Fix LOAD-TIME-VALUE instability introduced by r12306,
best seen as …
|
|
|
@12312
|
15 years |
ehuelsmann |
Add a function interface to test whether the interpreter
is already …
|
|
|
@12311
|
15 years |
ehuelsmann |
Followup to r12306: "unbreak" Slime, at least partially.
|
|
|
@12310
|
15 years |
ehuelsmann |
Implement note 1 from r12306: function preloading for macros.
|
|
|
@12309
|
15 years |
ehuelsmann |
Turn an inline named class name into a string constant.
|
|
|
@12306
|
15 years |
ehuelsmann |
Land fast-boot-preloading branch on trunk.
Note: things to do include …
|
|
|
@12304
|
15 years |
astalla |
Refinement: better error message when an applicable constructor cannot …
|
|
|
@12303
|
15 years |
astalla |
Extended the new smart behavior of jcall to jnew: (jnew class-name …
|
|
|
@12302
|
15 years |
astalla |
Applied Yoshinori Tahara's patch that allows jcall to invoke the …
|
|
|
@12299
|
15 years |
ehuelsmann |
Annotate some remaining "catch (Throwable" occurrences.
While at it: …
|
|
|
@12298
|
15 years |
ehuelsmann |
Full source scan of "catch (Throwable";
remove lots of instances, or …
|
|
|
@12291
|
15 years |
Mark Evenson |
Ant-based build process now records FASL source locations correctly.
…
|
|
|
@12290
|
15 years |
vvoutilainen |
Remove LispTrampolinesFile? and all references to it.
|
|
|
@12289
|
15 years |
vvoutilainen |
Add missing file.
|
|
|
@12288
|
15 years |
vvoutilainen |
Don't extend Lisp in LispObject, static import Lisp wherever …
|
|
|
@12287
|
15 years |
vvoutilainen |
Make LispObject.push() final.
|
|
|
@12286
|
15 years |
vvoutilainen |
LispObject.car() should use instanceof to check for nil,
as cdr() does.
|
|
|
@12285
|
15 years |
vvoutilainen |
Make NUMBERP/LISTP/etc. type query functions final in LispObject. …
|
|
|
@12284
|
15 years |
ehuelsmann |
Delete unused function (split-directory-components).
|
|
|
@12283
|
15 years |
ehuelsmann |
Fix logical pathname translation issue reported by Thomas Russ.
|
|
|
@12282
|
15 years |
ehuelsmann |
Fix PRINT-LEVEL.* tests all of which were related to
*PRINT-LEVEL* …
|
|
|
@12281
|
15 years |
ehuelsmann |
Fix a memory leak for objects-with-documentation going out of scope,
…
|
|
|
@12280
|
15 years |
ehuelsmann |
Fix special bindings in case a symbol is bound to its own value,
…
|
|
|
@12279
|
15 years |
ehuelsmann |
Make car()/cdr()/setCar()/setCdr()/EQ() non-virtual,
dispatching …
|
|
|
@12278
|
15 years |
ehuelsmann |
Add some loader process documentation.
|
|
|
@12276
|
15 years |
ehuelsmann |
Further reduce forced loading of files: TOPLEVEL will be loaded
when …
|
|
|
@12275
|
15 years |
ehuelsmann |
Switch special bindings access schema to mirror that of SBCL/CCL/XCL:
…
|
|
|
@12274
|
15 years |
ehuelsmann |
Convert some uses of LispObject to Symbol.
|
|
|
@12273
|
15 years |
ehuelsmann |
Set proper properties on newly added file.
|
|
|
@12272
|
15 years |
ehuelsmann |
Implement functional (declared final) interface to special bindings …
|
|
|
@12271
|
15 years |
ehuelsmann |
Add documentation to ControlTransfer? and inherit ThreadDestroyed? from …
|
|
|
@12256
|
15 years |
astalla |
Removed unnecessary ConditionThrowables?.
|
|
|