... |
... |
@@ -30,6 +30,7 @@ public domain. |
30
|
30
|
* ANSI compliance fixes:
|
31
|
31
|
* Bug fixes:
|
32
|
32
|
* Gitlab tickets:
|
|
33
|
+ * ~~#135~~ `(unix-namestring ".")` returns "" instead of "."
|
33
|
34
|
* ~~#154~~ piglatin translation does not work anymore
|
34
|
35
|
* ~~#171~~ Readably print `(make-pathname :name :unspecfic)`
|
35
|
36
|
* ~~#180~~ Move `get-page-size` to C
|
... |
... |
@@ -52,6 +53,7 @@ public domain. |
52
|
53
|
available for Hemlock
|
53
|
54
|
* ~~#261~~ Remove `get-system-info` from "bsd-os.lisp"
|
54
|
55
|
* ~~#268~~ Can't clone ansi-test repo on Mac OS CI box
|
|
56
|
+ * ~~#262~~ [arch_skip_inst invalid code -55]
|
55
|
57
|
* ~~#265~~ CI for mac os is broken
|
56
|
58
|
* ~~#266~~ Support "~user" in namestrings
|
57
|
59
|
* ~~#269~~ Add function to get user's home directory
|
... |
... |
@@ -77,17 +79,41 @@ public domain. |
77
|
79
|
* ~~#299~~ Enable xoroshiro assembly routine
|
78
|
80
|
* ~~#303~~ Variable `*assert-not-standard-readtable*` defined but
|
79
|
81
|
not used.
|
|
82
|
+ * ~~#309~~ obj_run_linker does unnecessary allocations
|
80
|
83
|
* ~~#312~~ Compiler error building motif server on Fedora 40
|
81
|
84
|
* ~~#314~~ tanh incorrect for large args
|
82
|
85
|
* ~~#316~~ Support roundtrip character casing
|
83
|
86
|
* ~~#320~~ Motif variant not defaulted for `x86_linux_clang` config
|
84
|
87
|
* ~~#321~~ Rename Motif Config.x86 to Config.linux
|
85
|
88
|
* ~~#323~~ Make string casing functions compliant
|
|
89
|
+ * ~~#327~~ Fix up weird CLRLF and LF line terminators in the same file
|
86
|
90
|
* ~~#329~~ Fix compiler warnings in os.lisp
|
87
|
91
|
* ~~#330~~ Fix typos in unicode.lisp
|
88
|
92
|
* ~~#333~~ `load` doesn't accept generalized boolean for
|
89
|
93
|
`:if-does-not-exist` arg
|
|
94
|
+ * ~~#338~~ Solaris/x86 build
|
|
95
|
+ * ~~#336~~ Clean up some compiler notes
|
|
96
|
+ * ~~#337~~ Cross-compile from x86 (linux) to x86 fails
|
|
97
|
+ * ~~#339~~ Solaris/x86 `nl_langinfo` returns "646"
|
|
98
|
+ * ~~#340~~ Use `+ascii-limit+` instead of `#x7f` in srctran.lisp
|
|
99
|
+ for consistency
|
|
100
|
+ * ~~#341~~ Update version feature in cross-compile script
|
|
101
|
+ * ~~#342~~ Add CI job to run gcc static analyer
|
|
102
|
+ * ~~#348~~ Solaris/x86: u_int64_t vs uint64_t
|
|
103
|
+ * ~~#347~~ Solaris/x86: Update cross-compile script
|
|
104
|
+ * ~~#350~~ Export warnings on Solaris
|
|
105
|
+ * ~~#351~~ Solaris does not recognize `-E` option for grep
|
|
106
|
+ * ~~#352~~ Always use bzip2 compression for tarballs
|
|
107
|
+ * ~~#353~~ Automatically use gtar on Solaris when making a distribution
|
|
108
|
+ * ~~#354~~ Check that executables can be created in CI
|
|
109
|
+ * ~~#356~~ Return value from `vm::x87-floating-point-modes` should
|
|
110
|
+ have status word in low part of result
|
|
111
|
+ * ~~#357~~ Solaris needs limits.h to get `PATH_MAX` in elf.c
|
|
112
|
+ * ~~#360~~ Adding site-init file
|
90
|
113
|
* ~~#361~~ Add herald item to mention where to report issues
|
|
114
|
+ * ~~#362~~ Simplify "library:" search-list
|
|
115
|
+ * ~~#364~~ Add interface to `mkdtemp` and `mkstemp`
|
|
116
|
+ * ~~#369~~ Improve docstring for `unix::unix-setlocale`
|
91
|
117
|
* Other changes:
|
92
|
118
|
* Improvements to the PCL implementation of CLOS:
|
93
|
119
|
* Changes to building procedure:
|