21
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Let 'em bind *default-inspector-ui-creation-function* More... almost 17 years ago
Use &CCL; consistently More... almost 17 years ago
This commit includes support for docbook 4.5, stylesheet changes, and updated documentation.
jaj
More... almost 17 years ago
Fixed bug #257 (division of bignum by zero not noticed)
Greg Pfeil
as greg
More... almost 17 years ago
Propagate 'recompile' load restart (r8813) from working-0711 branch More... almost 17 years ago
Propagate use-homonym extension (r8777 and r8814) from working-0711 branch More... almost 17 years ago
Stop apologizing for the IDE. Add index entry for build-application More... almost 17 years ago
Add :inside option to trace More... almost 17 years ago
Propagate changeset:8682 to trunk More... almost 17 years ago
document a few more trace variables, add indexterm entries for all definitions More... almost 17 years ago
Propagate TRACE extensions from r8742 to trunk. Add doc as well. More... almost 17 years ago
fix compiler warnings More... almost 17 years ago
too embarrassing to describe More... almost 17 years ago
Got carried away. More... almost 17 years ago
In DIRECTORY, ignore emacs lockfiles by default. More... almost 17 years ago
DEFGENERIC, DEFMETHOD: note the lambda list, possibly introducing &ALLOW-OTHER-KEYS when &KEY is specified. More... almost 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... almost 17 years ago
Use an INDENTING-STRING-OUTPUT-STREAM to print compiler warnings, which may span multiple lines. More... almost 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... almost 17 years ago
LOCAL-FILENAME: nice to see a warning about the missing arg here. More... almost 17 years ago
In NOTE-FUNCTION-INFO, encode the lambda list (not the containing lambda-expression.) More... almost 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... almost 17 years ago
Tweak error messages for NX1-LAMBDA-BIND a bit. More... almost 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... almost 17 years ago
Add a few more entries to *COMPILER-WHINING-CONDITIONS*. More... almost 17 years ago
Slightly richer scheme for reporting compiler warnings (especially those involving number-of-argument checking.) More... almost 17 years ago
Complain about calls to side-effeccting functions where the result is (obviously) unused. More... almost 17 years ago
Complain about calls to side-effeccting functions where the result is (obviously) unused. More... almost 17 years ago
<code> doesn't seem to be valid, so use <varname>. More... almost 17 years ago
Somehow toplevel processing of symbol-macrolet got lost, restore it More... almost 17 years ago