readme 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. This directory contains only RTL parts independent
  2. of the processor and of the operating system.
  3. The include files contain the following:
  4. astrings.pp AnsiStrings implementation.
  5. except.inc Delphi styled exception support.
  6. file.inc Untyped file support routines.
  7. filerec.inc Untyped file record definition.
  8. heap.inc Runtime heap manager .
  9. heaph.inc Declarations of Heap functions.
  10. innr.inc Internal function delcarations.
  11. int64.inc Support for 64-bit integer arithmetic.
  12. lstrings.pp LongStrings routine implementation.
  13. mathh.inc Declarations of mathematical functions.
  14. real2str.inc Routine to convert floating point numbers to strings.
  15. rtti.inc Delphi like runtime type information
  16. sstrings.inc ShortStrings (TP/BP pascal like strings) implementation.
  17. system.inc OS and Processor independent implementation part of system unit.
  18. systemh.inc Interface part of the system unit.
  19. text.inc Text file support routines.
  20. textrec.inc Definition of Textrec record.
  21. typefile.inc Text file record definition.
  22. generic.inc Processor independant implementation of assembler procs on i386
  23. (to allow easy porting to new processors).
  24. genset.inc Processor independant implementation of set handling
  25. genmath.inc Processor independant implementation of mathematical routines
  26. genrrti.inc Processor independant implementation of runtime type information routines
  27. The unit files are:
  28. ucomplex.pp Complex functions using operator overloading
  29. getopts.pp Pascal implementation of the GNU Getops
  30. objects.pp Turbo Pascal like implementation of objects unit
  31. heaptrc.pp Runtime memory leak tracer and tests for memory integrity.