|
|
@13449
|
12 years |
ehuelsmann |
Dead code removal.
|
|
|
@13448
|
12 years |
ehuelsmann |
Add more documentation.
|
|
|
@13447
|
12 years |
ehuelsmann |
Add documentation.
|
|
|
@13446
|
12 years |
ehuelsmann |
Fix #158: Print "#<abc>" fails with *PRINT-READABLY* non-NIL.
Note: …
|
|
|
@13445
|
12 years |
ehuelsmann |
Print unreadable strings with unreadableString() exclusively,
so it …
|
|
|
@13444
|
12 years |
ehuelsmann |
Reduce the number of required unreadableString() methods by removing …
|
|
|
@13443
|
12 years |
ehuelsmann |
Rename more occurrances of writeToString to printObject.
|
|
|
@13442
|
12 years |
ehuelsmann |
Remove .toString() methods which override default Java output to be …
|
|
|
@13441
|
12 years |
ehuelsmann |
Add missing file properties.
|
|
|
@13440
|
12 years |
ehuelsmann |
Rename writeToString() to printObject() since that's what it's being …
|
|
|
@13439
|
12 years |
Mark Evenson |
Fix #131: Don't include ':' in the version string.
|
|
|
@13438
|
12 years |
Mark Evenson |
Manual renders to pdf via pdflatex.
|
|
|
@13437
|
12 years |
Mark Evenson |
Working through manual printing issues (incomplete).
|
|
|
@13436
|
12 years |
Mark Evenson |
Fix JSS load by adding missing file.
|
|
|
@13435
|
12 years |
ehuelsmann |
Correct function name.
|
|
|
@13434
|
12 years |
ehuelsmann |
Correct stream being modified to be *DEBUG-IO* bound streams.
|
|
|
@13433
|
12 years |
Mark Evenson |
Note that finalize-inheritance isn't a generic function.
|
|
|
@13432
|
12 years |
Mark Evenson |
Fix the ABCL-ASDF:*ADDED-TO-CLASSPATH* to actually record additions.
…
|
|
|
@13431
|
12 years |
Mark Evenson |
Allow ASDF definitions for JAR-FILE to include ".jar".
This increases …
|
|
|
@13430
|
12 years |
Mark Evenson |
Refactor ASDF extensions from JSS into ABCL-ASDF.
The JAR-FILE, …
|
|
|
@13429
|
12 years |
Mark Evenson |
Update tests results for Java7 (and abcl-0.26.1).
|
|
|
@13428
|
12 years |
Mark Evenson |
Enable compilation with Java 7.
|
|
|
@13427
|
12 years |
Mark Evenson |
Record ANSI test failures for r13415.
|
|
|
@13420
|
12 years |
Mark Evenson |
Forwardport r13419: CHANGES from abcl-0.26.x branch.
|
|
|
@13417
|
12 years |
Mark Evenson |
Upgrade to asdf-2.017.
|
|
|
@13415
|
12 years |
Mark Evenson |
Don't print the #\Uxxxx representation for character codes greater …
|
|
|
@13414
|
12 years |
Mark Evenson |
Update with ANSI test results for 0.26.1.
|
|
|
@13412
|
12 years |
ehuelsmann |
Fix Java interop issue.
Found by: Theam Yong Chew (senatorzergling at …
|
|
|
@13409
|
12 years |
ehuelsmann |
Re #160: note the root cause.
|
|
|
@13408
|
12 years |
ehuelsmann |
Fix 2 more pretty printer (PPRINT-*) test cases.
|
|
|
@13407
|
12 years |
ehuelsmann |
Eliminate a series of PPRINT.* ansi test suite failures
(dropping my …
|
|
|
@13406
|
12 years |
ehuelsmann |
Avoid using a temporary file when copying a random state;
it's …
|
|
|
@13405
|
12 years |
ehuelsmann |
Set svn:keywords and svn:eol-style properties.
|
|
|
@13404
|
12 years |
Mark Evenson |
Update test results after r13402.
Export ANSI-TESTS:FULL-REPORT as it …
|
|
|
@13402
|
12 years |
Mark Evenson |
Fix failures of SYNTAX.SHARP-BACKSLASH.6 and SYNTAX.SHARP-BACKSLASH.7. …
|
|
|
@13401
|
12 years |
Mark Evenson |
ANSI-TESTS:FULL-REPORT provides a clearer reports of test failures.
…
|
|
|
@13399
|
12 years |
ehuelsmann |
Fix #154: Don't call higher level abstractions from low level lisp …
|
|
|
@13398
|
12 years |
Mark Evenson |
JSS:JLIST-TO-LIST now works for types implementing java.util.List.
…
|
|
|
@13397
|
12 years |
Mark Evenson |
Rename as JSS:JLIST-TO-LIST to align with JAVA conventions.
|
|
|
@13396
|
12 years |
Mark Evenson |
Correct my dyslexic spelling to ENSURE-COMPATIBILITY.
|
|
|
@13395
|
12 years |
Mark Evenson |
Correct mispellings.
|
|
|
@13394
|
12 years |
Mark Evenson |
Ensure that ASDF jar-file always loaded when encountered.
JSS:NEW is …
|
|
|
@13393
|
12 years |
Mark Evenson |
JAVA:JARRAY-FROM-LIST infers the type of the Java array.
|
|
|
@13390
|
12 years |
Mark Evenson |
Include org.armedbear.lisp.protocol source in release.
|
|
|
@13384
|
12 years |
ehuelsmann |
Set release date in CHANGES.
|
|
|
@13383
|
12 years |
ehuelsmann |
Increase trunk version number.
|
|
|
@13381
|
12 years |
ehuelsmann |
Update CHANGES with 0.26.0 items.
|
|
|
@13380
|
12 years |
Mark Evenson |
Fasls are no no longer created with *PRINT-READABLY*.
This fixes #156 …
|
|
|
@13379
|
12 years |
Mark Evenson |
Note the presence of possible canidate for method-generic-function.
|
|
|
@13378
|
12 years |
Mark Evenson |
PRINT-OBJECT shouldn't repeat the identity twice for STANDARD-OBJECT.
|
|
|
@13377
|
12 years |
Mark Evenson |
Export symbols which are in the AMOP dictionary.
…
|
|
|
@13376
|
12 years |
Mark Evenson |
Implement MOP:VALIDATE-SUPERCLASS.
Start breaking out MOP defintions …
|
|
|
@13375
|
12 years |
Mark Evenson |
SET-FUNCALLABLE-INSTANCE-FUNCTION is a function.
|
|
|
@13374
|
12 years |
Mark Evenson |
Correct mispelling.
|
|
|
@13373
|
12 years |
Mark Evenson |
PATHNAME.URI-ENCODING.1 is not actually failing.
But …
|
|
|
@13372
|
12 years |
Mark Evenson |
Document the extension to CLOS specialization for Java objects.
|
|
|
@13371
|
12 years |
Mark Evenson |
Standard defintion of AMOP dictionary.
To be compared with our …
|
|
|
@13370
|
12 years |
Mark Evenson |
Add support for releasing the contrib with Maven artifacts.
Create a …
|
|
|
@13369
|
12 years |
Mark Evenson |
Make JAVA:ADD-TO-CLASSPATH a generic function.
With this change we …
|
|
|
@13368
|
12 years |
astalla |
Better separation between java-collections and the Java FFI. …
|
|
|
@13367
|
12 years |
Mark Evenson |
RESOLVE-DEPENDENCIES now working for remote resolution.
Something …
|
|
|
@13366
|
12 years |
Mark Evenson |
Remove deprecated use of JAVA:MAKE-IMMEDIATE-OBJECT.
|
|
|
@13365
|
12 years |
Mark Evenson |
Inform user of missing instance method name.
|
|
|
@13364
|
12 years |
Mark Evenson |
Use java.util.regex to deal with versions more cleanly.
|
|
|
@13363
|
12 years |
Mark Evenson |
Export JCMN and JAPROPOS.
Start documentation by copying the …
|
|
|
@13362
|
12 years |
Mark Evenson |
Dynamically find location of mvn libraries based on 'mvn' in PATH.
…
|
|
|
@13361
|
12 years |
Mark Evenson |
Edit RUN-PROGRAM documentation lightly.
|
|
|
@13360
|
12 years |
Mark Evenson |
jss-2.0.1 remove use of MAKE-IMMEDIATE-OBJECT.
|
|
|
@13359
|
12 years |
Mark Evenson |
Created +NULL+, +TRUE+, and +FALSE+ constants in the JAVA package.
…
|
|
|
@13358
|
12 years |
Mark Evenson |
Convert to use @DocString? annotation adding documentation.
|
|
|
@13357
|
12 years |
Mark Evenson |
Another stab at fixing the build version which was failing on …
|
|
|
@13356
|
12 years |
Mark Evenson |
Report load time of ".abclrc" forms if we are being chatty.
|
|
|
@13355
|
12 years |
Mark Evenson |
ASDF-ABCL:RESOLVE returns Maven dependencies from local repository.
I …
|
|
|
@13354
|
12 years |
Mark Evenson |
Incorrect start on Maven repository saved for posterity.
|
|
|
@13353
|
12 years |
Mark Evenson |
Fix problems with whitespace in JAR-PATHNAME.
For dealing with URI …
|
|
|
@13352
|
12 years |
Mark Evenson |
Ensure we set the version for the release build.
|
|
|
@13351
|
12 years |
Mark Evenson |
asdf-jar-0.2.1 corrects load-time errors.
|
|
|
@13350
|
12 years |
Mark Evenson |
Document the use of the ASDF-JAR contrib.
ASDF:ADD-TO-ASDF provides a …
|
|
|
@13349
|
12 years |
Mark Evenson |
Implement DIRECTORY wildcard matching for zip inside zip.
With this …
|
|
|
@13348
|
12 years |
Mark Evenson |
ASDF-JAR:PACKAGE now handles recursive dependencies.
Rewrote the …
|
|
|
@13347
|
12 years |
Mark Evenson |
ASDF-JAR:PACKAGE will compile and package asdf systems into jar files. …
|
|
|
@13346
|
12 years |
Mark Evenson |
Incremental progress towards getting ASDF-JAR working.
Now we just …
|
|
|
@13345
|
12 years |
Mark Evenson |
Fix all compilation warnings.
Still not expected that ABCL-ASDF …
|
|
|
@13344
|
12 years |
Mark Evenson |
Undebugged implementation of enumerating the source and fasls.
Using …
|
|
|
@13343
|
12 years |
Mark Evenson |
Fix compilation of ABCL-ASDF contrib.
It still doesn't run.
|
|
|
@13342
|
12 years |
Mark Evenson |
Implementation strategy: use the Maven Ant tasks to drive via build.xml.
|
|
|
@13341
|
12 years |
Mark Evenson |
Add the correct symbols from the JAVA package.
|
|
|
@13340
|
12 years |
Mark Evenson |
Rough cut of what declaring Maven dependencies in ASDF would be like.
|
|
|
@13339
|
12 years |
Mark Evenson |
Comments for Ant based build properties template.
|
|
|
@13338
|
12 years |
Mark Evenson |
Add installation instructions.
HEADS-UP: This file is guaranteed not …
|
|
|
@13337
|
12 years |
Mark Evenson |
HEADS-UP breaks package.
Intermediate checkpoint on the road to fully …
|
|
|
@13336
|
12 years |
Mark Evenson |
Create form of SYSTEM:ZIP that uses a hashtable to map files to …
|
|
|
@13335
|
12 years |
Mark Evenson |
Fold freestanding documentation into the Manual.
|
|
|
@13334
|
12 years |
Mark Evenson |
Start outlining highlights of Lisp's interactions with Java.
|
|
|
@13333
|
12 years |
Mark Evenson |
Fix hashtable associated docstrings.
These were both a) not assigned …
|
|
|
@13332
|
12 years |
Mark Evenson |
Expand the Java docstring annotation to include a separate field for …
|
|
|
@13331
|
12 years |
Mark Evenson |
Start outlining a manual.
We go with LaTex? for source. I want:
…
|
|
|
@13330
|
12 years |
Mark Evenson |
Create API for message digests via generic function DIGEST.
…
|
|
|
@13329
|
12 years |
Mark Evenson |
Fast SHA-{1,256,512} cryptographic hashes for files.
Includes the …
|
|
|
@13328
|
12 years |
Mark Evenson |
Fix JNEW-ARRAY-FROM-ARRAY to create byte[] arrays.
|
|
|