sbcl.git
2013-05-18 Christophe... finish handling NormalizationTest test vectors
2013-05-18 Christophe... first cut at testing unicode normalization
2013-05-18 Christophe... add a comment about one-basing the character tables
2013-05-18 Christophe... apply recursive decomposition in DECOMPOSE-STRING
2013-05-18 Christophe... fix test for Blocked condition in canonical normalization
2013-05-18 Christophe... improve normalize-string
2013-05-18 Christophe... comment on LSTRING implementation
2013-05-18 Christophe... handle Hangul syllable decomposition
2013-05-18 Christophe... work-in-progress towards full normalization support
2013-05-18 Christophe... beginnings of decomposition
2013-05-18 Christophe... delete now-unused code from ucd.dat
2013-05-18 Christophe... Incorporate some decomposition information in ucd table
2013-05-18 Christophe... MORE COMMENT regarding the careful format of the encode...
2013-05-18 Christophe... update to unicode 6.2
2013-05-18 Paul KhuongComplete cut-to-width
2013-05-18 Paul KhuongMore efficient MASK-SIGNED-FIELD
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-13 Stas BoukarevFix describe-object for characters.
2013-05-11 Alastair Bridgewaterearly-alieneval: Fix package-related thinko with saved...
2013-05-11 Alastair Bridgewatercode/room: Completely rewrite MAP-ALLOCATED-OBJECTS.
2013-05-11 Alastair Bridgewatercode/room: Improve type-format database initialization...
2013-05-11 Alastair BridgewaterNEWS updates.
2013-05-10 Alastair Bridgewatercode/interr: Hook internal error contexts into the...
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 BoukarevMicro-optimize values-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-05-02 Stas BoukarevCorrect integer-length on fixnums on x86-64 when n...
2013-05-01 Alastair Bridgewatertests/dynamic-extent.impure.lisp: One of the dx-vector...
2013-05-01 Alastair Bridgewaterppc support for stack-allocatable-vectors
2013-05-01 Alastair Bridgewatergencgc: Compute bytes_allocated correctly during dynami...
2013-05-01 Alastair BridgewaterAdd test cases for non-consing WITHOUT-GCING and WITH...
2013-05-01 Alastair Bridgewatercompiler/{sparc,ppc}/macros: with-pinned-objects improv...
2013-05-01 Alastair Bridgewaterppc: Implement :stack-allocatable-fixed-objects
2013-05-01 Jim Wisebacktrace-interrupted-condition-wait now passes on...
2013-04-30 Stas BoukarevMicro-optimize integer-length on fixnums on x86-64.
2013-04-30 Stas BoukarevDocument the new :directory argument for run-program.
2013-04-29 Lutz EulerConvert the MOVE macro on x86-64 into a function.
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 Lutz EulerSplit bitops-derive-type.lisp out of srctran.lisp.
2013-04-29 Stas BoukarevFix init-var-ignoring-errors.
2013-04-29 Stas BoukarevAdd :directory argument to sb-ext:run-program.
2013-04-29 Stas BoukarevHandle environment initialization better.
2013-04-29 Christophe... 1.1.7: will be tagged as "sbcl-1.1.7"
2013-04-29 Christophe... fix formatting of most recent "changes" line in NEWS
2013-04-23 Christophe... sort NEWS into enhancement/bug fix/optimization order
2013-04-20 Paul KhuongTrivial code cleanups
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-15 Stas BoukarevRemove an unused VOP %make-symbol on x86-64.
2013-04-15 Stas BoukarevDisassemble: print the size into the right stream.
2013-04-14 Christophe... remove stray debugging code from condition-related...
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-12 Stas BoukarevDisassemble: print the function size in bytes.
2013-04-11 Martin CracauerLOGBITP and LOGTEST optimizations from x86.
2013-04-08 Stas BoukarevDon't signal an error on (setf (documentation nil ...
2013-04-01 Stas BoukarevCheck bounds of ELT on &more in safe code.
2013-03-31 Stas Boukarevtype=: Compare &key parameters of function types.
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... remove sb-studio from commercial support section of...
2013-03-29 Christophe... 1.1.6: will be tagged as "sbcl-1.1.6"
2013-03-26 Christophe... test environment fix for 64-bit PowerPC/Linux
2013-03-22 Jan MoringenDeclare types of END and TEST in N{LIST,VECTOR}-SUBSTIT...
2013-03-22 Jan MoringenLazy length computation in DEFINE-SEQUENCE-TRAVERSER
2013-03-22 Jan MoringenRemove redundant LENGTH calls in NSUBSTITUTE[-IF[-NOT]]
2013-03-22 Jan MoringenFix typo in comment in src/compiler/seqtran.lisp
2013-03-22 Christophe... minor NEWS fixups
2013-03-22 Jan MoringenFix SEQUENCE:SEARCH, test seq. functions with user...
2013-03-22 Christophe... micro-optimize sane-package a tiny bit more
2013-03-17 Nikodemus Siivolafaster SVREF and (SETF SVREF) compilation
2013-03-17 Stas Boukarevmake-array transform error on unknown element-type.
2013-03-16 Stas BoukarevOptimize pprinting of heavily nested lists.
2013-03-16 Stas BoukarevReduce consing for find-package.
2013-03-14 Stas BoukarevOptimize CAD*R for &MORE args.
2013-03-14 Stas BoukarevAccessing &MORE arguments checks bounds.
2013-03-14 Stas BoukarevBetter errors for package operations.
2013-03-13 Stas BoukarevSlightly better arglist for defmethod.
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-03 Stas BoukarevFix a test-case in threads.impure.lisp on -sb-thread.
2013-03-02 Stas BoukarevPrevent a make-array transform from modifying source...
2013-03-02 Lutz EulerImprove the failure output of the test :range-reduction...
2013-03-02 Lutz EulerSilence a warning from the test harness for unthreaded...
2013-02-26 Christophe... 1.1.5: will be tagged as "sbcl-1.1.5"
next