ksh icon indicating copy to clipboard operation
ksh copied to clipboard

ksh93 maintenance and development

Results 14 ksh issues
Sort by recently updated
recently updated
newest added

I created a video of the issue: https://www.youtube.com/watch?v=oPERMapfapo Emacs 26.1, ssh 93u+, Debian Linux 10. ^L's are output while moving the mode line in the middle of two buffers. This...

fixes a trivial troff formatting error in the manpage which results in erroneous display of the default value of TIMEFORMAT with `man ksh`.

documentation

ksh93u+ (`Version AJM 93u+ 2012-08-01`) compiled from source on cygwin64 `CYGWIN_NT-10.0 WSHQ1803 3.1.4(0.340/5/3) 2020-02-19 08:49 x86_64 Cygwin` behaves exactly like bug described in RELEASE: > 08-12-07 A timing bug on...

We suggest in the instructions to override CCFLAGS like this: ./bin/package make \ SHELL=/bin/bash CCFLAGS="-xc99 -D_XPG6 -m64 -xO4" LDFLAGS="-m64" However, there are some places like for example `lib/ast/libast/Makefile`: https://github.com/ksh-community/ksh/blob/e7f25423818abe159edf52f5799d66bd3621ab0b/src/lib/libast/Makefile#L13 where...