Create a dummy test-status.lisp-expr when running shell tests.
[sbcl.git] / src /
2011-08-23 Paul KhuongEnsure correct alignment for complex single-float literals
2011-08-23 Paul KhuongFix a typo in NANOSLEEP
2011-08-23 Nikodemus Siivolaoptimize pretty-printing strings and bit-vectors
2011-08-23 Nikodemus Siivolaoops, fix recent NANOSLEEP change
2011-08-22 Nikodemus Siivolaignore non-function FTYPEs
2011-08-22 Nikodemus Siivolanon-consing NANOSLEEP
2011-08-22 Nikodemus Siivolaextend ARRAY-TYPE-UPGRADED-ELEMENT-TYPE to work with...
2011-08-22 Nikodemus Siivolause WEAKEN-INTEGER-TYPE in ARRAY-IN-BOUNDS-P
2011-08-15 Nikodemus Siivolafix bogus deadlocks from interrupts and GCs
2011-08-14 Paul KhuongFix automatic &rest to &more conversion in unsafe code
2011-08-14 Paul KhuongNew function: SB-EXT:SPIN-LOOP-HINT
2011-08-14 Paul KhuongHandle SIMPLE-TYPE-ERROR when propagating bounds
2011-08-14 Paul KhuongNew function: SB!KERNEL:%MULTIPLY-HIGH
2011-08-14 Paul KhuongMore efficient integer division by multiplication
2011-08-14 Paul KhuongVarious (mostly) SSE x86-64 instruction definition...
2011-08-13 Nikodemus Siivolafix DESCRIBE on compiled closures from EVAL
2011-08-12 Christophe Rhodesallow user-defined STRING synonyms in MAKE-SEQUENCE
2011-08-11 Stas BoukarevDeclaim sb-di::valid-lisp-pointer-p inline.
2011-08-11 David LichteblauFix QUERY-FILE-SYSTEM for Windows UNC and device file...
2011-08-10 Anton Kovalenkosb-win32: offer low-level bindings for file mapping...
2011-08-10 Anton KovalenkoAvoid some exceptions in WAIT-UNTIL-FD-USABLE on Windows
2011-08-10 David LichteblauTweak os_validate to support running SBCL on recent...
2011-08-10 William Halliburtonfix initial FILE-POSITION for OPEN :IF-EXISTS :APPEND
2011-08-09 David LichteblauNew toplevel options --quit and --non-interactive
2011-08-09 David LichteblauDocument further common toplevel options
2011-08-09 Nikodemus SiivolaLOAD-TIME-VALUE improvements
2011-08-08 Nikodemus Siivolabetter type propagation for MULTIPLE-VALUE-BIND
2011-08-06 Paul KhuongRemove non-ASCII characters in comments
2011-08-05 Nikodemus Siivolaimplement CEILING and FLOOR in terms of %CEILING and...
2011-08-05 Nikodemus Siivolarename %FLOOR to %BIGFLOOR
2011-08-05 Lutz EulerOptimize integer division by a constant in several...
2011-08-05 Nikodemus Siivolaexport MOST-POSITIVE-WORD from SB-EXT
2011-08-05 Lutz EulerCorrect function argument name generation in DEF-MATH-RTN
2011-08-05 Roman MarynchakRemove the redundant bootstrap hack from %COMPILER...
2011-08-05 Roman Marynchakmove checking for constant ALIEN-INFO into a separate...
2011-08-04 Nikodemus Siivolafix short writes when not using SERVE-EVENT
2011-08-03 Paul KhuongFix version string parsing for Linux 3.0
2011-08-01 Paul KhuongFix disassembly of CMP[PS][SD] instructions on x86-64
2011-08-01 Nikodemus Siivolamore robust backtraces for syscalls on x86
2011-08-01 Nikodemus Siivolaadd -fno-omit-frame-pointer to x86 builds
2011-08-01 Nikodemus Siivolamake SBCL_ARCH=x86 build work on 64-bit linux without...
2011-07-29 Nikodemus Siivolafixed-format floating point printing: zero and scaling...
2011-07-29 Nikodemus Siivolaobsolete instance protocol and class-slots
2011-07-27 Nikodemus Siivolamake sure LVAR-EXTERNALLY-CHECKABLE-TYPE always returns...
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
next