Commit ID: 1005533F8D6407346B7
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/04/19 18:50:39 UTC
Modified files:
bin/mksh : Build.sh histrap.c lex.c main.c sh.h var.c
Log message:
ordinarily, lineno must be mksh_uari_t, but edit.c most of all isn’t ready,
so we mitigate a bit (in var.c mostly) and tweak another type already, and
add some checks (mksh_{,u}ari_t must fit into {,unsigned }long) and print
line numbers with %lu already
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.673 -r1.674 src/bin/mksh/Build.sh
cvs -R rdiff -kk -upr1.140 -r1.141 src/bin/mksh/histrap.c
cvs -R rdiff -kk -upr1.199 -r1.200 src/bin/mksh/lex.c
cvs -R rdiff -kk -upr1.291 -r1.292 src/bin/mksh/main.c
cvs -R rdiff -kk -upr1.723 -r1.724 src/bin/mksh/sh.h
cvs -R rdiff -kk -upr1.189 -r1.190 src/bin/mksh/var.c