21
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Listified an argument. Because sometimes value isn't a list and that causes the IDE debugger to throw to the AltConsole. I've seen this most often with asdf when trying to invoke a backtrace after asdf throws an error. Does the &lexpr case need the same fix? More... over 7 years ago
In with-output-to-vector, make :default the default external-format More... almost 8 years ago
Merge remote-tracking branch 'upstream/master' More... almost 8 years ago
Express auto-flush-stream tick interval in terms of *ticks-per-second* More... almost 8 years ago
1+ only takes one argument More... almost 8 years ago
Give a bit more space to stack allocated bignums Implement non-consing / of ratios More... almost 8 years ago
Put this back More... almost 8 years ago
Get size of intermediate bignum multiplications right. More... almost 8 years ago
Remove commented out code More... almost 8 years ago
All but one case of /-2-INTO is now optimized More... almost 8 years ago
Implement non-consing BIGNUM-TRUNCATE-NO-REM. More... almost 8 years ago
Merge branch 'master' of https://github.com/gzacharias/ccl More... almost 8 years ago
Add new internal functions +-2-INTO, --2-INTO, *-2-INTO, and /-2-INTO which avoid consing intermediate results. Update the appropriate bignum functions to accept an stack-allocated result. More... almost 8 years ago
Merge remote-tracking branch 'upstream/master' at 2de5067a More... almost 8 years ago
Merge pull request #30 from gzacharias/bignum-random More... almost 8 years ago
Normalize bignums in 32 bit bignum-random, should fix trac ticket:1403 More... almost 8 years ago
Merge pull request #29 from gzacharias/bignum-random More... almost 8 years ago
In %bignum-random, normalize generated bignum More... almost 8 years ago
Fix paren typo More... almost 8 years ago
Merge remote-tracking branch 'upstream/master' More... almost 8 years ago
Made GCD-2 try harder to not cons intermediate results. In support of this, made various functions accept and use a pre-allocated buffer for their results: %BIGNUM-BIGNUM-GCD, %ASH-LEFT (new fn factored out of ASH), COPY-BIGNUM, and GCD-2 itself. Also, implemented real BIGNUM-REM that doesn't cons up the quotient. More... almost 8 years ago
Merge pull request #28 from gzacharias/master More... almost 8 years ago
Use defloadvar instead of defparamter for NSString values More... almost 8 years ago
Update bundled ASDF to version 3.2.0 More... almost 8 years ago
Merge pull request #21 from tfeb/ignore-app More... almost 8 years ago
Ignore the built application on OSX More... almost 8 years ago
Fix non-literal-null-conversion warning More... almost 8 years ago
Fix warnings about shifting a negative signed value More... almost 8 years ago
Less horrible .gitignore More... almost 8 years ago
Merge pull request #18 from tfeb/tfeb-gitignore-fixes More... almost 8 years ago