1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Complete removal of deprecated function readdir_r(). More... almost 6 years ago
ditto improved. More... almost 6 years ago
ditto. More... almost 6 years ago
Rein in a somewhat excessive .gitignore. More... almost 6 years ago
Adapt to enforcement of __attribute__((__nonnull__(argnum))) in GCC 7.0 and later. More... almost 6 years ago
Make fall-through explicit. More... almost 6 years ago
Replace sprintf by snprintf in a few places. More... almost 6 years ago
Fix misleading indentation of a few statements in code block. More... almost 6 years ago
improve formatting of suggested command line code More... about 6 years ago
Remove two race conditions during 'make -j'. More... about 6 years ago
Make some dependencies more uniform. More... about 6 years ago
Improve robustness of 'make -j'. More... about 6 years ago
In macro defstruct, improve handling of option :predicate when specified value is NIL. More... over 6 years ago
On access to a bit-vector or bit array, make sure #'cl:aref returns a proper cl:bit instead of a "generalized boolean". More... about 7 years ago
Make more explicit the error message emitted by #'cl:array-dimension when given an array of rank 0. More... about 7 years ago
Fix bug on axis-number range. More... about 7 years ago
Improve somewhat the efficiency of #n=, #n# standard macro character macros. More... about 7 years ago
Make #n# more consistent with #n=. More... about 7 years ago
Minor follow-up to previous commit. More... about 7 years ago
Make #n= and #n# standard macro characters work properly, finally. More... about 7 years ago
Various type safety and security improvements. More... about 7 years ago
improve compliance of #'cl:compile-file-pathname with ANSI-CL specification. More... about 7 years ago
Minor configuration script adjustments. More... about 7 years ago
Make form like (setf (find-class 'foobar) nil) work as specified by the ANSI-CL standard. More... over 7 years ago
Restrict default catch-all condition handlers to 'serious-condition' and its subclasses. More... over 7 years ago
In #'si::process-command-args, only catch serious-condition and its subclasses. More... over 7 years ago
In #'cl:function-keywords, reverse order of keyword list as first value returned. More... over 7 years ago
Add #'si::objnull-value-p. More... over 7 years ago
Ensure proper separation of linker arguments. More... about 8 years ago
Typo. More... about 8 years ago