-
This bug was originally reported in https://github.com/att/ast/issues/69. Unsetting one of an array's subscripts will unset the `.unset` discipline function for that array, which results in unsets of …
-
Since prior version is end of life, I have been looking into Amazon Linux 2 for my AWS instances.
> KornShell is no longer part of the (base) distribution
This is **catastrophic**. We need (*wan…
-
### Name
ksh93u+m
### Home page URL
http://www.kornshell.com/
### Source code URL
https://github.com/ksh93/ksh
### Packaging policy acknowledgement
- [X] I understand [Tur Package Policy](https…
-
Currently, `shtests` counts 12 errors under ASan when the regression tests are run with the `ASAN_OPTIONS` variable set to `detect_leaks=0`. Below is a regression test log from running the tests under…
-
While fixing lint in the `env_init()` function I noticed the magic `A__z` env var. This is a poorly documented mechanism for passing the properties of exported vars to subshells. I can't find any docu…
-
Provide -- possibly through a custom configuration or CLI option, support for ANSI OSC 8 escape sequences such that, rather than writing an anchor's text followed by its URL we simply output a clickab…
-
I arrived at https://github.com/att/ast by clicking the big, friendly 'software' button on http://kornshell.com/. Having cast around on the former page for something - something _installable_ - to do …
-
If there are no objections to the idea, I'd like to add ksh to the syntax
mapping for bash highlighting. I was going to do it myself and just send
a PR, but it wasn't readily apparent what the best …
-
Typing `waf html` does not automatically rebuild modified files.
Steps to reproduce this bug:
- Run `waf ohtml` to build generate and browse the HTML documents
- Add a line of text into `manual/shell…
-
When doing this in a virtual/non-forked subshell:
```sh
(typeset -A foo=([a]=1 [b]=2 [c]=3))
```
a memory leak occurs. The memory occupied by the array is not freed when exiting the subshell.
A…