21
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 09, 2024 — Aug 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update, fix up a bit More... over 17 years ago
Add support for a different backtrace formats with new variable *BACKTRACE-FORMAT*, which can be :DIRECT or :TRADITIONAL. :TRADITIONAL is the default. If *BACKTRACE-FORMAT* is :DIRECT, backtrace shows non-toplevel functions being called directly (not using FUNCALL), and also has assorted other tweaks, including not showing frame address values, and explicitly labelling the arg and locals sections and the pc offset. More... over 17 years ago
Restore missing DEFINE-COMPILE-TIME-SYMBOL-MACRO, which is clearly wondering what it's done wrong. More... over 17 years ago
Try to detect and report #_fork failure in RUN-PROGRAM. More... over 17 years ago
In LOCAL-VALUE: don't insist that index < nargs .. More... over 17 years ago
Enforce "deadline" on active connect; ensure that any timeouts in low-level connect code are expressed in milliseconds. Close the fd if connection attempts fail. More... over 17 years ago
Fix for bugs #263 and #238: - %unix-file-kind takes a native namestring, so don't try to nativize it. - file-namestring-from-parts on the other hand takes escaped strings, so don't try to re-escape them. - Add a comment in %path-std-quotes explaining the convention. More... over 17 years ago
Added #\Skull_And_Crossbones
mb
More... over 17 years ago
DEFINE-COMPILE-TIME-MACRO: put something (hopefully something benign) in defenv.defined, to make it easier to recognize forward references to macros. More... over 17 years ago
REPORT-DEFERRED-WARNINGS: better handling of forward-referenced macros. More... over 17 years ago
Back out of division-by-zero check in integer-/-integer, since Greg's change to BUILD-RATIO catches this already. More... over 17 years ago
Check for / by 0. Didn't this get fixed already ? More... over 17 years ago
MAKE-MCL-LISTENER-PROCESS: make auto-flush a keyword. Do IDE listeners want housekeeping thread to force-output on them periodically ? More... over 17 years ago
PARSE-INTEGER fixes. More... over 17 years ago
Don't check call to forward-referenced function if new def is a macro. More... over 17 years ago
Move next-method-var records-symbol-info after the rest of the lambda list. More... over 17 years ago
handle forward-references with unknown args. More... over 17 years ago
Don't use DCODE-FOR-UNIVERSALLY-APPLICABLE-SINGLETON if method-function has &key. More... over 17 years ago
added discussion of objc:defmethod and made some edits of existing docs for define-objc-method More... over 17 years ago
added discussion of support for foreign types as classes More... over 17 years ago
working on objective-c bridge docs More... over 17 years ago
working on objective-c bridge docs More... over 17 years ago
tidied up lots of minor conflicts; added to save-application documentation More... over 17 years ago
RECORD-FUNCTION-INFO here. More... over 17 years ago
When a forward-referenced function call is resolved in REPORT-DEFERRED-WARNINGS, note whether the arguments in the call match the definition (and warn if not.) More... over 17 years ago
NOTE-FUNXTION-INFO: split some functionality into RECORD-FUNCTION-INFO. More... over 17 years ago
ENCODE-LAMBDA-LIST: don't bother creating empty keyword vector. More... over 17 years ago
Include info about args in warnings about (possibly forward-referenced) undefined function calls. More... over 17 years ago
Don't merge compiler warnings with info in the CDR of their ARGS slot. More... over 17 years ago
Use ! check-min-max-args in another case. More... over 17 years ago