~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
\input texinfo
@c -*-texinfo-*-
@c IMPORTANT....
@c some versions of texinfo.tex cause an error message 'unmatched paren
@c for:
@c @defun foo (a &optional (b 3))
@c ! unbalanced parens in @def arguments.
@c ignore these by using 's' to scroll error messages in tex.


@c @smallbook
@setfilename gcl-si.info
@settitle GCL SI Manual
@synindex vr fn

@c to update the menus do: 
@c (texinfo-multiple-files-update "gcl-si.texi" t t)



@setchapternewpage odd
@ifinfo
This is a Texinfo GCL SYSTEM INTERNALS Manual

Copyright 1994 William F. Schelter

@format
INFO-DIR-SECTION GNU Common Lisp
START-INFO-DIR-ENTRY
* gcl-si: (gcl-si.info). GNU Common Lisp System Internals
END-INFO-DIR-ENTRY
@end format
@end ifinfo

@titlepage
@sp 10
@comment The title is printed in a large font.
@center @titlefont{GCL SI Manual}
@end titlepage

@node Top, Numbers, (dir), (dir)
@top

@menu
* Numbers::			
* Sequences and Arrays and Hash Tables::  
* Characters::			
* Lists::			
* Streams and Reading::		
* Special Forms and Functions::	 
* Compilation::			
* Symbols::			
* Operating System::		
* Structures::			
* Iteration and Tests::		
* User Interface::		
* Doc::				
* Type::			
* GCL Specific::		
* C Interface::			
* System Definitions::		
* Debugging::			
* Miscellaneous::		
* Compiler Definitions::	
* JAPI GUI Library Binding::
* Function and Variable Index::	 

 --- The Detailed Node Listing ---

Operating System

* Command Line::                
* Operating System Definitions::  

GCL Specific

* Bignums::			

C Interface

* Available Symbols::		

System Definitions

* Regular Expressions::		

Debugging

* Source Level Debugging in Emacs::  
* Low Level Debug Functions::	

Miscellaneous

* Environment::			
* Inititialization::		
* Low Level X Interface::	
@end menu

@include number.texi

@include sequence.texi

@include character.texi

@include list.texi

@include io.texi

@include form.texi

@include compile.texi

@include symbol.texi

@include system.texi

@include structure.texi

@include iteration.texi

@include user-interface.texi

@include doc.texi

@include type.texi

@include internal.texi

@include c-interface.texi

@include si-defs.texi

@include debug.texi

@include misc.texi

@include compiler-defs.texi

@include japi.texi

@include gcl-si-index.texi

@summarycontents
@contents
@bye