21
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Aug 12, 2024 — Aug 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Less horrible .gitignore More... over 8 years ago
Merge pull request #18 from tfeb/tfeb-gitignore-fixes More... over 8 years ago
gitignore: ignore some more ephemera More... over 8 years ago
If mman.h doesn't define MAP_NORESERVE, just define it to be 0 More... over 8 years ago
Quote SVN_REVISION More... over 8 years ago
Merge pull request #6 from eval-apply/gitignore More... over 8 years ago
add object files to the git ignore More... over 8 years ago
Create README.md More... over 8 years ago
Show git describe output in lisp-implementation-version More... over 8 years ago
Typo More... over 8 years ago
Use OSVERSION in the final link. Fixes ticket:1402. More... over 8 years ago
When doing loop destructuring, if there are more variables in the variables list than there are values in values list, give remaining variables the value of NIL. More... over 8 years ago
Correct scaling on x8664 when indexing complex double-float vectors More... over 8 years ago
Fix SUBTAG-BYTES for x8632, x8664, ppc32, & arm, so that fasl dump and load work correctly for complex single-float and double-float vectors. More... over 8 years ago
Correct a couple of typos. More... over 8 years ago
Missed one file from changeset:16802. More... almost 9 years ago
Add *print-string-length* control for tracing, backtracing, and errors. Fixes ticket:1390 in trunk. More... almost 9 years ago
Fix broken build. Apparently linux and solaris don't define the st_flags field. More... almost 9 years ago
Return yet another value from #'%stat-values: st_flags, so we can examine e.g. UF_HIDDEN etc. More... almost 9 years ago
Remove dead function #'list-delete. Only difference is now #'list-delete-1 doesn't use keyword args. More... almost 9 years ago
Fixed typo More... almost 9 years ago
Fixed typos More... almost 9 years ago
Include build-application in the IDE More... almost 9 years ago
Apply patch from Gilbert Baumann for sign bug in 64-bit %short-float-ratio. Closes ticket:1388. More... almost 9 years ago
Use cc driver program to link. Get rid of SDKROOT, and just rely on whatever environment has been set up via xcode-select. More... almost 9 years ago
turn on copy-headers by default for standalone IDE More... almost 9 years ago
add &lexpr and &lap to LAMBDA-LIST-KEYWORDS. fixes ticket:1386 in the trunk. More... almost 9 years ago
Use -no_pie in LDFLAGS. More... almost 9 years ago
Fixed spelling of complex. Fixes ticket:1381 in the trunk. More... almost 9 years ago
constant fold #'STRING More... almost 9 years ago