Skip to content

Commit

Permalink
oksh-7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ibara committed Apr 16, 2023
1 parent 33368f5 commit e6f14a4
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
60 changes: 30 additions & 30 deletions CVS/Entries
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit e6f14a4

Please sign in to comment.