Downloadliste

Projektbeschreibung

V6 Thompson Shell Port provides two ports of the original /bin/sh from Sixth Edition (V6) UNIX (circa 1975). osh is an enhanced port of the shell, and sh6 is an unenhanced port of the shell. This project also includes glob6, if, goto, and fd2 as external shell utilities. While they remain external for compatible use by sh6, these utilities are integrated into osh to improve shell performance.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-04 06:42 Zurück zur Release-Liste
20120102

Diese Version den Osh Ausfahrt Status für Alias und unaliase so dass sie mit dem falschen (1) Status beendet wird, wenn es keine Aliase sind zu drucken, legen Sie, oder deaktivieren. Andernfalls beendet sie mit einem wahren Status (0), wenn kein Fehler auftritt. Es fügt 'Version' als ein Osh speziellen integrierten Befehl, ersetzt den vorherige 'Version' Alias in examples/dot.oshrc gefunden. Es ändert die Definition _XOPEN_SOURCE von 600 bis 600 L in Mkconfig. Außerdem werden err.h für das Debuggen von Printf Definitionen für DEBUG_ALIAS, DEBUG_GLOB und DEBUG_PROC (standardmäßig undefiniert) hinzugefügt.
Tags: Stable, Milestone
This release changes the osh exit status for alias and unalias so that they exit with a false (1) status when there are no aliases to print, set, or unset. Otherwise, they exit with a true (0) status when there is no error. It adds 'version' as an osh special built-in command, replacing the previous 'version' alias found in examples/dot.oshrc. It changes the _XOPEN_SOURCE definition from 600 to 600L in mkconfig. It also adds DEBUG_ALIAS, DEBUG_GLOB, and DEBUG_PROC definitions (undefined by default) to err.h for printf debugging.

Project Resources