oksh-noxz

[fork] Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh).
git clone https://noxz.tech/git/oksh-noxz.git
oksh-noxz

commit: e6f14a4dd2f4cbb86c9ad17fc0e1e3566a4d0552
parent: 33368f54067d74b523d1314a0231f918a4c0b3b2
author: Brian Callahan <bcallah@openbsd.org>
date:   Sun, 16 Apr 2023 19:04:35 -0400
oksh-7.3
MCVS/Entries60++++++++++----------
MREADME.md4+-
Mmain.c2+-
3 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/CVS/Entries b/CVS/Entries
@@ -12,35 +12,35 @@
 /tty.c/1.19/Result of merge//
 /misc.c/1.78/Result of merge//
 /exec.c/1.76/Result of merge//
-/CONTRIBUTORS/1.11/Sat Feb 11 15:36:54 2023//
-/LEGAL/1.2/Sat Feb 11 15:36:54 2023//
-/Makefile/1.39/Sat Feb 11 15:37:01 2023//
-/NOTES/1.16/Sat Feb 11 15:36:54 2023//
-/PROJECTS/1.9/Sat Feb 11 15:36:54 2023//
-/README/1.16/Sat Feb 11 15:37:01 2023//
-/alloc.c/1.19/Sat Feb 11 15:36:54 2023//
-/c_ksh.c/1.62/Sat Feb 11 15:36:54 2023//
-/c_sh.c/1.64/Sat Feb 11 15:36:54 2023//
-/c_test.h/1.4/Sat Feb 11 15:36:54 2023//
-/c_ulimit.c/1.29/Sat Feb 11 15:36:54 2023//
-/edit.h/1.12/Sat Feb 11 15:36:54 2023//
-/expand.h/1.15/Sat Feb 11 15:36:54 2023//
-/expr.c/1.34/Sat Feb 11 15:36:54 2023//
-/jobs.c/1.62/Sat Feb 11 15:36:54 2023//
-/ksh.1/1.218/Sat Feb 11 15:37:02 2023//
-/lex.c/1.79/Sat Feb 11 15:37:02 2023//
-/lex.h/1.21/Sat Feb 11 15:36:54 2023//
-/mail.c/1.27/Sat Feb 11 15:36:54 2023//
 /main.c/1.99/Result of merge+Sat Feb 11 15:37:02 2023//
-/path.c/1.23/Sat Feb 11 15:36:54 2023//
-/sh.1/1.156/Sat Feb 11 15:37:02 2023//
-/shf.c/1.34/Sat Feb 11 15:36:54 2023//
-/shf.h/1.8/Sat Feb 11 15:36:54 2023//
-/syn.c/1.40/Sat Feb 11 15:36:54 2023//
-/table.c/1.25/Sat Feb 11 15:36:54 2023//
-/table.h/1.15/Sat Feb 11 15:36:54 2023//
-/tree.c/1.34/Sat Feb 11 15:36:54 2023//
-/tree.h/1.12/Sat Feb 11 15:36:54 2023//
-/tty.h/1.6/Sat Feb 11 15:36:54 2023//
-/version.c/1.12/Sat Feb 11 15:36:54 2023//
+/CONTRIBUTORS/1.11/Sun Apr 16 23:03:22 2023//
+/LEGAL/1.2/Sun Apr 16 23:03:22 2023//
+/Makefile/1.39/Sun Apr 16 23:03:29 2023//
+/NOTES/1.16/Sun Apr 16 23:03:22 2023//
+/PROJECTS/1.9/Sun Apr 16 23:03:22 2023//
+/README/1.16/Sun Apr 16 23:03:29 2023//
+/alloc.c/1.19/Sun Apr 16 23:03:22 2023//
+/c_ksh.c/1.62/Sun Apr 16 23:03:22 2023//
+/c_sh.c/1.64/Sun Apr 16 23:03:22 2023//
+/c_test.h/1.4/Sun Apr 16 23:03:22 2023//
+/c_ulimit.c/1.29/Sun Apr 16 23:03:22 2023//
+/edit.h/1.12/Sun Apr 16 23:03:22 2023//
+/expand.h/1.15/Sun Apr 16 23:03:22 2023//
+/expr.c/1.34/Sun Apr 16 23:03:22 2023//
+/jobs.c/1.62/Sun Apr 16 23:03:22 2023//
+/ksh.1/1.218/Sun Apr 16 23:03:22 2023//
+/lex.c/1.79/Sun Apr 16 23:03:22 2023//
+/lex.h/1.21/Sun Apr 16 23:03:22 2023//
+/mail.c/1.27/Sun Apr 16 23:03:22 2023//
+/path.c/1.23/Sun Apr 16 23:03:22 2023//
+/sh.1/1.156/Sun Apr 16 23:03:22 2023//
+/shf.c/1.34/Sun Apr 16 23:03:22 2023//
+/shf.h/1.8/Sun Apr 16 23:03:22 2023//
+/syn.c/1.40/Sun Apr 16 23:03:22 2023//
+/table.c/1.25/Sun Apr 16 23:03:22 2023//
+/table.h/1.15/Sun Apr 16 23:03:22 2023//
+/tree.c/1.34/Sun Apr 16 23:03:22 2023//
+/tree.h/1.12/Sun Apr 16 23:03:22 2023//
+/tty.h/1.6/Sun Apr 16 23:03:22 2023//
+/version.c/1.12/Sun Apr 16 23:03:22 2023//
 D
diff --git a/README.md b/README.md
@@ -139,5 +139,5 @@ for details.
 
 Get a tarball
 -------------
-See releases tab. The latest release is oksh-7.2, which matches the ksh(1)
-from OpenBSD 7.2, released October 20, 2022.
+See releases tab. The latest release is oksh-7.3, which matches the ksh(1)
+from OpenBSD 7.3, released April 10, 2023.
diff --git a/main.c b/main.c
@@ -308,7 +308,7 @@ main(int argc, char *argv[])
 #ifndef SMALL
 	/* setstr can't fail here */
 	setstr(global(version_param), ksh_version, KSH_RETURN_ERROR);
-	setstr(global("OKSH_VERSION"), "oksh 7.2", KSH_RETURN_ERROR);
+	setstr(global("OKSH_VERSION"), "oksh 7.3", KSH_RETURN_ERROR);
 #endif /* SMALL */
 
 	/* execute initialization statements */