21
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
In acode-var-type, check for $vbitclosed also More... over 1 year ago
Check if var has been setqed in infer-lexical-reference More... over 1 year ago
Document ccl:*listener-prompt-format* More... over 1 year ago
Update :report for print-not-readable condition More... over 1 year ago
In the typep compiler macro, look at vectorH.physsize-cell More... over 1 year ago
Save source location for define-symbol-macro More... over 1 year ago
Fix issues with mapping and nconc accumulation More... over 1 year ago
Generate random floats a different way More... over 1 year ago
Fix reporting of problems with command line arguments to actually say what's wrong. More... over 1 year ago
Fix "--help" output when a command line option only has a long name More... over 1 year ago
Fix bug in PREFIXED-STREAM's STREAM-WRITE-STRING More... over 1 year 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... over 1 year ago
Reduce dependencies on external systems More... over 1 year ago
Fix #487 by rewriting GENTEMP More... over 1 year ago
Update curl flags More... over 1 year ago
Address some lisp kernel compiler warnings More... over 1 year ago
Delete some dead code pertaining to cooperative threads More... over 1 year ago
Report erroneous commas in #A, #C or #S literals More... over 1 year ago
Add new workflow to build and test on x8664 Linux More... over 1 year ago
Make README.md briefer More... over 1 year ago
In rebuild-ccl, print the path to the sources being used More... over 1 year ago
Use actions/checkout@v4 More... over 1 year ago
Add Windows and macOS jobs to lisp kernel build workflow More... over 1 year ago
New workflow to build lisp kernel More... over 1 year ago
Make CLEAR-INPUT on a STRING-INPUT-STREAM cause any further input to see EOF. More... over 1 year ago
Fix crash in CCL::NEAREST-SOURCE-NOTE More... over 1 year ago
On 64-bit ports, correct fixnum/u64 array element type confusion More... over 1 year ago
combine ENSURE-DIRECTORIES-EXIST & CCL:CREATE-DIRECTORY More... over 1 year ago
Upgrade to latest version of ASDF (3.3.7) More... over 1 year ago
patch ensure-directories-exist More... over 1 year ago