README.txt 864 B

1234567891011121314151617181920212223
  1. This directory contains units that are part of the Object Pascal support
  2. of the Free Pascal Compiler.
  3. You can find here the following files:
  4. objpas.pp : makes Free Pascal more Borland Delphi compatible, data types
  5. are redefined
  6. math.pp : Contains basic mathematical functions, as well as some financial
  7. functions.
  8. sysutils.pp : Contains the exception support of the Free Pascal Compiler.
  9. sysutils/*h.inc : Contain parts of the sysutils unit, with function declarations.
  10. sysutils/*.inc : Contain parts of the sysutils unit, with implementations of:
  11. dati : Date & Time handling functions.
  12. fina : FileName handling functions.
  13. sysstr : miscellaneous string handling functions, and conversion
  14. routines.
  15. syspch : miscellaneous pchar handling functions.
  16. Enjoy !
  17. The Free Pascal Development Team.