Use the VMS-style messages for all errors,warnings.
Allow selection of full message or just text in getmsg()
Use dynamic buffer for command input (except VMS).
Simplify command input and pre-processing.
Mount command improvements:
If labels are specified, make sure they match the volumes
Make sure number of devices specified matches hom block's volset count.
Verify that all volumes claim to belong to the same volume set
Verify that volumes are mounted in RVN order, and that labels match VOLSET.SYS
When a volume set is mounted, announce its name.
Improve cleanup on mount failure (more to do)
Remove obsolete/unused header.h
Fix various compiler warnings.
Fix bug causing double free when a file isn't found.
Fix bug using uninitialized variable parsing null filename.
Fix bug causing crash when format 3 retrieval pointer encountered.
Add support for readline (command line editing and history on Unix)
Untangle NT I/O so it builds without the direct access SCSI API & works.
Report errors as text messages everywhere.
Add MSVC project files.
Implement most of dir/full
Partially implement XABITM
Add help to command tables.
Allow choice of VMS qualifiers or Unix options.
mount /write // /dev/cdrom
or
mount -write /dev/cdrom
Parse quoted strings as command parameters.
Mount /write "/dev/cdrom"
search [*...]*.txt "My words for you"
Resolve command, parameter & qualifier ambiguity from tables.
Consolidate the various makefiles into a common file with very small
platform-specific wrappers. This simplifies maintenance.
Add diskio module to allow easy access to .iso images and simulator files.
Removes requirement for loop device or equivalent. Builds as a separate
executable.
Writes to the ODS2 volumes are broken.