slang Changelog

What's new in slang 2.2.2

Dec 6, 2010
  • src/slsmg.c: Call SLutf8_enable if UTF8 mode has not been setup.
  • src/slutty.c: Allow the hook that gets called when the read function gets interrupted to change the read file descriptor. Before, if this happened, the SLang_getkey function would return SLANG_GETKEY_ERROR.
  • lib/slsh/print.sl: Turn off buffering of the pager pipe.
  • modules/tm/*.tm: A couple of typos corrected (John Houck)
  • src/slmath.c: The round function was not correctly rounding values between 0.5 and 1.0.
  • src/slstdio.c,slclass.c: If a call to fwrite produces errno=EPIPE, then do not bother trying the write again.
  • modules/fork-module.c: Use WIFCONTINUED only if it is defined.
  • slsh/Makefile.in: Change the order of the libraries such that the newly built ones will be found first. (Markus Hennecke)
  • src/slagetput.inc: Avoid possible access violation when using a range array as an index.
  • doc/tm/rtl/lists.tm: Documented the optional argument to the list_to_array function (Manfred Hanke).