cdesktopenv/src
Martijn Dekker 214308f81e '.': disable ksh function lookup in POSIX mode
POSIXly, '.' loads only files, not functions.

This only applies to '.', not 'source' (which is not in POSIX).

src/cmd/ksh93/bltins/misc.c: b_source():
- For ksh function lookup, add an additional check that we're not
  in POSIX mode and running the '.' (SYSDOT) builtin.
2021-11-24 09:12:39 +01:00
..
cmd '.': disable ksh function lookup in POSIX mode 2021-11-24 09:12:39 +01:00
lib Add support for 'stty size' to the libcmd 'stty' builtin (#342) 2021-11-23 15:38:14 +01:00
Mamfile **/Mamfile: add header comment pointing to MAM docs (re: 6cc2f6a0) 2021-01-25 14:38:58 +00:00