21
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 19 hours ago.
Aug 09, 2024 — Aug 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More detailed error messages for class forward references, make-condition More... over 17 years ago
Patch from Hans to add :report to parse-unknown-type More... over 17 years ago
Let 'em bind *default-inspector-ui-creation-function* More... over 17 years ago
Use &CCL; consistently More... over 17 years ago
This commit includes support for docbook 4.5, stylesheet changes, and updated documentation.
jaj
More... over 17 years ago
Fixed bug #257 (division of bignum by zero not noticed)
Greg Pfeil
as greg
More... over 17 years ago
Propagate 'recompile' load restart (r8813) from working-0711 branch More... over 17 years ago
Propagate use-homonym extension (r8777 and r8814) from working-0711 branch More... over 17 years ago
Stop apologizing for the IDE. Add index entry for build-application More... over 17 years ago
Add :inside option to trace More... over 17 years ago
Propagate changeset:8682 to trunk More... over 17 years ago
document a few more trace variables, add indexterm entries for all definitions More... over 17 years ago
Propagate TRACE extensions from r8742 to trunk. Add doc as well. More... over 17 years ago
fix compiler warnings More... over 17 years ago
too embarrassing to describe More... over 17 years ago
Got carried away. More... over 17 years ago
In DIRECTORY, ignore emacs lockfiles by default. More... over 17 years ago
DEFGENERIC, DEFMETHOD: note the lambda list, possibly introducing &ALLOW-OTHER-KEYS when &KEY is specified. More... over 17 years ago
Don't ignore SORT's return value (even though we're sorting a vector and probably understand the side-effects in this case.) More... over 17 years ago
Use an INDENTING-STRING-OUTPUT-STREAM to print compiler warnings, which may span multiple lines. More... over 17 years ago
if MAKE-SELECTION-INPUT-STREAM is still called, it shouldn't accept an :ELEMENTS-PER-BUFFER arg or pass it to MAKE-FD-STREAM. More... over 17 years ago
LOCAL-FILENAME: nice to see a warning about the missing arg here. More... over 17 years ago
In NOTE-FUNCTION-INFO, encode the lambda list (not the containing lambda-expression.) More... over 17 years ago
Default listener prompt string has a space betweent the break level and ">", as it used to. I'm probably the only one that cares, but this has been confusing ILISP. (Not hard to confuse ILISP, but I still prefer it to the alternative.) More... over 17 years ago
Tweak error messages for NX1-LAMBDA-BIND a bit. More... over 17 years ago
Add P2-WHINE, for whining from the backend. Add *WARN-IF-FUNCTION-RESULT-IGNORED*, a list of function names where ignoring the result of a call to the named function may be at least a bit suspect. Stop ignoring generic functions in INNERMOST-LFUN-BITS-KEYVECT; treat GFs that said &KEY as if they explicitly said &ALLOW-OTHER-KEYS as well. Return more (more specific) info about mismatched function calls. More... over 17 years ago
Add a few more entries to *COMPILER-WHINING-CONDITIONS*. More... over 17 years ago
Slightly richer scheme for reporting compiler warnings (especially those involving number-of-argument checking.) More... over 17 years ago
Complain about calls to side-effeccting functions where the result is (obviously) unused. More... over 17 years ago
Complain about calls to side-effeccting functions where the result is (obviously) unused. More... over 17 years ago