- Jun 24, 2023
- Jun 23, 2023
- Nov 07, 2022
-
-
Daniel Lowe authored
IANA 2022f database from Ubuntu 22.04
-
- Nov 05, 2022
-
-
Nikolai Matiushev authored
-
- Jun 02, 2022
-
-
Daniel Lowe authored
Update CLONE-TIMESTAMP documentation
-
- May 31, 2022
-
-
goose121 authored
CLONE-TIMESTAMP is a function, not a macro
-
- Jan 06, 2021
-
-
Daniel Lowe authored
Fix bug calling dolist on a vector.
-
jgodbou authored
In the define-timezone defmacro we call dolist over timezone-subzone. This slot is declared to be a simple-vector in the timezone slot. Instead use loop across.
-
- Nov 21, 2020
-
-
Daniel Lowe authored
Fix Error regarding Windows 10 temp file creation issue #100.
-
- Nov 20, 2020
-
-
Tom Rake authored
-
- Nov 14, 2020
-
-
Daniel Lowe authored
Move parameter above define-timezone instead of using eval-when
-
jgodbou authored
In the previous cl we tried to use eval-when instead of moving the defparameters. This was incorrectly testetd on bazel. This new change has been correctly tested on bazel.
-
Daniel Lowe authored
Add eval-when around *abbreviated-subzone-name->timezone-list*
-
jgodbou authored
We also need *location-name->timezone*.
-
jgodbou authored
In a recent pr *abbreviated-subzone-name->timezone-list* was added to a macro that is used in inside an eval call. We also need to add *abbreviated-subzone-name->timezone-list* definition into eval.
-