ast icon indicating copy to clipboard operation
ast copied to clipboard

AST - AT&T Software Technology

Results 102 ast issues
Sort by recently updated
recently updated
newest added

* src/cmd/ss/Makefile: Properly handle sys ownership of /dev/kmem. * src/cmd/ss/Mamfile: Regenerate Mamfile. * src/lib/libast/features/standards: - Add heuristic (u_long availability) for systems that hide rather than reveal functionality in the presence...

I have an application which invokes multiple ksh93 scripts and ,where each script might call other and it goes on... and most of the commands are run in subshell enviroment...

Solaris 11 that ship with ksh93, the following behavior is observed: Version of ksh93 on system: ~# ksh --version version sh (AT&T Research) 93u+ 2012-08-01 The issue: echo ${$} working...

Noticed by a Mageia user and reported as https://bugs.mageia.org/show_bug.cgi?id=29214 The error is in line 109 of https://github.com/att/ast/blob/master/src/cmd/ksh93/sh.1 and likely repeated on other lines. The man page uses incorrect pipe character,...

Hello, I was wondering if you would please consider upgrading the Eclipse Public License from version 1.0 to 2.0, along with the new (optional) GPL compatibility clause of the latter....

**Description of problem:** Under certain conditions, when eval'ing a function definition, ksh (both beta and current development) erroneously dumps the function body to standard output and becomes prone to freezing....

bug

Here is the use case cd /root vi k.sh #!/bin/ksh export PATH=.:$PATH:/root/mybin cur = $(cd /root/mybin; pwd) ls ------ cp /bin/ls /root/mybin This shell script will not be able to...

**Description of problem:** Use of `>/dev/null 2>&1` within a called function causes function to terminate with an `Abort(coredump)` message. **ksh version:** `Version A 2020.0.0` ``` # ksh --version version sh...