Skip to content

Commit d01a287

Browse files
author
Peter Stephenson
committed
53532: mark --enable-zsh-mem as deprecated.
1 parent f555e90 commit d01a287

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-05-09 Peter Stephenson <[email protected]>
2+
3+
* 53532: INSTALL, configure.ac: mark --enable-zsh-mem option
4+
as deprecated.
5+
16
2025-05-05 Bart Schaefer <[email protected]>
27

38
* 53557 (plus test): Src/params.c, Test/K01nameref.ztst:

INSTALL

+4-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,10 @@ Memory Routines
401401
---------------
402402

403403
Included in this release are alternate malloc and associated functions
404-
which reduce memory usage on some systems. To use these, add the option
404+
which reduce memory usage on some systems. This suite of functions has
405+
not been maintained for some time and may be removed in a future release.
406+
407+
However, if you still wish to use these, add the option
405408
--enable-zsh-mem
406409
when invoking "configure".
407410

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ifdef([zsh-mem],[undefine([zsh-mem])])dnl
7171
AH_TEMPLATE([ZSH_MEM],
7272
[Define to 1 if you want to use zsh's own memory allocation routines])
7373
AC_ARG_ENABLE(zsh-mem,
74-
AS_HELP_STRING([--enable-zsh-mem],[compile with zsh memory allocation routines]),
74+
AS_HELP_STRING([--enable-zsh-mem],[compile with zsh memory allocation routines - deprecated]),
7575
[if test x$enableval = xyes; then
7676
AC_DEFINE(ZSH_MEM)
7777
fi])

0 commit comments

Comments
 (0)