Handle compiler-error in LOAD when it's not run from inside EVAL.
[sbcl.git] / src / code /
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
2012-06-12 Nikodemus Siivolafix long-standing debug-name confusion
2012-06-09 Nikodemus Siivolaadjust compiler-macro expansion and lambda-list parsing
2012-06-09 Nikodemus Siivolasb-alien: some alien refactoring
2012-06-09 Nikodemus Siivolasb-alien-internals: ALIEN-VALUE to extract value of...
2012-06-06 Lutz EulerSmall enhancements to ISQRT
2012-05-27 Nikodemus Siivolaadd DO-VECTOR-DATA, remove special case from VECTOR...
2012-05-27 Nikodemus Siivolamove vm-array.lisp earlier in the build, remove %%SAETP...
2012-05-27 James M. Lawrencewidetag dispatch for MAP-INTO
2012-05-27 James M. Lawrenceautomate widetag dispatching
2012-05-27 James M. Lawrencefix MAP-INTO performance
2012-05-23 Stas Boukarevgensym: Don't restrict numerical argument to fixnum.
2012-05-22 Nikodemus Siivolabetter SIGNAL
2012-05-22 Stas Boukarevrun-program: Don't use /tmp unconditionally.
2012-05-22 Stas Boukarevrun-program: Don't decode and re-encode environ.
2012-05-21 Cyrus Harmonimplicit generic function warning improvement
2012-05-21 Nikodemus Siivolafix source information for functions from EVAL
next