- 02 Jul, 2021 1 commit
-
-
Robert Goldman authored
-
- 04 Jun, 2021 1 commit
-
-
Robert Goldman authored
-
- 03 Jun, 2021 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
- 02 Jun, 2021 1 commit
-
-
Robert Goldman authored
-
- 02 May, 2021 1 commit
-
-
Robert Goldman authored
-
- 30 Apr, 2021 1 commit
-
-
Gary Palter authored
* Add "Package: CL-USER" to the modeline so a user could compile ASDF on Genera without first setting their Lisp context to ANSI-CL.
-
- 29 Apr, 2021 1 commit
-
-
Robert Goldman authored
-
- 22 Mar, 2021 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
Prior to this commit, we were trying to be far too smart when updating a package's package-local-nicknames: we'd only call `remove-package-local-nickname` on the set difference of the old nicknames and the new nicknames; that is, we would not remove and then reinstall a package-local-nickname which was already present and we wanted to keep. The bug which caused #51 was that the set-difference considered only the nickname, not the package to which it referred. But rather than worrying about accurately computing the minimal set of nicknames to remove, this commit just has `ensure-package` remove all package-local-nicknames, then reinstall the ones it wants. This may be either a performance improvement or regression depending on whether computing set differences is more or less expensive than manipulating package data structures, but my suspicion is that no one cares either way. Also, during the course of my debugging, I [Phoebe Goldman] added a few line-comments to the definition of `ensure-package` so that I could tell what various parts of its body were doing. I'd rather not write those comments again, so I'm including them in this commit. Tests incorporated and changelog updated.
-
- 20 Mar, 2021 1 commit
-
-
Robert Goldman authored
-
- 03 Mar, 2021 1 commit
-
-
Robert Goldman authored
-
- 16 Feb, 2021 1 commit
-
-
Robert Goldman authored
-
- 06 Feb, 2021 1 commit
-
-
Robert Goldman authored
-
- 30 Nov, 2020 1 commit
-
-
Robert Goldman authored
-
- 20 Nov, 2020 1 commit
-
-
Robert Goldman authored
-
- 26 May, 2020 1 commit
-
-
Robert Goldman authored
-
- 30 Apr, 2020 1 commit
-
-
Robert Goldman authored
-
- 29 Apr, 2020 1 commit
-
-
Robert Goldman authored
-
- 28 Apr, 2020 1 commit
-
-
Robert Goldman authored
-
- 04 Apr, 2020 1 commit
-
-
Robert Goldman authored
-
- 14 Feb, 2020 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
- 03 Feb, 2020 1 commit
-
-
Robert Goldman authored
-
- 15 Jan, 2020 1 commit
-
-
Robert Goldman authored
-
- 05 Jan, 2020 1 commit
-
-
Robert Goldman authored
-
- 02 Aug, 2019 1 commit
-
-
Robert Goldman authored
-
- 01 Aug, 2019 1 commit
-
-
Francois-Rene Rideau authored
-
- 25 Jun, 2019 1 commit
-
-
Robert Goldman authored
-
- 24 Jun, 2019 1 commit
-
-
Robert Goldman authored
-
- 27 Mar, 2019 1 commit
-
-
Robert Goldman authored
-
- 26 Mar, 2019 1 commit
-
-
Francois-Rene Rideau authored
Update index.html to reflect the release. Update the copyright year to 2019 where relevant.
-
- 21 Mar, 2019 1 commit
-
-
Francois-Rene Rideau authored
-
- 17 Dec, 2018 1 commit
-
-
Robert Goldman authored
-
- 15 Dec, 2018 1 commit
-
-
Robert Goldman authored
-
- 19 Oct, 2018 1 commit
-
-
Robert Goldman authored
-
- 05 Oct, 2018 1 commit
-
-
Robert P. Goldman authored
-
- 22 Aug, 2018 2 commits
-
-
Robert P. Goldman authored
-
Gary Palter authored
These changes require a large set of patches to Genera which are, presently, only available in the world used by the Intel and ARM versions of Open Genera called Portable Genera. (If there's ever a new release of Genera, ...)
-
- 19 Aug, 2018 1 commit
-
-
Robert P. Goldman authored
-