sbcl.git
2007-10-06 Cyrus Harmon1.0.10.31: sb-posix support for getgrnam and getgrgid
2007-10-06 NIIMI Satoshi1.0.10.30: Fix build without sb-thread
2007-10-05 Nikodemus Siivola1.0.10.29: MUTEX refactoring & optimization
2007-10-05 Nikodemus Siivola1.0.10.28: export semaphore interface
2007-10-05 NIIMI Satoshi1.0.10.27: Change unportable find option "-path"
2007-10-05 Rudi Schlatte1.0.10.26: More sb-posix documentation, thanks to Richa...
2007-10-05 Thiemo Seufer1.0.10.25: Build fix, add a missing bit of hashtable...
2007-10-04 Thiemo Seufer1.0.10.24: Don't include CVS cruft in binary distributions.
2007-10-04 Thiemo Seufer1.0.10.23: Shuffle def* foo around for less compiler...
2007-10-04 Thiemo Seufer1.0.10.22: Code formatting.
2007-10-04 Thiemo Seufer1.0.10.21: MIPS will soon need an explicit -fPIC flag...
2007-10-04 Thiemo Seufer1.0.10.20: Code provision for a future MIPS gencgc...
2007-10-04 Thiemo Seufer1.0.10.19: Check also for MIPS foreign_function_call...
2007-10-04 Thiemo Seufer1.0.10.18: Define __USE_GNU only if it wasn't already...
2007-10-04 Thiemo Seufer1.0.10.17: Reformat string, and fix compiler warning.
2007-10-04 Rudi Schlatte1.0.10.16: Add some documentation for sb-posix
2007-10-02 Rudi Schlatte1.0.10.15: Some sb-posix constants for stat().
2007-09-30 Juho Snellman1.0.10.14: remove locking and gc inhibition from hash...
2007-09-29 William Harold... 1.0.10.13: trivial change: Print more explicit message...
2007-09-28 William Harold... 1.0.10.12: logged bug 417
2007-09-27 Andreas Fuchs1.0.10.11: Make FEATUREP accept only symbols or conses.
2007-09-27 Nikodemus Siivola1.0.10.10: theoretical #!+long-float fix to MAKE-MEMBER...
2007-09-27 Nikodemus Siivola1.0.10.9: symbol-macro expansion uses *MACROEXPAND...
2007-09-27 Nikodemus Siivola1.0.10.8: correct nested DX implementation
2007-09-26 Nikodemus Siivola1.0.10.7: multiply-used DX LVARS
2007-09-26 Nikodemus Siivola1.0.10.6: nested DX allocation
2007-09-26 Nikodemus Siivola1.0.10.5: dynamic-extent CONS
2007-09-26 NIIMI Satoshi1.0.10.4: Use variable for SIG_MEMORY_FAULT on FreeBSD
2007-09-26 NIIMI Satoshi1.0.10.3: Grovel suseconds_t
2007-09-26 NIIMI Satoshi1.0.10.2: Don't link unnecessary undefines.c on FreeBSD...
2007-09-26 NIIMI Satoshi1.0.10.1: Cleanup code
2007-09-25 William Harold... 1.0.10: release, will be tagged as sbcl_1_0_10
2007-09-19 NIIMI Satoshi1.0.9.64: Use umtx system call on FreeBSD to emulate...
2007-09-18 Andreas Fuchs1.0.9.63: Disallow (:not) in #+/#- expressions.
2007-09-18 NIIMI Satoshi1.0.9.62: Performance and stability improvement of...
2007-09-17 Christophe... 1.0.9.61: Fix %report-reader-error
2007-09-16 William Harold... 1.0.9.60: partial fix for bug in STREAM-ERROR :REPORT
2007-09-12 Christophe... 1.0.9.59: Fix ash/smod61 on x86-64 for constant large...
2007-09-12 Christophe... 1.0.9.58: Fix x86 smod30 ash with a constant large...
2007-09-10 Nikodemus Siivola1.0.9.57: allow pv-optimizations for typechecking ...
2007-09-10 Nikodemus Siivola1.0.9.56: faster typechecking/optimized std-writer...
2007-09-10 Nikodemus Siivola1.0.9.55: trivial src/pcl/vector.lisp cleanup
2007-09-10 Nikodemus Siivola1.0.9.54: clean up old pv updating code
2007-09-10 William Harold... 1.0.9.53: trivial typo fixes
2007-09-10 Nikodemus Siivola1.0.9.52: copy propagation interfering with local calls
2007-09-10 Nikodemus Siivola1.0.9.51: SB-CLTL2: implement FUNCTION-INFORMATION...
2007-09-09 Nikodemus Siivola1.0.9.50: O(1) weak pointer scavenging
2007-09-09 Christophe... 1.0.9.49: NetBSD 2.0 build fix (Aymeric Vincent sbcl...
2007-09-09 Christophe... 1.0.9.48: texi2pdf rework (Aymeric Vincent sbcl-devel...
2007-09-08 Nikodemus Siivola1.0.9.47: VALID-WRAPPER-OF
2007-09-08 Nikodemus Siivola1.0.9.46: take pv-slot value from wrapper-slot-table
2007-09-08 Nikodemus Siivola1.0.9.45: cleaner & thread-safe pv-table interning
2007-09-08 Nikodemus Siivola1.0.9.44: clean up PV-TABLE constructor
2007-09-08 Nikodemus Siivola1.0.9.43: .PV-CELL., use .PV. directly
2007-09-08 Nikodemus Siivola1.0.9.42: remove stale CALLS support
2007-09-08 NIIMI Satoshi1.0.9.41: Fix test on unthreaded config.
2007-09-07 Nikodemus Siivola1.0.9.40: fix 64 bit build
2007-09-06 Nikodemus Siivola1.0.9.39: thread stack memory leaks
2007-09-06 Nikodemus Siivola1.0.9.38: fix COMPARE-AND-SWAP
2007-09-05 Thiemo Seufer1.0.9.37: MIPS shared libraries will need an explicit...
2007-09-05 Thiemo Seufer1.0.9.36: Match the correct atomicity bit.
2007-09-05 Thiemo Seufer1.0.9.35: Delete wrong comment.
2007-09-05 Thiemo Seufer1.0.9.34: Encapulate the whole closure generation in...
2007-09-05 Thiemo Seufer1.0.9.33: Change SIGINFO to the more common SIGPWR...
2007-09-05 Thiemo Seufer1.0.9.32: Remove accidentially committed debug code.
2007-09-05 Thiemo Seufer1.0.9.31: Fix broken syntax.
2007-09-05 Thiemo Seufer1.0.9.30: Make SBCL work on MIPS/Linux with larger...
2007-09-02 Thiemo Seufer1.0.9.29: Fix document string formatting.
2007-09-02 Thiemo Seufer1.0.9.28: Enable alien callbacks for MIPS.
2007-09-02 Thiemo Seufer1.0.9.27: Fix large file support for MIPS.
2007-09-02 Thiemo Seufer1.0.9.26: Update comment about little-endian MIPS.
2007-09-01 Thiemo Seufer1.0.9.25: Revert the /xhow -> /show change.
2007-09-01 Thiemo Seufer1.0.9.24: Adjust assembly callers of WITH-FIXED-ALLOCATION.
2007-09-01 Thiemo Seufer1.0.9.23: Delete conditional INST NOP optimization.
2007-09-01 Thiemo Seufer1.0.9.22: Dynamic-extent value-cells for MIPS.
2007-09-01 Thiemo Seufer1.0.9.21: Make less eager use of eval-when unless cross...
2007-09-01 Thiemo Seufer1.0.9.20: Add #+sb-doc conditionals.
2007-09-01 Thiemo Seufer1.0.9.19: Less magic constants in the mips backend.
2007-09-01 Thiemo Seufer1.0.9.18: Instrument COMPUTE-CALLING-FRAME for non...
2007-09-01 Thiemo Seufer1.0.9.17: Delete deprecated DEF-ALIENs.
2007-09-01 Thiemo Seufer1.0.9.16: Remove :mips from Bug #372.
2007-09-01 Thiemo Seufer1.0.9.15: Fix typo.
2007-09-01 Thiemo Seufer1.0.9.14: Marginally improved VOPs, and a bit of code...
2007-08-29 Nikodemus Siivola1.0.9.13: copy the WRAPPER-SLOT-TABLE in FORCE-CACHE...
2007-08-29 Nikodemus Siivola1.0.9.12: inform genesis about FOR-STD-CLASS-P slot...
2007-08-29 Nikodemus Siivola1.0.9.11: even faster SLOT-VALUE &co
2007-08-29 Nikodemus Siivola1.0.9.10: make tests clean up after themselves a bit...
2007-08-29 Nikodemus Siivola1.0.9.9: rename CLASS-SLOT-VECTOR to CLASS-SLOT-TABLE
2007-08-29 Nikodemus Siivola1.0.9.8: prettier DEFINE-MODIFY-MACRO arglist
2007-08-29 Nikodemus Siivola1.0.9.7: the MSI should not add .lisp and .fasl associa...
2007-08-29 Nikodemus Siivola1.0.9.6: remove :UNIX from *FEATURES* on Windows
2007-08-27 Nikodemus Siivolakeep docstrings from PCL bootstrap around
2007-08-27 Nikodemus Siivolaadded .gdb_history to .gitignore
2007-08-27 Nikodemus Siivolamicro-optimize SKIP-FAST-SLOT-ACCESS-P
2007-08-27 Nikodemus Siivolafaster SLOT-VALUE &co with variable slot names
2007-08-27 Nikodemus Siivola1.0.9.1: faster MAKE-MEMBER-TYPE, UNION, and NUNION
2007-08-27 William Harold... 1.0.9: release, will be tagged as sbcl_1_0_9
2007-08-26 Thiemo Seufer1.0.8.48: Update comment.
2007-08-26 Thiemo Seufer1.0.8.47: Declare alien input parameters as such.
2007-08-21 Rudi Schlatte1.0.8.46: attempt to answer the "executables" FAQ in...
next