|
|
@12497
|
15 years |
vvoutilainen |
Consolidate string equality comparisons.
|
|
|
@12496
|
15 years |
vvoutilainen |
Consolidate case-sensitive/insensitive comparisons.
|
|
|
@12495
|
15 years |
vvoutilainen |
Use sane names for parameters.
|
|
|
@12494
|
15 years |
vvoutilainen |
Don't use StringBuilder? for StringFunctions? that can use arraycopy …
|
|
|
@12493
|
15 years |
vvoutilainen |
1) do the param checking for all functions
2) with the consolidated …
|
|
|
@12492
|
15 years |
Mark Evenson |
Revert r12490.
ABCL system Lisp should not break the abstraction …
|
|
|
@12491
|
15 years |
Mark Evenson |
DIRECTORY works for (some) jar:file cases.
Doesn't handle JAR in JAR …
|
|
|
@12490
|
15 years |
vvoutilainen |
More cleanups, introduce a function for adjusting return values
when a …
|
|
|
@12489
|
15 years |
vvoutilainen |
1) implement string-greaterp in terms of string-lessp
2) implement …
|
|
|
@12488
|
15 years |
vvoutilainen |
1) remove copy-paste code, consolidate index and char array extraction …
|
|
|
@12486
|
15 years |
Mark Evenson |
Fix a couple of bugs in PATHNAME; reindent primitives.
Restablish …
|
|
|
@12485
|
15 years |
Mark Evenson |
Allow pathnames for filenames starting with "." to have TYPE.
|
|
|
@12484
|
15 years |
Mark Evenson |
Fix bug in loading fasls with "." in NAME of pathname.
Perform the …
|
|
|
@12481
|
15 years |
ehuelsmann |
Merge 'metaclass' branch, making STANDARD-CLASS have slots to
be …
|
|
|
@12478
|
15 years |
ehuelsmann |
loadCompiledFunction is deprecated, so rewrite to eliminate its use.
|
|
|
@12474
|
15 years |
vvoutilainen |
Reindentation.
|
|
|
@12473
|
15 years |
vvoutilainen |
Stack friendliness.
|
|
|
@12472
|
15 years |
vvoutilainen |
Reindentation.
|
|
|
@12471
|
15 years |
vvoutilainen |
Stack friendliness.
|
|
|
@12469
|
15 years |
Mark Evenson |
Ensure that FILE-ERROR always has a value for PATHNAME.
Fixes ANSI …
|
|
|
@12461
|
15 years |
ehuelsmann |
In the category of making things readable:
readable class cast …
|
|
|
@12460
|
15 years |
vvoutilainen |
Reindentation.
|
|
|
@12459
|
15 years |
vvoutilainen |
Stack friendliness.
|
|
|
@12458
|
15 years |
vvoutilainen |
More stack-friendly SpecialOperators?.
|
|
|
@12457
|
15 years |
vvoutilainen |
Reindentation.
|
|
|
@12456
|
15 years |
vvoutilainen |
Stack-friendly SpecialOperators?.
|
|
|
@12454
|
15 years |
vvoutilainen |
Reindentation.
|
|
|
@12453
|
15 years |
vvoutilainen |
Make Primitives stack-friendly.
|
|
|
@12451
|
15 years |
Mark Evenson |
Fix for ZipException? under interpreted ANSI tests.
Check that the …
|
|
|
@12450
|
15 years |
Mark Evenson |
Collect unprocessed command-line arguments in …
|
|
|
@12448
|
15 years |
Mark Evenson |
Remove potentially present ZipCache? files entries on DELETE-FILE and …
|
|
|
@12447
|
15 years |
Mark Evenson |
REQUIRE now searches for ASDF systems.
If ASDF is loaded via (REQUIRE …
|
|
|
@12446
|
15 years |
Mark Evenson |
Correct copyright.
|
|
|
@12445
|
15 years |
Mark Evenson |
Set SVN properties.
|
|
|
@12443
|
15 years |
ehuelsmann |
Revert r12425: it broke trunk in a way not quickly fixed.
Work to …
|
|
|
@12441
|
15 years |
Mark Evenson |
Return of the ZipCache? now using last modified time.
Treat jars as …
|
|
|
@12440
|
15 years |
Mark Evenson |
Documentation updates and conversion to stack trace friendly Primitive …
|
|
|
@12437
|
15 years |
ehuelsmann |
CHAR-CODE-LIMIT is the upper *exclusive* limit.
Found by: Paul Griffioen
|
|
|
@12436
|
15 years |
vvoutilainen |
Fix describe formatting, there was a missing newline. Problem
reported …
|
|
|
@12435
|
15 years |
Mark Evenson |
Turn off all caching of JAR entries as it inhibited reloading FASLs.
…
|
|
|
@12432
|
15 years |
Mark Evenson |
Revert to r12425 for clos.lisp (which is broken under ANSI tests).
…
|
|
|
@12431
|
15 years |
Mark Evenson |
Replace FastStringBuffer? with java.lang.StringBuilder?.
Phil Hudson …
|
|
|
@12429
|
15 years |
Mark Evenson |
Correct svn:eol-style and svn:keywords.
|
|
|
@12428
|
15 years |
astalla |
Corrected bugs: inline declaration for local functions was ignored as …
|
|
|
@12427
|
15 years |
Mark Evenson |
Fix ClassCastException? occuring when LOAD from streams.
|
|
|
@12426
|
15 years |
Mark Evenson |
ABCL packed FASLS no longer have to end in ".abcl".
The requirement …
|
|
|
@12425
|
15 years |
ehuelsmann |
No longer ignore the METACLASS defclass option;
instead act on it …
|
|
|
@12422
|
15 years |
Mark Evenson |
Extensively reworked new implementation for specifiying jar pathnames. …
|
|
|
@12421
|
15 years |
astalla |
Missing file from previous commit.
|
|
|
@12420
|
15 years |
astalla |
Tentative inlining of named local function with complex lambda lists; …
|
|
|
@12418
|
15 years |
Mark Evenson |
Fix svn:eol-style.
|
|
|
@12417
|
15 years |
Mark Evenson |
Fix TRANSLATE-LOGICAL-PATHNAME regression.
Problem and solution found …
|
|
|
@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 …
|
|
|