21
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Apr 20, 2024 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Accept non-simple strings in cl:formatter macro More... 2 days ago
In acode-var-type, check for $vbitclosed also More... 5 days ago
Check if var has been setqed in infer-lexical-reference More... 5 days ago
Document ccl:*listener-prompt-format* More... 6 days ago
Update :report for print-not-readable condition More... 6 days ago
In the typep compiler macro, look at vectorH.physsize-cell More... 7 days ago
Save source location for define-symbol-macro More... 7 days ago
Fix issues with mapping and nconc accumulation More... 8 days ago
Generate random floats a different way More... 9 days ago
Fix reporting of problems with command line arguments to actually say what's wrong. More... 11 days ago
Fix "--help" output when a command line option only has a long name More... 13 days ago
Fix bug in PREFIXED-STREAM's STREAM-WRITE-STRING More... 13 days ago
Add two new wrapper streams: (ccl:make-prefixed-stream prefix output-stream) -- Inserts prefix at the beginning of every line written to output-stream (ccl:make-timestamped-stream output-stream) - Inserts a timestamp, seconds since the image started, at the beginning of every line written to output-stream E.g., (ccl:make-prefixed-stream "OUT: " (ccl:make-timestamped-stream file-stream)) will cause output written to the file to be preceeded by a timestamp and the prefix "OUT: ". E.g., (write-line "BYE" file-stream) results in 000034.270185: OUT: BYE More... 16 days ago
Fix #487 by rewriting GENTEMP More... 21 days ago
Update curl flags More... 28 days ago
Address some lisp kernel compiler warnings More... 29 days ago
Delete some dead code pertaining to cooperative threads More... 29 days ago
Report erroneous commas in #A, #C or #S literals More... 29 days ago
Add new workflow to build and test on x8664 Linux More... 29 days ago
Make README.md briefer More... 30 days ago