openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Clozure Common Lisp
Settings
|
Report Duplicate
21
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Aug 09, 2024 — Aug 09, 2025
Showing page 165 of 174
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
update, fix up a bit
Gary Byers
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.
Gail Zacharias
More...
over 17 years ago
Restore missing DEFINE-COMPILE-TIME-SYMBOL-MACRO, which is clearly wondering what it's done wrong.
Gary Byers
More...
over 17 years ago
Try to detect and report #_fork failure in RUN-PROGRAM.
Gary Byers
More...
over 17 years ago
In LOCAL-VALUE: don't insist that index < nargs ..
Gary Byers
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.
Gary Byers
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.
Gail Zacharias
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.
Gary Byers
More...
over 17 years ago
REPORT-DEFERRED-WARNINGS: better handling of forward-referenced macros.
Gary Byers
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.
Gary Byers
More...
over 17 years ago
Check for / by 0. Didn't this get fixed already ?
Gary Byers
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 ?
Gary Byers
More...
over 17 years ago
PARSE-INTEGER fixes.
Gary Byers
More...
over 17 years ago
Don't check call to forward-referenced function if new def is a macro.
Gary Byers
More...
over 17 years ago
Move next-method-var records-symbol-info after the rest of the lambda list.
Gary Byers
More...
over 17 years ago
handle forward-references with unknown args.
Gary Byers
More...
over 17 years ago
Don't use DCODE-FOR-UNIVERSALLY-APPLICABLE-SINGLETON if method-function has &key.
Gary Byers
More...
over 17 years ago
added discussion of objc:defmethod and made some edits of existing docs for define-objc-method
mikel
More...
over 17 years ago
added discussion of support for foreign types as classes
mikel
More...
over 17 years ago
working on objective-c bridge docs
mikel
More...
over 17 years ago
working on objective-c bridge docs
mikel
More...
over 17 years ago
tidied up lots of minor conflicts; added to save-application documentation
mikel
More...
over 17 years ago
RECORD-FUNCTION-INFO here.
Gary Byers
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.)
Gary Byers
More...
over 17 years ago
NOTE-FUNXTION-INFO: split some functionality into RECORD-FUNCTION-INFO.
Gary Byers
More...
over 17 years ago
ENCODE-LAMBDA-LIST: don't bother creating empty keyword vector.
Gary Byers
More...
over 17 years ago
Include info about args in warnings about (possibly forward-referenced) undefined function calls.
Gary Byers
More...
over 17 years ago
Don't merge compiler warnings with info in the CDR of their ARGS slot.
Gary Byers
More...
over 17 years ago
Use ! check-min-max-args in another case.
Gary Byers
More...
over 17 years ago
←
1
2
…
161
162
163
164
165
166
167
168
169
…
173
174
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree