Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/bin/sh



Module Name:    src
Committed By:   kre
Date:           Sat Jul 13 13:43:58 UTC 2024

Modified Files:
        src/bin/sh: histedit.c input.c myhistedit.h mystring.c mystring.h sh.1
            trap.c var.c var.h

Log Message:
Implement the HISTFILE and HISTAPPEND variables.

See the (newly updated) sh(1) for details.
Also add the -z option to fc (clear history).

None of this exists in SMALL shells.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/bin/sh/histedit.c
cvs rdiff -u -r1.72 -r1.73 src/bin/sh/input.c
cvs rdiff -u -r1.15 -r1.16 src/bin/sh/myhistedit.h
cvs rdiff -u -r1.20 -r1.21 src/bin/sh/mystring.c
cvs rdiff -u -r1.11 -r1.12 src/bin/sh/mystring.h
cvs rdiff -u -r1.261 -r1.262 src/bin/sh/sh.1
cvs rdiff -u -r1.56 -r1.57 src/bin/sh/trap.c
cvs rdiff -u -r1.83 -r1.84 src/bin/sh/var.c
cvs rdiff -u -r1.40 -r1.41 src/bin/sh/var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index