File: os2bugs

package info (click to toggle)
pdksh 5.2.14-18
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,884 kB
  • ctags: 2,293
  • sloc: ansic: 24,013; perl: 944; makefile: 606; sh: 304; sed: 40
file content (19 lines) | stat: -rw-r--r-- 785 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
	Bugs and Limitations
	1/99

1. Some of the makefile targets are not yet working.  Those known to
   work include all, uninstall,ksh, config.h, makefile,
   debugtools (only check-fd and check-sigs.), test, clean, & distclean.
   You need to run ksh Bugs ksh, or sh Bugs sh as appropriate.

2. You cannot start a full screen session from the windowed ksh command line.

3. Job control is not working and may never work in os/2 (no sigstp,
   sigcont, etc).

4. ls [B]* fails even when a file Bozo exists.  ls [b]* will work
   due to case folding.  The bug is in the way case folding is managed.
   ls b* or ls B* will work as expected.

5. regress.t:regression-13 test fails.  I do not understand why it can
   work on *nix.  In fact cat does not get SIGPIPE, but gets write failure.