Fix make-array transforms.
[sbcl.git] / NEWS
2013-06-08 Paul KhuongComplete cut-to-width for modular arithmetic
2013-06-08 Paul KhuongFix negation of SIMD-PACK types
2013-06-06 Lutz EulerSimplify getting the contents of assembler segments.
2013-06-05 Stas BoukarevOptimize (mod FIXNUM) type-checks on x86oids.
2013-06-04 Stas Boukarevsb-bsd-socket tests: don't listen on a predefined port.
2013-06-03 Stas BoukarevUninitialized type-error conditions can now be printed.
2013-06-03 Stas Boukarevsb-bsd-sockets: Fix type of canonname in addrinfo.
2013-06-03 Christophe Rhodesfixes in EXPT type derivation
2013-06-03 Stas BoukarevFix NCONC type derivation.
2013-06-02 Stas BoukarevAvoid consing in SLEEP.
2013-06-02 Stas BoukarevDon't go through fdefn when referencing #'known-functions.
2013-06-02 Stas BoukarevBetter calls to static functions on x86-64.
2013-06-02 Stas BoukarevBetter calls to static functions on x86-64.
2013-06-02 Stas BoukarevBetter initialization of ir2-component-constants on...
2013-06-02 Stas Boukarevdisassemble: Better annotation of static functions...
2013-06-02 Christophe Rhodes1.1.8: will be tagged as "sbcl-1.1.8"
2013-05-24 Paul KhuongRevert "Fix (aref vector (+ i constant)) with i negativ...
2013-05-24 Paul KhuongFix (aref vector (+ i constant)) with i negative on...
2013-05-22 Paul KhuongSimpler word-sized variable right shifts on x86 and...
2013-05-22 Paul KhuongEvaluate global inline functions via their fdefinition
2013-05-22 Paul KhuongTruthful error reporting for complicated compile-time...
2013-05-21 Paul KhuongExport SB-SIMD-PACK symbols from SB-EXT
2013-05-21 Paul KhuongMake some instances of IF/IF conversion more direct
2013-05-21 Paul KhuongCleverer handling of medium (32 < bit width <= 64)...
2013-05-21 Paul KhuongAnnotate disassembly with unboxed constant values
2013-05-21 Paul KhuongImproved local call analysis for inlined higher-order...
2013-05-21 Paul KhuongConstant-fold backquote of constant expressions
2013-05-21 Paul KhuongExploit associativity to fold more constants
2013-05-20 Paul KhuongFix (CONCATENATE 'null ...) for generic sequences
2013-05-20 Paul KhuongPrint intermediate evaluation results for some ASSERTed...
2013-05-20 Paul KhuongTake bitwidth into account in BOOLEAN alien type
2013-05-19 Stas BoukarevMake ir1-convert-hairy-lambda safe for non-local exits.
2013-05-18 Christophe RhodesNEWS entries for Unicode normalization work
2013-05-18 Paul KhuongComplete cut-to-width
2013-05-18 Paul KhuongInsert typechecks before RAW-INSTANCE-INIT in structure...
2013-05-18 Paul KhuongMore robust erroneous local call detection
2013-05-18 Paul KhuongCOMPILE-FILE shouldn't "attempt to dump invalid structu...
2013-05-18 Paul KhuongRecover full backtraces with generic arithmetic on...
2013-05-16 Stas BoukarevAdd a stub for %other-pointer-p.
2013-05-16 Stas Boukarevloop: remove code size-estimation.
2013-05-11 Alastair Bridgewatercode/room: Completely rewrite MAP-ALLOCATED-OBJECTS.
2013-05-11 Alastair BridgewaterNEWS updates.
2013-05-10 Alastair BridgewaterAllow inlining more calls to INVOKE-WITH-SAVED-FP-AND...
2013-05-07 Stas Boukarevsb-introspect:find-definition-sources-by-name: more...
2013-05-06 Lutz EulerMake CONTAINING-INTEGER-TYPE take N-WORD-BITS into...
2013-05-06 Lutz EulerMake %EMIT-ALIGNMENT be more friendly to multi-byte...
2013-05-05 Stas BoukarevBetter type derivation for APPEND, NCONC, LIST.
2013-05-04 Stas Boukarevsb-introspect:find-definition-sources-by-name: find...
2013-05-03 Martin CracauerCommiting fix by Doug Katzman: disassembler missing...
2013-05-03 Alastair BridgewaterNEWS: Updates for recent PPC changes.
2013-04-30 Stas BoukarevMicro-optimize integer-length on fixnums on x86-64.
2013-04-29 Lutz EulerFaster ISQRT on small (about fixnum sized) numbers.
2013-04-29 Lutz EulerImprove scaling of type derivation for LOG{AND,IOR...
2013-04-29 Stas BoukarevAdd :directory argument to sb-ext:run-program.
2013-04-29 Stas BoukarevHandle environment initialization better.
2013-04-29 Christophe Rhodes1.1.7: will be tagged as "sbcl-1.1.7"
2013-04-29 Christophe Rhodesfix formatting of most recent "changes" line in NEWS
2013-04-23 Christophe Rhodessort NEWS into enhancement/bug fix/optimization order
2013-04-20 Paul KhuongSubstitute constants with modular equivalents more...
2013-04-20 Paul KhuongFix the build on OS X 10.8.0
2013-04-17 Matthias Andreas... Handle multiple-valued forms in TRACE :PRINT.
2013-04-12 Jan MoringenHandle :ALLOCATION of condition slots correctly
2013-04-12 Jan MoringenEvaluate condition default initargs once, even after...
2013-04-12 Jan MoringenUse AMOP representation of canonicalized default initar...
2013-04-11 Martin CracauerLOGBITP and LOGTEST optimizations from x86.
2013-04-08 Stas BoukarevDon't signal an error on (setf (documentation nil ...
2013-03-31 Paul KhuongStop emitting references to inexistant #n= forms in...
2013-03-31 Paul KhuongFix a compilation failure on svref of a symbol macro
2013-03-29 Christophe Rhodes1.1.6: will be tagged as "sbcl-1.1.6"
2013-03-22 Christophe Rhodesminor NEWS fixups
2013-03-22 Jan MoringenFix SEQUENCE:SEARCH, test seq. functions with user...
2013-03-17 Nikodemus Siivolafaster SVREF and (SETF SVREF) compilation
2013-03-17 Stas Boukarevmake-array transform error on unknown element-type.
2013-03-14 Stas BoukarevAccessing &MORE arguments checks bounds.
2013-03-14 Stas BoukarevBetter errors for package operations.
2013-03-10 Stas Boukarevformat: Signal an error for ~<~@>
2013-03-10 Stas Boukarevclear-output: call stream-clear-output on gray streams.
2013-03-04 Paul KhuongNew keyword argument for SB-C:DEFKNOWN: :overwrite...
2013-03-02 Stas BoukarevPrevent a make-array transform from modifying source...
2013-02-26 Christophe Rhodes1.1.5: will be tagged as "sbcl-1.1.5"
2013-02-11 Nikodemus Siivolaupdate LIST-QUEUE-CONTENTS docstring, add note
2013-02-05 Stas BoukarevTest-suite results colorization.
2013-02-04 Stas BoukarevBuild on newer glibc.
2013-02-04 Stas BoukarevFix (documentation #'function t)
2013-02-03 Nikodemus Siivolaadd SB-POSIX:MAP-ANON
2013-02-03 Christophe Rhodestypo fix in sb-sprof.
2013-02-03 Nikodemus Siivolagrab-bag of SB-SPROF improvements.
2013-02-01 Nikodemus Siivolaexport MAP-DIRECTORY from SB-EXT
2013-02-01 Nikodemus Siivolaprettier backtraces
2013-02-01 Stas BoukarevUse CryptGenRandom as a random seed on Windows.
2013-02-01 Nikodemus Siivolafix NEWS: oops, one item was wrong, one item not in...
2013-02-01 Nikodemus Siivolarestore old behaviour as the default for package variance
2013-02-01 Nikodemus Siivolapackage local nicknames
2013-02-01 Nikodemus Siivolaupdate NEWS
2013-01-30 Christophe Rhodes1.1.4: will be tagged as "sbcl-1.1.4"
2013-01-20 Nikodemus Siivolabetter initial value for LOOP variables of-type CHARACTER
2013-01-20 Nikodemus Siivolanote FIRST fix in NEWS, fix stupid typo in tests
2013-01-18 Christophe Rhodesfix constant-list-related initargs in CTOR optimization
2013-01-05 Stas Boukarevadjust-array: Make sure that :initial-element is used.
2013-01-04 Stas BoukarevFix reading `#3(x).
next