1.0.10.37: fix x86-64/darwin build
[sbcl.git] / src /
2007-10-08 Cyrus Harmon1.0.10.37: fix x86-64/darwin build
2007-10-08 Cyrus Harmon1.0.10.36: support for Darwin versions that support...
2007-10-06 Thiemo Seufer1.0.10.33: Lesson: Test before commit.
2007-10-06 Cyrus Harmon1.0.10.32: better mach exception handling
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 Thiemo Seufer1.0.10.25: Build fix, add a missing bit of hashtable...
2007-10-04 Thiemo Seufer1.0.10.22: Code formatting.
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-09-30 Juho Snellman1.0.10.14: remove locking and gc inhibition from hash...
2007-09-29 William Harold Newman1.0.10.13: trivial change: Print more explicit message...
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.2: Don't link unnecessary undefines.c on FreeBSD...
2007-09-26 NIIMI Satoshi1.0.10.1: Cleanup code
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 Rhodes1.0.9.61: Fix %report-reader-error
2007-09-16 William Harold Newman1.0.9.60: partial fix for bug in STREAM-ERROR :REPORT
2007-09-12 Christophe Rhodes1.0.9.59: Fix ash/smod61 on x86-64 for constant large...
2007-09-12 Christophe Rhodes1.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 Newman1.0.9.53: trivial typo fixes
2007-09-10 Nikodemus Siivola1.0.9.52: copy propagation interfering with local calls
2007-09-09 Nikodemus Siivola1.0.9.50: O(1) weak pointer scavenging
2007-09-09 Christophe Rhodes1.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-07 Nikodemus Siivola1.0.9.40: fix 64 bit build
2007-09-06 Nikodemus Siivola1.0.9.39: thread stack memory leaks
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.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.27: Fix large file support for 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.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.9: rename CLASS-SLOT-VECTOR to CLASS-SLOT-TABLE
2007-08-29 Nikodemus Siivola1.0.9.8: prettier DEFINE-MODIFY-MACRO arglist
2007-08-27 Nikodemus Siivolakeep docstrings from PCL bootstrap around
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-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 Juho Snellman1.0.8.44: Fix EQUALP on structures with raw slots
2007-08-21 Juho Snellman1.0.8.43: Fix GCD on most-negative-fixnum on x86-64
2007-08-20 Juho Snellman1.0.8.42: Fix some source-location bugs, alternate...
2007-08-20 Thiemo Seufer1.0.8.40: Acrually use reset-signal-mask only for Linux...
2007-08-19 Thiemo Seufer1.0.8.37: Workaround (or bugfix?) for blocked SIGTRAP...
2007-08-19 Thiemo Seufer1.0.8.36: Improve MIPS (and HPPA) floating pooint support.
2007-08-19 Thiemo Seufer1.0.8.35: Fix MIPS foreign_function_call_active handling.
2007-08-19 Thiemo Seufer1.0.8.34: Fix MIPS spinlock implementation.
2007-08-18 Nikodemus Siivola1.0.8.30: better standard-instance accessors
2007-08-18 Nikodemus Siivola1.0.8.29: better printing of anonymous objects
2007-08-18 Nikodemus Siivola1.0.8.28: split REAL-MAKE-METHOD-LAMBDA back into two...
2007-08-14 William Harold Newman1.0.8.27: Improve error handling for (DESTRUCTURING...
2007-08-14 Thiemo Seufer1.0.8.26: More MIPS singlestepper fixes.
2007-08-13 Nikodemus Siivola1.0.8.25: refactor CAN-OPTIMIZE-ACCESS usage and interface
2007-08-13 Nikodemus Siivola1.0.8.24: factor (THE TYPE FORM) => FORM transformation...
2007-08-13 Nikodemus Siivola1.0.8.23: merge CAN-OPTIMIZE-ACCESS and CAN-OPTIMIZE...
2007-08-13 Nikodemus Siivola1.0.8.22: merge MAKE-METHOD-FUNCTION and MAKE-METHOD...
2007-08-13 Nikodemus Siivola1.0.8.21: merge REAL-MAKE-METHOD-LAMBDA and MAKE-METHOD...
2007-08-13 Nikodemus Siivola1.0.8.20: replace PVREF by SVREF
2007-08-09 Nikodemus Siivola1.0.8.19: :dont-safe finalizers and fd-stream thread...
2007-08-07 Juho Snellman1.0.8.18: Fix gc-safety bug in x86oid function calls
2007-08-06 Nikodemus Siivola1.0.8.16: really increment the fasl version
next