sbcl.git
2010-10-15 Nikodemus Siivola1.0.43.62: implement SB-EXT:DELETE-DIRECTORY
2010-10-15 Nikodemus Siivola1.0.43.61: teach docstrings.lisp about parentheses
2010-10-14 Nikodemus Siivola1.0.43.60: plug (SETF MACRO-FUNCTION) shaped hole in...
2010-10-14 Nikodemus Siivola1.0.43.59: fix DEFSETF to reject non-symbols as functio...
2010-10-14 Nikodemus Siivola1.0.43.58: ignore ASDF source registries when building...
2010-10-14 Nikodemus Siivola1.0.43.57: better handling of derived function types
2010-10-14 Nikodemus Siivola1.0.43.56: make %INSTANCE-TYPEP always-translatable
2010-10-14 Nikodemus Siivola1.0.43.55: move FILE-COMPILE to compiler-test-utils...
2010-10-14 Nikodemus Siivola1.0.43.54: .gitignore tweaking
2010-10-14 Nikodemus Siivola1.0.43.53: less CPU-speed sensitive test for bug 654289
2010-10-13 Nikodemus Siivola1.0.43.52: correct char-size for :EXTERNAL-FORMAT ...
2010-10-13 Nikodemus Siivola1.0.43.51: disable get-protocol-by-name/error test...
2010-10-13 Nikodemus Siivola1.0.43.50: better function signature checking for self...
2010-10-12 Nikodemus Siivola1.0.43.49: (SETF FDEFINITION) and (SETF SYMBOL-FUNCTION...
2010-10-12 Paul Khuong1.0.43.48: Unbreak fast-ash-c/fixnum=>fixnum on x86
2010-10-12 Paul Khuong1.0.43.47: Unfix ASH of constant shift on x86oids
2010-10-12 Paul Khuong1.0.43.46: Simplify some type tests to EQL comparisons
2010-10-12 Paul Khuong1.0.43.45: More type-directed constant folding
2010-10-12 Paul Khuong1.0.43.44: New type method: TYPE-SINGLETON-P
2010-10-12 Paul Khuong1.0.43.43: Merge more equivalent branches together
2010-10-12 Paul Khuong1.0.43.42: Constant fold IFs before performing IF/IF...
2010-10-11 Nikodemus Siivola1.0.43.41: TYPE-ERROR printing tweak for *PRINT-ESCAPE...
2010-10-10 Juho Snellman1.0.43.40: Allow use of unmangled win32 function names
2010-10-09 Nikodemus Siivola1.0.43.39: proclaimed function types and NOTINLINE
2010-10-09 Nikodemus Siivola1.0.43.38: some PPRINT-LOGICAL-BLOCK issues
2010-10-08 Nikodemus Siivola1.0.43.37: update ASDF to 2.009
2010-10-07 Alastair Bridgewater1.0.43.36: threads: Add ATOMIC-INCF improvement notific...
2010-10-07 Nikodemus Siivola1.0.43.35: fix make-host-2.lisp from 1.0.43.34
2010-10-07 Nikodemus Siivola1.0.43.34: differentiate cross-compiler output from...
2010-10-07 Alastair Bridgewater1.0.43.33: ppc: Implement %ARRAY-ATOMIC-INCF/WORD
2010-10-07 Alastair Bridgewater1.0.43.32: x86: Implement %ARRAY-ATOMIC-INCF/WORD.
2010-10-07 Alastair Bridgewater1.0.43.31: x86-64: Implement %ARRAY-ATOMIC-INCF/WORD.
2010-10-07 Alastair Bridgewater1.0.43.30: threads: Initial implementation of ATOMIC...
2010-10-07 Nikodemus Siivola1.0.43.29: fix OVERAGER-CHARACTER-BUFFERING test-case
2010-10-06 Nikodemus Siivola1.0.43.28: DESCRIBE ALWAYS-BOUND declarations for symbols
2010-10-06 Nikodemus Siivola1.0.43.27: DESCRIBE optimization policy qualities for...
2010-10-06 Nikodemus Siivola1.0.43.26: propagate-local-call-args for lambdas with...
2010-10-05 Nikodemus Siivola1.0.43.25: (LOOP WITH NIL = ...) caused unused variable...
2010-10-05 Nikodemus Siivola1.0.43.24: initialize cold-layouts with source-location...
2010-10-04 Nikodemus Siivola1.0.43.23: enable let-conversion for open-coded ALIEN...
2010-10-04 Nikodemus Siivola1.0.43.22: better errors for invalid :EXTERNAL-FORMAT...
2010-10-04 Nikodemus Siivola1.0.43.21: typo in COPYING file
2010-10-04 Nikodemus Siivola1.0.43.20: missing NEWS for 1.0.43.19
2010-10-04 Nikodemus Siivola1.0.43.19: don't record source-paths for sub-parts...
2010-10-04 Nikodemus Siivola1.0.43.18: index SB-EXT:*EVALUATOR-MODE* under #'EVAL...
2010-10-04 Nathan Froyd1.0.43.17: fix static symbols for array dispatch tables
2010-10-03 Alastair Bridgewater1.0.43.16: compiler: Fix non-unicode build.
2010-10-03 Nikodemus Siivola1.0.43.15: use gcc-3 compiler in Cygwin for runtime too
2010-10-03 Nikodemus Siivola1.0.43.14: typo in asdf-module.mk
2010-09-30 Nikodemus Siivola1.0.43.13: "minor fixed for Win32" from Kalyanov Dmitry
2010-09-30 Nikodemus Siivola1.0.43.12: edit STYLE for stricter patch submission...
2010-09-30 Nikodemus Siivola1.0.43.11: smarter timer expiry
2010-09-30 Nikodemus Siivola1.0.43.10: make.sh now accepts --dynamic-space-size...
2010-09-30 Nikodemus Siivola1.0.43.9: .cvsignore contrib/test-passed
2010-09-30 Nikodemus Siivola1.0.43.8: ALLOCATION-INFORMATION also provides the...
2010-09-30 Nikodemus Siivola1.0.43.7: update expected test failures on Darwin/x86-64
2010-09-30 Nikodemus Siivola1.0.43.6: fix overeager input-buffer filling by externa...
2010-09-30 Nikodemus Siivola1.0.43.5: add :EXTERNAL-FORMAT argument to RUN-PROGRAM
2010-09-30 Nikodemus Siivola1.0.43.4: deal with interrupted open(2) calls
2010-09-30 Nikodemus Siivola1.0.43.3: make (LOAD-TIME-VALUE (THE (VALUES FIXNUM...
2010-09-30 Nikodemus Siivola1.0.43.2: remove bashishm from source-distribution.sh
2010-09-30 Nikodemus Siivola1.0.43.1: better handling of complex array types in...
2010-09-30 Juho Snellman1.0.43: will be tagged as sbcl_1_0_43
2010-09-27 Juho Snellman1.0.42.54: #!+darwin the nanosleep hack
2010-09-27 Nikodemus Siivola1.0.42.53: *TTY* stream needs to serve events as well
2010-09-21 Nikodemus Siivola1.0.42.52: fix Windows build
2010-09-21 Nikodemus Siivola1.0.42.51: disable split html manual building
2010-09-21 Nikodemus Siivola1.0.42.50: workaround a Darwin nanosleep() bug
2010-09-21 Nikodemus Siivola1.0.42.49: fix (SETF DOCUMENTATION) for macros
2010-09-20 Nikodemus Siivola1.0.42.48: more contextual CAREFUL-EXPAND-MACRO messages
2010-09-20 Nikodemus Siivola1.0.42.47: fix regressions from 1.0.42.46.
2010-09-20 Nikodemus Siivola1.0.42.46: style-warn users about READ-FROM-STRING...
2010-09-19 Nikodemus Siivola1.0.42.45: more descriptive errors for exceeding FD_SETSIZE
2010-09-19 Nikodemus Siivola1.0.42.44: oops, this bit was not supposed to go in...
2010-09-19 Nikodemus Siivola1.0.42.43: FD-STREAMS no longer hook into SERVE-EVENT...
2010-09-19 Nikodemus Siivola1.0.42.42: hack around *AUTO-EVAL-IN-FRAME* issues
2010-09-19 Nikodemus Siivola1.0.42.41: use poll(2) instead of select(2) in SYSREAD...
2010-09-19 Nikodemus Siivola1.0.42.40: replace hardcoded FD-SETSIZE with a groveled one
2010-09-19 Nikodemus Siivola1.0.42.39: workaround for lp#308914
2010-09-19 Nikodemus Siivola1.0.42.38: fix SB-INTROSPECT:VALID-FUNCTION-NAME-P...
2010-09-13 Nikodemus Siivola1.0.42.37: use more NAMED-LAMBDAs in PCL generated...
2010-09-10 Nathan Froyd1.0.42.36: micro-optimize x86 assembly comparison VOPs
2010-09-08 Alastair Bridgewater1.0.42.35: tests: Update :fails-on clause for a test
2010-09-08 Alastair Bridgewater1.0.42.34: threads: Consolidate thread-specific static...
2010-09-05 Alastair Bridgewater1.0.42.33: ppc: Improve pseudo-atomic implementation
2010-09-04 Christophe... 1.0.42.32: fix for lp#611361
2010-09-03 Nikodemus Siivola1.0.42.31: fix build with clisp 2.49
2010-09-03 Nikodemus Siivola1.0.42.30: missing docstring for GET-PROTOCOL-BY-NAME
2010-09-03 Nikodemus Siivola1.0.42.29: tweak run-program.impure.lisp
2010-09-03 Nikodemus Siivola1.0.42.28: package locks to guard against DEFMACRO...
2010-09-03 Alastair Bridgewater1.0.42.27: cleanup: My last commit was supposed to...
2010-09-03 Alastair Bridgewater1.0.42.26: git: Add a couple of new patterns to .gitignore
2010-09-03 Alastair Bridgewater1.0.42.26: tests: Fix broken :fails-on clause for a...
2010-09-02 Nikodemus Siivola1.0.42.25: check parent-lambdas in defined-fun-functional
2010-09-02 Nikodemus Siivola1.0.42.24: print symbols with fully qualified names...
2010-09-02 Alastair Bridgewater1.0.42.23: x86-64: Fix passing of unboxed complex float...
2010-09-02 Alastair Bridgewater1.0.42.22: x86-64: Add test case for unboxed complex...
2010-09-01 Nikodemus Siivola1.0.42.21: grab-bag of Solaris related fixes
2010-09-01 Nikodemus Siivola1.0.42.20: use platform-dependent CFLAGS consistently...
2010-09-01 Nikodemus Siivola1.0.42.19: make SB-CONCURRENCY more GC friendly
next