fix COERCE to unfinalized extended sequence classes
[sbcl.git] / src /
2011-07-24 Christophe Rhodesfix COERCE to unfinalized extended sequence classes
2011-07-22 Paul KhuongCorrect RIP-relative offset for strange x86-64 instructions
2011-07-08 Paul KhuongFix a non-gencgc build failure in UNSAFE-CLEAR-ROOTS
2011-07-06 Paul KhuongSmall cleanups
2011-07-06 Paul KhuongMore conservative defaults in GENCGC
2011-07-03 Paul KhuongFix the build - gencgc broken since 1.0.49.73 (4 commit...
2011-07-03 Nikodemus Siivolateach debugger about &MORE arguments
2011-07-03 Nikodemus Siivolainhibit &REST -> &MORE conversion when DEBUG is 3
2011-07-03 Paul KhuongAllocate at least gencgc_alloc_granularity bytes at...
2011-07-03 Paul KhuongRelease address space to the OS at gencgc_release_granu...
2011-07-03 Paul KhuongSplit GENCGC_PAGE_BYTES in 3 constants
2011-07-03 Paul KhuongLazier zero_dirty_pages in gencgc
2011-07-03 Paul KhuongDifferentiate between object slot initialisation and...
2011-07-03 Paul KhuongFix an off-by-one in MAP-ALLOCATED-OBJECTS
2011-06-29 Christophe Rhodesrestarts for PRINT-NOT-READABLE errors
2011-06-24 Paul KhuongGet alignment right for block headers on x86-64, this...
2011-06-23 Paul KhuongMicrooptimisation for block headers on x86-64
2011-06-22 Paul KhuongLet register allocation handle unused TNs due to consta...
2011-06-21 Paul KhuongUnboxed implicit value cells on x86[-64]
2011-06-21 Paul KhuongCompiler support for specialised implicit value cells
2011-06-21 Paul KhuongRestore the build on x86
2011-06-21 Paul KhuongInline local call trampolines on x86[-64]
2011-06-21 Paul KhuongFaster MAP[-INTO] when (> SPEED SPACE)
2011-06-20 Paul KhuongMore constraint propagation in the presence of assignment
2011-06-19 Paul KhuongLess constraint propagation when COMPILATION-SPEED...
2011-06-18 Paul KhuongMore explicit high-level interface for consets
2011-06-18 Paul KhuongFaster iteration through a variable's constraints durin...
2011-06-18 Paul KhuongSmarter FIND-CONSTRAINT during constraint propagation
2011-06-17 Nikodemus SiivolaRUN-PROGRAM: apply the external-format to the PTY strea...
2011-06-14 Nikodemus Siivolaadd &KEY SILENT to PARSE-LAMBDA-LIST
2011-06-11 David VázquezFORMAT-AUX-EXP: adjust scale if scale-exponent return 1.0
2011-06-11 David VázquezFLONUM-TO-DIGITS handles non-negative input properly
2011-06-11 Paul KhuongSpecialised constant MAKE-{SINGLE,DOUBLE}-FLOAT VOPs...
2011-06-11 Nikodemus Siivolarobustify DIRECTORY on logical pathnames
2011-06-11 Paul KhuongFix #!- vs #- confusion in number's singleton-p type...
2011-06-11 Paul KhuongAvoid constant folding NaNs from MAKE-{SINGLE,DOUBLE...
2011-06-11 Paul KhuongImprove SINGLE-FLOAT-BITS on x86-64
2011-06-11 Paul KhuongFix a corner case in RUN-PROGRAM with very long argumen...
2011-06-11 Paul KhuongMAKE-THREAD accepts :ARGUMENTS to pass to the thread...
2011-06-10 Nikodemus SiivolaFMAKUNBOUND removes the MACRO-FUNCTION as well
2011-06-10 Nikodemus Siivola&optional and &key supplied-p arguments in boa-constuctors
2011-06-10 Nikodemus Siivolaexport *USERINIT-PATHNAME-FUNCTION* and *SYSINIT-PATHNA...
2011-06-09 Nikodemus Siivolarobustify debugger against bogus lambda-lists
2011-06-07 Nikodemus Siivolaarmload of DEFINE-HASH-CACHE changes
2011-06-07 Nikodemus Siivolaminor bug in type= method for arrays of unknown element...
2011-06-07 Nikodemus Siivolamore conservative bounds in FP interval arithmetic
2011-06-06 Nikodemus Siivolaadd a REMOVE-FD-HANDLER restart around calling the...
2011-06-06 Nikodemus Siivolawrite heap exhaustion information to the GC logfile...
2011-06-06 Nikodemus SiivolaA git-only SBCL workflow
2011-05-30 Nikodemus Siivola1.0.48.35: SB-EXT:GC-LOGFILE
2011-05-30 Nikodemus Siivola1.0.48.34: MAKE-ALIEN-STRING
2011-05-30 Nikodemus Siivola1.0.48.33: --script bits and pieces
2011-05-29 Nikodemus Siivola1.0.48.31: WITH-LOCKED-SYSTEM-TABLE
2011-05-29 Nikodemus Siivola1.0.48.30: adjust DOCUMENTATION and SB-INTROSPECT
2011-05-28 Nikodemus Siivola1.0.48.29: better end-of-the-world handling
2011-05-28 Nikodemus Siivola1.0.48.28: make TRULY-THE macroexpandable
2011-05-25 Nikodemus Siivola1.0.48.25: automatic &rest to &more conversion
2011-05-24 Nikodemus Siivola1.0.48.24: fix performance / type derivation regression...
2011-05-24 Nikodemus Siivola1.0.48.23: faster with-arguments CALL-NEXT-METHOD
2011-05-24 Nikodemus Siivola1.0.48.22: optimize GENERIC-FUN-INFO
2011-05-24 Nikodemus Siivola1.0.48.21: explicitly indefinite-extent leaves, safer...
2011-05-21 Nikodemus Siivola1.0.48.20: fix mv-call regression from 1.0.43.57
2011-05-15 Nikodemus Siivola1.0.48.19: another go at fixing the win32 build
2011-05-14 Nikodemus Siivola1.0.48.16: deadlock detection fixes
2011-05-12 Nikodemus Siivola1.0.48.15: fix null broadcast-streams as RUN-PROGRAM...
2011-05-12 Nikodemus Siivola1.0.48.14: more conservative global variable conversion
2011-05-12 Nikodemus Siivola1.0.48.13: SET-SYNTAX-FROM-CHAR and dispatch-macro...
2011-05-11 Nikodemus Siivola1.0.48.12: fix bugs in deadlock detection and tests
2011-05-11 Nikodemus Siivola1.0.48.10: add deadlock detection to spinlocks and...
2011-05-11 Nikodemus Siivola1.0.48.9: better source information for compile-time...
2011-05-10 Nikodemus Siivola1.0.48.8: better binary stream support in RUN-PROGRAM
2011-05-10 Nikodemus Siivola1.0.48.7: add FD-STREAM-FD-TYPE, use it to decide when...
2011-05-10 Nikodemus Siivola1.0.48.6: %SIMPLE-EVAL and backtraces
2011-05-09 Nikodemus Siivola1.0.48.4: source locations for init files
2011-05-09 Nikodemus Siivola1.0.48.3: source-locations from LOAD of source files...
2011-05-09 Nikodemus Siivola1.0.48.1: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING
2011-05-08 Juho Snellman1.0.47.32: Fix build on MinGW
2011-04-29 Stas Boukarev1.0.47.31: set-macro-character shouldn't accept NIL...
2011-04-21 Nikodemus Siivola1.0.47.27: limit open coding from MEMBER, ASSOC, &co
2011-04-21 Nikodemus Siivola1.0.47.26: BEST-SUB-SOURCE-PATH should ignore quoted...
2011-04-21 Nikodemus Siivola1.0.47.25: make instances obsolete if slot definition...
2011-04-11 Nikodemus Siivola1.0.47.24: more conservative FTYPE proclamations
2011-04-11 Nikodemus Siivola1.0.47.23: remove defknowns for condition slot accessors
2011-04-10 Nikodemus Siivola1.0.47.22: better --dynamic-space-size argument validation
2011-04-10 Nikodemus Siivolaprotect compile-time side-effects of DEFUN with a packa...
2011-04-10 Nikodemus Siivola1.0.47.20: don't handle errors during compile-time...
2011-04-10 Nikodemus Siivola1.0.47.19: another MAKE-INSTANCE regression from 1...
2011-04-08 Nikodemus Siivola1.0.47.18: less verbose source forms for functions...
2011-04-08 Nikodemus Siivola1.0.47.17: %FUNCALL IR1 translator was careless about...
2011-04-08 Nikodemus Siivola1.0.47.16: more ((LAMBDA ..) ..) and (FUNCALL (LAMBDA...
2011-04-08 Nikodemus Siivola1.0.47.15: %FUNCALL IR1 translator macroexpands the...
2011-04-07 Nikodemus Siivola1.0.47.14: optimize list DELETE to DELQ in more cases
2011-04-07 Nikodemus Siivola1.0.47.13: extend LVAR-FUN-IS to constant functions...
2011-04-05 Stas Boukarev1.0.47.11: isqrt: Fix reference to `fast-isqrt'.
2011-04-02 Christophe Rhodes1.0.47.8: No more INSTANCE-LAMBDA
2011-03-30 Nikodemus Siivola1.0.47.6: marginally faster ISQRT
2011-03-29 Nikodemus Siivola1.0.47.3: better DEFSTRUCT constructor type declarations
2011-03-29 Nikodemus Siivola1.0.47.2: nicer error behaviour for TRACE
2011-03-28 Cyrus Harmon1.0.47.1: fix longstanding bug in os_get_runtime_execut...
2011-03-24 Alastair Bridgewater1.0.46.44: room: Fix map-stack-references for stack...
next