I'm doing some work porting code from a Delphi 3 based application to another language. The conversion for the most part has been a success, but I still get some failures in some corner cases, that I've tracked down to certain Delphi functions. I'd like to make sure that I'm fully aware of what those functions actually did at the time, and so I'm looking for documentation for that version and implementation of the functions, and not "free pascal" or other, later versions of those functions. Google took me to a now defunct Borland website, and was of little help.
Does anyone know where I can get a copy of the Delphi 3 docs?