~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to fpcdocs/rtl.tex

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%
 
2
%   $Id: rtl.tex,v 1.3 2004/12/30 14:13:47 michael Exp $
 
3
%   This file is part of the FPC documentation.
 
4
%   Copyright (C) 1997, by Michael Van Canneyt
 
5
%
 
6
%   The FPC documentation is free text; you can redistribute it and/or
 
7
%   modify it under the terms of the GNU Library General Public License as
 
8
%   published by the Free Software Foundation; either version 2 of the
 
9
%   License, or (at your option) any later version.
 
10
%
 
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
%
 
16
%   You should have received a copy of the GNU Library General Public
 
17
%   License along with the FPC documentation; see the file COPYING.LIB.  If not,
 
18
%   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 
19
%   Boston, MA 02111-1307, USA.
 
20
%
 
21
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
22
% Preamble.
 
23
\input{preamble.inc}
 
24
\ifpdf
 
25
  \pdfinfo{/Author(Michael Van Canneyt)
 
26
           /Title(RTL reference guide)
 
27
           /Subject(FPC Run-Time library: Reference guide)
 
28
           /Keywords(Free Pascal)
 
29
           }
 
30
\fi
 
31
%
 
32
% Settings
 
33
%
 
34
\makeindex
 
35
\usepackage{tabularx}
 
36
%
 
37
% Start document
 
38
%
 
39
\begin{document}
 
40
\title{Run-Time Library (RTL) : \\ Reference guide.}
 
41
\label{rtl}
 
42
\docdescription{Free Pascal version \fpcversion:\\ Reference guide for RTL units.}
 
43
\docversion{2.1}
 
44
\input{date.inc}
 
45
\author{Micha\"el Van Canneyt}
 
46
\maketitle
 
47
\tableofcontents
 
48
\newpage
 
49
 
 
50
\section*{About this guide}
 
51
This document describes all constants, types, variables, functions and
 
52
procedures as they are declared in the units that come standard with the 
 
53
Free Pascal Run-Time library (RTL).
 
54
 
 
55
Throughout this document, we will refer to functions, types and variables
 
56
with \var{typewriter} font. Functions and procedures gave their own
 
57
subsections, and for each function or procedure we have the following
 
58
topics:
 
59
\begin{description}
 
60
\item [Declaration] The exact declaration of the function.
 
61
\item [Description] What does the procedure exactly do ?
 
62
\item [Errors] What errors can occur.
 
63
\item [See Also] Cross references to other related functions/commands.
 
64
\end{description}
 
65
 
 
66
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
67
% Input generated .tex file(s)
 
68
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
69
\input{rtl.inc}
 
70
\end{document}