Commit Briefs

Omar Polo

fix val_trueish implementation

consider to be true also strings and handle other integers.


Omar Polo

publish some functions



Omar Polo

typo


Omar Polo

pass flags to ninepscript


Omar Polo

add a note for the future


Omar Polo

typos


Omar Polo

don't allow duplicating a fid already opened for I/O

if a fid was opened for i/o can't be used for twalk


Omar Polo

fmt



Omar Polo

typo



Omar Polo

allow newlines in table syntax


Omar Polo

fmt


Omar Polo

backport type change for parse.y

Don't declare variables as "unsigned char *" that are passed to functions that take "char *" arguments. Where such chars are assigned to int or passed to ctype functions, explicitly cast them to unsigned char. For OpenBSD' clang, -Wpointer-sign has been disabled by default, but when the parse.y code was built elsewhere, the compiler would complain. (originally by naddy@ for various parse.y in the tree)