130
I Use This!
Very High Activity

Commits : Listings

Analyzed 26 minutes ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
0.6.9.16: Happy New Year! May all your projects be on schedule.:-| renamed POLICIES to LTN-POLICY removed some inlining in ltn.lisp simplified LTN-ANALYZE-BLOCK in ltn.lisp (removing caching) added code to catch bogus full calls tweaked PROFILE so it accepts (SETF FOO)-style names tweaked DEFPRINTER to conserve whitespace moved DEFPRINTER to SB-INT, since it's not compiler-specific More... over 23 years ago
0.6.9.14: renamed more PCL stuff for unintern after warm init CONSTANTLY now returns only a single value, as per ANSI. removed CONSTANT-FUNCTION declaration support PROCLAIM now recognizes ANSI abbreviated type declarations, sharing code with DECLARE to do so. DECLARE no longer supports old-style (CLTL1) FUNCTION decls. removed some PCL nonstandard decls renamed other nonstandard PCL decls to look more private removed (DECLARE (SB-PCL::CLASS ..)) hack in DECLARE logic More... over 23 years ago
0.6.9.13: (The "version broken" problem above was because the change in POLICY type was not binary compatible, and I didn't bump the version number, and I was crashing in some private .sbclrc code compiled under the old system. Oops..) The POLICY-QUALITY type no longer includes NULL. renamed more PCL stuff for unintern after warm init More... over 23 years ago
0.6.9.12: (This version is broken. It builds, but can't build itself, dying in vop.lisp with what looks like memory corruption. 0.6.9.11 might be broken the same way.) no more special support for DECLARE SB-PCL::CLASS moved policy stuff into policy.lisp moved !UNINTERN-INIT-ONLY-STUFF to after warm init renamed some PCL stuff to make it be uninterned after warm init More... over 23 years ago
0.6.9.11: more cleanups of optimization policy machinery.. renamed CSPEED slot to COMPILATION-SPEED, and BREVITY slot to INHIBIT-WARNINGS, and got rid of other BREVITY refs STRUCTURE-OBJECT-based POLICY caues too many cold init hassles w/ COPY-POLICY and slot accessors. Use alists instead. Now PROCESS-OPTIMIZE-DECLARATION can look up qualities directly in *POLICY-BASIC-QUALITIES*. More... over 23 years ago
0.6.9.10: ANSI fix: PARSE-NAMESTRING signals TYPE-ERROR on host mismatch. various cleanups in optimization policy machinery.. renamed COOKIE to POLICY used *POLICY-QUALITY-SLOTS* in POLICY-related def'ns simplified POLICY macro: no implicit AND factored out MAYBE-FP-WAIT policy dependence in float.lisp More... over 23 years ago
0.6.9.9: added remaining MNA logical pathname regression tests to tests/ fixed my screwed-up CFP-OUTPUT-FILE-DEFAULT implementation fixed PARSE-NAMESTRING so it always returns two values added DEFKNOWNs for logical pathname stuff More... over 23 years ago
0.6.9.8: MNA logical pathname patch (sbcl-devel Dec 12), lightly subbed added most MNA logical pathname regression tests to tests/ belatedly bumped fasl file version because package SB-CONDITIONS is gone More... over 23 years ago
0.6.9.7: fixed cross-compilation under CMU CL (Viva la Alpha port!) More... over 23 years ago
0.6.9.6: MNA patch to merge package SB!CONDITIONS into SB!KERNEL More... over 23 years ago
0.6.9.5: BACKEND-BYTE-FASL-FILE-TYPE goes away as per 0.6.9.4. Simplify TRY-DEFAULT-TYPES and friends by using single default types instead of lists of default types. more work on bug #17, loosely based on MNA's patch; still broke started tests/pathnames.impure.lisp failed to fix cross-compilation under CMU CL More... over 23 years ago
0.6.9.4: MNA software-version patch + Raymond Wiker FreeBSD corrections started fix for bug #17 (loosely based on MNA's patch) by ANSIfying COMPILE-FILE-PATHNAME *DEFAULT-PATHNAME-DEFAULTS* and SEARCH-LIST stuff can be initialized in a toplevel form, so !FILESYS-COLD-INIT can go away. More... over 23 years ago
0.6.9.3: As per Raymond Wiker, FreeBSD really does need CANNOT_GET_TO_SINGLE_STEP_FLAG. applied MNA patch, fixed Linux signal handling, woo hoo! More... over 23 years ago
0.6.9.2: renamed "linux-stubs" to "ldso-stubs" removed old BSD-only ld.so stubs More... over 23 years ago
0.6.9.1: added FLUSH-STANDARD-OUTPUT-STREAMS in INVOKE-DEBUGGER applied Raymond Wiker's patch to share the stubs code from Linux (instead of using BSD-only stubs) More... over 23 years ago
0.6.9: MNA debug/error patch: fixes to help view SIGINT problems More... over 23 years ago
0.6.8.26: MNA megapatch to src/runtime/, zillions of little fixes More... over 23 years ago
0.6.8.25: redid DEFMETHOD macroexpansion, fixing bug 9 (problems with IGNORE/IGNORABLE declarations) and generally tidying up added copyright boilerplate to tests/*.lisp More... over 23 years ago
0.6.8.24: fixed bug 8 by replacing (ERROR 'PROGRAM-ERROR ..) by (ERROR 'SIMPLE-PROGRAM-ERROR ..) everywhere tweaked MNAME-SYM in DEFMETHOD to avoid dependence on *PACKAGE* More... over 23 years ago
0.6.8.23: fixed bug 5: TYPE-ERROR-signalling stubs for Gray stream funs More... over 23 years ago
0.6.8.22: gave up fixing bug 3, documented workaround instead:-| fixed bug 4: no WARNING for DECLAIM FTYPE for slot accessor fun More... over 23 years ago
0.6.8.21: rewrote DEBUG-PROMPT to be less confusing when ILISP and SBCL fight and end up 8+ levels deep in the debugger, then relented and gave some advance warning of prompt change deleted unsupported *DEBUG-PROMPT* We don't really need an END-OF-THE-WORLD restart. The point was to make sure a naive user can get out with Ctrl-C. So mention (SB-EXT:QUIT) in entering-the-debugger message. reduced choice-of-output-stream chaos in debugger More... over 23 years ago
0.6.8.x: updated NEWS and BUGS to reflect merged MNA megapatch More... over 23 years ago
0.6.8.19: tweaked debug frame printing to discourage too-long lines "Arg" is a great abbrev, but not great enough for error msgs. fixed *DEBUGGER-HOOK* thinko More... over 23 years ago
0.6.8.18: removed MNA "which patch is this?" comments removed undocumented "MNA: locally patch" patch More... over 23 years ago
0.6.8.17: deleted more unused stuff More... over 23 years ago
0.6.8.16: miscellaneous cleanups More... over 23 years ago
0.6.8.15: merged DTC's compound CONS type patches enabled (and fixed) tests in tests/compound-cons.impure.lisp canonicalized types (CONS *) etc. to (CONS T) etc. More... over 23 years ago
0.6.8.14: deleted MNA's tweaked version of DTC's compound CONS type More... over 23 years ago
0.6.8.13: added tests for compound CONS types More... over 23 years ago