Source-Changes archive

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

CVS commit: src/bin/ksh



Module Name:    src
Committed By:   christos
Date:           Sun Jun 26 19:09:00 UTC 2005

Modified Files:
        src/bin/ksh: Makefile c_ksh.c c_sh.c c_test.c edit.c emacs.c exec.c
            expr.c history.c io.c main.c misc.c path.c proto.h sh.h shf.c
            tree.c var.c version.c vi.c

Log Message:
warns=3
- remove param names from function decls
- sprinkle const
- rename shadowed variables
- XXX: there is a lot of fishy __UNCONST going on.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/bin/ksh/Makefile
cvs rdiff -r1.12 -r1.13 src/bin/ksh/c_ksh.c
cvs rdiff -r1.9 -r1.10 src/bin/ksh/c_sh.c src/bin/ksh/vi.c
cvs rdiff -r1.5 -r1.6 src/bin/ksh/c_test.c src/bin/ksh/tree.c
cvs rdiff -r1.15 -r1.16 src/bin/ksh/edit.c
cvs rdiff -r1.28 -r1.29 src/bin/ksh/emacs.c
cvs rdiff -r1.10 -r1.11 src/bin/ksh/exec.c
cvs rdiff -r1.7 -r1.8 src/bin/ksh/expr.c
cvs rdiff -r1.8 -r1.9 src/bin/ksh/history.c src/bin/ksh/io.c
cvs rdiff -r1.11 -r1.12 src/bin/ksh/main.c src/bin/ksh/misc.c \
    src/bin/ksh/var.c
cvs rdiff -r1.6 -r1.7 src/bin/ksh/path.c src/bin/ksh/proto.h src/bin/ksh/sh.h \
    src/bin/ksh/shf.c
cvs rdiff -r1.4 -r1.5 src/bin/ksh/version.c

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