rtl.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="ISO8859-1"?>
  2. <fpdoc-descriptions>
  3. <!--
  4. $Id$
  5. This file is part of the FPC documentation.
  6. Copyright (C) 1997, by Michael Van Canneyt
  7. The FPC documentation is free text; you can redistribute it and/or
  8. modify it under the terms of the GNU Library General Public License as
  9. published by the Free Software Foundation; either version 2 of the
  10. License, or (at your option) any later version.
  11. The FPC Documentation is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. Library General Public License for more details.
  15. You should have received a copy of the GNU Library General Public
  16. License along with the FPC documentation; see the file COPYING.LIB. If not,
  17. write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  18. Boston, MA 02111-1307, USA.
  19. -->
  20. <package name="rtl">
  21. <short>Free Pascal Run-Time Library</short>
  22. <descr>
  23. <p>
  24. The Run-Time Library is the basis of all Free Pascal programs.
  25. It contains the basic units that most programs will use, and are made
  26. available on all platforms supported by Free pascal (well, more or less).
  27. </p>
  28. <p>
  29. There are units for compatibility with the Turbo Pascal Run-Time
  30. library, and there are units for compatibility with Delphi.
  31. </p>
  32. <p>
  33. On top of these two sets, there are also a series of units to handle
  34. keyboard/mouse and text screens in a cross-platform way.
  35. </p>
  36. <p>
  37. Other units include platform specific units that implement the specifics
  38. of a platform, these are usually needed to support the Turbo Pascal or
  39. Delphi units.
  40. </p>
  41. <p>
  42. Units that fall outside the above outline do not belong in the RTL, but
  43. should be included in the packages, or in the FCL.
  44. </p>
  45. </descr>
  46. </package>
  47. </fpdoc-descriptions>