summaryrefslogtreecommitdiff
path: root/tools-for-build
AgeCommit message (Expand)Author
2024-09-06Change a COND over STRING= to ECASE on symbolsDouglas Katzman
2024-09-02Correctly grovel ssize_t on win32.Stas Boukarev
2024-08-14Fix bogus file-position calculation in READ-LINKAGE-CELLSDouglas Katzman
2024-07-29editcore: Bail when extracting non-structure instances from core.Charles Zhang
2024-07-28Try harder to get a writable directory for split-coreShinmera
2024-07-19Revert hack for musl libcDouglas Katzman
2024-07-17Remove random slots.Charles Zhang
2024-07-16Finish fixing #+(and arm64 immobile-space)Douglas Katzman
2024-07-15Move simple-fun metadata into code-debug-infoDouglas Katzman
2024-07-12Remove obsolete editcore logic due to existence of linkage-spaceDouglas Katzman
2024-07-05Apply "search for cp" patch by Hraban LuyatDouglas Katzman
2024-07-03x86-64: Implement lisp linkage-space as per doc/internals-notesDouglas Katzman
2024-07-02Impart more safety to extract-object-from-coreDouglas Katzman
2024-06-13Improve editcore and elftoolDouglas Katzman
2024-06-12Rename alien-linkage-table-space (again)Douglas Katzman
2024-05-31Correct some comments, typos, etcDouglas Katzman
2024-05-22Output more data from offline core readerDouglas Katzman
2024-05-16win32: make editcore work (#sbcl25)Luís Borges de Oliveira
2024-05-13Just use DEFPACKAGE to define our packages.Charles Zhang
2024-05-12Fix elf-sans-immobile testDouglas Katzman
2024-04-13debug-info: Use a weak side table for COMPILED-DEBUG-FUN caching.Charles Zhang
2024-04-13debug-info: Use a packed debug fun representation.Charles Zhang
2024-04-12Test something other than *features* for compact headerDouglas Katzman
2024-04-12Fix elf-sans-immobile testDouglas Katzman
2024-04-12Fix a few more problem in sb-editcore::extract-object-from-coreDouglas Katzman
2024-04-12Pass around sb-editcore::core in more placesDouglas Katzman
2024-04-11Remove sb-editcore::%fun-name-from-coreDouglas Katzman
2024-04-11Process a few more types in extract-object-from-coreDouglas Katzman
2024-04-11Add a general object proxyifier for offline editcoreDouglas Katzman
2024-03-18Fix editcoreDouglas Katzman
2024-03-12Regenerate unicode-phash fileDouglas Katzman
2024-02-29Remove MACROLET from perfect hash lambdasDouglas Katzman
2024-02-29Fix some weirdness in target-unicodeDouglas Katzman
2024-02-16Remove direct-mapped subset of ucd1 char->name mapDouglas Katzman
2024-02-16Pack Unicode names even betterDouglas Katzman
2024-02-15Remove two MAPHASH calls from ucd.lispDouglas Katzman
2024-02-11Put huffman into make-target-2 and simplify reading dataDouglas Katzman
2024-02-10Change UNICODE-1-NAME to use the same concept as CHAR-NAMEDouglas Katzman
2024-02-09Speed up CHAR-NAMEDouglas Katzman
2024-02-09Defend against things being called exactly "CLEANUP-FUN-"Christophe Rhodes
2024-02-07Perfectly hash in SB-UNICODE::PRIMARY-COMPOSITIONDouglas Katzman
2024-02-06Perfectly hash sb-unicode::collation keyDouglas Katzman
2024-02-06Check for a compatible posix_spawn.Stas Boukarev
2024-02-06Memoize the perfect hash functions in target-unicodeDouglas Katzman
2024-01-31Quiet a clisp warningChristophe Rhodes
2024-01-30Cease calling host runtime's perfect hash generatorDouglas Katzman
2024-01-24Fix REORGANIZE-COREDouglas Katzman
2024-01-23Fix relocation.test.sh for #+permgenDouglas Katzman
2024-01-10Remove unused slot from symtbl-magicDouglas Katzman
2023-12-31mark-region: add minimal compact-instance-header featureDouglas Katzman