Fix make-array transforms.
[sbcl.git] / src / code /
2013-06-08 Paul KhuongAdjust internal encoding for TN location for larger...
2013-06-08 Paul KhuongFix negation of SIMD-PACK types
2013-06-05 Stas BoukarevStop exporting unused symbols.
2013-06-05 Stas BoukarevFactor out read-var-integer into a function.
2013-06-05 Stas BoukarevOptimize (mod FIXNUM) type-checks on x86oids.
2013-06-04 Christophe Rhodesfix CL case conversions of characters involving iota...
2013-06-03 Stas BoukarevUninitialized type-error conditions can now be printed.
2013-06-03 Stas Boukarevsleep: Add more precautions to avoid consing on x86.
2013-06-03 Stas BoukarevFix sleep on ratios, avoiding consing.
2013-06-03 Christophe Rhodesfix sleep on most ratios
2013-06-03 Christophe Rhodesdelete ye olde FIXME relating to unbound variable warnings
2013-06-03 Christophe Rhodesfix (again) the handling of read errors in the debugger
2013-06-02 Stas BoukarevAvoid consing in SLEEP.
2013-06-02 Stas BoukarevDon't go through fdefn when referencing #'known-functions.
2013-06-02 Christophe Rhodesslightly better handling of read errors in the debugger
2013-05-27 Paul KhuongCompute single-value-type correctly in the absence...
2013-05-27 Christophe Rhodesfix CHAR-EQUALity of non-ascii caseful characters
2013-05-23 Christophe Rhodesfix build with #!-SB-UNICODE
2013-05-21 Paul KhuongAdditional niceties and middle end support for short...
2013-05-21 Paul KhuongBack end work for short vector SIMD packs
2013-05-21 Paul KhuongFront end infrastructure for short vector SIMD packs
2013-05-21 Paul KhuongConstant-fold backquote of constant expressions
2013-05-20 Alastair Bridgewaterroom: Fix reconstituting CONS cells with unbound-marker...
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-20 Paul KhuongDeclare the argument type for float-radix
2013-05-18 Christophe Rhodesimplement primary and canonical composition, and hence...
2013-05-18 Christophe Rhodesbetter UCD treatment of characters not allocated by...
2013-05-18 Christophe Rhodesapply recursive decomposition in DECOMPOSE-STRING
2013-05-18 Christophe Rhodesfix test for Blocked condition in canonical normalization
2013-05-18 Christophe Rhodesimprove normalize-string
2013-05-18 Christophe Rhodescomment on LSTRING implementation
2013-05-18 Christophe Rhodeshandle Hangul syllable decomposition
2013-05-18 Christophe Rhodeswork-in-progress towards full normalization support
2013-05-18 Christophe Rhodesbeginnings of decomposition
2013-05-18 Christophe RhodesIncorporate some decomposition information in ucd table
2013-05-18 Christophe RhodesMORE COMMENT regarding the careful format of the encode...
2013-05-18 Christophe Rhodesupdate to unicode 6.2
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-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-04-30 Stas BoukarevDocument the new :directory argument for run-program.
2013-04-29 Lutz EulerFaster ISQRT on small (about fixnum sized) numbers.
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-17 Matthias Andreas... Handle multiple-valued forms in TRACE :PRINT.
2013-04-14 Christophe Rhodesremove 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-03-31 Stas Boukarevtype=: Compare &key parameters of function types.
2013-03-31 Paul KhuongStop emitting references to inexistant #n= forms in...
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 Christophe Rhodesmicro-optimize sane-package a tiny bit more
2013-03-16 Stas BoukarevOptimize pprinting of heavily nested lists.
2013-03-16 Stas BoukarevReduce consing for find-package.
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-02-21 Nikodemus Siivolaprohibit adding name of a package to itself as a local...
2013-02-21 Nikodemus Siivolasuffix PACKAGE-LOCALLY-NICKNAMED-BY with -LIST
2013-02-07 Nikodemus Siivolait's print-read consistency, not read/print consistency
2013-02-03 Stas Boukarevrestart-case: Spurious unused variable warnings.
2013-02-01 Nikodemus Siivolaremove bogus IGNORE declaration from XC version of...
2013-02-01 Nikodemus Siivolaprettier backtraces
2013-02-01 Nikodemus Siivolasupport for deprecating special variables
2013-02-01 Nikodemus Siivolacross-compiler OAOOM ugliness
2013-02-01 Stas BoukarevUse CryptGenRandom as a random seed on Windows.
2013-02-01 Nikodemus Siivolarestore old behaviour as the default for package variance
2013-02-01 Nikodemus Siivolapackage local nicknames
2013-02-01 Nikodemus Siivolaremove deleted packages from implementation-packages...
2013-02-01 Nikodemus SiivolaDEFPACKAGE at variance restarts
2013-02-01 Nikodemus Siivolanicer name-conflict restarts for common cases
2013-01-23 Stas BoukarevSlightly improve random seed on Windows.
2013-01-20 Nikodemus Siivolabetter initial value for LOOP variables of-type CHARACTER
2013-01-11 Stas Boukarevformat: ~R should check a type only if base is not...
2013-01-10 Stas Boukarevformat: Check types for ~C and ~R.
2013-01-05 Stas Boukarevadjust-array: Make sure that :initial-element is used.
2013-01-04 Stas BoukarevFix reading `#3(x).
2013-01-03 Paul KhuongDo not traverse long constant lists when expanding...
2012-12-21 David LichteblauPreserve superclass structure accessors in infodb
2012-12-21 David LichteblauSet a console Ctrl handler for Windows
2012-12-21 David LichteblauAdd STDCALL alien convention support for Windows
2012-12-21 David LichteblauSupport building without PSEUDO-ATOMIC on POSIX safepoints
2012-12-21 David LichteblauForeign callbacks
2012-12-20 Nathan Froydadjust DATA-VECTOR-FROM-INITS to avoid full calls to...
2012-12-20 Nathan Froydfactor out ALLOCATE-VECTOR-WITH-WIDETAG function from...
2012-12-20 Nathan Froydadjust call to REPLACE inside ADJUST-ARRAY
2012-12-20 Nathan Froyddon't check SUBTYPEP of ELEMENT-TYPE in ADJUST-ARRAY...
2012-12-20 Nathan Froydlazily compute MIN-EXTENSION for VECTOR-PUSH-EXTEND
next