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 11 of 170
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Undo r16779.
R. Matthew Emerson
More...
over 8 years ago
try to fix ticket:1353 in the trunk
Gary Byers
More...
over 8 years ago
Update to ASDF 3.1.7.
R. Matthew Emerson
More...
over 8 years ago
Remove many PowerPC-related source files
R. Matthew Emerson
More...
over 8 years ago
when closing a shared library, dont call %PROBE-SHARED-LIBRARY, which may #_dlopen it again.
Gary Byers
More...
over 8 years ago
In Darwin version of SHLIB-CONTAINING-ADDRESS. don't change soname of exiating library.
Gary Byers
More...
over 8 years ago
Try again to make *ticks-per-second* at least 1000.
R. Matthew Emerson
More...
over 8 years ago
Ensure *ticks-per-second* is at least 1000.
R. Matthew Emerson
More...
over 8 years ago
Stub lisp_lstat for Windows.
R. Matthew Emerson
More...
over 8 years ago
Add kernel-import-lisp-lstat. Use it in %%lstat.
R. Matthew Emerson
More...
over 8 years ago
%directory-string-list: Treat string with no #\/ or #\; as a top level directory, per the CL spec.
R. Matthew Emerson
More...
over 8 years ago
In fixnum->char vinsn, return non-nil for #xfffe and #xffff.
R. Matthew Emerson
More...
over 8 years ago
If pc_luser_xp() changes a thread's context, set a flag bit in the target tcr. if that bit is set in a subsequent synchronous signal. effectively ignore that signal and clear the bit. Would rather not have to do this.
Gary Byers
More...
over 8 years ago
Define TCR_FLAG_BIT_PC_LUSERED.
Gary Byers
More...
over 8 years ago
Export some C-callabble functions rhat implement ARM memory barriers. (could have used inline asm, but too lazy to rtfm.)
Gary Byers
More...
over 8 years ago
Update README.md
R. Matthew Emerson
More...
over 8 years ago
Update README.md
R. Matthew Emerson
More...
over 8 years ago
Minor updates for to comply with Mac App Store rules.
R. Matthew Emerson
More...
over 8 years ago
fix android conditionalization.
Gary Byers
More...
over 8 years ago
use movw/movt in ARM2-LRI again. Yay.
Gary Byers
More...
over 8 years ago
don't expand nx1-1d-vref into CHAR (to avoid infinite loop in case of a compiler macro on CHAR)
Gail Zacharias
More...
over 8 years ago
Some changes to speed up source location recording. Don't wait til the end to remove sources with multiple locations, don't record them in first place. And do not collapse source backpointers at read time, do it at lookup time.
Gail Zacharias
More...
over 8 years ago
kinder, gentler pc_luser_xp(): always back out of allocation if the interrupted thread is at or before the alloc trap, else finish it. when installing the handler for thread_suspend_signal, explicitly unblock SIGILL to avoid race conditions.
Gary Byers
More...
over 8 years ago
Shift right by 7 bits after all (rotate count always has low bit clear.) ticket:1257 still open.
Gary Byers
More...
over 8 years ago
Decode immediate constant correctly (knock wood) in the IS_SUB_FROM_ALLOCPTR case in pc_luser_xp().
Gary Byers
More...
over 8 years ago
Update description of command-line options to use a :definition style listing, and insert some missing spaces. See ticket:1365.
R. Matthew Emerson
More...
over 8 years ago
back out of r16754.
Gary Byers
More...
over 8 years ago
revive movw.movt.nop.
Gary Byers
More...
over 8 years ago
kernel spinlock code tries to use memory barriers on ARM
Gary Byers
More...
over 8 years ago
Bump fasl and image versions for x86 and x86-64.
R. Matthew Emerson
More...
over 8 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
…
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