21
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Aug 09, 2024 — Aug 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
xload-level-0: copy a minimal set of packages (cl, ccl, keyword, target) to the image. More... over 17 years ago
Win64 changes; see if they break other platforms. More... over 17 years ago
Bump min fasl version. More... over 17 years ago
Bump current fasl version. More... over 17 years ago
Slightly better bignum * fixnum multiply. More... over 17 years ago
Use imm2 in %floor. More... over 17 years ago
Bump max fasl version. More... over 17 years ago
SHOW-FUNTION-CONSTANTS for PPC. More... over 17 years ago
weak hash stuff in ppc GC, too More... over 17 years ago
Change image-abi-version. FASL version will change soon. More... over 17 years ago
Move image start address up by 64K. More... over 17 years ago
Use (%null-ptr) vice +null-ptr+; easier to cross-compile. More... over 17 years ago
Change low-memory ("nilreg area", subprims) base address on x8664 (win64 doesn't seem able to map addresses in low 64K, so move everything up by 64K) More... over 17 years ago
change implict .SPcall-clozure address in init-nclosure. More... over 17 years ago
Fix typo in error message in %COUNT-CHARACTERS-IN-OCTET-VECTOR. More... over 17 years ago
No such luck. More... over 17 years ago
Some win64 conditionalization; hope it doesn't break anything. More... over 17 years ago
Lose the concept of *compile-dcode-functions* (e.g., always do this stuff.) More... over 17 years ago
:connect-timeout stuff. More... over 17 years ago
Reset *error-reentry-count* a lot earlier (before signal, certainly). More... over 17 years ago
Signal an error from ALLOCATE-INSTANCE when an Objective-C init message returns a null pointer. More... over 17 years ago
Fix conditinalization. More... over 17 years ago
Implement an alternate approach to weak-hash-table processing (the alternate approach is faster but doesn't handle circularity.) Toggle between the traditional and new approaches (mostly as a way of stress-testing.) More... over 17 years ago
Change some LAP code to recogize that %nargs is 32 bits wide now. More... over 17 years ago
x862-simple-opt-entry: use (! check-min-max-args) when appropriate. In x862-lambda, the one variant of opt-supplied-p that needs to know num-opt gets it as a constant arg now. More... over 17 years ago
%nargs is 32-bits wide now, so lotsa changes. More... over 17 years ago
%nargs is 32-bits wide now, so lotsa changes, generally for the better. More... over 17 years ago
%nargs is 32-bits wide now. More... over 17 years ago
Linux :stat.st_mtim is a timespec (seconds, nanoseconds), not a timeval. More... over 17 years ago
fix TIME More... over 17 years ago