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

« back to all changes in this revision

Viewing changes to docs/reserved.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
 
\begin{verbatim}
2
 
absolute
3
 
abstract
4
 
and
5
 
array
6
 
as
7
 
asm
8
 
assembler
9
 
begin
10
 
break
11
 
case
12
 
cdecl
13
 
class
14
 
const
15
 
constructor
16
 
continue
17
 
destructor
18
 
dispose
19
 
div
20
 
do
21
 
downto
22
 
else
23
 
end
24
 
except 
25
 
exit
26
 
export
27
 
exports
28
 
external
29
 
fail
30
 
false
31
 
far
32
 
file
33
 
finally 
34
 
for
35
 
forward
36
 
function
37
 
goto
38
 
if
39
 
implementation
40
 
in
41
 
index
42
 
inherited
43
 
initialization 
44
 
inline
45
 
interface
46
 
interrupt
47
 
is
48
 
label
49
 
library
50
 
mod
51
 
name
52
 
near
53
 
new
54
 
nil
55
 
not
56
 
object
57
 
of
58
 
on
59
 
operator
60
 
or
61
 
otherwise
62
 
packed
63
 
popstack
64
 
private
65
 
procedure
66
 
program
67
 
property 
68
 
protected
69
 
public
70
 
raise
71
 
record
72
 
repeat
73
 
self
74
 
set
75
 
shl
76
 
shr
77
 
stdcall
78
 
string
79
 
then
80
 
to
81
 
true
82
 
try
83
 
type
84
 
unit
85
 
until
86
 
uses
87
 
var
88
 
virtual
89
 
while
90
 
with
91
 
xor
92
 
\end{verbatim}