openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
Steel Bank Common Lisp
Settings
|
Report Duplicate
130
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
17 days
ago. based on code collected
18 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 856 of 857
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
0.6.8.18: removed MNA "which patch is this?" comments removed undocumented "MNA: locally patch" patch
William Harold Newman
More...
over 24 years ago
0.6.8.17: deleted more unused stuff
William Harold Newman
More...
over 24 years ago
0.6.8.16: miscellaneous cleanups
William Harold Newman
More...
over 24 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.
William Harold Newman
More...
over 24 years ago
0.6.8.14: deleted MNA's tweaked version of DTC's compound CONS type
William Harold Newman
More...
over 24 years ago
0.6.8.13: added tests for compound CONS types
William Harold Newman
More...
over 24 years ago
0.6.8.12: removed "MNA: open-coded-simple-array patch" Argh! typecase-implicit-declarations doesn't add declarations after all.. just a messy no-op! And when I rewrite it to 'work', I finally notice it's a fundamentally broken idea. Gads. Delete it (and hope for real fix for #62). left small rewrites in CASE-BODY: Naming quantities is good. exported SB-KERNEL:%PUTHASH so DEFUN sees DEFKNOWN & vice versa removed bogus FOLDABLEness from hash table accessors
William Harold Newman
More...
over 24 years ago
0.6.8.11: SANE-PACKAGE now issues TYPE-ERROR, not just vanilla ERROR. removed *COMPILE-TIME-DEFINE-MACROS* added DTC comments clarifying that "MNA: dump-circular hack" is a suboptimal solution added underlying MNA typecase-implicit-declarations problem to the BUGS list as bug #62 finished reviewing MNA megapatch (but haven't removed rejected open-coded-simple-array-patch yet)
William Harold Newman
More...
over 24 years ago
0.6.8.10: tested for bug 21, didn't find it, removed it from BUGS. added SANE-PACKAGE to handle non-PACKAGE values of *PACKAGE* deleted some unused and redundant stuff from PCL
William Harold Newman
More...
over 24 years ago
0.6.8.9: tweaked DEFCONSTANTs to be more ANSI-compliant (as required when building using an XC host incorporating changes from the previous commit) and generally cleaner got rid of DEFCONSTANT WRAPPER-LAYOUT completely, which was used only by STRUCTURE-WRAPPER, which is now gone added SB-INT:DEFCONSTANT-EQX to help ANSIfy DEFCONSTANTs merged several small files into primordial-extensions.lisp converted DEFMACRO DEFCONSTANT to use EVAL-WHEN instead of IR1 magic, in order to make it ANSI enough for DEFCONSTANT-EQX to work removed various nested EVAL-WHENs (to help cross-compiler) identified bug IR1-3, added workaround in DO-EVAL-WHEN-STUFF incremented fasl file version (because of mismatch between old IR1 magic %DEFCONSTANT/%%DEFCONSTANT behavior and new EVAL-WHEN %DEFCONSTANT behavior) deleted some unused code fixed (DEFCONSTANT X 1) (DEFVAR X) (SETF X 2) bug
William Harold Newman
More...
over 24 years ago
0.6.8.9: tweaked DEFCONSTANTs to be more ANSI-compliant (as required when building using an XC host incorporating changes from the previous commit) and generally cleaner got rid of DEFCONSTANT WRAPPER-LAYOUT completely, which was used only by STRUCTURE-WRAPPER, which is now gone added SB-INT:DEFCONSTANT-EQX to help ANSIfy DEFCONSTANTs merged several small files into primordial-extensions.lisp converted DEFMACRO DEFCONSTANT to use EVAL-WHEN instead of IR1 magic, in order to make it ANSI enough for DEFCONSTANT-EQX to work removed various nested EVAL-WHENs (to help cross-compiler) identified bug IR1-3, added workaround in DO-EVAL-WHEN-STUFF incremented fasl file version (because of mismatch between old IR1 magic %DEFCONSTANT/%%DEFCONSTANT behavior and new EVAL-WHEN %DEFCONSTANT behavior) deleted some unused code fixed (DEFCONSTANT X 1) (DEFVAR X) (SETF X 2) bug
William Harold Newman
More...
over 24 years ago
0.6.8.8: undid "MNA: re-defconstant patch", added long explanation
William Harold Newman
More...
over 24 years ago
0.6.8.7: working regression tests for problems fixed by MNA megapatch
William Harold Newman
More...
over 24 years ago
0.6.8.6: applied MNA megapatch (will be edited shortly)
William Harold Newman
More...
over 24 years ago
0.6.8.5: fixed bug 1, and made clearer/cleaner debugger restarts
William Harold Newman
More...
over 24 years ago
0.6.8.3: added CODE-COMPONENT slot for NO-DEBUG-INFO condition
William Harold Newman
More...
over 24 years ago
0.6.8.3: added CODE-COMPONENT slot for NO-DEBUG-INFO condition
William Harold Newman
More...
over 24 years ago
0.6.8.2: converted /SHOW to /SHOW0 in SUB-GC to avoid infinite regress
William Harold Newman
More...
over 24 years ago
made debugger handle errors in printing *DEBUG-CONDITION*
William Harold Newman
More...
over 24 years ago
0.6.8: tweaked SXHASH DEFTRANSFORMs, fixed HANDLER-BIND
William Harold Newman
More...
over 24 years ago
0.6.7.26: fixed breakpoints on OpenBSD
William Harold Newman
More...
over 24 years ago
0.6.7.24: fixed some gcc warnings
William Harold Newman
More...
over 24 years ago
0.6.7.23: Use DEFTRANSFORM CONCATENATE for efficiency after all.
William Harold Newman
More...
over 24 years ago
0.6.7.22: removed CVS dollar-Header-dollar tags from sources
William Harold Newman
More...
over 24 years ago
0.6.7.21: a little less cut-and-paste programming in array.lisp
William Harold Newman
More...
over 24 years ago
0.6.7.20: removed DEFTRANSFORMs for some consing string operations
William Harold Newman
More...
over 24 years ago
0.6.7.19: added stop-compiler-crash patch from Martin Atzmueller
William Harold Newman
More...
over 24 years ago
0.6.7.18: FINISH-OUTPUT is now called more consistently on QUIT.
William Harold Newman
More...
over 24 years ago
0.6.7.17: revised fasl/core file version numbers
William Harold Newman
More...
over 24 years ago
0.6.7.16: spaces defined as X-START and X-END (not X_START and X_SIZE)
William Harold Newman
More...
over 24 years ago
←
1
2
…
849
850
851
852
853
854
855
856
857
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree