Use AMOP representation of canonicalized default initargs for conditions
[sbcl.git] / src / code /
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
2012-12-18 Stas BoukarevFix a typo in the previous commit.
2012-12-18 Stas BoukarevBetter error message for SLEEP.
2012-12-17 David LichteblauFactor INITIAL-THREAD-FUNCTION out of MAKE-THREAD
2012-12-05 David LichteblauSupport long file names on Windows; more CRT function...
2012-12-05 David Lichteblauwin32 pathname host: Switch to :lower canonical case
2012-12-05 David LichteblauPort to x86-64 versions of Windows
2012-12-04 Christophe Rhodesfix direct execution of (shebanged) fasls
2012-11-20 David LichteblauLLP64: change UNSIGNED-LONG to UNSIGNED
2012-11-13 David LichteblauFurther work towards use of win32 file HANDLEs
2012-11-13 David LichteblauPowerPC safepoints
2012-11-08 Alastair BridgewaterThou shalt not MAKE-OTHER-IMMEDIATE-TYPE.
2012-11-04 Cyrus Harmonalien type improvement: handle offsets in unparse-alien...
2012-11-02 David LichteblauExtend use of the linkage table to static symbols
2012-11-02 David LichteblauWindows console I/O overhaul
2012-10-25 David LichteblauDo not assert that the integer returned by UNIX-ISATTY...
2012-10-19 David LichteblauWindows: Use overlapped I/O, CreateFile
2012-10-07 Nikodemus Siivoladon't close runtime dlhandle on Darwin
2012-10-06 Lutz EulerKill a build warning about unreachable code in MAKE...
2012-10-06 Nikodemus Siivolauntangle WITH-IR1-NAMESPACE and WITH-COMPILATION-VALUES
2012-10-06 Nikodemus Siivolafix PARSE-NATIVE-NAMESTRING :JUNK-ALLOWED T
2012-10-06 SANO Masatoshifix GC-LOGFILE when none has been set
2012-10-06 Nikodemus Siivolafix structure stack allocation for high-debug code
2012-10-05 David LichteblauPreliminary work towards threads on win32
2012-10-05 David LichteblauPPC, SPARC cross-type build fix
2012-10-02 Christophe Rhodessort *features*ish variable values for repeatability
2012-10-02 Christophe Rhodesone more stray GENSYM leading to fasl differences
2012-10-02 Christophe Rhodesslightly more reproducible builds
2012-10-02 Christophe Rhodesmostly make the build deterministic
2012-09-30 David LichteblauDo not use RETURN-FROM in MAKE-THREAD
2012-09-23 Nikodemus Siivolareplace DEFINE-MORE-FUN with compiler smarts
2012-09-22 Nikodemus Siivolafix "unable to read" compiler-error reporting during...
2012-09-22 Nikodemus Siivolaadd DEFINE-MORE-FUN, use it for vararg arithmetic functions
2012-09-22 Nikodemus Siivolaproclaim *CURRENT-THREAD* as always-bound
2012-09-22 Joshua ElsasserFix nonthreaded build.
2012-09-19 David LichteblauAdd a safepoint-based mechanism to avoid SIGALRM for...
2012-09-19 David LichteblauNew predicate THREAD-EPHEMERAL-P for certain system...
2012-09-19 Nathan Froydadd truly-dynamic-extent declarations for various ...
2012-09-17 Nikodemus Siivoladon't assume only bits are looked for in bit-vectors
2012-09-16 Nikodemus Siivolafix unthreaded build
2012-09-15 Christophe RhodesFix clisp cross-compile
2012-09-15 Nikodemus Siivolatimeouts for WITH-MUTEX and WITH-RECURSIVE-LOCK
2012-09-15 Nikodemus Siivolaimplement ATOMIC-PUSH and ATOMIC-POP
2012-09-15 Nikodemus Siivolafix CAS on DEFCAS-defined places when the form is a...
2012-09-10 Nikodemus Siivolafix bug in SYMBOL-VALUE CAS expansion for constant...
2012-09-07 David LichteblauFix a corner case in RUN-INTERRUPTION
2012-08-31 Stas BoukarevReading floats with large exponents no longer takes...
2012-08-13 Paul KhuongAdd type declarations in stable-sort-list
2012-08-13 Paul KhuongMore efficient (stable) sort of lists
2012-08-12 Jan MoringenMention SB-EXT:EXIT instead of SB-EXT:QUIT in docstring...
2012-08-10 David LichteblauRemove executable mode from several source files
2012-08-10 David LichteblauUse safepoints for INTERRUPT-THREAD
2012-08-10 David LichteblauAdd safepoint mechanism
2012-07-26 Stas Boukarevrun-program: Don't make pty the process's controlling...
2012-07-16 Stas BoukarevDeclare types for sb-kernel:coerce-to-condition.
2012-06-29 Lutz EulerImprove docstrings of MAKE-RANDOM-STATE and SEED-RANDOM...
2012-06-18 David LichteblauSimplify %symbol-value-in-thread further
2012-06-17 Paul KhuongImproved merge-sort implementation for lists
next