Commit b01400f
committed
Release v2.16.1.1
The following are the changes in this release:
Fix compiler warning for `custom/u_pfe.c`.
Update the `ARCH_CFLAGS` make symbol comments in `Makefile.config`.
Add `ARCH_CFLAGS` to `COMMON_CFLAGS` in `Makefile.config`.
Add "RHEL (Linux) Address Sanitizer (ASAN) for i686" commented out
section to `Makefile.local`.
Improve comments in `Makefile.local` related to "Address Sanitizer (ASAN)".
Add `junk4200` to `.gitignore`.
Use `-${Q}` instead of `-@` while build hsrc files in `Makefile`.
Fix `pseudo_seed()` in `seed.c` to handle 32-bit architectures.
Fixed `reopenid()` in `file.c` to handle 32-bit architectures and
to avoid "glibc detected an invalid stdio handle" using `freopen(3)`.
Fixed bug in `c_power()` in `comfunc.c` that caused 32-bit
architectures to dump core.
Fixed bug in `zrandom()` in `zrandom.c` where results from a
Blum-Blum-Shub operation were incorrectly copied into a ZVALUE
for 32-bit architectures.
Fixed comment typo in `cal/regress.cal` before test 5305.1 parent 6965a64 commit b01400f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1245 | 1245 | | |
1246 | 1246 | | |
1247 | 1247 | | |
1248 | | - | |
| 1248 | + | |
1249 | 1249 | | |
1250 | 1250 | | |
1251 | 1251 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments