21
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update l0-aprims.lisp More... almost 4 years ago
Merge pull request #312 from AmplitudeEnergy/typeout More... almost 4 years ago
Merge pull request #307 from kpoeck/fix-issue-300 More... almost 4 years ago
(gui:typeout-stream) now compiles and runs as expected. Returns a stream you can write to for logging etc. Stream is now on the auto-flush-stream list so you don't have to constantly call #'force-output on it. Repeated writes to the stream no longer cause the window to become frontmost unless it had been closed in the past, in which case it gets reopened. export TYPEOUT-STREAM from gui package. Possible TODO: Might be a slow stream. Should investigate whether Bill's changes to speed up writing to listener can be applied to this. More... almost 4 years ago
Fix typo that prevented this file from compiling. More... almost 4 years ago
Update l0-aprims.lisp More... almost 4 years ago
Update l0-aprims.lisp More... almost 4 years ago
Update l0-aprims.lisp More... almost 4 years ago
Add count argument to semaphore More... almost 4 years ago
Error on invalid by constant More... almost 4 years ago
Merge pull request #306 from nickg/no-pie More... almost 4 years ago
Disable PIE on linuxx8632 More... almost 4 years ago
Merge pull request #301 from thinkum-contrib/ci/patch-xcompile-null-ftd-mkerr More... about 4 years ago
Update for 1.12 release More... about 4 years ago
Don't use restrict type qualifier More... about 4 years ago
Merge pull request #24 from geraffel/rename-block More... about 4 years ago
Rename blockquote item name to `text-block`. More... about 4 years ago
Fix grammar. More... about 4 years ago
stub lisp_realpath for Windows More... about 4 years ago
Revive ccl::test-ccl More... about 4 years ago
New kernel import lisp-realpath. Use it in %realpath. More... about 4 years ago
Set LDFLAGS to -Wl,O0 and use LDFLAGS in link recipe More... over 4 years ago
Merge pull request #264 from galdor/get-errno More... over 4 years ago
Conditionalize for :standalone-ide More... over 4 years ago
Add and export CCL:GET-ERRNO More... over 4 years ago
Merge pull request #257 from kpoeck/fix-ansi-PRINT.ARRAY.LENGTH.2-4-7-8-9 More... over 4 years ago
Also Fix PRINT.ARRAY.LENGTH.1, PRINT.ARRAY.LENGTH.3. More... over 4 years ago
Test first for end of object to not print a superflous ... More... over 4 years ago
Merge pull request #255 from sjl/rational-decimal-reader More... over 4 years ago
Merge pull request #254 from kpoeck/fix-ansi-PRINT-LEVEL.8-PRINT-LEVEL.9 More... over 4 years ago