CountTable.mget
has been removed from tables.nim
. It didn't work, and it
was an oversight to be included in v1.0.Fixed buffer overflow bugs in net
Added sections
iterator in parsecfg
.
Added browsers.osOpen
const alias for the operating system specific "open" command.
close
on io streams in osproc.startProcess was a noop and led to
hangs if a process had both reads from stdin and writes (eg to stdout).