|
|
@12598
|
15 years |
vvoutilainen |
Make listp/endp/SYMBOLP final.
|
|
|
@12597
|
15 years |
ehuelsmann |
Consolidate faslRead, faslReadArray, faslReadComplex and …
|
|
|
@12596
|
15 years |
ehuelsmann |
Remove unused imports and rename a local variable shadowing a field.
|
|
|
@12595
|
15 years |
ehuelsmann |
Consolidate the functionality of faslReadPreservingWhitespace
and …
|
|
|
@12594
|
15 years |
ehuelsmann |
Switch Stream.readList to use ReadtableAccessors?.
|
|
|
@12593
|
15 years |
ehuelsmann |
Switch Stream.readDispatchChar to use ReadtableAccessors?.
|
|
|
@12592
|
15 years |
ehuelsmann |
Consolidate the functionality of faslReadStructure and readStructure …
|
|
|
@12591
|
15 years |
ehuelsmann |
Removal of copy/paste code between FaslReader? and LispReader?.
|
|
|
@12590
|
15 years |
vvoutilainen |
Make nthcdr and NTH(LispObject) final.
|
|
|
@12589
|
15 years |
vvoutilainen |
Make cadr/cddr/caddr final.
|
|
|
@12588
|
15 years |
vvoutilainen |
Make AREF(LispObject) and aset(LispObject, LispObject) final.
|
|
|
@12587
|
15 years |
ehuelsmann |
Fix #88: Add the thread name to the debugger-printed message and
…
|
|
|
@12586
|
15 years |
ehuelsmann |
Reduce function dispatch speed with 6% by
replacing dynamic …
|
|
|
@12585
|
15 years |
ehuelsmann |
Unbreak java build.
|
|
|
@12584
|
15 years |
ehuelsmann |
Re #92: Don't return characters for the range #xD800 to #xDFFF.
This …
|
|
|
@12583
|
15 years |
astalla |
JAVA-CLASS metaclass reimplemented in Lisp.
|
|
|
@12582
|
15 years |
ehuelsmann |
Re #38: Make Cells compile with our metaclass support by
making a …
|
|
|
@12581
|
15 years |
ehuelsmann |
Make LispCharacter? constructor private in favor of getInstance();
…
|
|
|
@12580
|
15 years |
ehuelsmann |
Remove an exception block which can't be triggered.
|
|
|
@12578
|
15 years |
astalla |
Selected built-in classes can now be subclassed. Only SEQUENCE is …
|
|
|
@12576
|
15 years |
ehuelsmann |
Re #38: Merge the METACLASS branch to trunk.
|
|
|
@12575
|
15 years |
astalla |
Made SEQUENCE be a built-in class again to avoid to cause problems …
|
|
|
@12570
|
15 years |
Mark Evenson |
Fix JAVA-OBJECT whose tynot being properly coerced to array of …
|
|
|
@12562
|
15 years |
astalla |
Inlining of lambda calls: handled the case (funcall (lambda (...) ...) ...)
|
|
|
@12561
|
15 years |
Mark Evenson |
Convert to stack-friendly primitives; add missing grovel tags.
|
|
|
@12559
|
15 years |
astalla |
Changed recently added method names in Stream to avoid conflicts with …
|
|
|
@12558
|
15 years |
astalla |
Exposed in/out streams and reader/writers of Stream.
|
|
|
@12557
|
15 years |
astalla |
Added sys::%make-byte-array-input-stream as a "inverse" of …
|
|
|
@12552
|
15 years |
Mark Evenson |
Refine TRANSLATE-PATHNAME to match SBCL's behavior on corner case.
…
|
|
|
@12551
|
15 years |
Mark Evenson |
MAKE-PATHNAME does not have any merging directories semantics.
|
|
|
@12550
|
15 years |
Mark Evenson |
Fix loading of packed FASLs which have been renamed.
Bug was present …
|
|
|
@12549
|
15 years |
Mark Evenson |
Allow TYPE to be :UNSPECIFIC.
Fixes bug where the following would …
|
|
|
@12546
|
15 years |
Mark Evenson |
nreverse() *command-line-arguments-list* to natural order.
Found by …
|
|
|
@12544
|
15 years |
Mark Evenson |
Fix win32 bugs with :ABSOLUTE directory entries for jar pathnames.
|
|
|
@12541
|
15 years |
Mark Evenson |
Document INSPECT protocol for getParts().
|
|
|
@12535
|
15 years |
ehuelsmann |
Fix returned values from SingleFloat?.getInstance() and …
|
|
|
@12531
|
15 years |
Mark Evenson |
Change jar pathname to have :ABSOLUTE directory entries.
As pointed …
|
|
|
@12526
|
15 years |
ehuelsmann |
Fix ticket #85: CL-JSON throws an error where SBCL doesn't.
|
|
|
@12525
|
15 years |
Mark Evenson |
Restore trunk to buildable state after OSGi patch.
|
|
|
@12524
|
15 years |
Mark Evenson |
Enable ABCL to load in an OSGi context.
OSGi abstracts the loading of …
|
|
|
@12522
|
15 years |
ehuelsmann |
With 0.19 brached, increase trunk version number.
|
|
|
@12521
|
15 years |
ehuelsmann |
Correct spelling error in helper function
checkSlotDefination() -> …
|
|
|
@12518
|
15 years |
Mark Evenson |
*DISASSEMBLER* may now contain a function to return the disassembler …
|
|
|
@12517
|
15 years |
astalla |
Preliminary support for DOSEQUENCE.
|
|
|
@12516
|
15 years |
astalla |
Support for user-extensible sequences, adapted from SBCL.
|
|
|
@12515
|
15 years |
vvoutilainen |
Move a couple EXT symbols close to other EXT symbols.
|
|
|
@12514
|
15 years |
Mark Evenson |
Create logical pathnames translations for "SYS:SRC" and "SYS:JAVA".
…
|
|
|
@12513
|
15 years |
ehuelsmann |
Remove 'private' keyword to eliminate the Java requirement
for the …
|
|
|
@12512
|
15 years |
vvoutilainen |
Make Condition.writeToString() final, add documentation to …
|
|
|
@12510
|
15 years |
vvoutilainen |
Fix the test WITH-STANDARD-IO-SYNTAX.23, which was failing because
our …
|
|
|
@12506
|
15 years |
Mark Evenson |
Eliminate needless lookup for PATHNAME-MATCH-P primitive.
|
|
|
@12505
|
15 years |
astalla |
Added missing copy-tree for the function body in one case of lambda …
|
|
|
@12504
|
15 years |
Mark Evenson |
Implement HTTP HEAD Last-Modified checking for ZipCache? objects.
…
|
|
|
@12503
|
15 years |
Mark Evenson |
DIRECTORY now works for jar pathnames.
The semantics for listing …
|
|
|
@12502
|
15 years |
Mark Evenson |
ABCL system code should be platform agnostic at runtime.
Use …
|
|
|
@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.
|
|
|