openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Clozure Common Lisp
Settings
|
Report Duplicate
21
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 9 of 170
Search / Filter on:
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?
Shannon Spires
More...
over 7 years ago
In with-output-to-vector, make :default the default external-format
R. Matthew Emerson
More...
almost 8 years ago
Merge remote-tracking branch 'upstream/master'
Gary Palter
More...
almost 8 years ago
Express auto-flush-stream tick interval in terms of *ticks-per-second*
R. Matthew Emerson
More...
almost 8 years ago
1+ only takes one argument
Gary Palter
More...
almost 8 years ago
Give a bit more space to stack allocated bignums Implement non-consing / of ratios
Gary Palter
More...
almost 8 years ago
Put this back
Gary Palter
More...
almost 8 years ago
Get size of intermediate bignum multiplications right.
Gary Palter
More...
almost 8 years ago
Remove commented out code
Gary Palter
More...
almost 8 years ago
All but one case of /-2-INTO is now optimized
Gary Palter
More...
almost 8 years ago
Implement non-consing BIGNUM-TRUNCATE-NO-REM.
Gary Palter
More...
almost 8 years ago
Merge branch 'master' of https://github.com/gzacharias/ccl
Gary Palter
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.
Gary Palter
More...
almost 8 years ago
Merge remote-tracking branch 'upstream/master' at 2de5067a
Gail Zacharias
More...
almost 8 years ago
Merge pull request #30 from gzacharias/bignum-random
R. Matthew Emerson
More...
almost 8 years ago
Normalize bignums in 32 bit bignum-random, should fix trac ticket:1403
Gail Zacharias
More...
almost 8 years ago
Merge pull request #29 from gzacharias/bignum-random
R. Matthew Emerson
More...
almost 8 years ago
In %bignum-random, normalize generated bignum
Gail Zacharias
More...
almost 8 years ago
Fix paren typo
Gail Zacharias
More...
almost 8 years ago
Merge remote-tracking branch 'upstream/master'
Gary Palter
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.
Gail Zacharias
More...
almost 8 years ago
Merge pull request #28 from gzacharias/master
R. Matthew Emerson
More...
almost 8 years ago
Use defloadvar instead of defparamter for NSString values
Gail Zacharias
More...
almost 8 years ago
Update bundled ASDF to version 3.2.0
R. Matthew Emerson
More...
almost 8 years ago
Merge pull request #21 from tfeb/ignore-app
R. Matthew Emerson
More...
almost 8 years ago
Ignore the built application on OSX
Tim Bradshaw
More...
almost 8 years ago
Fix non-literal-null-conversion warning
R. Matthew Emerson
More...
almost 8 years ago
Fix warnings about shifting a negative signed value
R. Matthew Emerson
More...
almost 8 years ago
Less horrible .gitignore
R. Matthew Emerson
More...
almost 8 years ago
Merge pull request #18 from tfeb/tfeb-gitignore-fixes
R. Matthew Emerson
More...
almost 8 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
169
170
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree