Re: Small release errata
"Chun Tian (binghe)" <[email protected]> Sat, 12 Apr 2025 09:43:50 +1000
| Newsgroups | gmane.lisp.gcl.devel |
|---|---|
| Organization | The Australian National University |
| Message-ID | <[email protected]> |
Greetings!
Congratulations for the initial release of GCL 2.7.x (I think the 2.7.0pre
packages existed in Debian for at least 20 years). I will soon send a PR to
MacPorts for the new "gcl27" package (based on your existing Port definition),
with this additional patch, and (hopefully) also with changes from the
gnu-build-system branch.
Do you have release plans for GCL 2.6.15?
--Chun
On 12/04/25 05:34, Camm Maguire wrote:
> Greetings! While these tiny issues will likely not affect many if any,
> there are alas a few tiny errata with the 2.7.1 tarball release. Posted
> here just for those interested. Will of course be incorporated in the
> next release.
>
> =============================================================================
> modified gcl/debian/rules
> @@ -138,7 +138,7 @@ clean: debian/control debian/gcl.templates
> rm -rf $(INS) debian/substvars debian.upstream
> rm -rf *stamp build-indep
> rm -f debian/elpa-gcl$(EXT).elpa debian/gcl$(EXT)-pkg.el
> - rm -rf $(EXT_TARGS) info/gcl$(EXT)*.info*
> + rm -rf $(EXT_TARGS) info/gcl$(EXT)*.info* gcl_pool
>
> debian-clean: debian/control debian/gcl.templates
> dh_testdir
> modified gcl/git.tag
> @@ -1,2 +1,2 @@
> -"Version_2_7_0"
> +"Version_2_7_1"
>
> modified gcl/o/alloc.c
> @@ -707,6 +707,7 @@ empty_relblock(void) {
> for (;!rb_emptyp();) {
> tm_table[t_relocatable].tm_adjgbccnt--;
> expand_contblock_index_space();
> + expand_contblock_array();
> GBC(t_relocatable);
> }
> sSAleaf_collection_thresholdA->s.s_dbind=o;
> =============================================================================
>
> Take care,
>
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEES+aY+4laoC0TwmVKFUkg2jrYR8gFAmf5qTYACgkQFUkg2jrY R8iWYhAAkBJ0ObCtAUFXXURkDwiFIUIva3jtqFoKCodWa42bBbT7iYYzHOCPo6PT gwTx4wjR8BxTLEENRNt1snw3AL958tBdg0NGYE1iVD4tGk0pQjNVGcSJkY7VymkF wNtExKo2MEb3sAEx1nilHkG6HAaP4Atyn0Ig/78VsqpgaXgmEQbdcgpPyegFmCGx 0pj/S/pCyFopA2mfhKvr5IO/PeMIx5DHYILpJqeHWU0qebpGdr28DphuFhh7DIi1 a8RM7z4jWb6PVB/q3KNmDZBSh0gx+hIEdbeu2CEn9KGgZzjlxcCOmuNktOeWVOvz W1DUPT30x0tO8HtSZewvCXIzRhbxqeCY+/IlolHzO05tmUscYiFLqzksWv0tfnGG hXFGspp0FEifURgLoZiwB+VaLNlkEglRzrRzyxDjMlSjDR3e4l0NNnEwihAoT+3E 6whl/7tgT4J9IAlMl48qHGmQuCH8JrtvPxDBjWrAlbg1YU9KN8lV1NsHoYvF8tW8 ZwPqzqQ7EJGpeBdFDKTSFu1Ddgwx8OvWx9RcExwkBWP7YKC8stfMcPV+xyUhqNFJ ZrLlquRpv7ZRZooNUTe+Kp2LMigy9577dhVA1J1K80kPsAc6VDqNth9oW31rTrWD 4hbHQ7dCbI9r8PLvEFXzKRQeXK1UFSJB/5nqkB5qkuG4dVzaEdg= =SDfk -----END PGP SIGNATURE-----