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
Undo r16779. More... over 8 years ago
try to fix ticket:1353 in the trunk More... over 8 years ago
Update to ASDF 3.1.7. More... over 8 years ago
Remove many PowerPC-related source files More... over 8 years ago
when closing a shared library, dont call %PROBE-SHARED-LIBRARY, which may #_dlopen it again. More... over 8 years ago
In Darwin version of SHLIB-CONTAINING-ADDRESS. don't change soname of exiating library. More... over 8 years ago
Try again to make *ticks-per-second* at least 1000. More... over 8 years ago
Ensure *ticks-per-second* is at least 1000. More... over 8 years ago
Stub lisp_lstat for Windows. More... over 8 years ago
Add kernel-import-lisp-lstat. Use it in %%lstat. More... over 8 years ago
%directory-string-list: Treat string with no #\/ or #\; as a top level directory, per the CL spec. More... over 8 years ago
In fixnum->char vinsn, return non-nil for #xfffe and #xffff. 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. More... over 8 years ago
Define TCR_FLAG_BIT_PC_LUSERED. 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.) More... over 8 years ago
Update README.md More... over 8 years ago
Update README.md More... over 8 years ago
Minor updates for to comply with Mac App Store rules. More... over 8 years ago
fix android conditionalization. More... over 8 years ago
use movw/movt in ARM2-LRI again. Yay. 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) 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. 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. More... over 8 years ago
Shift right by 7 bits after all (rotate count always has low bit clear.) ticket:1257 still open. More... over 8 years ago
Decode immediate constant correctly (knock wood) in the IS_SUB_FROM_ALLOCPTR case in pc_luser_xp(). 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. More... over 8 years ago
back out of r16754. More... over 8 years ago
revive movw.movt.nop. More... over 8 years ago
kernel spinlock code tries to use memory barriers on ARM More... over 8 years ago
Bump fasl and image versions for x86 and x86-64. More... over 8 years ago