New in 20020728: There are quite a few new features in this release — probably because it's been over three years since the last release:

Portability: Symbols and archive member filenames are now portable across platforms and character sets (they are now restricted to printable ASCII and a few control characters.) Although the emulator 'emu' is still restricted to the host machine's native character encoding for the system-call interface, the assembler 'as' can be used to produce ASCII executables even on non-ASCII systems using the '-portable' argument. The two remaining portability problems problems are the strings passed through the emulator system-call interface and the set of errno values.