The original DRI sources are archived at:
http://www.cpm.z80.de/source.html.

The CP/M 3 sources were taken from the Caldera sources, which have all
patches applied, decribed in the document CPM3FIX.PAT, except those
to INITDIR. Patches 1-18 (except nos. 5 and 9) were applied.

This sources are fully Year 2000 compliant, this affects the programs
DATE, DIR and SHOW.

Dates can be displayed in US, UK or Year-Month-Day format. This is set
by SETDEF:

	SETDEF [US]
	SETDEF [UK]
	SETDEF [YMD]

The CCP has a further bug fix, a command sequence such as:

	C1
	:C2
	:C3

will now not execute the command C3 if the command C1 failed.

November 2006, Udo Munk
