~vcs-imports-ii/pspp/master

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
\input texinfo @c -*- texinfo -*-
@c PSPP - a program for statistical analysis.
@c Copyright (C) 2017, 2020 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3
@c or any later version published by the Free Software Foundation;
@c with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
@c A copy of the license is included in the section entitled "GNU
@c Free Documentation License".

@c %**start of header
@setfilename pspp-dev.info
@settitle PSPP
@c For double-sided printing, uncomment:
@c @setchapternewpage odd
@c %**end of header

@include version-dev.texi

@macro cmd{CMDNAME}
\CMDNAME\
@end macro
@macro struct{TAG}
@code{struct \TAG\}
@end macro
@macro union{TAG}
@code{union \TAG\}
@end macro
@macro enum{TAG}
@code{enum \TAG\}
@end macro
@macro func{NAME}
@code{\NAME\}
@end macro

@iftex
@finalout
@end iftex

@dircategory Math
@direntry
* PSPP Developers Guide: (pspp-dev). Tutorial and reference for PSPP developers.
@end direntry

@copying
This manual is for GNU PSPP version @value{VERSION},
software for statistical analysis.

Copyright @copyright{} 1997, 1998, 2004, 2005, 2007, 2010, 2014, 2015, 2016, 2020 Free Software Foundation, Inc.

@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License".
@end quotation
@end copying

@titlepage
@title PSPP Developers Guide
@subtitle GNU PSPP Statistical Analysis Software
@subtitle Release @value{VERSION}
@author Ben Pfaff
@author John Darrington
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage

@contents


@ifnottex
@node Top
@top GNU PSPP Developers Guide

@insertcopying
@end ifnottex

@menu
* Introduction::                Introduction to PSPP development.
* Basic Concepts::              Data structures and concepts.
* Parsing Command Syntax::      How to parse command syntax.
* Processing Data::             Data input, output, and processing.
* Presenting Output::           Producing machine- and human-readable output.
* Internationalisation::        Dealing with locale issues.
* Graphic User Interface::      Hacking the GUI

* Function Index::              Index of PSPP functions.
* Concept Index::               Index of concepts.

* Portable File Format::        Format of PSPP portable files.
* System File Format::          Format of PSPP system files.
* SPSS/PC+ System File Format:: Format of SPSS/PC+ system files.
* SPSS Viewer File Format::     Format of SPSS Viewer (SPV) files.
* SPSS TableLook File Formats:: Formats of .stt and .tlo files.
* Encrypted File Wrappers::     Common wrapper for encrypted SPSS files.
* q2c Input Format::            Format of syntax accepted by q2c.

* GNU Free Documentation License:: License for copying this manual.
@end menu

@include dev/intro.texi
@include dev/concepts.texi
@include dev/syntax.texi
@include dev/data.texi
@include dev/output.texi
@include dev/i18n.texi
@include dev/gui.texi

@include function-index.texi
@include concept-index.texi

@include dev/portable-file-format.texi
@include dev/system-file-format.texi
@include dev/pc+-file-format.texi
@include dev/spv-file-format.texi
@include dev/tlo-file-format.texi
@include dev/encrypted-file-wrappers.texi
@include dev/q2c.texi

@include fdl.texi

@bye