|
|
@14196
|
8 years |
Mark Evenson |
SYS:SHA256 efficiently computes cryptographic hashs on pathnames.
|
|
|
@14194
|
8 years |
Mark Evenson |
Possible fix for #249.
|
|
|
@14186
|
9 years |
Mark Evenson |
Java type marker for CL:PATHNAME.
|
|
|
@14183
|
9 years |
Mark Evenson |
Diagnostic: return something meaningful at Stas' breakage.
Status: …
|
|
|
@14179
|
9 years |
Mark Evenson |
Fix ASDF loading recursively from JAR-PATHNAME.
With this patch, JNA …
|
|
|
@14178
|
9 years |
Mark Evenson |
Merging a "plain file" path on non-Windows gets an :UNSPECIFIC DEVICE. …
|
|
|
@14177
|
9 years |
Mark Evenson |
TRUENAME now sets DEVICE to :UNSPECIFIC from NIL on non-MSDOG.
|
|
|
@14176
|
9 years |
Mark Evenson |
Refactor PATHNAME implementation details to tighten existing …
|
|
|
@14175
|
9 years |
Mark Evenson |
Reading a Lisp name for \uNNNN works for non-zero padded forms less …
|
|
|
@14173
|
9 years |
Mark Evenson |
Fix CL-TEST::ENSURE-DIRECTORIES-EXIST.8.
Restore default as to not be …
|
|
|
@14170
|
9 years |
Mark Evenson |
Fix the broken require contracts in ABCL-CONTRIB.
CL:REQUIRE now …
|
|
|
@14166
|
9 years |
Mark Evenson |
Update to asdf-2.25.
Note that ASDF no longer exports symbols that …
|
|
|
@14164
|
9 years |
ehuelsmann |
Fix CL-ROUTES (ROUTES system) regression by fixing
DEFMETHOD &AUX …
|
|
|
@14163
|
9 years |
ehuelsmann |
Fix LML load regression.
|
|
|
@14162
|
9 years |
ehuelsmann |
Fix PAIPROLOG and UNIFGRAM regressions
caused by stricter DEFSTRUCT …
|
|
|
@14161
|
9 years |
ehuelsmann |
Fix CLICKR system load regressions
caused by stricter DEFSTRUCT …
|
|
|
@14158
|
9 years |
rschlatte |
Change slot ordering: slots defined in the superclass come first
|
|
|
@14157
|
9 years |
ehuelsmann |
Lambda list keyword ordering checks.
Fixed ordering of lambda list …
|
|
|
@14156
|
9 years |
ehuelsmann |
Fix incorrect lambda list reassembly after parsing a DEFMETHOD lambda list.
|
|
|
@14155
|
9 years |
Mark Evenson |
Better diagnostics for CL:MAKE-PATHNAME rules for allowable DEVICE …
|
|
|
@14154
|
9 years |
rschlatte |
Fix slot-boundp-using-class.
- Reported by Pascal Costanza
|
|
|
@14153
|
9 years |
rschlatte |
Initialize shared slots upon class finalization.
- Slots with …
|
|
|
@14152
|
9 years |
Mark Evenson |
ENSURE-DIRECTORIES-EXIST should be operating on Pathnames not …
|
|
|
@14150
|
9 years |
Mark Evenson |
Upgrade to asdf-2.24.
|
|
|
@14149
|
9 years |
rschlatte |
Fix subtypep for anonymous classes
- Only use class name if the class …
|
|
|
@14148
|
9 years |
ehuelsmann |
Fix #130: SLIME has extra M character in buffer output on Windows.
…
|
|
|
@14147
|
9 years |
ehuelsmann |
Close #241: Fix "part 2": ABCL accepts disallowed lambda list …
|
|
|
@14145
|
9 years |
ehuelsmann |
Re #225: Can't reproduce and can't find the exact cause anymore.
|
|
|
@14144
|
9 years |
ehuelsmann |
The OPCODES file doesn't exist anymore and has been merged
into …
|
|
|
@14143
|
9 years |
ehuelsmann |
Close #189: Fix thinko in MIN and MAX return value type derivation.
|
|
|
@14142
|
9 years |
ehuelsmann |
Fix the incremental build.
|
|
|
@14141
|
9 years |
ehuelsmann |
Fix the last DMC-TEST-WITH-ARGS-* failures.
Note: Now I can continue …
|
|
|
@14139
|
9 years |
ehuelsmann |
Fix a slew of DMC-TEST-ARGS-WITH-WHOLE.* tests.
|
|
|
@14138
|
9 years |
ehuelsmann |
Re #241: Fix cases
(compile nil '(lambda (&rest foo &aux x)))
and …
|
|
|
@14137
|
9 years |
rschlatte |
Update instance layout in (set-)standard-instance-access if necessary. …
|
|
|
@14136
|
9 years |
rschlatte |
Refine #14135: now with less misleading error message
- The upper …
|
|
|
@14135
|
9 years |
rschlatte |
Catch out-of-bounds exception in standard-instance-access
- Reported …
|
|
|
@14134
|
9 years |
rschlatte |
Handle instances of subclasses of standard-slot-definition in …
|
|
|
@14133
|
9 years |
ehuelsmann |
Remove code duplication. Rename MAKE-EXPANDER-FOR-MACROLET because it …
|
|
|
@14132
|
9 years |
ehuelsmann |
Make Symbol.toString() print something developer-readable to
help …
|
|
|
@14131
|
9 years |
ehuelsmann |
Close #219: lambda list keyword checking too lenient for ANSI.
Note: …
|
|
|
@14130
|
9 years |
ehuelsmann |
Replace a Java primitive LAMBDA-LIST-NAMES with a lisp function.
Make …
|
|
|
@14129
|
9 years |
ehuelsmann |
Follow up to r14128: if the descriptions are the same,
continue with …
|
|
|
@14128
|
9 years |
ehuelsmann |
Fix #113 (redefinition of structures can crash ABCL) by failing
the …
|
|
|
@14127
|
9 years |
ehuelsmann |
Reindent documentation string.
|
|
|
@14126
|
9 years |
ehuelsmann |
Closes #226: All exports and all but one autoload have been removed …
|
|
|
@14125
|
9 years |
ehuelsmann |
Break circular dependency when printing errors when FORMAT
isn't fully …
|
|
|
@14124
|
9 years |
ehuelsmann |
%RUN-SHELL-COMMAND is in the SYSTEM package. Access it as such.
|
|
|
@14123
|
9 years |
ehuelsmann |
Move RUN-SHELL-COMMAND to the EXTENSIONS package.
Remove superfluous …
|
|
|
@14122
|
9 years |
ehuelsmann |
Update autoloads-gen.lisp to match r14121.
|
|
|
@14121
|
9 years |
ehuelsmann |
Move exports from autoloads.lisp to the respective defining files. …
|
|
|
@14120
|
9 years |
ehuelsmann |
Move profiler exports to profiler.lisp.
|
|
|
@14119
|
9 years |
ehuelsmann |
Revert r14107: r14118 meets the compilation requirement.
|
|
|
@14118
|
9 years |
ehuelsmann |
Update autoloads-gen.lisp to include the auto-groveled EXPORT forms.
…
|
|
|
@14117
|
9 years |
ehuelsmann |
3 changes:
- Improve speed of "multi-homed symbol" removal
- …
|
|
|
@14116
|
9 years |
ehuelsmann |
Make compile-file generate a file with EXPORTed symbols
so we can use …
|
|
|
@14115
|
9 years |
ehuelsmann |
Move export from autoloads.lisp to clos.lisp.
|
|
|
@14114
|
9 years |
ehuelsmann |
Modules defining PRINT-OBJECT methods, should require PRINT-OBJECT. …
|
|
|
@14113
|
9 years |
ehuelsmann |
Merge StandardObjectFunctions? into StandardObject?: the former defines …
|
|
|
@14112
|
9 years |
ehuelsmann |
Use PROVIDE/REQUIRE to prevent multiple loading.
|
|
|
@14111
|
9 years |
ehuelsmann |
Reverse the REQUIREs graph: before, modules would require JVM,
which …
|
|
|
@14110
|
9 years |
ehuelsmann |
Bind *local-functions* to nil, since COMPILE-1 is the outer-most scope.
|
|
|
@14109
|
9 years |
ehuelsmann |
Remove/move exports in their respective source files.
|
|
|
@14108
|
9 years |
ehuelsmann |
Remove tag-line from generated autoloads-gen.lisp.
|
|
|
@14107
|
9 years |
rschlatte |
restore build - ed.lisp needs make-socket to be exported
|
|
|
@14106
|
9 years |
ehuelsmann |
Move exports from the THREADS package to threads.lisp.
Move sockets …
|
|
|
@14105
|
9 years |
ehuelsmann |
Break circular dependency between top-level.lisp and inspect.lisp
by …
|
|
|
@14104
|
9 years |
ehuelsmann |
Move exports from the JAVA package to java.lisp.
|
|
|
@14103
|
9 years |
ehuelsmann |
Follow-up to r14102.
|
|
|
@14102
|
9 years |
ehuelsmann |
Move some EXPORTs from autoloads.lisp to mop.lisp.
|
|
|
@14101
|
9 years |
ehuelsmann |
Fix some compilation warnings and errors.
|
|
|
@14100
|
9 years |
ehuelsmann |
Re #226: Clean symbols from manually maintained autoloads.lisp
which …
|
|
|
@14099
|
9 years |
ehuelsmann |
Make the autoloader smarter: make sure exported symbols are exported …
|
|
|
@14098
|
9 years |
ehuelsmann |
Reorganize binding *CURRENT-COMPILAND*, WITH-SAVED-COMPILER-POLICY. …
|
|
|
@14097
|
9 years |
ehuelsmann |
Indenting.
|
|
|
@14096
|
9 years |
ehuelsmann |
Don't generate empty static initializers.
Note: Given that this …
|
|
|
@14094
|
9 years |
ehuelsmann |
Factor out the actual compilation when the input stream has been …
|
|
|
@14093
|
9 years |
ehuelsmann |
Fix externalization failure detected by cl-test-grid compilation
of …
|
|
|
@14092
|
9 years |
rschlatte |
Don't clobber class hierarchy when defining forward-referenced classes …
|
|
|
@14091
|
9 years |
ehuelsmann |
Make LISTEN work for non-character input streams.
Found by Stas …
|
|
|
@14090
|
9 years |
ehuelsmann |
Silence a compiler warning when compiling this month's SLIME from …
|
|
|
@14089
|
9 years |
ehuelsmann |
Close #208: Merge pathname defaults.
|
|
|
@14088
|
9 years |
rschlatte |
Tell compile, set-function-definition about funcallable objects
|
|
|
@14087
|
9 years |
rschlatte |
Fix return value of (compile nil fn)
- Reported by Vladimir Sedach …
|
|
|
@14086
|
9 years |
rschlatte |
Eliminate numberOfRequiredArgs attribute from standard generic …
|
|
|
@14084
|
9 years |
rschlatte |
Robustify printing of partially-initialized generic function objects
|
|
|
@14083
|
9 years |
rschlatte |
Comment out some debugging output
|
|
|
@14082
|
9 years |
ehuelsmann |
Close #236: fix the COMPILE part of the issue.
|
|
|
@14081
|
9 years |
ehuelsmann |
Re #236: prepare to offer restarts from inside the compiler.
Note: …
|
|
|
@14080
|
9 years |
rschlatte |
Don't spuriously generate generic functions.
- slight deviation from …
|
|
|
@14079
|
9 years |
rschlatte |
Don't overwrite existing attributes in ensure-generic-function
- also …
|
|
|
@14078
|
9 years |
ehuelsmann |
Re #236: Solve the EVAL part of "Bad error message for malformed forms".
|
|
|
@14077
|
9 years |
ehuelsmann |
Untabify.
|
|
|
@14076
|
9 years |
ehuelsmann |
Set function slot for CL:LISTEN when hooking up gray streams.
Patch …
|
|
|
@14075
|
9 years |
ehuelsmann |
Fix #214: NOTINLINE declaration in expansion of compiler macro is …
|
|
|
@14074
|
9 years |
ehuelsmann |
Flatten (and simplify) AND and OR compilation.
|
|
|
@14073
|
9 years |
ehuelsmann |
Much nicer code printing with (setq jvm::*compiler-debug* t).
|
|
|
@14072
|
9 years |
ehuelsmann |
Make sure the PRINT-OBJECT generic function is loaded
when defining …
|
|
|
@14071
|
9 years |
vvoutilainen |
correct #195
|
|
|
@14070
|
9 years |
ehuelsmann |
Expand types before checking them: fixes Drakma.
Patch by Stas Boukarev.
|
|
|