1.0.29.40: more (EXPT MINUS-ONE INTEGER) optimization
[sbcl.git] / src / code /
2009-06-25 Nikodemus Siivola1.0.29.39: SLEEP on large integers
2009-06-25 Nikodemus Siivola1.0.29.38: better DESCRIBE
2009-06-24 Nikodemus Siivola1.0.29.36: another regression from 1.0.29.27
2009-06-24 Nikodemus Siivola1.0.29.35: regression from 1.0.29.27
2009-06-22 Nikodemus Siivola1.0.29.34: hopefully thread-safe SB-PROFILE
2009-06-22 Gabor Melis1.0.29.32: SCRUB-CONTROL-STACK related changes
2009-06-22 Nikodemus Siivola1.0.29.30: oops, get documentation for built-in macros...
2009-06-21 Nikodemus Siivola1.0.29.29: (one more)^3 DIRECTORY regression
2009-06-21 Nikodemus Siivola1.0.29.27: add shebang line to fasls
2009-06-21 Nikodemus Siivola1.0.29.26: robustify GENTEMP against pretty-printer
2009-06-21 Nikodemus Siivola1.0.29.24: preserve docstrings for local and anonymous...
2009-06-20 Nikodemus Siivola1.0.29.23: simple-fun and closure cleanups
2009-06-20 Nikodemus Siivola1.0.29.22: smattering of DOCUMENTATION cleanups
2009-06-18 Nikodemus Siivola1.0.29.19: robustify SYMBOL-VALUE-IN-THREAD
2009-06-18 Nikodemus Siivola1.0.29.18: delete more debugging cruft that should...
2009-06-18 Nikodemus Siivola1.0.29.17: SYMBOL-VALUE-IN-THREAD
2009-06-18 Nikodemus Siivola1.0.29.14: implement SB-INTROSPECT:ALLOCATION-INFORMATION
2009-06-17 Nikodemus Siivola1.0.29.12: nicer DX capability conditionalization
2009-06-16 Nikodemus Siivola1.0.29.11: one more one more DIRECTORY regressions
2009-06-15 Nikodemus Siivola1.0.29.10: one more DIRECTORY regression
2009-06-15 Nikodemus Siivola1.0.29.8: :PTY and stream arguments in RUN-PROGRAM
2009-06-15 Nikodemus Siivola1.0.29.6: regression in DIRECTORY when matching directo...
2009-06-10 Nikodemus Siivola1.0.29.6: work around stack-allocated value cell badnes...
2009-06-04 Nikodemus Siivola1.0.28.77: fix test failures on PPC and elsewhere
2009-06-02 Nikodemus Siivola1.0.28.72: two regressions from 1.0.28.59
2009-06-02 Nikodemus Siivola1.0.28.71: two regressions from the 1.0.28. series
2009-05-23 Nikodemus Siivola1.0.28.70: regression in ABOUT-TO-MODIFY-SYMBOL-VALUE...
2009-05-22 Nikodemus Siivola1.0.28.69: filesystem tests and small Windows improvements
2009-05-21 Nikodemus Siivola1.0.28.66: implement SB-EXT:GET-TIME-OF-DAY
2009-05-21 Nathan Froyd1.0.28.65: fix compiling with *PROFILE-HASH-CACHE*...
2009-05-21 Nikodemus Siivola1.0.28.64: more DIRECTORY work
2009-05-21 Nikodemus Siivola1.0.28.63: SB-EXT:DEFINE-HASH-TABLE-TEST
2009-05-21 Nathan Froyd1.0.28.62: restore SYSCALL macros to the target build
2009-05-20 Nikodemus Siivola1.0.28.61: partial re-implementation of DIRECTORY
2009-05-19 Nikodemus Siivola1.0.28.60: partial UNC pathname support for Windows
2009-05-18 Nikodemus Siivola1.0.28.59: give UNIX-NAMESTRING the chop
2009-05-18 Nikodemus Siivola1.0.28.57: cross compiler is able to reason about host...
2009-05-17 Nikodemus Siivola1.0.28.55: transform FILL to a UB*-BASH-FILL when possible
2009-05-13 Nikodemus Siivola1.0.28.44: better MACHINE-VERSION answers on BSD'ish...
2009-05-12 Nikodemus Siivola1.0.28.43: QUIT related work
2009-05-12 Nikodemus Siivola1.0.28.42: pretty-printing LOOP forms
2009-05-09 Nathan Froyd1.0.28.34: convert once-used DEFMACROs to EVAL-WHEN...
2009-05-09 Nikodemus Siivola1.0.28.33: minor post-DEFGLOBAL cleanups
2009-05-08 Nathan Froyd1.0.28.31: remove :PREFIX/:SUFFIX from DEFENUM for...
2009-05-08 Nikodemus Siivola1.0.28.30: DEFGLOBAL, ALWAYS-BOUND, GLOBAL, SYMBOL...
2009-05-08 Nikodemus Siivola1.0.28.29: some manual love
2009-05-08 Nathan Froyd1.0.28.28: delete %RAW-BITS and %SET-RAW-BITS
2009-05-07 Nikodemus Siivola1.0.28.26: Mr. ATOMIC-INCF/SYMBOL, meet Mr. AX
2009-05-07 Nikodemus Siivola1.0.28.24: better %ARRAY-DISPLACED-FROM handling
2009-05-07 Alastair Bridgewater1.0.28.23: Fix value of CL:- in inspector
2009-05-06 Nikodemus Siivola1.0.28.21: further array typechecking optimization
2009-05-06 Nikodemus Siivola1.0.28.19: faster ARRAY-DIMENSION for non-vectors
2009-05-05 Nikodemus Siivola1.0.28.13: quiet WITH-TIMEOUT when used with constant...
2009-05-05 Nikodemus Siivola1.0.28.12: preserve non-toplevelness of macro subforms
2009-05-04 Alastair Bridgewater1.0.28.11: Fix bug 316325 (x86oid alien integer result...
2009-05-01 Nathan Froyd1.0.28.8: micro-optimize OUCH-READ-BUFFER
2009-05-01 Nathan Froyd1.0.28.7: eliminate *READ-BUFFER-LENGTH*
2009-05-01 Nikodemus Siivola1.0.28.3: ABOUT-TO-MODIFY-SYMBOL-VALUE doesn't choke...
2009-04-27 Gabor Melis1.0.27.47: fix RUN-PROGRAM on windows
2009-04-25 Alastair Bridgewater1.0.27.46: Fix build on systems with "src" in the path.
2009-04-24 Richard M Kreuter1.0.27.45: Fix the error signaled in bogus recursive...
2009-04-24 Christophe Rhodes1.0.27.44: genesis fixes
2009-04-24 Christophe Rhodes1.0.27.41: floating point implementation smoothing
2009-04-24 Gabor Melis1.0.27.39: SIGCHLD related fixes
2009-04-24 Christophe Rhodes1.0.27.38: make FAILED-AVER use a list form of code
2009-04-24 Christophe Rhodes1.0.27.37: fix host constant leaks
2009-04-24 Christophe Rhodes1.0.27.33: make various form orders deterministic
2009-04-24 Christophe Rhodes1.0.27.32: implement and use SB!XC:GENSYM
2009-04-24 Christophe Rhodes1.0.27.31: repeatable fasl header and debug-source
2009-04-23 Nathan Froyd1.0.27.30: minor octets.lisp cleanup
2009-04-23 Nathan Froyd1.0.27.27: micro-optimize COERCE *->vector and vector...
2009-04-23 Nikodemus Siivola1.0.27.26: fix invalid array index reporting for compil...
2009-04-23 Nikodemus Siivola1.0.27.24: robustify DEFPACKAGE form pretty-printing
2009-04-22 Nikodemus Siivola1.0.27.22: better signaling from MAKE-STATIC-VECTOR
2009-04-22 Richard M Kreuter1.0.27.19: Restore variable access in debugger REPL.
2009-04-22 Richard M Kreuter1.0.27.18: Changes to ECHO-STREAMs
2009-04-21 Gabor Melis1.0.27.15: optimize multiple values recievers on x86...
2009-04-21 Gabor Melis1.0.27.14: bias x86oid frame pointer
2009-04-11 Alastair Bridgewater1.0.27.6: Make alien-type-class definition work from...
2009-04-06 Gabor Melis1.0.27.2: fix bug in heap implementation
2009-04-04 Richard M Kreuter1.0.27.1: Fix binary input after UNREAD-CHAR on bivalen...
2009-03-27 Juho Snellman1.0.26.22: Revert 1.0.26.12
2009-03-24 Gabor Melis1.0.26.21: fix ERROR leaking memory
2009-03-23 Gabor Melis1.0.26.19: more stack safety
2009-03-22 Juho Snellman1.0.26.18: Solaris x86-64 support
2009-03-22 Gabor Melis1.0.26.15: interrupt.c refactoring
2009-03-22 Christophe Rhodes1.0.26.14: minor portability fixes
2009-03-22 Juho Snellman1.0.26.13: OpenBSD x86-64 support
2009-03-22 Juho Snellman1.0.26.12: Don't allow (LOOP FOR X ACROSS A ...) where...
2009-03-19 Gabor Melis1.0.26.9: reduce consing in MAP-ALLOCATED-OBJECTS
2009-03-16 Gabor Melis1.0.26.5: improve CONDITION-WAIT, RELEASE-MUTEX
2009-03-16 Gabor Melis1.0.26.4: less pessimal waitqueues
2009-03-01 Gabor Melis1.0.25.57: fix compilation on win32
2009-02-24 Gabor Melis1.0.25.56: SUB-GC: don't observe deadlines
2009-02-16 Gabor Melis1.0.25.52: go through lisp_memory_fault_error on all...
2009-02-16 Gabor Melis1.0.25.51: use WITH-RECURSIVE-SYSTEM-SPINLOCK
2009-02-16 Gabor Melis1.0.25.50: detect binding and alien stack exhaustion
2009-02-16 Gabor Melis1.0.25.45: fix futex_wait deadlines when interrupted
2009-02-16 Gabor Melis1.0.25.44: INTERRUPT-THREAD and timer improvements
2009-02-16 Gabor Melis1.0.25.43: alpha interrupt context fixes
next