pspp-master/ 0000775 0000000 0000000 00000000000 11770443230 0013332 5 ustar 00root root 0000000 0000000 pspp-master/.gitignore 0000664 0000000 0000000 00000000756 11770443230 0015332 0 ustar 00root root 0000000 0000000 ChangeLog
/Makefile
/Makefile.in
/gl/Makefile
/gl/Makefile.in
aclocal.m4
autom4te.cache
compile
config.guess
config.h
config.h.in
config.libpath
config.log
config.rpath
config.status
config.sub
configure
depcomp
gl
install-reloc
install-sh
intl
link-warning.h
ltmain.sh
m4
mdate-sh
missing
mkinstalldirs
patches
potfiles.tmp
pref.h
reloc-ldflags
stamp-h1
gitlog-to-changelog
*~
*.o
*.lo
*.a
*.dirstamp
*.deps
*.la
*.libs
/arg-nonnull.h
/c++defs.h
/package.m4
/unused-parameter.h
/warn-on-use.h
pspp-master/ABOUT-NLS 0000664 0000000 0000000 00000264123 11770443230 0014571 0 ustar 00root root 0000000 0000000 1 Notes on the Free Translation Project
***************************************
Free software is going international! The Free Translation Project is
a way to get maintainers of free software, translators, and users all
together, so that free software will gradually become able to speak many
languages. A few packages already provide translations for their
messages.
If you found this `ABOUT-NLS' file inside a distribution, you may
assume that the distributed package does use GNU `gettext' internally,
itself available at your nearest GNU archive site. But you do _not_
need to install GNU `gettext' prior to configuring, installing or using
this package with messages translated.
Installers will find here some useful hints. These notes also
explain how users should proceed for getting the programs to use the
available translations. They tell how people wanting to contribute and
work on translations can contact the appropriate team.
When reporting bugs in the `intl/' directory or bugs which may be
related to internationalization, you should tell about the version of
`gettext' which is used. The information can be found in the
`intl/VERSION' file, in internationalized packages.
1.1 Quick configuration advice
==============================
If you want to exploit the full power of internationalization, you
should configure it using
./configure --with-included-gettext
to force usage of internationalizing routines provided within this
package, despite the existence of internationalizing capabilities in the
operating system where this package is being installed. So far, only
the `gettext' implementation in the GNU C library version 2 provides as
many features (such as locale alias, message inheritance, automatic
charset conversion or plural form handling) as the implementation here.
It is also not possible to offer this additional functionality on top
of a `catgets' implementation. Future versions of GNU `gettext' will
very likely convey even more functionality. So it might be a good idea
to change to GNU `gettext' as soon as possible.
So you need _not_ provide this option if you are using GNU libc 2 or
you have installed a recent copy of the GNU gettext package with the
included `libintl'.
1.2 INSTALL Matters
===================
Some packages are "localizable" when properly installed; the programs
they contain can be made to speak your own native language. Most such
packages use GNU `gettext'. Other packages have their own ways to
internationalization, predating GNU `gettext'.
By default, this package will be installed to allow translation of
messages. It will automatically detect whether the system already
provides the GNU `gettext' functions. If not, the included GNU
`gettext' library will be used. This library is wholly contained
within this package, usually in the `intl/' subdirectory, so prior
installation of the GNU `gettext' package is _not_ required.
Installers may use special options at configuration time for changing
the default behaviour. The commands:
./configure --with-included-gettext
./configure --disable-nls
will, respectively, bypass any pre-existing `gettext' to use the
internationalizing routines provided within this package, or else,
_totally_ disable translation of messages.
When you already have GNU `gettext' installed on your system and run
configure without an option for your new package, `configure' will
probably detect the previously built and installed `libintl.a' file and
will decide to use this. This might not be desirable. You should use
the more recent version of the GNU `gettext' library. I.e. if the file
`intl/VERSION' shows that the library which comes with this package is
more recent, you should use
./configure --with-included-gettext
to prevent auto-detection.
The configuration process will not test for the `catgets' function
and therefore it will not be used. The reason is that even an
emulation of `gettext' on top of `catgets' could not provide all the
extensions of the GNU `gettext' library.
Internationalized packages usually have many `po/LL.po' files, where
LL gives an ISO 639 two-letter code identifying the language. Unless
translations have been forbidden at `configure' time by using the
`--disable-nls' switch, all available translations are installed
together with the package. However, the environment variable `LINGUAS'
may be set, prior to configuration, to limit the installed set.
`LINGUAS' should then contain a space separated list of two-letter
codes, stating which languages are allowed.
1.3 Using This Package
======================
As a user, if your language has been installed for this package, you
only have to set the `LANG' environment variable to the appropriate
`LL_CC' combination. If you happen to have the `LC_ALL' or some other
`LC_xxx' environment variables set, you should unset them before
setting `LANG', otherwise the setting of `LANG' will not have the
desired effect. Here `LL' is an ISO 639 two-letter language code, and
`CC' is an ISO 3166 two-letter country code. For example, let's
suppose that you speak German and live in Germany. At the shell
prompt, merely execute `setenv LANG de_DE' (in `csh'),
`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
This can be done from your `.login' or `.profile' file, once and for
all.
You might think that the country code specification is redundant.
But in fact, some languages have dialects in different countries. For
example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The
country code serves to distinguish the dialects.
The locale naming convention of `LL_CC', with `LL' denoting the
language and `CC' denoting the country, is the one use on systems based
on GNU libc. On other systems, some variations of this scheme are
used, such as `LL' or `LL_CC.ENCODING'. You can get the list of
locales supported by your system for your language by running the
command `locale -a | grep '^LL''.
Not all programs have translations for all languages. By default, an
English message is shown in place of a nonexistent translation. If you
understand other languages, you can set up a priority list of languages.
This is done through a different environment variable, called
`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'
for the purpose of message handling, but you still need to have `LANG'
set to the primary language; this is required by other parts of the
system libraries. For example, some Swedish users who would rather
read translations in German than English for when Swedish is not
available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
Special advice for Norwegian users: The language code for Norwegian
bokma*l changed from `no' to `nb' recently (in 2003). During the
transition period, while some message catalogs for this language are
installed under `nb' and some older ones under `no', it's recommended
for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and
older translations are used.
In the `LANGUAGE' environment variable, but not in the `LANG'
environment variable, `LL_CC' combinations can be abbreviated as `LL'
to denote the language's main dialect. For example, `de' is equivalent
to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
(Portuguese as spoken in Portugal) in this context.
1.4 Translating Teams
=====================
For the Free Translation Project to be a success, we need interested
people who like their own language and write it well, and who are also
able to synergize with other translators speaking the same language.
Each translation team has its own mailing list. The up-to-date list of
teams can be found at the Free Translation Project's homepage,
`http://translationproject.org/', in the "Teams" area.
If you'd like to volunteer to _work_ at translating messages, you
should become a member of the translating team for your own language.
The subscribing address is _not_ the same as the list itself, it has
`-request' appended. For example, speakers of Swedish can send a
message to `sv-request@li.org', having this message body:
subscribe
Keep in mind that team members are expected to participate
_actively_ in translations, or at solving translational difficulties,
rather than merely lurking around. If your team does not exist yet and
you want to start one, or if you are unsure about what to do or how to
get started, please write to `coordinator@translationproject.org' to
reach the coordinator for all translator teams.
The English team is special. It works at improving and uniformizing
the terminology in use. Proven linguistic skills are praised more than
programming skills, here.
1.5 Available Packages
======================
Languages are not equally supported in all packages. The following
matrix shows the current state of internationalization, as of March
2010. The matrix shows, in regard of each package, for which languages
PO files have been submitted to translation coordination, with a
translation percentage of at least 50%.
Ready PO files af am ar ast az be be@latin bg bn_IN bs ca crh
+------------------------------------------------+
a2ps | [] [] |
aegis | |
ant-phone | |
anubis | |
aspell | [] [] |
bash | |
bfd | |
bibshelf | [] |
binutils | |
bison | |
bison-runtime | [] |
bluez-pin | [] [] |
bombono-dvd | |
buzztard | |
cflow | |
clisp | |
coreutils | [] [] |
cpio | |
cppi | |
cpplib | [] |
cryptsetup | |
dfarc | |
dialog | [] [] |
dico | |
diffutils | [] |
dink | |
doodle | |
e2fsprogs | [] |
enscript | [] |
exif | |
fetchmail | [] |
findutils | [] |
flex | [] |
freedink | |
gas | |
gawk | [] [] |
gcal | [] |
gcc | |
gettext-examples | [] [] [] [] |
gettext-runtime | [] [] [] |
gettext-tools | [] [] |
gip | [] |
gliv | [] |
glunarclock | [] [] |
gnubiff | |
gnucash | [] |
gnuedu | |
gnulib | |
gnunet | |
gnunet-gtk | |
gnutls | |
gold | |
gpe-aerial | |
gpe-beam | |
gpe-bluetooth | |
gpe-calendar | |
gpe-clock | [] |
gpe-conf | |
gpe-contacts | |
gpe-edit | |
gpe-filemanager | |
gpe-go | |
gpe-login | |
gpe-ownerinfo | [] |
gpe-package | |
gpe-sketchbook | |
gpe-su | [] |
gpe-taskmanager | [] |
gpe-timesheet | [] |
gpe-today | [] |
gpe-todo | |
gphoto2 | |
gprof | [] |
gpsdrive | |
gramadoir | |
grep | |
grub | [] [] |
gsasl | |
gss | |
gst-plugins-bad | [] |
gst-plugins-base | [] |
gst-plugins-good | [] |
gst-plugins-ugly | [] |
gstreamer | [] [] [] |
gtick | |
gtkam | [] |
gtkorphan | [] |
gtkspell | [] [] [] |
gutenprint | |
hello | [] |
hylafax | |
idutils | |
indent | [] [] |
iso_15924 | |
iso_3166 | [] [] [] [] [] [] [] |
iso_3166_2 | |
iso_4217 | |
iso_639 | [] [] [] [] |
iso_639_3 | [] |
jwhois | |
kbd | |
keytouch | [] |
keytouch-editor | |
keytouch-keyboa... | [] |
klavaro | [] |
latrine | |
ld | [] |
leafpad | [] [] |
libc | [] [] |
libexif | () |
libextractor | |
libgnutls | |
libgpewidget | |
libgpg-error | |
libgphoto2 | |
libgphoto2_port | |
libgsasl | |
libiconv | [] |
libidn | |
lifelines | |
liferea | [] [] |
lilypond | |
linkdr | [] |
lordsawar | |
lprng | |
lynx | [] |
m4 | |
mailfromd | |
mailutils | |
make | |
man-db | |
man-db-manpages | |
minicom | |
mkisofs | |
nano | [] [] |
opcodes | |
parted | |
pies | |
popt | |
psmisc | |
pspp | [] |
pwdutils | |
radius | [] |
recode | [] [] |
rosegarden | |
rpm | |
rush | |
screem | |
scrollkeeper | [] [] [] |
sed | [] [] |
sharutils | [] [] |
shishi | |
skencil | |
solfege | |
solfege-manual | |
soundtracker | |
sp | |
sysstat | |
tar | [] |
texinfo | |
tin | |
unicode-han-tra... | |
unicode-transla... | |
util-linux-ng | [] |
vice | |
vmm | |
vorbis-tools | |
wastesedge | |
wdiff | |
wget | [] |
wyslij-po | |
xchat | [] [] [] [] |
xdg-user-dirs | [] [] [] [] [] [] [] |
xkeyboard-config | [] [] [] |
+------------------------------------------------+
af am ar ast az be be@latin bg bn_IN bs ca crh
6 0 2 19 1 10 3 28 2 1 38 5
cs da de el en en_GB en_ZA eo es et eu fa fi
+-------------------------------------------------+
a2ps | [] [] [] [] [] [] [] [] |
aegis | [] [] [] |
ant-phone | [] () |
anubis | [] [] [] |
aspell | [] [] [] [] [] |
bash | [] [] [] [] |
bfd | [] [] |
bibshelf | [] [] [] [] |
binutils | [] [] |
bison | [] [] [] |
bison-runtime | [] [] [] [] [] |
bluez-pin | [] [] [] [] [] [] [] |
bombono-dvd | [] |
buzztard | [] [] [] |
cflow | [] [] [] |
clisp | [] [] [] [] |
coreutils | [] [] [] [] |
cpio | [] |
cppi | |
cpplib | [] [] [] |
cryptsetup | [] |
dfarc | [] [] [] [] |
dialog | [] [] [] [] [] |
dico | |
diffutils | [] [] [] [] [] [] [] |
dink | [] [] [] |
doodle | [] |
e2fsprogs | [] [] [] |
enscript | [] [] [] |
exif | () [] [] [] |
fetchmail | [] [] () [] [] [] |
findutils | [] [] [] [] |
flex | [] [] [] |
freedink | [] [] [] [] |
gas | [] |
gawk | [] [] [] |
gcal | [] |
gcc | [] [] |
gettext-examples | [] [] [] [] [] |
gettext-runtime | [] [] [] [] [] |
gettext-tools | [] [] [] |
gip | [] [] [] [] [] |
gliv | [] [] [] [] |
glunarclock | [] [] [] |
gnubiff | () |
gnucash | [] () () () () () |
gnuedu | [] [] |
gnulib | [] [] [] |
gnunet | |
gnunet-gtk | [] |
gnutls | [] [] |
gold | [] [] |
gpe-aerial | [] [] [] [] [] |
gpe-beam | [] [] [] [] [] |
gpe-bluetooth | [] [] |
gpe-calendar | [] [] |
gpe-clock | [] [] [] [] [] |
gpe-conf | [] [] [] [] |
gpe-contacts | [] [] [] [] |
gpe-edit | [] [] [] |
gpe-filemanager | [] [] [] [] |
gpe-go | [] [] [] [] [] |
gpe-login | [] [] [] |
gpe-ownerinfo | [] [] [] [] [] |
gpe-package | [] [] [] [] |
gpe-sketchbook | [] [] [] [] [] |
gpe-su | [] [] [] [] [] |
gpe-taskmanager | [] [] [] [] [] |
gpe-timesheet | [] [] [] [] [] |
gpe-today | [] [] [] [] [] |
gpe-todo | [] [] [] [] |
gphoto2 | [] [] () [] [] [] [] |
gprof | [] [] [] [] |
gpsdrive | [] [] [] |
gramadoir | [] [] [] |
grep | [] [] |
grub | [] [] |
gsasl | [] [] |
gss | [] |
gst-plugins-bad | [] [] [] [] [] [] |
gst-plugins-base | [] [] [] [] [] [] |
gst-plugins-good | [] [] [] [] [] [] [] |
gst-plugins-ugly | [] [] [] [] [] [] [] |
gstreamer | [] [] [] [] [] [] |
gtick | [] () [] [] |
gtkam | [] [] () [] [] |
gtkorphan | [] [] [] [] |
gtkspell | [] [] [] [] [] [] [] [] |
gutenprint | [] [] [] |
hello | [] [] [] [] [] |
hylafax | [] [] |
idutils | [] [] [] |
indent | [] [] [] [] [] [] [] [] |
iso_15924 | [] () [] [] [] |
iso_3166 | [] [] [] () [] [] [] () [] |
iso_3166_2 | () |
iso_4217 | [] [] [] () [] [] [] |
iso_639 | [] [] [] () [] [] [] |
iso_639_3 | |
jwhois | [] [] |
kbd | [] [] [] [] [] |
keytouch | [] [] [] |
keytouch-editor | [] [] [] |
keytouch-keyboa... | [] [] |
klavaro | [] [] [] [] |
latrine | [] () [] |
ld | [] [] [] |
leafpad | [] [] [] [] [] [] [] |
libc | [] [] [] [] [] |
libexif | [] [] () |
libextractor | |
libgnutls | [] |
libgpewidget | [] [] [] |
libgpg-error | [] [] |
libgphoto2 | [] () |
libgphoto2_port | [] () [] |
libgsasl | [] |
libiconv | [] [] [] [] [] [] |
libidn | [] [] [] [] |
lifelines | [] () |
liferea | [] [] [] [] [] |
lilypond | [] [] [] [] |
linkdr | [] [] [] [] |
lordsawar | [] |
lprng | |
lynx | [] [] [] [] |
m4 | [] [] [] [] [] |
mailfromd | |
mailutils | [] |
make | [] [] [] [] |
man-db | |
man-db-manpages | |
minicom | [] [] [] [] [] |
mkisofs | [] |
nano | [] [] [] [] |
opcodes | [] [] [] |
parted | [] [] |
pies | |
popt | [] [] [] [] [] [] |
psmisc | [] [] [] [] |
pspp | [] |
pwdutils | [] |
radius | [] |
recode | [] [] [] [] [] [] [] |
rosegarden | () () () () |
rpm | [] [] [] |
rush | |
screem | |
scrollkeeper | [] [] [] [] [] [] |
sed | [] [] [] [] [] [] [] |
sharutils | [] [] [] [] [] |
shishi | |
skencil | [] () [] |
solfege | [] [] [] [] |
solfege-manual | [] [] |
soundtracker | [] [] [] |
sp | [] |
sysstat | [] [] [] [] |
tar | [] [] [] [] [] |
texinfo | [] [] [] |
tin | [] [] |
unicode-han-tra... | |
unicode-transla... | |
util-linux-ng | [] [] [] [] [] |
vice | () () |
vmm | [] |
vorbis-tools | [] [] |
wastesedge | [] |
wdiff | [] [] |
wget | [] [] [] [] |
wyslij-po | [] |
xchat | [] [] [] [] [] [] |
xdg-user-dirs | [] [] [] [] [] [] [] [] [] |
xkeyboard-config | [] [] [] [] [] [] |
+-------------------------------------------------+
cs da de el en en_GB en_ZA eo es et eu fa fi
64 103 113 18 1 8 0 28 89 18 19 0 100
fr ga gl gu he hi hr hu hy id is it ja ka kn
+------------------------------------------------+
a2ps | [] [] [] |
aegis | [] [] |
ant-phone | [] [] |
anubis | [] [] [] |
aspell | [] [] [] [] |
bash | [] |
bfd | [] |
bibshelf | [] [] [] [] |
binutils | [] [] |
bison | [] [] [] |
bison-runtime | [] [] [] [] [] |
bluez-pin | [] [] [] [] [] [] [] |
bombono-dvd | |
buzztard | [] |
cflow | [] [] |
clisp | [] |
coreutils | [] [] [] [] [] |
cpio | [] [] [] |
cppi | [] |
cpplib | [] [] |
cryptsetup | [] [] [] |
dfarc | [] [] |
dialog | [] [] [] [] [] [] [] |
dico | |
diffutils | [] [] [] [] [] [] [] [] |
dink | [] |
doodle | [] [] |
e2fsprogs | [] [] |
enscript | [] [] [] [] |
exif | [] [] [] [] [] |
fetchmail | [] [] [] [] |
findutils | [] [] [] [] [] |
flex | [] [] |
freedink | [] [] |
gas | [] [] |
gawk | [] [] [] [] () [] |
gcal | [] |
gcc | [] |
gettext-examples | [] [] [] [] [] [] |
gettext-runtime | [] [] [] [] [] |
gettext-tools | [] [] [] [] |
gip | [] [] [] [] [] |
gliv | () |
glunarclock | [] [] [] |
gnubiff | () [] () |
gnucash | () () () () [] |
gnuedu | [] [] |
gnulib | [] [] [] [] [] |
gnunet | |
gnunet-gtk | [] |
gnutls | [] [] |
gold | [] |
gpe-aerial | [] [] |
gpe-beam | [] [] [] |
gpe-bluetooth | [] [] [] |
gpe-calendar | [] |
gpe-clock | [] [] [] [] |
gpe-conf | [] [] [] |
gpe-contacts | [] [] [] |
gpe-edit | [] [] |
gpe-filemanager | [] [] [] |
gpe-go | [] [] [] [] |
gpe-login | [] [] |
gpe-ownerinfo | [] [] [] [] |
gpe-package | [] [] |
gpe-sketchbook | [] [] [] |
gpe-su | [] [] [] [] [] |
gpe-taskmanager | [] [] [] |
gpe-timesheet | [] [] [] [] |
gpe-today | [] [] [] [] [] |
gpe-todo | [] [] |
gphoto2 | [] [] [] [] [] |
gprof | [] [] [] |
gpsdrive | [] [] [] |
gramadoir | [] [] [] |
grep | |
grub | [] |
gsasl | [] [] [] [] |
gss | [] [] [] [] |
gst-plugins-bad | [] [] [] [] |
gst-plugins-base | [] [] [] [] [] |
gst-plugins-good | [] [] [] [] [] |
gst-plugins-ugly | [] [] [] [] [] |
gstreamer | [] [] [] [] |
gtick | [] [] [] [] |
gtkam | [] [] [] [] [] |
gtkorphan | [] [] [] |
gtkspell | [] [] [] [] [] [] [] [] |
gutenprint | [] [] [] |
hello | [] [] |
hylafax | [] |
idutils | [] [] [] [] [] |
indent | [] [] [] [] [] [] [] |
iso_15924 | () [] [] |
iso_3166 | () [] [] [] [] [] [] [] [] [] [] |
iso_3166_2 | () [] [] |
iso_4217 | () [] [] [] [] |
iso_639 | () [] [] [] [] [] [] [] |
iso_639_3 | () [] [] |
jwhois | [] [] [] [] |
kbd | [] [] |
keytouch | [] [] [] [] [] |
keytouch-editor | [] [] [] [] |
keytouch-keyboa... | [] [] [] [] |
klavaro | [] [] |
latrine | [] [] |
ld | [] [] [] |
leafpad | [] [] [] [] [] [] () |
libc | [] [] [] [] |
libexif | |
libextractor | |
libgnutls | [] [] |
libgpewidget | [] [] [] |
libgpg-error | [] [] |
libgphoto2 | [] [] |
libgphoto2_port | [] [] [] |
libgsasl | [] [] [] [] |
libiconv | [] [] [] [] [] |
libidn | [] [] [] |
lifelines | () |
liferea | [] [] [] [] |
lilypond | [] |
linkdr | [] [] [] [] |
lordsawar | |
lprng | [] |
lynx | [] [] [] [] [] |
m4 | [] [] [] [] [] |
mailfromd | |
mailutils | [] [] |
make | [] [] [] [] [] [] [] [] |
man-db | [] [] |
man-db-manpages | [] |
minicom | [] [] [] [] |
mkisofs | [] [] [] |
nano | [] [] [] [] [] |
opcodes | [] [] [] |
parted | [] [] [] [] |
pies | |
popt | [] [] [] [] [] [] [] [] |
psmisc | [] [] [] |
pspp | |
pwdutils | [] [] |
radius | [] [] |
recode | [] [] [] [] [] [] [] |
rosegarden | () () () () |
rpm | [] [] |
rush | |
screem | [] [] |
scrollkeeper | [] [] [] |
sed | [] [] [] [] [] [] [] |
sharutils | [] [] [] [] [] [] |
shishi | [] |
skencil | [] |
solfege | [] [] [] |
solfege-manual | [] [] |
soundtracker | [] [] |
sp | [] () |
sysstat | [] [] [] [] |
tar | [] [] [] [] [] [] |
texinfo | [] [] [] |
tin | [] |
unicode-han-tra... | |
unicode-transla... | [] [] |
util-linux-ng | [] [] [] [] [] |
vice | () () () |
vmm | [] |
vorbis-tools | [] |
wastesedge | () () |
wdiff | |
wget | [] [] [] [] [] [] [] |
wyslij-po | [] [] |
xchat | [] [] [] [] [] [] [] [] |
xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] |
xkeyboard-config | [] [] [] [] |
+------------------------------------------------+
fr ga gl gu he hi hr hu hy id is it ja ka kn
116 53 20 4 8 2 5 50 2 120 5 81 64 0 4
ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne
+-----------------------------------------------+
a2ps | [] |
aegis | |
ant-phone | |
anubis | [] [] |
aspell | [] |
bash | |
bfd | |
bibshelf | [] [] |
binutils | |
bison | [] |
bison-runtime | [] [] [] [] [] |
bluez-pin | [] [] [] [] [] |
bombono-dvd | |
buzztard | |
cflow | |
clisp | |
coreutils | [] |
cpio | |
cppi | |
cpplib | |
cryptsetup | |
dfarc | [] |
dialog | [] [] [] [] [] |
dico | |
diffutils | [] [] |
dink | |
doodle | |
e2fsprogs | |
enscript | |
exif | [] |
fetchmail | |
findutils | |
flex | |
freedink | [] |
gas | |
gawk | |
gcal | |
gcc | |
gettext-examples | [] [] [] [] |
gettext-runtime | [] |
gettext-tools | [] |
gip | [] [] |
gliv | |
glunarclock | [] |
gnubiff | |
gnucash | () () () () |
gnuedu | |
gnulib | |
gnunet | |
gnunet-gtk | |
gnutls | [] |
gold | |
gpe-aerial | [] |
gpe-beam | [] |
gpe-bluetooth | [] [] |
gpe-calendar | [] |
gpe-clock | [] [] [] [] [] |
gpe-conf | [] [] |
gpe-contacts | [] [] |
gpe-edit | [] |
gpe-filemanager | [] [] |
gpe-go | [] [] [] |
gpe-login | [] |
gpe-ownerinfo | [] [] |
gpe-package | [] [] |
gpe-sketchbook | [] [] |
gpe-su | [] [] [] [] [] [] |
gpe-taskmanager | [] [] [] [] [] [] |
gpe-timesheet | [] [] |
gpe-today | [] [] [] [] |
gpe-todo | [] [] |
gphoto2 | |
gprof | [] |
gpsdrive | |
gramadoir | |
grep | |
grub | |
gsasl | |
gss | |
gst-plugins-bad | [] [] |
gst-plugins-base | [] [] |
gst-plugins-good | [] [] |
gst-plugins-ugly | [] [] [] [] [] |
gstreamer | |
gtick | |
gtkam | [] |
gtkorphan | [] [] |
gtkspell | [] [] [] [] [] [] [] |
gutenprint | |
hello | [] [] [] |
hylafax | |
idutils | |
indent | |
iso_15924 | [] [] |
iso_3166 | [] [] () [] [] [] [] [] |
iso_3166_2 | |
iso_4217 | [] [] |
iso_639 | [] |
iso_639_3 | [] |
jwhois | [] |
kbd | |
keytouch | [] |
keytouch-editor | [] |
keytouch-keyboa... | [] |
klavaro | [] |
latrine | [] |
ld | |
leafpad | [] [] [] |
libc | [] |
libexif | |
libextractor | |
libgnutls | [] |
libgpewidget | [] [] |
libgpg-error | |
libgphoto2 | |
libgphoto2_port | |
libgsasl | |
libiconv | |
libidn | |
lifelines | |
liferea | |
lilypond | |
linkdr | |
lordsawar | |
lprng | |
lynx | |
m4 | |
mailfromd | |
mailutils | |
make | [] |
man-db | |
man-db-manpages | |
minicom | [] |
mkisofs | |
nano | [] [] |
opcodes | |
parted | |
pies | |
popt | [] [] [] |
psmisc | |
pspp | |
pwdutils | |
radius | |
recode | |
rosegarden | |
rpm | |
rush | |
screem | |
scrollkeeper | [] [] |
sed | |
sharutils | |
shishi | |
skencil | |
solfege | [] |
solfege-manual | |
soundtracker | |
sp | |
sysstat | [] |
tar | [] |
texinfo | [] |
tin | |
unicode-han-tra... | |
unicode-transla... | |
util-linux-ng | |
vice | |
vmm | |
vorbis-tools | |
wastesedge | |
wdiff | |
wget | [] |
wyslij-po | |
xchat | [] [] [] |
xdg-user-dirs | [] [] [] [] [] [] [] [] |
xkeyboard-config | [] [] [] |
+-----------------------------------------------+
ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne
20 5 10 1 12 48 4 1 2 4 24 10 19 3 1
nl nn pa pl ps pt pt_BR ro ru rw sk sl sq sr sv
+---------------------------------------------------+
a2ps | [] [] [] [] [] [] [] [] [] |
aegis | [] [] [] |
ant-phone | [] [] |
anubis | [] [] [] [] |
aspell | [] [] [] [] [] |
bash | [] [] [] |
bfd | [] |
bibshelf | [] [] [] |
binutils | [] [] |
bison | [] [] [] [] |
bison-runtime | [] [] [] [] [] [] [] [] |
bluez-pin | [] [] [] [] [] [] [] [] [] |
bombono-dvd | [] () |
buzztard | [] [] |
cflow | [] |
clisp | [] [] |
coreutils | [] [] [] [] [] [] [] |
cpio | [] [] [] [] |
cppi | |
cpplib | [] [] |
cryptsetup | [] [] |
dfarc | [] |
dialog | [] [] [] [] [] |
dico | [] |
diffutils | [] [] [] [] [] [] [] |
dink | () |
doodle | [] [] [] |
e2fsprogs | [] [] [] |
enscript | [] [] [] [] [] [] |
exif | [] [] [] () [] [] |
fetchmail | [] [] [] [] |
findutils | [] [] [] [] [] [] |
flex | [] [] [] [] [] [] |
freedink | [] [] |
gas | |
gawk | [] [] [] [] [] |
gcal | [] |
gcc | [] [] |
gettext-examples | [] [] [] [] [] [] [] [] [] |
gettext-runtime | [] [] [] [] [] [] [] [] [] [] |
gettext-tools | [] [] [] [] [] [] [] |
gip | [] [] [] [] [] [] |
gliv | [] [] [] [] [] [] [] |
glunarclock | [] [] [] [] [] [] |
gnubiff | [] () [] |
gnucash | [] () () () |
gnuedu | [] |
gnulib | [] [] [] [] [] |
gnunet | |
gnunet-gtk | [] |
gnutls | [] [] [] |
gold | |
gpe-aerial | [] [] [] [] [] [] [] [] |
gpe-beam | [] [] [] [] [] [] [] [] |
gpe-bluetooth | [] [] [] |
gpe-calendar | [] [] [] [] [] |
gpe-clock | [] [] [] [] [] [] [] [] [] |
gpe-conf | [] [] [] [] [] [] [] [] |
gpe-contacts | [] [] [] [] [] [] |
gpe-edit | [] [] [] [] |
gpe-filemanager | [] [] [] [] |
gpe-go | [] [] [] [] [] [] [] [] [] |
gpe-login | [] [] [] |
gpe-ownerinfo | [] [] [] [] [] [] [] [] [] |
gpe-package | [] [] [] |
gpe-sketchbook | [] [] [] [] [] [] [] [] |
gpe-su | [] [] [] [] [] [] [] [] [] |
gpe-taskmanager | [] [] [] [] [] [] [] [] [] |
gpe-timesheet | [] [] [] [] [] [] [] [] [] |
gpe-today | [] [] [] [] [] [] [] [] [] |
gpe-todo | [] [] [] [] [] [] |
gphoto2 | [] [] [] [] [] [] [] [] [] |
gprof | [] [] [] [] |
gpsdrive | [] [] [] |
gramadoir | [] [] [] |
grep | [] [] |
grub | [] [] |
gsasl | [] [] [] [] [] |
gss | [] [] [] [] |
gst-plugins-bad | [] [] [] [] [] [] |
gst-plugins-base | [] [] [] [] [] [] |
gst-plugins-good | [] [] [] [] [] [] |
gst-plugins-ugly | [] [] [] [] [] [] [] |
gstreamer | [] [] [] [] [] [] |
gtick | [] [] [] |
gtkam | [] [] [] [] [] [] [] |
gtkorphan | [] [] |
gtkspell | [] [] [] [] [] [] [] [] [] [] [] |
gutenprint | [] [] [] |
hello | [] [] [] [] [] |
hylafax | [] |
idutils | [] [] [] [] [] [] |
indent | [] [] [] [] [] [] [] [] |
iso_15924 | [] [] [] [] |
iso_3166 | [] [] [] [] () [] [] [] [] [] [] [] [] [] |
iso_3166_2 | [] [] |
iso_4217 | [] [] [] [] [] [] [] [] [] |
iso_639 | [] [] [] [] [] [] [] [] |
iso_639_3 | [] |
jwhois | [] [] [] [] [] |
kbd | [] [] [] [] |
keytouch | [] [] [] |
keytouch-editor | [] [] [] |
keytouch-keyboa... | [] [] [] |
klavaro | [] [] |
latrine | [] [] |
ld | [] |
leafpad | [] [] [] [] [] [] [] [] [] [] |
libc | [] [] [] [] [] |
libexif | [] [] () [] |
libextractor | |
libgnutls | [] [] [] |
libgpewidget | [] [] [] [] |
libgpg-error | [] [] [] |
libgphoto2 | [] [] |
libgphoto2_port | [] [] [] [] [] |
libgsasl | [] [] [] [] [] [] |
libiconv | [] [] [] [] [] [] |
libidn | [] [] () |
lifelines | [] [] [] |
liferea | [] [] [] [] [] () () [] [] |
lilypond | [] |
linkdr | [] [] [] [] |
lordsawar | |
lprng | [] |
lynx | [] [] [] [] |
m4 | [] [] [] [] [] [] |
mailfromd | [] |
mailutils | [] |
make | [] [] [] [] [] |
man-db | [] [] [] [] |
man-db-manpages | [] [] [] |
minicom | [] [] [] [] [] |
mkisofs | [] [] |
nano | [] [] [] [] |
opcodes | [] [] [] |
parted | [] [] [] [] [] |
pies | [] |
popt | [] [] [] [] [] |
psmisc | [] [] [] [] |
pspp | [] [] |
pwdutils | [] [] |
radius | [] [] [] |
recode | [] [] [] [] [] [] [] [] [] |
rosegarden | () () () |
rpm | [] [] [] [] |
rush | [] |
screem | |
scrollkeeper | [] [] [] [] [] [] [] [] [] |
sed | [] [] [] [] [] [] [] [] [] [] |
sharutils | [] [] [] [] [] |
shishi | [] |
skencil | [] [] [] |
solfege | [] [] [] [] [] |
solfege-manual | [] [] [] |
soundtracker | [] [] |
sp | |
sysstat | [] [] [] [] |
tar | [] [] [] [] [] |
texinfo | [] [] [] [] [] |
tin | [] |
unicode-han-tra... | |
unicode-transla... | |
util-linux-ng | [] [] [] [] [] [] |
vice | [] () |
vmm | [] |
vorbis-tools | [] [] |
wastesedge | [] |
wdiff | [] [] [] |
wget | [] [] [] [] [] [] [] [] |
wyslij-po | [] [] |
xchat | [] [] [] [] [] [] [] [] [] [] |
xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] |
xkeyboard-config | [] [] [] [] [] [] |
+---------------------------------------------------+
nl nn pa pl ps pt pt_BR ro ru rw sk sl sq sr sv
132 10 7 96 1 29 60 47 89 3 54 46 8 37 118
sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW
+-----------------------------------------------+
a2ps | [] [] [] [] | 27
aegis | [] | 9
ant-phone | [] [] [] | 8
anubis | [] [] [] | 15
aspell | [] [] [] | 20
bash | [] | 9
bfd | [] | 5
bibshelf | [] [] | 16
binutils | [] [] | 8
bison | [] | 12
bison-runtime | [] [] [] [] [] | 29
bluez-pin | [] [] [] [] [] [] [] | 37
bombono-dvd | [] | 3
buzztard | | 6
cflow | [] [] [] | 9
clisp | | 10
coreutils | [] [] [] | 22
cpio | [] [] [] [] [] | 13
cppi | [] | 2
cpplib | [] [] [] [] [] | 13
cryptsetup | [] | 7
dfarc | [] | 9
dialog | [] [] [] [] [] [] | 30
dico | [] | 2
diffutils | [] [] [] [] [] | 30
dink | | 4
doodle | [] | 7
e2fsprogs | [] [] | 11
enscript | [] [] [] | 17
exif | [] [] | 16
fetchmail | [] [] [] | 17
findutils | [] [] [] [] | 20
flex | [] [] [] | 15
freedink | [] | 10
gas | [] | 4
gawk | [] [] [] | 18
gcal | [] | 5
gcc | [] [] | 7
gettext-examples | [] [] [] [] [] [] | 34
gettext-runtime | [] [] [] [] [] [] | 30
gettext-tools | [] [] [] [] [] | 22
gip | [] [] [] | 22
gliv | [] [] | 14
glunarclock | [] [] [] [] | 19
gnubiff | [] | 4
gnucash | () [] () () | 9
gnuedu | [] [] | 7
gnulib | [] [] [] | 16
gnunet | [] | 1
gnunet-gtk | [] [] | 5
gnutls | [] [] | 10
gold | | 3
gpe-aerial | [] [] | 18
gpe-beam | [] [] | 19
gpe-bluetooth | [] [] | 12
gpe-calendar | [] [] [] | 12
gpe-clock | [] [] [] [] | 28
gpe-conf | [] [] [] | 20
gpe-contacts | [] [] | 17
gpe-edit | [] [] | 12
gpe-filemanager | [] [] [] | 16
gpe-go | [] [] [] [] | 25
gpe-login | [] [] | 11
gpe-ownerinfo | [] [] [] [] | 25
gpe-package | [] [] | 13
gpe-sketchbook | [] [] | 20
gpe-su | [] [] [] [] | 30
gpe-taskmanager | [] [] [] [] | 28
gpe-timesheet | [] [] [] [] | 25
gpe-today | [] [] [] [] [] | 29
gpe-todo | [] [] [] | 17
gphoto2 | [] [] [] [] | 24
gprof | [] [] | 15
gpsdrive | [] [] | 11
gramadoir | [] [] | 11
grep | [] [] | 6
grub | [] [] | 9
gsasl | [] [] [] | 14
gss | [] [] | 11
gst-plugins-bad | [] [] [] | 22
gst-plugins-base | [] [] [] [] | 24
gst-plugins-good | [] [] [] [] | 25
gst-plugins-ugly | [] [] [] [] | 29
gstreamer | [] [] [] | 22
gtick | [] [] [] | 13
gtkam | [] [] | 20
gtkorphan | [] [] | 14
gtkspell | [] [] [] [] [] [] [] [] | 45
gutenprint | | 9
hello | [] [] [] [] [] | 21
hylafax | [] | 5
idutils | [] [] [] | 17
indent | [] [] [] [] [] | 30
iso_15924 | () [] () [] [] | 16
iso_3166 | [] () [] [] () [] [] [] () | 51
iso_3166_2 | () [] () [] | 7
iso_4217 | () [] [] () [] [] | 26
iso_639 | [] [] () [] () [] [] [] [] | 34
iso_639_3 | [] () | 7
jwhois | [] [] [] [] | 16
kbd | [] [] [] [] | 15
keytouch | [] [] | 15
keytouch-editor | [] [] | 13
keytouch-keyboa... | [] [] | 13
klavaro | [] | 11
latrine | [] [] [] | 10
ld | [] [] [] | 11
leafpad | [] [] [] [] [] | 33
libc | [] [] [] [] | 21
libexif | [] () | 6
libextractor | [] | 1
libgnutls | [] [] | 9
libgpewidget | [] [] | 14
libgpg-error | [] [] | 9
libgphoto2 | [] [] | 7
libgphoto2_port | [] [] [] | 13
libgsasl | [] [] | 13
libiconv | [] [] [] | 21
libidn | [] [] | 11
lifelines | | 4
liferea | [] [] | 21
lilypond | [] | 7
linkdr | [] [] [] [] | 17
lordsawar | | 1
lprng | [] | 3
lynx | [] [] [] | 17
m4 | [] [] [] | 19
mailfromd | [] [] | 3
mailutils | [] | 5
make | [] [] [] | 21
man-db | [] [] | 8
man-db-manpages | | 4
minicom | [] | 16
mkisofs | [] | 7
nano | [] [] [] | 20
opcodes | [] [] | 11
parted | [] [] [] [] | 15
pies | [] | 2
popt | [] [] [] [] [] | 27
psmisc | [] | 12
pspp | | 4
pwdutils | [] | 6
radius | [] [] | 9
recode | [] [] [] | 28
rosegarden | | 0
rpm | [] [] | 11
rush | [] [] | 3
screem | [] | 3
scrollkeeper | [] [] [] [] | 27
sed | [] [] [] [] | 30
sharutils | [] [] [] [] | 22
shishi | [] | 3
skencil | [] | 7
solfege | [] [] [] | 16
solfege-manual | [] | 8
soundtracker | [] [] | 9
sp | [] | 3
sysstat | [] [] | 15
tar | [] [] [] [] [] | 23
texinfo | [] [] [] | 15
tin | | 4
unicode-han-tra... | | 0
unicode-transla... | | 2
util-linux-ng | [] [] [] | 20
vice | () | 1
vmm | [] | 4
vorbis-tools | [] | 6
wastesedge | | 2
wdiff | [] | 6
wget | [] [] [] [] | 25
wyslij-po | [] | 6
xchat | [] [] [] [] [] | 36
xdg-user-dirs | [] [] [] [] [] [] [] [] | 57
xkeyboard-config | [] [] [] | 25
+-----------------------------------------------+
82 teams sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW
174 domains 1 3 2 0 10 66 48 149 17 96 7 41 2551
Some counters in the preceding matrix are higher than the number of
visible blocks let us expect. This is because a few extra PO files are
used for implementing regional variants of languages, or language
dialects.
For a PO file in the matrix above to be effective, the package to
which it applies should also have been internationalized and
distributed as such by its maintainer. There might be an observable
lag between the mere existence a PO file and its wide availability in a
distribution.
If March 2010 seems to be old, you may fetch a more recent copy of
this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date
matrix with full percentage details can be found at
`http://translationproject.org/extra/matrix.html'.
1.6 Using `gettext' in new packages
===================================
If you are writing a freely available program and want to
internationalize it you are welcome to use GNU `gettext' in your
package. Of course you have to respect the GNU Library General Public
License which covers the use of the GNU `gettext' library. This means
in particular that even non-free programs can use `libintl' as a shared
library, whereas only free software can use `libintl' as a static
library or use modified versions of `libintl'.
Once the sources are changed appropriately and the setup can handle
the use of `gettext' the only thing missing are the translations. The
Free Translation Project is also available for packages which are not
developed inside the GNU project. Therefore the information given above
applies also for every other Free Software Project. Contact
`coordinator@translationproject.org' to make the `.pot' files available
to the translation teams.
pspp-master/AUTHORS 0000664 0000000 0000000 00000002225 11770443230 0014403 0 ustar 00root root 0000000 0000000 We wish to thank current active contributors to PSPP:
* Ben Pfaff wrote the initial program and manual, which comprises the
majority of the current code. Ben continues to contribute and
most of the core libraries which ensure that PSPP runs with optimal
speed are his work.
* John Darrington wrote the graphical user interface, and the T-TEST,
ONEWAY, EXAMINE, RANK and NPAR TESTS commands, implemented support for
long variable names, PostgreSQL and Gnumeric and made numerous
revisions to other modules.
* Jason Stover contributed statistical and numerical functionality,
including lib/gslextras and the linear regression features. Jason
is also an important contributor to GSL, which is used by PSPP.
* Mehmet Hakan Satman wrote the QUICK CLUSTER command.
We also thank past contributors:
* John Williams wrote an initial draft of the T-TEST procedure.
* Michael Kiefte contributed bug fixes and other enhancements.
* Patrick Kobly contributed bug fixes and other enhancements.
* Rob van Son wrote the original version of the routine for
calculation of the significance of the Wilcoxon matched pairs signed
rank statistic used by the NPAR TEST command.
pspp-master/COPYING 0000664 0000000 0000000 00000104374 11770443230 0014376 0 ustar 00root root 0000000 0000000
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Copyright (C)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
Copyright (C)
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
.
pspp-master/INSTALL 0000664 0000000 0000000 00000033336 11770443230 0014373 0 ustar 00root root 0000000 0000000 Installation Instructions for GNU pspp
**************************************
These instructions are based on the generic GNU installation
instructions, but they have been tailored for PSPP.
Overview
========
PSPP uses the standard GNU configuration system. Therefore, if all is well,
the following simple procedure should work, even on non-GNU systems:
tar -xzf pspp-*.tar.gz
cd pspp-*
./configure
make
sudo make install
Obviously, you should replace 'pspp-*' in the above, with the name of
the tarball you are installing. If any part of this process fails, then
it's likely that one or more of the necessary prerequisites is missing
from your system. Read on to find out how to correct this.
Before You Install
==================
Before you install PSPP, you will need to install certain prerequisite
packages. You may also want to install other packages that enable
additional functionality in PSPP.
If you do not know whether you have these installed already, you may
proceed to "Basic Installation", below. The PSPP configuration
process will notify you about required and optional packages that are
not present on your system.
The following packages are required to install PSPP:
* An ANSI C compiler and tool chain. On Unix-like systems, we
recommend GCC, but any modern compilation environment should
work. On Microsoft Windows, Cygwin (http://www.cygwin.com/) and
MinGW (http://www.mingw.org/) are known to work.
* The GNU Scientific Library (http://www.gnu.org/software/gsl/),
version 1.8 or later, including libgslcblas included with GSL.
* Perl (http://www.perl.org/), version 5.005_03 or later. Perl is
required during build but not after installation.
* iconv, which should be installed as part of a Unix-like system.
If you don't have a version already, you can install GNU
libiconv (http://www.gnu.org/software/libiconv/).
* libintl, from GNU gettext (http://ww.gnu.org/software/gettext).
GNU libc includes an integrated libintl, so there is no need to
separately install libintl on a GNU/Linux system.
The following packages are required to enable PSPP's graphing
features. If you cannot arrange to install them, you must run
`configure' with --without-cairo.
* Cairo (http://cairographics.org/), version 1.5 or later.
* Pango (http://www.pango.org/), version 1.22 or later.
The following packages are required to enable PSPPIRE, the graphical
user interface for PSPP. If you cannot install them or do not wish to
use the GUI, you must run `configure' with --without-gui.
* pkg-config (http://pkg-config.freedesktop.org/wiki/). Versions
0.18 and 0.19 have a bug that will prevent library detection,
but other versions should be fine.
* GTK+ (http://www.gtk.org/), version 2.12.0 or later.
* GtkSourceView (http://projects.gnome.org/gtksourceview/)
version 2.2 or later.
Installing the following packages will allow your PSPP binary to read
Gnumeric files.
* zlib (http://www.zlib.net/).
* libxml2 (http://xmlsoft.org/).
Installing the following packages will allow your PSPP binary to write
OpenDocument text (ODT) files:
* libxml2 (http://xmlsoft.org/).
The following packages are optional.
* libncurses (http://www.gnu.org/software/ncurses/). Without it,
PSPP will assume it is running in an 80x25 terminal.
* libreadline and libhistory
(http://tiswww.case.edu/php/chet/readline/rltop.html). Without
them, interactive command editing and history features in the
text-based user interface will be disabled.
* Texinfo (http://www.gnu.org/software/texinfo/), version 4.7 or
later. Installing Texinfo will allow you to build PSPP
documentation in PostScript or PDF format.
* libpq, from Postgresql (http://postgresql.org). This enables PSPP
to read Postgresql databases. The tests for the Postgresql
interface, but not the Postgresql interface itself, requires the
Postgresql server to be installed.
* The Text::Diff module for Perl (http://cpan.org). This enables
PSPP to test the Perl module more thoroughly. It is not needed
to build or use the Perl module.
Basic Installation
==================
These are installation instructions specific to PSPP (including PSPPIRE,
the graphic user interface). These instructions contain the
information most commonly needed by people wishing to build the
program from source. More detailed information can be found in the
generic autoconf manual which is available at
http://www.gnu.org/software/autoconf/manual/html_node/Running-configure-Scripts.html
The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation.
If you need to do unusual things to compile the package, please
report the problem to bug-gnu-pspp@gnu.org. We will try to figure out
how `configure' could work better in your situation for the next
release.
The simplest way to compile PSPP is:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system.
You may invoke `configure' with --help to see what options are
available. The most common of these are listed under "Optional
Features", below.
It is best to build and install PSPP in directories whose names do
not contain unusual characters such as spaces or single-quotes, due
to limitations of the tools involved in the build process.
If you installed some of the libraries that PSPP uses in a
non-standard location (on many systems, anywhere other than
/usr), you may need to provide some special flags to `configure'
to tell it where to find them. For example, on GNU/Linux, if you
installed some libraries in /usr/local, then you need to invoke
it with at least the following options:
./configure LDFLAGS='-L/usr/local/lib -Wl,-rpath,/usr/local/lib' CPPFLAGS='-I/usr/local/include'
Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.
If `configure' completes successfully, it prints the message
"PSPP configured successfully." at the end of its run.
Otherwise, it may stop with a list of packages that you must
install before PSPP. If it does, you need to install those
packages, then re-run this step. Some prerequisites may be
omitted by passing a --without- flag to `configure' (see
"Optional Features", below). If you use one of these flags, then
the feature that it disables will not be available in your PSPP
installation.
`configure' may also print a list of packages that you should
consider installing. If you install them, then re-run
`configure', additional features will be available in your PSPP
installation.
2. Type `make' to compile the package.
3. Optionally, type `make check' to run the self-tests that come
with the package. If any of the self-tests fail, please mail
bug-gnu-pspp@gnu.org with the details, to give the PSPP
developers an opportunity to fix the problem in the next release.
4. Type `make install' to install the programs and any data files
and documentation. Ordinarily you will need root permissions to
do this. The "su" and "sudo" commands are common ways to obtain
root permissions. If you cannot get root permissions, see
"Installation Names", below.
Please note: The `make install' target does NOT install the perl
module (see below). To install the perl module, you must change to
the `perl-module' directory and manually run `make install' there.
5. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'.
Compilers and Options
=====================
Some systems may require unusual options for compilation or linking that the
`configure' script does not know about. Run `./configure --help' for
details on some of the pertinent environment variables.
You can give `configure' initial values for configuration parameters
by setting variables in the command line or in the environment. Here
is an example:
./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
To cross-compile PSPP, you will likely need to set the
PKG_CONFIG_LIBDIR environment variable to point to an
appropriate pkg-config for the cross-compilation environment.
See "Defining Variables", below, for more details.
Installation Names
==================
By default, `make install' installs PSPP's commands under
`/usr/local/bin', data files under `/usr/local/share', etc. You
can specify an installation prefix other than `/usr/local' by giving
`configure' the option `--prefix=PREFIX'.
You may wish to install PSPP on a machine where you do not have
root permissions. To do so, specify a prefix relative within your
home directory, e.g. `--prefix=$HOME' or `--prefix=$HOME/inst'. All
PSPP files will be installed under the prefix directory, which `make
install' will create if necessary. You may run PSPP directly from the
`bin' directory under the prefix directory as, e.g., `~/inst/bin/pspp'
under most shells, or for added convenience you can add the
installation directory to your PATH by editing a shell startup file
such as `.bashrc'.
You can specify separate installation prefixes for
architecture-specific files and architecture-independent files. If you
pass the option `--exec-prefix=PREFIX' to `configure', the package uses
PREFIX as the prefix for installing programs and libraries.
Documentation and other data files still use the regular prefix.
In addition, if you use an unusual directory layout you can give
options like `--bindir=DIR' to specify different values for particular
kinds of files. Run `configure --help' for a list of the directories
you can set and what kinds of files go in them.
You can cause programs to be installed with an extra prefix or
suffix on their names by giving `configure' the option
`--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
Optional Features
=================
`--without-cairo'
Don't compile in support for charts (using Cairo and Pango). This
is useful if your system lacks these libraries.
`--without-gui'
Don't build the PSPPIRE gui. Use this option if you only want to
build the command line version of PSPP.
Cairo and Pango required to build the GUI, so --without-cairo
implies --without-gui.
`--with-gui-tools'
Build the gui developer tools. There is no reason to use this
option unless you're involved with the development of PSPP
`--without-lib{xx}'
Optional libraries should normally be detected and the relevant
functionality will be built they exist. However, on some poorly
configured systems a library may exist, but be totally broken.
In these cases you can use --without-lib{xx} to force configure
to disregard it.
`--without-perl-module'
Disable building the Perl module, in case it does not build properly
or you do not need it.
`--enable-anachronistic-dependencies'
If you use this option, some of the checks for dependent libraries
will be relaxed, permitting configure to succeed when older versions
of libraries are detected. Use of this option is not recommended.
If you use it, some features may be missing and the build may fail
with obscure error messages.
`--enable-relocatable'
This option is useful for building a package which can be installed
into an arbitrary directory and freely copied to any other directory.
If you use this option, you will probably want to install the pspp
with a command similar to "make install DESTDIR=".
Defining Variables
==================
Variables not defined in a site shell script can be set in the
environment passed to `configure'. However, some packages may run
configure again during the build, and the customized values of these
variables may be lost. In order to avoid this problem, you should set
them in the `configure' command line, using `VAR=value'. For example:
./configure CC=/usr/local2/bin/gcc
causes the specified `gcc' to be used as the C compiler (unless it is
overridden in the site shell script). Here is another example:
/bin/bash ./configure CONFIG_SHELL=/bin/bash
Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
configuration-related scripts to be executed by `/bin/bash'.
Generic `configure' Options
===========================
`configure' also recognizes the following options to control how it operates.
`--help'
`-h'
Print a summary of the options to `configure', and exit.
`--version'
`-V'
Print the version of Autoconf used to generate the `configure'
script, and exit.
`--cache-file=FILE'
Enable the cache: use and save the results of the tests in FILE,
traditionally `config.cache'. FILE defaults to `/dev/null' to
disable caching.
`--config-cache'
`-C'
Alias for `--cache-file=config.cache'.
`--quiet'
`--silent'
`-q'
Do not print messages saying which checks are being made. To
suppress all normal output, redirect it to `/dev/null' (any error
messages will still be shown).
`--srcdir=DIR'
Look for the package's source code in directory DIR. Usually
`configure' can determine that directory automatically.
`configure' also accepts some other, not widely useful, options. Run
`configure --help' for more details.
----------------------------------------------------------------------
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2007 Free
Software Foundation, Inc.
This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it.
pspp-master/Makefile.am 0000664 0000000 0000000 00000003776 11770443230 0015403 0 ustar 00root root 0000000 0000000 ## Process this file with automake to produce Makefile.in -*- makefile -*-
AUTOMAKE_OPTIONS = std-options check-news 1.10.1 subdir-objects
SUBDIRS = gl po
DISTCLEANFILES = ./po/stamp-po xconfigure
BUILT_SOURCES =
AM_CPPFLAGS = \
-I$(top_srcdir)/gl \
-I$(top_builddir)/gl \
-DINSTALLDIR=\"$(bindir)\"
AM_CFLAGS=
if cc_is_gcc
AM_CFLAGS+=-Wall -W -Wwrite-strings -Wstrict-prototypes \
-Wpointer-arith -Wno-sign-compare -Wmissing-prototypes
endif
.q.c:
@$(MKDIR_P) `dirname $@`
./src/language/lexer/q2c$(EXEEXT_FOR_BUILD) $< $@
$(all_q_sources:.q=.c): src/language/lexer/q2c$(EXEEXT_FOR_BUILD)
all_q_sources =
pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
EXTRA_DIST = OChangeLog ONEWS pspp-mode.el
CLEANFILES =
CLEAN_LOCAL =
ALL_LOCAL =
CHECK_LOCAL =
ACLOCAL_AMFLAGS = -I m4 -I gl/m4
noinst_LIBRARIES=
noinst_LTLIBRARIES=
noinst_PROGRAMS=
check_PROGRAMS=
bin_PROGRAMS=
dist_man_MANS =
DIST_HOOKS =
INSTALL_DATA_HOOKS =
UNINSTALL_DATA_HOOKS =
PHONY =
SUFFIXES = .q
LDADD = gl/libgl.la
generate-changelog:
if test -d $(top_srcdir)/.git; then \
$(top_srcdir)/build-aux/gitlog-to-changelog --since=2008-07-27 \
> $(distdir)/cl-t; \
rm -f $(distdir)/ChangeLog; \
mv $(distdir)/cl-t $(distdir)/ChangeLog; \
fi
DIST_HOOKS += generate-changelog
include $(top_srcdir)/po/automake.mk
include $(top_srcdir)/lib/automake.mk
include $(top_srcdir)/doc/automake.mk
include $(top_srcdir)/examples/automake.mk
include $(top_srcdir)/src/automake.mk
include $(top_srcdir)/utilities/automake.mk
include $(top_srcdir)/tests/automake.mk
if WITH_GUI_TOOLS
include $(top_srcdir)/glade/automake.mk
endif
if WITH_PERL_MODULE
include $(top_srcdir)/perl-module/automake.mk
endif
PHONY += $(DIST_HOOKS) $(INSTALL_DATA_HOOKS) $(UNINSTALL_DATA_HOOKS)
.PHONY: $(PHONY)
dist-hook: $(DIST_HOOKS)
install-data-hook: $(INSTALL_DATA_HOOKS)
uninstall-hook: $(UNINSTALL_DATA_HOOKS)
clean-local: $(CLEAN_LOCAL)
all-local: $(ALL_LOCAL)
check-local: $(CHECK_LOCAL)
# A convenience target to build all the binaries
programs: $(PROGRAMS)
pspp-master/NEWS 0000664 0000000 0000000 00000074251 11770443230 0014042 0 ustar 00root root 0000000 0000000 PSPP NEWS -- history of user-visible changes.
Copyright (C) 1996-2000, 2008-2012 Free Software Foundation, Inc.
See the end for copying conditions.
Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
Changes from 0.6.2 to 0.7.9:
* New commands:
- ADD FILES
- CORRELATIONS
- DATAFILE ATTRIBUTES
- DATASET ACTIVATE
- DATASET CLOSE
- DATASET COPY
- DATASET DECLARE
- DATASET DISPLAY
- DATASET NAME
- MATCH FILES
- MEANS
- MRSETS
- PRESERVE and RESTORE
- QUICK CLUSTER
- RELIABILITY
- ROC
- SAVE TRANSLATE to CSV and tab-delimited files
- UPDATE
- VARIABLE ATTRIBUTES
* Changes to existing commands:
- AUTORECODE has a new GROUP subcommand.
- CROSSTABS has been re-implemented to fix numerous bugs.
- EXAMINE: /MISSING=LISTWISE is now the default.
- DO REPEAT command has been reimplemented. Now, when DO REPEAT
contains an INCLUDE or INSERT command, substitutions are not
applied to the included file.
- HOST has been updated to use more modern syntax.
- Most commands that work with data files now support a new
ENCODING subcommand.
- MISSING VALUES can now assign missing values to long string
variables.
- ONEWAY: the POSTHOC subcommand is now implemented.
- The following new subcommands to NPAR TESTS have been implemented:
COCHRAN, FRIEDMAN, JONCKHEERE-TERPSTRA, KENDALL, KRUSKAL-WALLIS, MANN-WHITNEY,
MCNEMAR, SIGN, WILCOXON, and RUNS
- SET and SHOW no longer have ENDCMD, NULLINE, PROMPT, CPROMPT, and
DPROMPT subcommands. The defaults are now fixed values.
- VALUE LABELS can now assign value labels to long string
variables.
* Other language changes:
- The new DATASET commands replace the "scratch file" PSPP
extension, which is no longer supported.
- Strings may now include arbitrary Unicode code points specified
in hexadecimal, using the syntax U'hhhh'. For example, Unicode
code point U+1D11E, the musical G clef character, may be
expressed as U'1D11E'.
See the "Tokens" section in the PSPP manual for more information.
- In previous versions of PSPP, in a string expressed in
hexadecimal with X'hh' syntax, the hexadecimal digits expressed
bytes in the locale encoding. In this version of PSPP, X'hh'
syntax always expresses bytes in UTF-8 encoding.
See the "Tokens" section in the PSPP manual for more information.
* PSPPIRE graphical user interface improvements:
- Added support for non-ASCII characters in strings, labels and
variable names.
- A "Split Window" function is available, which makes it easier to
see different parts of a large data file.
- Data files can now be opened by specifing their name as the first
argument. This means that on a properly configured desktop, double
clicking on an icon will open the file.
* Output changes:
- The new "cairo" output driver supports output in PostScript, PDF,
and SVG formats. Its functionality is a superset of that of the
"postscript" driver, which has been removed. You must have Cairo
and Pango installed to build the "cairo" driver.
- Charts are now produced with Cairo and Pango, instead of libplot.
Without them, the new graphing features will not work. If you do
not have Cairo and Pango installed, you must run `configure' with
--without-cairo.
- The plain text output driver now properly supports multibyte UTF-8
characters, including double-width characters and combining
accents.
- Output to OpenDocument format is now supported.
- The HTML output is much improved.
* The "pspp" program has a new option --batch (or -b) that selects
"batch" syntax mode. In previous versions of PSPP this syntax mode
was the default. Now a new "auto" syntax mode is the default. In
"auto" mode, PSPP interprets most syntax files correctly regardless
of their intended syntax mode.
See the "Syntax Variants" section in the PSPP manual for more
information.
* The "pspp" program has a new option --syntax-encoding that
specifies the encoding for syntax files listed on the command line,
as well as the default encoding for syntax files included with
INCLUDE or INSERT. The default is to accept the system locale
encoding, UTF-8, UTF-16, or UTF-32, automatically detecting which
one the system file uses.
See the documentation for the INSERT command in the PSPP manual for
more information.
* A new Perl module allows Perl programs to read and write PSPP
system files.
* A tutorial chapter has been added to the user manual.
Changes from 0.6.1 to 0.6.2:
* New translations:
- Dutch, thanks to Harry Thijssen.
- Brazilian Portuguese, thanks to Michel Boaventura.
Thanks for translations are also due to the coordinators at
translationproject.org.
* Statistical bug fixes:
- REGRESSION: Report correct standard error of the estimate (bug
#25677).
- T-TEST: Report correct significance of paired sample T-test in
the common case (bug #26936) and corner cases. Thanks to Mike
Griffiths and Matej Cepl for reporting these bugs.
* Build fixes and changes:
- Fix build with GTK+ 2.17.4 and later.
- Make running "make" after running "configure" with different
settings reliably rebuild version.c.
- Cygwin and MinGW build fixes.
- Fixes for building with recent gnulib.
- The Makefile now honors two new variables, PSPP_LDFLAGS and
PSPPIRE_LDFLAGS, that affect linking of the PSPP and PSPPIRE
binaries, respectively. This makes building easier for some
packagers.
- Fixes for "configure --enable-relocatable" (bug #25508).
* Data file bug fixes and changes:
- Fix reading text data files that contain a mix of white space
and commas. Now "a ,b" is treated as two fields containing "a"
and "b"; previously it was treated as three, with an empty field
in the middle.
- Fix writing corrupted .sav files on Windows.
- Fix writing variable labels longer than 252 bytes to save files.
Thanks to Robert Westlund for reporting this bug.
- Fix writing corrupted .por files (bug #26034).
- Fix reading .por files whose initial lines are not padded out
with spaces as expected.
- PSPP will no longer issue warnings about some .sav file records
or values that it does not understand. These warnings were
harmless, but needlessly alarmed some users.
- Fix crash reading empty string fields from PostgreSQL databases.
* Bug fixes that affect PSPP and PSPPIRE:
- Users may now control precision of output statistics. Instead
of hard coding the width and decimals of output numbers, respect
the default format in most instances. Counts are now normally
displayed with the format of the weight variable, if any.
- Fix crash when an INSERT command specifies the name of a file
that does not exist (bug #24569).
- Fix crash when CROSSTABS specifies a long-string variable (bugs
#24557 and #26131).
- Fix crash drawing pie charts with many segments.
- Fix crash when NUMERIC specifies an invalid format.
* PSPPIRE bug fixes and changes:
- On Windows, write the output file to the user's home directory
instead of the current directory, to better match user
expectations.
- Some data editor fixes.
* Documentation:
- Fix typo in BINOMIAL section of user manual (bug #25892).
Changes from 0.6.0 to 0.6.1:
* Statistical bug fixes:
- Report correct standardized regression coefficients in linear
regression output (bug #23567).
* Bug fixes that affect PSPP and PSPPIRE:
- Avoid crash with pie charts (bug #24014).
- Don't append % to count totals (bug #24003).
- Don't crash on bad input (bug #24031).
- Don't crash if "end data." is not left aligned (bug #24115).
- Change default workspace value to 64 MB, to avoid unnecessary
disk accesses on modern machines.
* PSPPIRE bug fixes:
- Add ".sav" or ".por" suffix to filename when saving with Save_As
(bug #23137).
- Make it possible to reopen the output window on Windows (bug
#24033).
- A POSIX regular expression library is now included and used
automatically if the host does not have one or has one that is
inadequate.
* Build fixes and changes:
- Work around bug in GSL that prevented build with recent GCC
versions without manually adding -fgnu89-inline to CFLAGS.
- Also warn about missing prerequisites as we encounter them (bug
#24445).
- Distribute necessary files to allow users working from the
distributed tarball to configure with --enable-gui-tools.
- Append $(EXEEXT_FOR_BUILD) to output file name when building
q2c, fixing build problems on Windows.
- GSL 1.8 or later is now required.
- Build errors with --enable-relocatable were fixed.
* The German translations were removed, since native German speakers
found them too poor to be useful.
Changes from 0.4.0 to 0.6.0:
* The PSPP license is now version 3 or later of the GNU General
Public License. Previously, it was version 2 or later.
* PSPP now has a graphical interface, called PSPPIRE. This
interface allows you to enter data and variable definitions
interactively. Commands may be executed in syntax form, or by
using the interactive dialog boxes available from the dropdown
menus.
* A few sample syntax files are now included in the `examples'
directory.
* Numerous major and minor bugs have been fixed.
Build changes:
* The INSTALL file now reflects the details of how to install
PSPP. It is a tailored version of the generic installation
instructions, instead of a verbatim copy.
* iconv, which is ordinarily installed as part of a Unix-like
system, is now required. If you don't have it already, you can
install GNU libiconv (http://www.gnu.org/software/libiconv/).
* libxml2 and zlib are new optional dependencies. They are
required to use PSPP's support for reading Gnumeric files.
Statistical procedure changes:
* REGRESSION is a new procedure for fitting linear models to data
via least-squares estimation.
* NPAR TESTS is a new procedure for non-parametric tests. In this
release, it supports binomial and chi-square tests.
* RANK is a new procedure to rank variables. It supports numerous
forms of ranking.
* FREQUENCIES can now output histograms and pie charts. These
features were present in earlier releases, but not documented.
User interface changes:
* In many situations where PSPP once terminated with a fatal
error, PSPP now recovers and continues execution.
* PSPP is now able to start up and run even if it cannot find its
configuration files.
* Journaling of interactive commands to a disk file is now
implemented. By default, journaling is enabled, to a file named
`pspp.jnl' in the current directory. SET JOURNAL may be used to
control journaling.
* The use of `+' between syntax file names on the command line to
prevent the dictionary from being cleared between their
executions is no longer supported. All syntax files are now
executed as if `+' had been specified.
* The -d/--define and -u/--undef command line options are no
longer supported. Instead, use /usr/bin/env or shell primitives
to define or clear environment variables before invoking PSPP.
* If a syntax file named named `rc' is found in a configuration
directory (such as $HOME/.pspp), it is executed before any
syntax file specified on the command line. The -r or
--no-statrc command line option may be used to disable this
behavior.
Output changes:
* Output configuration options have changed. Please refer to the
manual for a full description of the available options.
In consequence, you will need to reinstall your "devices" file.
"make install" will do this for you.
* Most error messages are now written to PSPP output files by
default. SET ERROR can be used to disable this behavior.
* When invoked interactively, PSPP now by default produces output
on the terminal, piping it through the "more" program.
Previously, by default output was written only to file
pspp.list. On most terminals, the page length used for output
automatically adapts to the terminal size, even if the terminal
is resized.
* ASCII driver:
- This driver now supports charts in output. Charts are written
as separate files that the main output file refers to. By
default, charts are written in PNG format to files named
pspp-1.png, pspp-2.png, and so on.
- Configurations are provided that use VT100 (and xterm)
line-drawing characters in tables. The option "-o list-vt100"
requests use of this device for output to pspp.list.
* PostScript driver:
- The default paper size is now determined using the PAPERSIZE
environment variable, or the LC_PAPER locale category on
systems that support it. If these are not set, the default is
now A4, instead of US letter. To make US letter the default,
set PAPERSIZE to "letter" in your environment.
- Font metrics are now read from AFM files, instead of
Groff-format metrics files. PostScript fonts can now be
embedded in output.
In consequence, you will need to install an AFM file for each
font used in PostScript output. "make install" will install
AFM files for the standard PostScript fonts, including the
ones that the PostScript driver uses by default.
- Standard paper sizes no longer need to be specified through a
configuration file. The "papersize" configuration file is no
longer needed, or supported.
- The PostScript prologue is no longer obtained from the
"ps-prologue" configuration file. This configuration file is
no longer needed, or supported.
* HTML driver:
- The HTML prologue is no longer obtained from the
"html-prologue" configuration file. This configuration file
is no longer needed, or supported.
Command language changes:
* The following commands are new:
- GET DATA, which currently supports reading Gnumeric files and
text data files. It will be extended later to read other
types of foreign data.
- CD, to change the current directory.
- INSERT, to execute a syntax file.
- DELETE VARIABLES, to remove variables from the active file
dictionary.
- ADD DOCUMENT, to add text to active file documents.
- CLOSE FILE HANDLE (a PSPP extension; see below).
- XEXPORT, a PSPP extension that is a transformation equivalent
to EXPORT.
* The following functions for transformation expressions are new:
- DATEDIFF, for computing the difference of two dates.
- DATESUM, for advancing a date by a specified duration.
- VALUELABEL, to obtain the value label for a value.
* PSPP now supports very long string variables (over 255 bytes
long).
* MATCH FILES now supports the FIRST and LAST subcommands.
* Previous versions of PSPP prohibited using commands to both read and
write a single file at the same time. Now, PSPP allows this, and
the new version of the file atomically replaces the old version.
* The following commands are no longer available. They will be
re-implemented in a later release:
- CLEAR TRANSFORMATIONS
- MATRIX DATA
- REPEATING DATA
* The PROCESS IF command, which was deprecated, has been removed.
You may replace any usage of it by SELECT IF following
TEMPORARY, which has the same effect.
* The output format for variables created by VECTOR may now be
specified as part of the VECTOR syntax.
"Scratch files", a new PSPP extension:
A scratch file, like a system file, consists of a dictionary and
any number of cases. Small scratch files are stored in memory;
one that grows too large is written to disk. By default, any file
handle whose name begins with # is assumed to refer to a scratch
file.
Scratch files can be used just about anywhere a system or portable
file can be used. Also, portable files are now allowed in most
places that system files were allowed in previous PSPP version.
A new CLOSE FILE HANDLE command allows the storage associated with
scratch files to be freed. It also allows file handles to be
reassigned to new files.
For more information on scratch files, refer to the "File Handles"
section in the PSPP manual. For specifics of what commands now
allow what kinds of files to be specified, refer to the
documentation on those particular commands.
Data access changes:
* Binary formats and IBM/360 formats, including ASCII/EBCDIC
translation, are now supported. Use FILE HANDLE to specify the
format of these files.
* Little-endian, big-endian, and VAX-endian formats are now
supported for integer binary formats when reading and writing
data files. The new RIB and WIB subcommands on the SET command
control endianness of integer data. The default is the host's
native endianness.
* IEEE 754, VAX, and IBM hexadecimal formats are now supported for
floating point binary formats when reading and writing data
files. The new RRB and WRB subcommands on the SET command
control the floating point format. The default is the host's
native floating point format.
* DATA LIST now supports the SKIP subcommand, to skip records at
the beginning of a file. For compatibility, DATA LIST now
treats N format as F format for FREE and LIST format input.
* The SAVE and XSAVE commands now support the UNSELECTED,
PERMISSIONS, NAMES, and MAP subcommands.
* The EXPORT command has been re-implemented to obtain better
results. Support for the UNSELECTED, DIGITS, and TYPE
subcommands has been added.
* For compatibility, PRINT now inserts a space at the beginning of
every output line, even lines that would otherwise be blank,
when OUTFILE is specified. (The behavior of WRITE is
unchanged.)
* For compatibility, PRINT EJECT now inserts the digit `1' at the
beginning of each line that should begin a new page.
* For compatibility, WRITE now outputs the system-missing value as
a field filled with spaces. Binary formats are an exception.
(The behavior of PRINT is unchanged.)
Documentation:
* Input and output format descriptions have been rewritten. They
now precisely describe what is accepted on input and written on
output.
* The descriptions of the PSPP system and portable file formats
have been extensively revised and improved.
For developers, the build system now requires Autoconf 2.60 and
Automake 1.10.
Changes from 0.3.0 to 0.4.0:
Changes in build dependencies:
* The GNU Scientific Library (libgsl), version 1.6 or later, is
now required.
* libplot from GNU plotutils is optional. Without it, the new
graphing features will not work. If you do not have it
installed, you must run `configure' with --without-libplot.
* libgmp2 is no longer a dependency.
Newly implemented commands and statistical features:
* EXAMINE, including its graphing features.
* FREQUENCIES now supports percentiles.
* ONEWAY.
* PERMISSIONS.
* SHOW.
* SORT CASES now sorts stably, that is, two cases with equal sort
criteria will be in the same relative order before and after the
sort.
* T-TEST (re-written).
* DATE and USE. These commands are parsed but otherwise ignored,
to enhance compatibility with certain command files that invoke
them unnecessarily.
* VARIABLE WIDTH, VARIABLE ALIGNMENT, and VARIABLE LEVEL. These
currently have no effect on PSPP output, but their values are
written to and read from system files and thus may affect
third-party software.
* SET EPOCH implemented.
* DATA LIST FREE and DATA LIST LIST now support arbitrary field
delimiters.
* FILE HANDLE now supports custom tab widths.
Long variable names (and other identifiers) are now supported. Up
to the first 64 bytes of each identifier is significant. PSPP now
reads and writes system files compatible with SPSS version 12.
New --algorithm and --syntax command line options allow
SPSS-compatible or enhanced modes to be selected.
Support for transformation expressions has been rewritten and
significantly improved. Refer to the manual for details.
Calculation of moments (mean, standard deviation, kurtosis,
skewness) has been rewritten and should now be more accurate. In
--algorithm=enhanced mode moments may be more accurate than SPSS in
some cases.
Numerous bugs have been fixed, too many to mention here. Many new
tests have been added, leading to the discovery and fixing of many
of these bugs.
The ASCII output driver can now squeeze multiple blank lines into
single blank lines.
Much of the code has been rewritten and refactored. It is now much
cleaner.
The FILE TYPE and REPEATING DATA commands have been disabled for
this release because their implementations were deemed too buggy to
be useful. They will be fixed and replaced in a future release.
New pspp-mode for Emacs (in pspp-mode.el).
Added rudimentary command-line completion for interactive input.
lib/julcal and lib/dcdflib are no longer used, so they have been
removed.
For developers, the build system now requires Autoconf 2.58 and
Automake 1.7. The included gettext has been updated to version
0.12.1.
Some reports state that Texinfo 4.8, the latest version, may be
necessary to successfully format the documentation on some systems.
Version 0.3.0 changes since 0.2.3:
Bugs fixed:
* Using alphanumeric variables in functions under AGGREGATE
segfaulted. Fixed.
* Under certain circumstances, the final case would be omitted
from the results of an AGGREGATE operation. Fixed.
* Undefined behavior was invoked by referencing a freed pointer
under certain circumstances. Fixed.
* A wrong record size was displayed when paging the active file to
disk. Fixed.
* Not having enough temporary space for sorting caused a core
dump. Fixed.
* Syntax errors in function descriptions on AGGREGATE caused core
dumps. Fixed.
* A null pointer was dereferenced, causing a core dump, when
PERCENTILES was specified on FREQUENCIES. This fixes the
problem, but PSPP still doesn't calculate percentiles.
* SORT always sorted in ascending order. Fixed.
* Some minor memory leaks in the expression parser were removed.
* Many assertions fixed for strict ANSI C compliance.
New features:
* SET ECHO ON now implemented, but turned off by default.
* PRINT specifier supported on END REPEAT.
Other:
* System libgmp2 library is used if installed instead of
unconditionally using the included libgmp2 subset.
* Extensive code cleanup, which continues.
* Added CORRELATIONS command parser, but not implemented.
Version 0.2.3 changes since 0.2.2:
Bugs fixed:
* SPLIT FILE with a string variable caused a core dump. Fixed.
* Nested INCLUDEs didn't work. Fixed.
* The MATCH FILES procedure set the values of variables not present
to 0. It should have been SYSMIS. This is now fixed.
* The REMARK command was too aggressive about skipping lines. It
didn't like being the last command in a file.
* Comment parsing wasn't consistent with the rest of the code in its
idea of where one command ends and another starts. This meant
that sometimes commands would be mysteriously ignored. Thanks to
Dr. Dirk Melcher for reporting this bug.
* The TABLE subcommand on MATCH FILES worked only erratically at
best. This fixes it. Thanks to Dr. Dirk Melcher
for reporting this bug.
* VARIABLE LABELS rejected a slash before the first variable
specification, contradicting the documentation. Thanks to Walter
M. Gray for reporting this bug.
* Because of an incorrect optimization in memory allocation,
CROSSTABS sometimes segfaulted when asked to output multiple
tables. Thanks to Walter M. Gray for
reporting this bug.
* CROSSTABS didn't display value labels for column and row
variables. Thanks to Walter M. Gray for
reporting this bug.
* WRITE didn't write line ends. Fixed. Thanks to Dr. Dirk Melcher
for reporting this bug.
* The TABLE subcommand on MATCH FILES worked only erratically at
best. This fixes it. Thanks to Dr. Dirk Melcher
for reporting this bug.
* VARIABLE LABELS rejected a slash before the first variable
specification, contradicting the documentation. Thanks to Walter
M. Gray for reporting this bug.
* Because of an incorrect optimization in memory allocation,
CROSSTABS sometimes segfaulted when asked to output multiple
tables. Thanks to Walter M. Gray for
reporting this bug.
* CROSSTABS didn't display value labels for column and row
variables. Thanks to Walter M. Gray for
reporting this bug.
* WRITE didn't write line ends. Fixed. Thanks to Dr. Dirk Melcher
for reporting this bug.
* MATCH FILES corrupted memory and dumped core on some syntax
errors. Fixed.
* MATCH FILES should set numeric values not available to the
system-missing value, not to 0. Thanks to Dr. Dirk Melcher
for reporting this bug.
* KEEP didn't work properly on the SAVE procedure. Fixed. Thanks
to Ralf Geschke for reporting this bug.
* Memory leak fix.
* Some systems didn't like the way open_file was coded. Thanks to
Hankin for pointing this out.
* The SAVE procedure didn't save long string variables properly.
Fixed by this patch. Thanks to Hankin
for this patch.
* Minor documentation fixes for MATCH FILES.
Version 0.2.2 changes since 0.2.1:
Bugs fixed:
* Fix behavior of PRINT SPACE for negative arguments.
* Fix reading some unusual system files.
* Fix LIST problems with very long variables. Thanks to Hankin
for this bug report.
* Fix problems with some string format specifiers.
* Fix use of $CASENUM in expressions. Thanks to Dirk Melcher
for reporting this bug.
* Additional DATA LIST FREE and DATA LIST LIST fixes. Thanks to
Hankin again on this one.
* Sometimes you may encounter a PSPP script that has to be
interpreted in interactive mode. Now you can use the -i flag to
do this.
* Warnings for egcs 1.1.1 cleaned up. (However you'll get lots of
`unused variable' warnings under gcc 2.7.2.3, fixing this will
take more effort.)
* Tests fixed.
* The files in gmp need the internationalization directory in
their include path. Thanks to OKUJI Yoshinori
for pointing this out.
Version 0.2.1 changes since 0.2.0:
Bugs fixed:
* Remember to include examples/ directory in distribution :-)
* Fixed gmp compile problems for some non-i386 architectures.
Thanks to Hans Olav Eggestad and others
for reporting this.
* DATA LIST FREE and DATA LIST LIST parsing of input files is now
matches the documented behavior exactly, and error messages are
more helpful. Thanks to Mark H. Wood .
Version 0.2.0 changes since 0.1.0:
Procedures now implemented:
* CROSSTABS. Please see documentation for caveats.
Transformations and utilities now implemented:
* AGGREGATE
* APPLY DICTIONARY
* CLEAR TRANSFORMATIONS
* DISPLAY (all subcommands).
* ERASE
* FLIP
* EXPORT
* HOST
* IMPORT
* MATCH FILES
* MATRIX DATA
* NEW FILE
* REPEATING DATA
Support for input and output through pipes: "|command" and
"command|" filenames; support for special filenames "-", "stdin",
"stdout", "stderr".
New command-line features:
* New option --testing-mode: Invoke heuristics to assist testing.
* New option --safer, -s: Don't allow certain unsafe operations.
* New option --command=CMD, -c CMD: Perform literal command CMD.
* rc file ~/.pspp/rc is executed before any other files.
* Now multiple syntax files can be specified.
Operator LAG is now implemented.
Added missing FILE subcommand to REREAD.
Table output manager completely rewritten.
Device configuration file syntax changed. You will need to
reinstall your `devices' file.
New output driver for HTML.
PostScript driver and prologue simplified.
Many bugs fixed. General source-code cleanup.
Added Texinfo documentation for:
* PSPP system file format
* PSPP portable file format
* How to write input for q2c parser generator
* HTML driver
PSPP language is now fully documented. Please report any
inaccuracies or omissions in the documentation.
Changes for version 0.1.0:
First public release. For changes from unreleased development
versions, please see ONEWS.
----------------------------------------------------------------------
Copyright information:
Permission is granted to anyone to make or distribute verbatim
copies of this document as received, in any medium, provided that
the copyright notice and this permission notice are preserved, thus
giving the recipient permission to redistribute in turn.
Permission is granted to distribute modified versions of this
document, or of portions of it, under the above conditions,
provided also that they carry prominent notices stating who last
changed them.
Local variables:
version-control: never
mode: indented-text
end:
pspp-master/OChangeLog 0000664 0000000 0000000 00000175606 11770443230 0015242 0 ustar 00root root 0000000 0000000 2008-06-13 Ben Pfaff
* configure.ac: Fix typo in AC_PREREQ command name. Thanks to
Stepan Kasal for reporting the problem.
2008-06-04 Ben Pfaff
* configure.ac: Update version number to 0.6.0 in preparation for
release.
2008-05-15 Ben Pfaff
* Smake (GNULIB_MODULES): Don't depend on memmem module, because
PSPP does not use memmem any longer. Use
unilbrk/ulc-width-linebreaks module instead of the linebreak
module, because the latter was split up into multiple modules and
that's the one we actually need.
2008-05-09 John Darrington
* INSTALL: For obscure reasons gettext 0.17 requires that
the string 'GNU pspp' occurs in some file in the root
directory. Otherwise make distcheck fails with a very non-intuitive
error message. So for want of somewhere better I added it
in INSTALL.
But since this string now appears in this ChangeLog file, it
could be taken out of INSTALL ...
2008-04-19 John Darrington
* configure.ac : Improve checking of ncurses availability.
2008-04-15 Ben Pfaff
* configure.ac: Properly report required version of libglade.
Thanks to unknown-1 for reporting this bug.
2008-04-15 John Darrington
* configure.ac : Replace AC_CHECK_LIB with AC_SEARCH_LIBS as
recommended by latest autoconf manual.
2008-02-19 John Darrington
* configure.ac INSTALL: We now depend on GTK+ 2.12
2007-12-11 John Darrington
* t-test-independent-samples-dialog.c: Quoted the group values, when
the group variable is a string variable.
2007-12-04 Ben Pfaff
* Smake (GNULIB_MODULES): Add ftello module.
2007-11-05 Ben Pfaff
* configure.ac: No need for check for off_t or for the size of
float or long double any longer, as we don't use the results
anymore. Also, no need to put #include into config.h
any longer, as this was only needed for --with-included-gettext,
which we have not supported for some time.
2007-11-03 Ben Pfaff
Allow output files to overwrite input files (bug #21280).
* Smake (GNULIB_MODULES): Add fatal-signal, tempname modules.
2007-11-02 Ben Pfaff
* Smake (GNULIB_MODULES): Add isfinite, round modules.
2007-10-12 Ben Pfaff
Use trunc module from gnulib instead of our home-grown solution.
Patch #6224.
* Smake: Add trunc to module list.
* configure.ac: Don't need to check for trunc function any longer.
2007-10-12 Ben Pfaff
Use fseeko module from gnulib instead of our home-grown solution.
Patch #6228.
* acinclude.m4: Delete PSPP_OFF_T macro.
* configure.ac: Don't call AC_FUNC_FSEEKO or PSPP_OFF_T.
2007-10-12 Ben Pfaff
* Smake: Add fprintf-posix, printf-posix, printf-safe,
snprintf-posix, sprintf-posix, vasprintf-posxi, vfprintf-posix,
vprintf-posix, vsnprintf-posix, and vsprintf-posix modules, which
allow us to use C99 format specifiers (e.g. 'z') in *printf.
Also, changed many formerly casted arguments in *printf calls to
use one of these format specifiers and drop the cast.
2007-10-11 Ben Pfaff
* Smake: Drop alloca, alloca-opt modules as we don't use them
anymore.
2007-10-10 Ben Pfaff
* acinclude.m4: Improve formatting.
* configure.ac: Ditto. Don't check for headers whose presence is
never tested. Don't use AC_C_CONST (we can assume that "const" is
implemented these days). Don't pass default sizes to
AC_CHECK_SIZEOF, since modern Autoconf doesn't need them. Don't
define FPREP_IEEE754, since it was not tested for. Don't use
AC_FUNC_VPRINTF, since we never tested for it.
2007-10-06 John Darrington
* configure.ac INSTALL: Change libglade version requirement.
Thanks to Paul Brown for reporting this issue.
2007-09-30 Ben Pfaff
* configure.ac: Print a message indicating success at the end of
the run.
* INSTALL: Improve instructions.
2007-09-22 Ben Pfaff
Bug #21128. Reviewed by John Darrington.
* acinclude.m4 (PSPP_LC_PAPER): New macro.
* configure.ac: Use PSPP_LC_PAPER.
2007-08-05 Ben Pfaff
Bug #16189. Reviewed by Jason Stover.
* acinclude.m4: If -lplot doesn't work by itself, also test with
typical X11 libraries.
2007-07-27 Ben Pfaff
Bug #19069.
* INSTALL: Improve installation instructions.
* README: Move prerequisites to INSTALL.
Reviewed by Jason Stover.
* configure.ac: Make PKG_CHECK_MODULES tests more user-friendly,
by having them give their errors at the end of the configuration
process instead of stopping it in the middle. Patch #6116.
Reviewed by Jason Stover.
2007-06-14 Ben Pfaff
* Smake: Use xmalloca instead of xallocsa due to module renaming.
Update all uses.
2007-06-06 Ben Pfaff
* Smake: Add xallocsa to modules.
2007-04-22 Ben Pfaff
Implement model checker for testing purposes.
Patch #5873.
* Smake (GNULIB_MODULES): Add crypto/md4, fwriteerror,
gettimeofday.
2007-04-03 Ben Pfaff
* configure.ac: Increment version to 0.4.3 due to snapshot posted
to alpha.gnu.org.
Suggested by John Darrington.
2007-04-03 Ben Pfaff
Use Gnulib's fpieee module instead of specifying -mieee by hand.
* Smake: Use fpieee module from Gnulib.
* configure.ac: Don't enable -mieee.
2007-03-19 Ben Pfaff
Work toward modernizing the build system by updating our Automake
and Autoconf dependencies and requiring libintl to be available
externally (if desired) instead of including a copy in the
distribution.
* Makefile.am (AUTOMAKE_OPTIONS): Require Automake 1.10 (or
later), which works better with systems that have a non-empty
$(EXEEXT).
(SUBDIRS): Drop intl.
(DISTCLEANFILES): Drop intl/plural.c.
* Throughout Makefile.am and the automake.mk files: Change
mkinstalldirs to $(MKDIR_P), to support the corresponding Automake
change.
* Smake (GNULIB_MODULES): Use gettext-h instead of gettext module.
(all): Don't create intl directory.
(gettextize): Don't use --intl flag.
* configure.ac: Require Autoconf 2.60 or later. Use external
gettext. Drop intl/Makefile from config files.
2007-02-25 Ben Pfaff
Thanks to Jason Stover for verifying that this patch helps under
NetBSD.
* acinclude.m4: Rename PSPP_ENABLE_WARNING to PSPP_ENABLE_OPTION,
because it's useful for more than warnings.
* configure.ac: Add PSPP_ENABLE_OPTION(-mieee) to improve IEEE
floating-point conformance on Alpha and SH architectures. Also,
check for fpsetmask function (available on BSDs).
Mon Feb 19 10:52:21 2007 Ben Pfaff
* Smake (GNULIB_MODULES): Add dirname module, remove canonicalize
module. Corresponds to changes in src/data/file-name.c.
Sat Feb 17 09:22:32 2007 Ben Pfaff
* Smake (GNULIB_MODULES): Add tmpfile module, which fixes the use
of the tmpfile function under Windows.
Fri Feb 16 10:50:38 2007 Ben Pfaff
Better support cross-compiling by using CC_FOR_BUILD and
EXEEXT_FOR_BUILD for q2c.
* Makefile.am: Add CC_FOR_BUILD, EXEEXT_FOR_BUILD variables. Use
in .q.c rule.
* acinclude.m4: Add PSPP_CC_FOR_BUILD macro.
* configure.ac: Call PSPP_CC_FOR_BUILD.
Mon Feb 12 16:39:18 2007 Ben Pfaff
* README: Note that iconv is required.
* configure.ac: Enforce iconv requirement.
Thu Feb 8 14:56:18 2007 Ben Pfaff
Reduce platform dependence.
* Makefile.am: Don't add -Dunix or -D__MSDOS__ to compiler command
line. Add $(top_builddir)/intl to include path to fix building
with the included libintl.
* Smake (GNULIB_MODULES): Add `canonicalize', `sys_stat',
`mkstemp' modules. Remove `stat-macros' module, which is no
longer what we want, because what we want is provided by sys_stat
now, and remove its inclusions. Remove `strstr' module, which is
no longer in gnulib. Remove `readlink', `xreadlink', because we
no longer use either function.
* configure.ac: Move gl_EARLY before AC_PROG_CC, where the gnulib
manual says it should be. Check for presence of execl, fork,
and popen. Drop check for unix versus msdos as host OS.
Sat Nov 4 15:59:31 2006 Ben Pfaff
* configure.ac: Check for the "round" function added in C99.
Tue Oct 31 19:55:52 2006 Ben Pfaff
* Smake (GNULIB_MODULES): Add `mempcpy' module.
Tue Oct 31 19:29:05 2006 Ben Pfaff
* configure.ac: Drop tests for strchr, strrchr because now we
assume a C89 compliant library. (Gnulib makes this assumption so
we might as well too.)
Sun Oct 29 14:08:53 2006 Ben Pfaff
* Smake (GNULIB_MODULES): Remove `restrict' from modules, because
recent gnulib doesn't have such a module.
Mon Jul 17 18:23:38 2006 Ben Pfaff
* Smake: Add --doc-base=gl/doc to gnulib-tool invocation, which is
required by recent gnulib.
Sun Jul 16 19:51:45 2006 Ben Pfaff
* Smake: Add xsize to GNULIB_MODULES.
Wed Jul 12 13:41:18 2006 Ben Pfaff
* Makefile.am: Add check_PROGRAMS and define to empty.
Sat Jul 1 15:32:31 2006 Ben Pfaff
* Makefile.am: Add noinst_PROGRAMS and define to empty.
Tue May 9 20:46:06 2006 Ben Pfaff
* Smake: Add stdarg to GNULIB_MODULES.
Sun May 7 09:27:40 WST 2006 John Darrington
* po/en_GB.po : Removed. Now that messages talking about coloUrs have
been removed, it does nothing.
Tue May 2 10:43:30 WST 2006 John Darrington
* Bumped the minor version number from 0.4.1 to 0.4.2 to reflect
changes to system file format.
Mon Apr 24 14:12:25 2006 Ben Pfaff
* Smake: Add exit to GNULIB_MODULES.
Sun Apr 23 20:34:50 2006 Ben Pfaff
* Smake: Add linebreak to GNULIB_MODULES.
Sat Apr 15 21:45:40 2006 Ben Pfaff
Get rid of src/libpspp/debug-print.h and all its uses. (There
were few real users, but many inclusions of its header file.)
Sat Apr 15 19:51:22 2006 Ben Pfaff
Get rid of our own int32 type in favor of the standard int32_t
type.
* configure.ac: Don't need to check the sizes of integer types
anymore.
Sat Apr 15 19:13:59 2006 Ben Pfaff
* configure.ac, acinclude.m4: Complain about missing prerequisites
in a group at the end of configuration, not piecemeal. This
should make building PSPP less frustrating. Thanks to John
Darrington for the suggestion.
Sat Apr 15 18:17:15 2006 Ben Pfaff
* configure.ac: Move code into acinclude.m4 to make the configure
script more readable.
* acinclude.m4: New functions from configure.ac.
Mon Apr 3 11:01:00 2006 Ben Pfaff
* Smake: (GNULIB_MODULES) Add strsep.
Thu Mar 30 15:50:05 2006 Ben Pfaff
* Smake: Enable -Wdeclaration-after-statement warning if
available.
* acinclude.m4: Add macro for checking whether a warning is
supported.
Mon Mar 20 16:32:11 2006 Ben Pfaff
* Smake: Require "unistd" gnulib module. Removed tests for
HAVE_UNISTD_H from source code.
Sat Mar 4 13:20:56 2006 Ben Pfaff
* configure.ac: Get rid of pref.h.orig.
* pref.h.orig: Removed. Moved SHORT_NAME_LEN, LONG_NAME_LEN to
src/data/variable.h. Removed GLOBAL_DEBUGGING entirely, changing
all references to DEBUGGING. Moved P_tmpdir to
src/data/make-file.c. Moved NO_CHARTS to
src/output/charts/automake.mk.
Sat Mar 4 12:58:34 2006 Ben Pfaff
* pref.h.orig: Move GCC attribute declarations to
new file src/libpspp/compiler.h.
Sat Mar 4 12:27:06 2006 Ben Pfaff
* Smake: Require "intprops" gnulib module.
* acinclude.m4: Remove BLP_INT_DIGITS. Now we use the intprops.h
header file instead.
* configure.ac: Don't call BLP_INT_DIGITS.
Sat Mar 4 11:53:36 2006 Ben Pfaff
* acinclude.m4: Remove BLP_RANDOM. Its results were unused.
Remove BLP_IS_SPRINTF_GOOD. We now assume that the system's
sprintf() returns the correct value.
* configure.ac: Don't call those macros.
John Darrington:
* Deleted Make.build (inserted its contents into Makefile.am).
* Moved the version number to 0.4.1
* Moved lib/linreg/linreg.[ch] and lib/linreg/coefficient.[ch] to
src/math/linreg.
* Moved the psppire gui into src/ui/gui and the gtk_sheet widget
into lib/gtksheet.
* Replaced recursive automake system with non-recursive one.
* Moved files into subdirectories. See src/ChangeLog for details.
Sat Feb 11 21:57:31 2006 Ben Pfaff
* Smake: (GNULIB_MODULES) Add memcasecmp.
* configure.ac: Remove existing checks for readline, replacing
them by a call to PSPP_READLINE.
* acinclude.m4: Add PSPP_READLINE macro based on gnulib test for
readline. However, we only accept a readline installation if (1)
the header files are in the normal readline/ directory and (2) the
history library is also available. If both criteria are met, we
declare HAVE_READLINE. This reduces the #ifdefs to actually use
readline to something manageable.
* pref.h.orig: Move DIR_SEPARATOR, PATH_DELIMITER definitions to
src/filename.h.
Wed Jan 25 21:48:20 2006 Ben Pfaff
* Smake: (po/POTFILE.in) Exclude dotfiles.
Sat Nov 27 20:29:19 2005 Jason Stover
* Binary encoding for categorical variables.
* Routines for design matrices.
Thu Oct 20 18:19:58 2005 Ben Pfaff
* configure.ac: Improve error messages. Thanks to Jaap-Andre de
Hoop .
Wed Oct 12 20:33:07 2005 Jason Stover
* regression.q: Initial version of the REGRESSION procedure.
Sun Sep 25 16:11:09 2005 Ben Pfaff
* Makefile.am: Handles `examples' as a subdirectory instead of a
dist-hook. The dist-hook copied examples/CVS into the
distribution. Thanks to James R. Van Zandt for
reporting the problem.
Mon Sep 19 10:24:10 2005 Ben Pfaff
* Smake: Add `check' target for convenience. Add
--tests-base=tests to gnulib-tool invocation to compensate for
bug.
Sat Sep 17 15:57:32 2005 Jason Stover
Added lib/linreg for procedures that use ordinary least squares.
Sat Sep 17 11:01:44 2005 Ben Pfaff
Adapt to newer versions of gnulib.
* Smake: Put gnulib options directly on its command line, instead
of embedding them in configure.ac.
* configure.ac: Remove gnulib option commands.
Fri Aug 3 07:22:28 2005 Ben Pfaff
* PSPP 0.4.0 released.
Sun Jul 31 10:49:47 2005 Ben Pfaff
Adopt use of gnulib for portability.
* Makefile.am: Add gl to SUBDIRS. Add gl/m4 to aclocal include
path. Get rid of pkgdocdir data. Move noinst_DATA to EXTRA_DIST.
* README.CVS: Add instructions for fetching gnulib.
* Smake: Rewrite to run gnulib-tool. Avoid use of gettextize in
normal case (it was unmaintainable). Just use autoreconf
--install to do most of the work. Rewrite rule for POTFILES.in
for non-GNU make compatibility.
* configure.ac: Add gnulib commands. Specify gettext version
0.14.5 to placate autopoint. Check that off_t is an integer type,
because Solaris can sometimes declare it as a struct. Drop
explicit checks for gnulib-supported functionality. Fix typo in
msdos check.
* pref.h.orig: Define __attribute__ to avoid wart in gnulib.
Don't #include and define gettext, _, N_, because gnulib
wants to do the same thing.
Sun Jul 24 20:31:13 2005 Ben Pfaff
* configure.ac: Don't detect libgmp anymore, because we eliminated
the dependency.
* NEWS: Update.
Mon Jul 4 17:59:54 2005 Ben Pfaff
* Makefile.am: Add pspp-mode.el to EXTRA_DIST.
Wed May 4 08:49:13 WST 2005 John Darrington
* README.CVS Smake: Added a CONFIGUREFLAGS variable.
* INSTALL: Mentioned build dependencies.
Mon May 2 22:37:39 2005 Ben Pfaff
* INSTALL: Mention dependencies. Thanks to Jaap-Andre de Hoop
for the suggestion.
* NEWS, README: Update.
Sun May 1 15:00:09 WST 2005 John Darrington
* pspp-mode.el: Now supports syntax highlighting, indentation and
generally works a lot better.
Thu Apr 28 10:24:47 WST 2005 John Darrington
* Changed all copyright notices to contain the FSF's new address.
Thu Apr 14 2005 John Darrington
* AUTHORS: Added note about the long variable names extension.
* pref.h.orig: Added definitions for variable names lengths.
Thu Mar 3 22:06:19 WST 2005 John Darrington
* configure.ac: Added AC_PROG_RANLIB --- needed by autoconf 1.9
Mon Feb 28 23:16:58 2005 Ben Pfaff
* configure.ac: Check for perl. Check for bool. Substitute
makefiles in src/expressions. Don't substitute makefile in
deleted directory lib/julcal.
* pref.h.orig: (macro MALLOC_LIKE) New macro.
(macro flt64) Moved to src/sfmP.h.
(macro FLT64_MAX) Moved to src/sfmP.h.
Mon Feb 21 15:04:55 WST 2005 John Darrington
* configure.ac: Added a --without-valgrind option to cope with
building on machines with a broken valgrind installation
Fri Jan 7 08:01:02 WST 2005 John Darrington
* configure.ac pref.h.orig: Compilation with libplot is now optional
by sacrificing the chart features.
Sun Nov 28 19:24:02 2004 Ben Pfaff
* Smake: Change -a to -pR in cp invocations for SUSv3 compliance.
Mon May 31 17:21:25 2004 Ben Pfaff
* configure.ac: Check for large file support. Get rid of
posix_fadvise check--for some reason glibc 2.3.2 segfaults when I
call it and I just couldn't figure out what was going on.
Sun May 30 18:19:03 2004 Ben Pfaff
* configure.ac: Check for valgrind/valgrind.h.
Mon Mar 29 15:22:48 2004 Ben Pfaff
* TODO: Updated.
* configure.ac: Check for posix_fadvise.
Tue Mar 23 14:21:12 WAST 2004 John Darrington
* Removed dcdflib and replaced with a dependency upon the
GNU Scientific library instead.
Sat Mar 20 13:55:36 2004 Ben Pfaff
* TODO: Updated.
Wed Feb 11 23:54:15 2004 Ben Pfaff
* pref.h.orig: Don't meddle with __WIN32__, __MSDOS, __DJGPP__,
__CYGWIN32__, __unix__, or unix anymore, and deal with some of the
consequences. Declare ATTRIBUTE instead of meddling withe
__attribute__. Declare UNUSED instead of unused. Add macros
NO_RETURN, PRINTF_FORMAT, SCANF_FORMAT. Reformat gettext, N_, _
macros. Move alloca()-related stuff to src/alloc.h and simplify.
Get rid of PAGED_STACK entirely. Remove mkdir macro definition.
Get rid of obsolete "procedure-specific options".
2004-01-23 gettextize
* Makefile.am (SUBDIRS): Remove intl.
* configure.ac (AC_CONFIG_FILES): Remove intl/Makefile.
Tue Dec 30 22:23:40 WST 2003 John Darrington
* Fixed floating point rounding bug in percentiles calculation
Sat Dec 27 16:16:49 2003 Ben Pfaff
* configure.ac: Add -Wmissing-prototypes flag to gcc.
* TODO: Updated.
Wed Dec 17 12:19:40 WAST 2003 John Darrington
* Added an --enable-debug flag to configure
2003-12-13 gettextize
* Makefile.am (EXTRA_DIST): Add mkinstalldirs.
* configure.ac (AC_CONFIG_FILES): Add intl/Makefile.
Thu Dec 11 19:35:32 WST 2003 John Darrington
* Removed autogenerated files from the CVS archive
* removed the included getopt.c as it failed to build under some
systems.
Thu Dec 11 00:12:19 2003 Ben Pfaff
* Update build system to Autoconf 2.58, Automake 1.7, gettext
0.12.1.
2003-12-08 gettextize
* Makefile.am (SUBDIRS): Add m4.
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add config.rpath.
* configure.in (AC_CONFIG_FILES): Add po/Makefile.in,
Sun Jan 2 21:24:32 2000 Ben Pfaff
* Makefile.am: Require Automake 1.4 or later. It's been out for
almost a year now, so why haven't you installed it? :-)
* TODO: Updated.
* configure.in: Updated version number. Check for libgmp. Check
of fenv.h. Check for feholdexpect().
* pref.h.orig: Don't include debug-print.h by default. Don't
disable __attribute ((unused))__ for gcc 2.7.2. Remove LOAD_2,
STORE_2. Comment fixes.
* Updated copyright notices in all files.
Fri Mar 12 12:38:55 1999 Ben Pfaff
* Forked 0.3.0.
Tue Mar 9 12:46:31 1999 Ben Pfaff
* Released 0.2.3.
* TODO: Updated.
Tue Jan 5 15:18:07 1999 Ben Pfaff
* Released 0.2.2.
* TODO: Update from Zvi Grauer .
Thu Nov 19 12:34:55 1998 Ben Pfaff
* Released 0.2.1.
Sun Aug 9 11:11:32 1998 Ben Pfaff
* LANGUAGE: Updated.
Sat Aug 8 00:19:08 1998 Ben Pfaff
* LANGUAGE: Updated.
* examples/: New directory.
* Made patchlevel 95.
Tue Aug 4 23:47:31 1998 Ben Pfaff
* Bump version to 0.1.22 (0.2.0 release candidate).
* configure.in: Remove --enable-Werror, new option
--enable-debugging. New gcc option -Wpointer-arith.
* pref.h.orig: Don't enable debugging by default (now a configure
option). Use __inline__ instead of inline with gcc (partial -ansi
-pedantic support).
(macro local_strdup) Removed.
* Made patchlevel 94.
Wed Jul 29 22:03:11 1998 Ben Pfaff
* Bump version to 0.1.21 (0.2.0 release candidate).
* debian/: Removed.
* Makefile.am: Don't copy debian/ into distribution.
* pref.h.orig: Only enable `unused' attribute if gcc 2.8.0 or
later is used.
Sun Jul 5 14:20:04 1998 Ben Pfaff
* configure.in: Bump version to 0.1.20 (0.2.0 release candidate).
* Made patchlevel 93.
Sun Jul 5 00:13:58 1998 Ben Pfaff
* README: Updated.
* TODO: Updated.
* configure.in: Remove -Wno-unused from default gcc flags.
* pref.h.orig: Add new #define, `unused', which under gcc expands
to an explanation to the compiler that a function argument is
unused, and expands to the null string under other compilers.
Mon Jun 1 14:33:02 1998 Ben Pfaff
* LANGUAGE: Updated.
* configure.in: Bump version to 0.1.19.
* Made patchlevel 92.
Sun May 31 00:55:13 1998 Ben Pfaff
* TODO: Updated.
* configure.in: Generate Makefiles for lib/gmp/{,mpn,mpf}/.
* Made patchlevel 91.
Fri May 29 21:43:09 1998 Ben Pfaff
* TODO: Updated.
* LANGUAGE: Updated.
* unconfigure: Remove TeX cruft from doc/.
* Made patchlevel 90.
Mon May 25 12:41:54 1998 Ben Pfaff
* BUGS: Updated.
* LANGUAGE: Updated.
* TODO: Updated.
* configure.in: Bumped version number up to 0.1.18.
* Made patchlevel 89.
Sun May 24 22:39:55 1998 Ben Pfaff
* TODO: Updated.
* Made patchlevel 88.
Sat May 23 23:21:43 1998 Ben Pfaff
* TODO: Updated.
* configure.in: Remove gamma from replaceable functions.
* Made patchlevel 87.
Fri May 22 00:02:33 1998 Ben Pfaff
* configure.in: Add gamma to list of functions with replacements.
* Made patchlevel 86.
Wed May 20 00:00:12 1998 Ben Pfaff
* TODO: Updated.
* Made patchlevel 85.
Sat May 16 19:38:49 1998 Ben Pfaff
* TODO: Updated.
* Made patchlevel 84.
Tue May 12 16:13:48 1998 Ben Pfaff
* TODO: Updated.
* unconfigure: Don't delete Makefile.in under intl/.
* Made patchlevel 83.
Thu May 7 23:16:26 1998 Ben Pfaff
* unconfigure: Add some more files to reap.
* Made patchlevel 82.
Tue May 5 13:17:59 1998 Ben Pfaff
* acconfig.h: Add HAVE_GOOD_RANDOM definition.
* acinclude.m4: New macro BLP_RANDOM.
* configure.in: Use new BLP_RANDOM macro.
* unconfigure: New file.
* Made patchlevel 81.
Fri Apr 24 12:42:14 1998 Ben Pfaff
* Makefile.am: Remove bad comment.
* AUTHORS: Removed Brad Appleton.
* TODO: Updated.
* configure.in: Remove `satisfy automake' bit. Don't generate
avllib Makefile, since we don't use avllib anymore.
* pref.h.orig: Define PSPP.
* Made patchlevel 80.
Wed Apr 15 12:59:39 1998 Ben Pfaff
* AUTHORS, BUGS, LANGUAGE, README, THANKS: No longer generated
from HTML. This caused a lot of deletions from the Makefile.am.
* TODO: Updated.
* Made patchlevel 79.
Tue Apr 14 00:48:00 1998 Ben Pfaff
* TODO: Updated.
* configure.in: Check for unistd.h. Fix AC_LN_S (should have been
AC_PROG_LN_S).
* Made patchlevel 78. Must have missed 77 in there somewhere :-)
Mon Mar 9 15:40:40 1998 Ben Pfaff
* Made patchlevel 76.
* configure.in: Bumped version up to 0.1.16.
1998-03-05 Ben Pfaff
* configure.in: Bumped version up to 0.1.15.
1998-02-23 Ben Pfaff
* acinclude.m4: Add BLP_INT_DIGITS and BLP_IS_SPRINTF_GOOD macros.
* configure.in: Those macros came from here. Better modularity
this way. Bump version up to 0.1.14.
* pref.h.orig: (macros CONFIG_PATH, INCLUDE_PATH, GROFF_FONT_PATH)
Removed.
* Made patchlevel 75.
1998-02-23 Ben Pfaff
* acconfig.h: Hard-code PACKAGE and GNU_PACKAGE as "PSPP" and "GNU
PSPP" respectively.
* configure.in: Call the package pspp instead of PSPP. Don't
define PACKAGE and GNU_PACKAGE symbols. Add replacement function
for strtok_r.
* TODO: Updated.
* Made patchlevel 74.
1998-02-16 Ben Pfaff
* Makefile.am: Remove a few now-useless targets.
* TODO: Updated.
* configure.in: Bump version up to 0.1.13.
* reconfigure: Don't assume . is in PATH.
* Made patchlevel 73.
Fri Feb 13 15:35:03 1998 Ben Pfaff
* configure.in: Bump version up to 0.1.12.
* TODO: Updated.
* pref.h.orig: Make __unix equivalent to unix and __unix__; don't
require any of these to be defined to 1, just defined. Invert
sense of some tests from testing for unix to testing for not being
msdog.
* Made patchlevel 72.
Thu Feb 5 00:22:58 1998 Ben Pfaff
* Made patchlevel 71.
* configure.in: Bump version up to 0.1.11.
Tue Feb 3 16:12:34 1998 Ben Pfaff
* TODO: Updated.
* Made patchlevel 70.
* configure.in: Bump version up to 0.1.10.
Fri Jan 23 00:17:18 1998 Ben Pfaff
* Made patchlevel 69.
Thu Jan 22 00:35:52 1998 Ben Pfaff
* Made patchlevel 68.
Sun Jan 18 00:30:18 1998 Ben Pfaff
* configure.in: Add ieeefp.h to list of headers to check for.
* Made patchlevel 67.
Tue Jan 13 23:44:16 1998 Ben Pfaff
* configure.in: Add sys/wait.h to list of headers to check for.
* Made patchlevel 66.
Sun Jan 11 21:30:09 1998 Ben Pfaff
* configure.in: Bump version up to 0.1.9.
* pref.h.orig (STORE_2): Fix parentheses. From Alexandre
Oliva .
* Made patchlevel 65.
Sat Jan 10 23:59:06 1998 Ben Pfaff
* Made patchlevel 64.
Sat Jan 10 02:10:15 1998 Ben Pfaff
* TODO: Updated.
* pref.h.orig: Comment fixes.
(macro second_lowest_flt64) New.
* Made patchlevel 63.
Thu Jan 8 22:27:03 1998 Ben Pfaff
* TODO: Updated.
* Made patchlevel 62.
Mon Jan 5 11:18:37 1998 Ben Pfaff
* Made patchlevel 61.
Sun Jan 4 18:10:29 1998 Ben Pfaff
* TODO: Updated.
* pref.h.orig: (local_strdup) [HAVE_ALLOCA && PAGED_STACK &&
__GNUC__] Rewritten for space and time efficiency and to evaluate
its argument only once.
* Made patchlevel 60.
Sat Jan 3 16:51:20 1998 Ben Pfaff
* TODO: Updated.
* Made patchlevel 59.
Fri Jan 2 01:38:37 1998 Ben Pfaff
* TODO: Updated.
* config.sub: Got tired of `i686-unknown-linux: Unknown system',
so I made 686 equivalent to 586.
* pref.h.orig: (macros ASCII_*, HTML_*, PS_*) Removed.
* Made patchlevel 58.
Thu Jan 1 11:50:47 1998 Ben Pfaff
* TODO: Updated.
* Made patchlevel 57.
Fri Dec 26 15:43:17 1997 Ben Pfaff
* TODO: Updated.
* Made patchlevel 56.
Wed Dec 24 22:34:55 1997 Ben Pfaff
* reconfigure: regularized option syntax.
* configure.in: Bumped version to 0.1.8. Changed name from pspp
to PSPP. Added lib/dcdflib/Makefile to list of output files.
* Made patchlevel 55.
Sun Dec 21 15:58:52 1997 Ben Pfaff
* TODO: Updated.
* acconfig.h: Reformat.
* configure.in: Bumped version to 0.1.7.
* Made patchlevel 54.
Fri Dec 5 23:38:12 1997 Ben Pfaff
* Replaced prep.ai.mit.edu with ftp.gnu.org and .gnu.ai.mit.edu
with .gnu.org, everywhere.
Fri Dec 5 23:02:40 1997 Ben Pfaff
* Replaced remaining instances of Fiasco with PSPP.
* Made patchlevel 53.
Fri Dec 5 22:51:18 1997 Ben Pfaff
* Every instance of the name Fiasco, throughout every file,
replaced in-place with PSPP, with the exceptions of a few files
that had `fiasco' in their names; these were renamed.
* Made patchlevel 52.
Fri Dec 5 21:50:52 1997 Ben Pfaff
* pref.h.orig: (macros NO_HTML, HTML_DEFAULT_OUTPUT_FILE) New
macros.
* TODO: Updated.
* Made patchlevel 51.
Tue Dec 2 14:35:12 1997 Ben Pfaff
* TODO: Updated.
* configure.in: Bumped version to 0.1.6.
* Made patchlevel 50.
Sat Nov 22 01:20:32 1997 Ben Pfaff
* Made patchlevel 49.
Fri Nov 21 00:11:41 1997 Ben Pfaff
* Made patchlevel 48.
Sun Nov 16 01:31:38 1997 Ben Pfaff
* Made patchlevel 47.
Fri Nov 14 00:17:48 1997 Ben Pfaff
* Made patchlevel 46.
* configure.in: Bumped version to 0.1.5.
Tue Oct 28 16:07:17 1997 Ben Pfaff
* configure.in: Bumped version to 0.1.4.
* TODO: Updated.
* Made patchlevel 45.
Wed Oct 8 15:55:50 1997 Ben Pfaff
* intl: Upgraded from sources to gettext-0.10.32.
* configure.in: Bumped version to 0.1.3.
* Made patchlevel 44.
Tue Oct 7 20:21:53 1997 Ben Pfaff
* Makefile.am: (dist-hook) Use $(top_srcdir).
* pref.h.orig: (MAX_WORKSPACE) Enlarge to 4 MB (from 1 MB).
* Made patchlevel 43.
Sun Oct 5 15:52:37 1997 Ben Pfaff
* configure.in: Bumped version to 0.1.2.
(strerror) Replace instead of check. From Alexandre Oliva
.
* pref.h.orig: Include `debug-print' instead of
`src/debug-print.h'.
* Made patchlevel 42.
Sat Oct 4 16:19:44 1997 Ben Pfaff
* pref.h.orig: Comment fixes.
(local_strdup) [HAVE_ALLOCA && PAGED_STACK &&
__GNUC__] Use local_alloc() instead of alloca(), as local_alloc()
isn't simply an alias for alloca().
* configure.in: Bumped version to 0.1.1.
* Made patchlevel 41.
Sat Oct 4 02:13:00 1997 Ben Pfaff
* Made patchlevel 40.
Sun Sep 21 00:07:09 1997 Ben Pfaff
* Made patchlevel 39.
Thu Sep 18 21:42:27 1997 Ben Pfaff
* pref.h.orig: (CONFIG_PATH) [unix] Add /usr/local/etc/fiasco,
/usr/etc/fiasco to search path.
* Made patchlevel 38.
Wed Aug 20 14:20:06 1997 Ben Pfaff
* Makefile.am: (noinst_DATA) Removed ANNOUNCE, HELP-WANTED.
(EXTRA_DIST) Removed ANNOUNCE, FAQ, HELP-WANTED, mk-web-dist.
(MAINTAINERCLEANFILES) Removed ANNOUNCE, FAQ, HELP-WANTED.
* Made patchlevel 37.
Wed Aug 20 12:48:25 1997 Ben Pfaff
* Makefile.am: (doc/ANNOUNCE.html, ANNOUNCE, FAQ, doc/FAQ.html,
HELP-WANTED) Removed.
(docfiles) Removed ANNOUNCE, FAQ, HELP-WANTED.
* mk-web-dist: Removed.
* Made patchlevel 36.
Mon Aug 18 18:06:12 1997 Ben Pfaff
* TODO: Updated.
* pref.h.orig: (macro DEFAULT_COMPAT) Removed.
* Made patchlevel 35.
Sun Aug 17 22:48:36 1997 Ben Pfaff
* Made patchlevel 34.
Sat Aug 16 10:48:29 1997 Ben Pfaff
* In many files, in this directory and others, messages were
rephrased to eliminate or reduce usage of certain deprecated terms
at suggestion of rms.
* Makefile.am: (EXTRA_DIST) Removed unix2dos.pl.
(MAINTAINERCLEANFILES) Removed doc/ANNOUNCE.html, doc/README.html.
(docfiles-recursive) Removed.
* TODO: Updated.
* mk-web-dist: Doesn't produce any distributions at all, just a
webpage. Doesn't configure the distribution. Changed list of
files installed.
* pref.h.orig: s/VER_PCP40/VER_PC/; s/VER_WIN61/VER_WND/;
s/VER_X40/VER_X/; All references changed.
* Made patchlevel 33.
Thu Aug 14 22:02:08 1997 Ben Pfaff
* Makefile.am: Comment fixes. Uses $(VERSION) instead of contents
of VERSION file.
(EXTRA_DIST) Remove fiasco.ide, mk-bc5-dist.
(docfiles-recursive) Works if doc/Makefile doesn't exist.
(DIST_BC5_ROOT) Renamed DISTBC5_DISTROOT.
(DISTBC5_BC5ROOT) New var.
(dist-bc5) Passes $(DISTBC5_BC5ROOT).
* TODO: Update.
* acinclude.m4: Remove blp_VERSION_CHEAT kluge.
* configure.in: Don't use blp_VERSION_CHEAT kluge.
* mk-web-dist, reconfigure: Extract version number from
configure.in.
* pref.h.orig: (CONFIG_PATH, INCLUDE_PATH, GROFF_FONT_PATH)
[__MSDOS__] Fixed bad use of backslashes.
* reconfigure: Pass $VERSION to Makefile.
* Made patchlevel 32.
Thu Aug 14 11:49:35 1997 Ben Pfaff
* Makefile.am: (EXTRA_DIST, docfiles) Add ONEWS.
(docfiles) Depends on docfiles-recursive.
(docfiles-recursive) New target, call make for `docfiles' target
in doc directory.
(dist-bc5) Adds `foo' second arg to mk-bc5-dist.
(.PHONY) Add docfiles.
* mk-bc5-dist: Checks that it is passed a second arg of `foo'.
* reconfigure: Changed == operators to = as arguments to `test'.
No longer uses bash -v switch.
* mk-distribution: Renamed mk-web-dist, all references changed.
Now takes several options, added help. No longer uses -uv
options.
* Made patchlevel 31.
Tue Aug 5 13:56:39 1997 Ben Pfaff
* Makefile.am: (MAINTAINERCLEANFILES) Add HELP-WANTED.
(EXTRA_DIST) Add ONEWS.
* Made patchlevel 30.
Sun Aug 3 11:30:17 1997 Ben Pfaff
* Makefile.am: (noinst_data, docfiles) Added HELP-WANTED.
(EXTRA_DIST) Added configure, mk-bc5-dist, unix2dos.pl,
HELP-WANTED.
(HELP-WANTED) Generated from doc/HELP-WANTED.html.
(dist-bc5) New target.
* TODO: Updated.
* mk-distribution: Fixed bugs, added HELP-WANTED.
* reconfigure: When invoking Makefile.am, pass
top_srcdir=. explicitly.
* unix2dos.pl: New file.
* Made patchlevel 29.
Thu Jul 17 21:49:13 1997 Ben Pfaff
* Made patchlevel 28.
Thu Jul 17 01:43:25 1997 Ben Pfaff
* Makefile.am: Remove inactive .html suffix rule.
New rules to generate doc/ANNOUNCE.html and doc/README.html from
corresponding .in files.
(EXTRA_DIST) Add VERSION, fiasco.ide, mk-distribution.
(MAINTAINERCLEANFILES) Add doc/ANNOUNCE.html, doc/README.html.
* acinclude.m4: (blp_VERSION_CHEAT) New macro.
* configure.in: Forces _GNU_SOURCES not only to be defined, but to
a value of 1. Substitutes VERSION from the new file VERSION.
Removed DEBIAN reference. Checks for sys/mman.h header.
* pref.h.orig: (macro gettext) Don't put parentheses in the
expansion.
(macro N_) Same.
* reconfigure: Sets -ev in shell. Doesn't try to pass
--include-deps to configure (it's an automake flag!). Moved `make
docfiles'.
* sysdeps/borlandc4.0/README, sysdeps/borlandc4.0/_read.c,
sysdeps/borlandc4.0/_write.c, sysdeps/borlandc4.0: Removed.
* VERSION: New file.
* fiasco.ide: New file.
* mk-distribution: New file.
* Made patchlevel 27.
Fri Jul 11 23:00:53 1997 Ben Pfaff
* TODO: Updates.
* Made patchlevel 26.
Fri Jul 11 14:08:21 1997 Ben Pfaff
* pref.h.orig: __CYGWIN32__ is a form of __unix__.
* reconfigure: Add -k for make maintainer-clean.
* Made patchlevel 25.
Thu Jul 10 22:13:07 1997 Ben Pfaff
* configure.in: Add "-D_GNU_SOURCE" to CPPFLAGS to force GNU
glibc extensions to be detected.
* Made patchlevel 24.
Sun Jul 6 19:13:07 1997 Ben Pfaff
* pref.h.orig: Include "src/debug-print.h" instead of
"debug-print.h".
(macros local_alloc, local_free) More robust under Checker: put
their allocations in namespace different from malloc()/free().
* Made patchlevel 23.
Sat Jul 5 23:42:14 1997 Ben Pfaff
* TODO: Updates.
* Made patchlevel 22.
Fri Jul 4 13:20:47 1997 Ben Pfaff
* Makefile.am: (EXTRA_DIST) Removed orphaned-rules.
(docfiles) Removed ChangeLog, COPYING.
(html, maintainer-clean-hook, install-data-hook) Removed.
* reconfigure: Added --help option. Calls configure again even if
--no-include-deps.
* Made patchlevel 21.
Wed Jun 25 22:47:17 1997 Ben Pfaff
* Makefile.am: Require Automake 1.2.
(dist-hook) Don't copy config dir.
(EXTRA_DIST, MAINTAINERCLEANFILES) Add FAQ.
(docfiles) Made a variable as well as a target; added ChangeLog,
COPYING, FAQ, INSTALL, TODO.
(html, maintainer-clean-hook, install-data-hook, debian,
debian-clean, debian-clean-full) New targets.
* orphaned-rules: Removed.
* configure.in: Bumped up to version 0.1.0.
* reconfigure: New options --enable-nls, --no-include-deps.
Comment fixes.
* Made patchlevel 20.
Sun Jun 22 22:10:27 1997 Ben Pfaff
* Made patchlevel 19.
Sun Jun 15 16:44:14 1997 Ben Pfaff
* pref.h.orig: Comment fixes. Includes debug-print.h.
(DEMAND_PAGE, ALWAYS_PAGE, NEVER_PAGE) Removed.
* Made patchlevel 18.
Sun Jun 8 01:25:40 1997 Ben Pfaff
* Made patchlevel 17.
Fri Jun 6 22:41:08 1997 Ben Pfaff
* TODO: Updates.
* pref.h.orig: Reformatted macros.
[!ENABLE_NLS] Defines gettext() as a trivial substitution to allow
gcc to give warnings on printf().
* Made patchlevel 16.
Thu Jun 5 23:01:49 1997 Ben Pfaff
* Made patchlevel 15.
Tue Jun 3 23:24:08 1997 Ben Pfaff
* Makefile.am: AUTOMAKE_OPTIONS changed from `foreign 1.1l' to
`gnits 1.1p'. SUBDIRS reordered. New target `docfiles'.
* TODO: Updates.
* configure.in: Removed AM_MAINTAINER_MODE. Added
--enable-Werror, which is implied by --with-checker.
* reconfigure: Moved `aclocal' from beginning to just before
cleaning `autoheader'. Removed --enable-maintainer-mode. Added
--disable-nls. Added `make docfiles' to placate autoheader.
Added `aclocal' before first real `autoheader'. Uses `make
mostlyclean' instead of `make depend'.
* Made patchlevel 14.
Mon Jun 2 14:21:54 1997 Ben Pfaff
* configure.in: Removed comment that screwed things up.
* reconfigure: Added `aclocal' at beginning.
* Made patchlevel 13.
Sun Jun 1 23:25:39 1997 Ben Pfaff
* Makefile.am: Add intl, po to SUBDIRS. Add aclocal.m4,
config.h.in to MAINTAINERCLEANFILES.
* acconfig.h: Add HAVE_LC_MESSAGES, ENABLE_NLS, HAVE_CATGETS,
HAVE_GETTEXT, HAVE_STPCPY.
* configure.in: Reordered to placate autoheader. Added
AC_ISC_POSIX, AM_PROG_CC_STDC. Added internationalization:
ALL_LINGUAS="", AM_GNU_GETTEXT, AC_LINK_FILES(...). Added
po/Makefile.in, intl/Makefile to generated files list. Generates
po/Makefile from po/Makefile.in. Comment fix.
* pref.h.orig: Uncommented i18n support.
* acinclude.m4: New file.
* ABOUT-NLS: New file.
* intl/: New directory, taken from gettext-0.10.27.
* missing: New file, taken from automake-1.1p.
* po/: New directory.
* Made patchlevel 12.
Sun Jun 1 17:28:27 1997 Ben Pfaff
* Made patchlevel 11.
Sun Jun 1 11:58:43 1997 Ben Pfaff
* pref.h.orig: Removed DEFAULT_VER_PCP40, DEFAULT_VER_WIN61,
DEFAULT_VER_X40. Added a macro DEFAULT_COMPAT that takes one of
the VER_* enums as a value.
(HISTORY_FILE) Changed the definition to "~/.fiasco_history".
* Made patchlevel 10.
Fri May 30 19:40:22 1997 Ben Pfaff
* pref.h.orig: [__MSDOS__] Reordered INCLUDE_PATH.
* Made patchlevel 9.
Sun May 25 22:32:57 1997 Ben Pfaff
* acconfig.h: For support of glibc 2, define _GNU_SOURCE.
* Made patchlevel 8.
Mon May 5 21:58:22 1997 Ben Pfaff
* Made patchlevel 7.
Fri May 2 22:27:36 1997 Ben Pfaff
* Made patchlevel 6.
Thu May 1 15:34:01 1997 Ben Pfaff
* All files: Changed copyright from `Ben Pfaff' to `Free Software
Foundation, Inc'.
* Made patchlevel 5.
Thu May 1 15:00:51 1997 Ben Pfaff
* Made patchlevel 4.
Sat Apr 26 11:34:05 1997 Ben Pfaff
* ChangeLog: Split into one ChangeLog per directory.
* Made patchlevel 3.
Wed Apr 23 21:33:48 1997 Ben Pfaff
* TODO: Update.
* Made patchlevel 2.
Fri Apr 18 16:48:41 1997 Ben Pfaff
* Makefile.am: Removed `include', `util' from SUBDIRS; added
`config'. Includes `config' directory in distributions. Added
`private-install', `private-uninstall' targets.
* configure.in: AC_INIT tests for src/q2c.c now. Removed
redundant AC_PROG_MAKE_SET call. Removed include/Makefile,
util/Makefile from generated files list; added config/Makefile.
* include/approx.h, include/arena.h, include/common.h,
include/dfm.h, include/do-ifP.h, include/error.h, include/expr.h,
include/exprP.h, include/file-handle.h, include/filename.h,
include/font.h, include/getline.h, include/getopt.h,
include/hash.h, include/heap.h, include/log.h, include/misc.h,
include/output.h, include/settings.h, include/sfm.h,
include/sfmP.h, include/som.h, include/somP.h, include/stat.h,
include/stats.h, include/str.h, include/tokens.h, include/var.h,
include/version.h, include/vfmP.h: Moved into src/ directory.
* include/Makefile.am, include/: Removed.
* util/Makefile.am: Removed.
* util/q2c.c: Moved to src/.
* util/reconfigure: Moved to source root.
* util/: Removed.
* Made patchlevel 1.
Fri Apr 18 15:42:22 1997 Ben Pfaff
* Makefile.am: Maintainer-cleans generated documentation and
Makefile.in.
* include/Makefile.am, util/Makefile.am: Maintainer-cleans
Makefile.in.
* include/somP.h: (static struct var som) Removed passed_t member.
* TODO: Updated.
* configure.in: Fixed source directory for copying pref.h; always
updates pref.h or at least touch'es it.
* pref.h.orig: Made a rather pejorative comment a lot milder so it
wouldn't be misinterpreted.
* Made interim release x3.
Thu Mar 27 01:11:29 1997 Ben Pfaff
* All directories now contain new `Makefile.am's, in some cases
produced from bits and pieces of the single monolithic old one.
* PATCHLEVEL: Removed.
* acconfig.h: Added GNU_PACKAGE, PACKAGE, PROTOTYPES, VERSION;
removed inclusion of conf.h.
* confh.in: Removed.
* confh.tmp.in: Removed.
* configure.in: Deepened. Updated for use with Automake 1.1l.
Removed PATCHLEVEL hacks. Fixed lots of functions in
AC_CHECK_FUNCS, AC_REPLACE_FUNCS, and similar. Only passes
`-Werror' to gcc in maintainer mode. Doesn't output conf.h.
Touches pref.h even if it wasn't changed.
* aclocal.m4: New file.
* config.h.in: Renamed from configh.in.
* pref.h.orig: Renamed from prefh.orig.
* Made interim release x2.
Thu Mar 27 01:07:02 1997 Ben Pfaff
Changed the distribution from flat to deep. New configuration:
ANNOUNCE Makefile.in config.h.in mkinstalldirs
AUTHORS NEWS config.sub orphaned-rules
BUGS README configure pref.h
COPYING THANKS configure.in pref.h.orig
ChangeLog TODO debian src
ChangeLog~ acconfig.h doc stamp-h.in
INSTALL aclocal.m4 include sysdeps
LANGUAGE config install-sh tests
Makefile.am config.guess lib util
config:
devices environment papersize ps-fontmap ps-prologue
debian:
changelog control postinst rules
conffiles copyright postrm
doc:
ANNOUNCE.html Makefile.in fiasco.info-2 stamp-vti
AUTHORS.html README.html fiasco.info-3 texinfo.tex
BUGS.html THANKS.html fiasco.info-4 version.texi
LANGUAGE.html fiasco.info fiasco.texi
Makefile.am fiasco.info-1 mdate-sh
include:
approx.h file-handle.h misc.h stats.h
arena.h filename.h output.h str.h
common.h font.h settings.h tokens.h
dfm.h getline.h sfm.h var.h
do-ifP.h getopt.h sfmP.h version.h
error.h hash.h som.h vfmP.h
expr.h heap.h somP.h
exprP.h log.h stat.h
lib:
Makefile.am Makefile.in avllib julcal misc
lib/avllib:
AVLLIB.COPYING Makefile.in avl.h
Makefile.am avl.c
lib/julcal:
Makefile.am Makefile.in julcal.c julcal.h
lib/misc:
Makefile.am getopt1.c memset.c strstr.c
Makefile.in memchr.c qsort.c strtol.c
alloca.c memcmp.c stpcpy.c strtoul.c
getdelim.c memcpy.c strcasecmp.c
getline.c memmem.c strncasecmp.c
getopt.c memmove.c strpbrk.c
src:
Makefile.am error.c lexer.c sfm-write.c
Makefile.in expr-evl.c list.c show.c
arena.c expr-opt.c list.q som-frnt.c
ascii.c expr-prs.c log.c som-high.c
autorecode.c file-handle.c loop.c som-low.c
cases.c file-handle.q main.c sort.c
cmdline.c file-type.c mis-val.c split-file.c
command.c filename.c misc.c stats.c
common.c formats.c modify-vars.c str.c
compute.c freq.c numeric.c sysfile-info.c
count.c frequencies.c output.c temporary.c
crosstabs.c frequencies.g postscript.c title.c
crosstabs.q frequencies.q print.c val-labs.c
data-in.c get.c recode.c var-labs.c
data-list.c getline.c rename-vars.c vars-atr.c
data-out.c glob.c repeat.c vars-prs.c
descript.c groff-font.c sample.c vector.c
descript.q hash.c sel-if.c version.c
dfm.c heap.c set.c vfm.c
display.c include.c set.q weight.c
do-if.c inpt-pgm.c sfm-read.c
sysdeps:
BorlndC4.0 DJGPP2.0 Windows
sysdeps/BorlndC4.0:
Makefile _write.c conf.h
_read.c compile.bat config.h
sysdeps/DJGPP2.0:
Makefile compile.bat conf.h config.h
sysdeps/Windows:
con32s.c
tests:
Makefile.am expression.stat reread.data
Makefile.in fall92.data reread.stat
autorecode.stat fall92.stat sample.stat
begin-data.stat file-label.stat show-check-msg
bignum.data file-type.stat sort.data
bignum.stat filter.stat sort.stat
bug.stat gengarbage.c split-file.stat
compute.stat input-program.stat sysfile-info.stat
count.stat list.data temporary.stat
data-formats.stat list.stat time-date.stat
data-list.data loop.stat vector.stat
data-list.stat modify-vars.stat weighting.data
descript.stat print.stat weighting.stat
do-if.stat process-if.stat
do-repeat.stat recode.stat
util:
Makefile.am Makefile.in q2c.c reconfigure
Old configuration:
ANNOUNCE.html count.c hash.h sample.c
AUTHORS.html crosstabs.q heap.c sel-if.c
AVLLIB.COPYING data-in.c heap.h set.q
BUGS.html data-list.c include.c settings.h
COPYING data-out.c inpt-pgm.c sfm-read.c
ChangeLog debian install-sh sfm-write.c
INSTALL descript.q julcal.c sfm.h
LANGUAGE.html devices julcal.h sfmP.h
Makefile.am dfm.c lexer.c show.c
NEWS dfm.h list.q som-frnt.c
PATCHLEVEL display.c log.c som-high.c
README.html do-if.c log.h som-low.c
THANKS.html do-ifP.h loop.c som.h
TODO environment main.c somP.h
_read.c error.c makeb40.bat sort.c
_write.c error.h makedj2.bat split-file.c
acconfig.h expr-evl.c makefile.b40 stamp-h.in
alloca.c expr-opt.c makefile.dj2 stats.c
approx.h expr-prs.c mdate-sh stats.h
arena.c expr.h memcmp.c stpcpy.c
arena.h exprP.h mis-val.c str.c
ascii.c fiasco.texi misc.c str.h
autorecode.c file-handle.h misc.h sysfile-info.c
avl.c file-handle.q mkinstalldirs temporary.c
avl.h file-type.c modify-vars.c test
cases.c filename.c numeric.c texinfo.tex
cmdline.c filename.h output.c title.c
command.c font.h output.h tokens.h
common.c formats.c papersize val-labs.c
common.h freq.c postscript.c var-labs.c
compute.c frequencies.g prefh.orig var.h
con32s.c frequencies.q print.c vars-atr.c
confh.b40 get.c ps-fontmap vars-prs.c
confh.dj2 getline.c ps-prologue vector.c
confh.in getline.h q2c.c version.c
confh.tmp.in getopt.c qsort.c version.h
config.guess getopt.h recode.c vfm.c
config.sub getopt1.c reconfigure vfmP.h
configh.b40 glob.c reject weight.c
configh.dj2 groff-font.c rename-vars.c
configure.in hash.c repeat.c
debian:
changelog control postinst rules
conffiles copyright postrm
test:
autorecode.stat fall92.data recode.stat
begin-data.stat fall92.stat reread.data
bignum.data file-label.stat reread.stat
bignum.stat file-type.stat sample.stat
bug.stat filter.stat sort.stat
compute.stat gengarbage.c split-file.stat
count.stat gengarbage.pl sysfile-info.stat
data-formats.stat input-program.stat temporary.stat
data-list.data list.data time-date.stat
data-list.stat list.stat vector.stat
descript.stat loop.stat weighting.data
do-if.stat modify-vars.stat weighting.stat
do-repeat.stat print.stat
expression.stat process-if.stat
Mon Mar 24 21:47:31 1997 Ben Pfaff
* Makefile.am: @ALLOCA@ is on list of source files instead of
alloca.c. Added $(srcdir)/ to version.c reference. Changed to
pkgdatadir (/usr/share) for pkgsysconfdir, from pkglibdir
(/usr/lib). Removed some of extra distfiles. Added bogus `check'
target.
* Made transition release x1.
Sun Mar 2 20:51:28 1997 Ben Pfaff
No longer uses debmake:
* Makefile.am: Installs documentation according to Debian policy
manual. New targets `private-uninstall', `install-data-hook' to
help implement this. `debian' target also revised.
* configure.in: Sets up for Debian installation depending on
DEBIAN environment variable. Also, improved & fixed (hopefully)
the scheme for detecting patchlevel.
* Made patchlevel 193.
Wed Feb 19 21:30:31 1997 Ben Pfaff
* TODO: Updated.
* Made patchlevel 192.
Sun Feb 16 20:57:20 1997 Ben Pfaff
* Made patchlevel 191.
Sat Feb 15 21:26:53 1997 Ben Pfaff
* Makefile.am: Removed `descript.g' from sources.
* Made patchlevel 190.
Fri Feb 14 23:32:58 1997 Ben Pfaff
* TODO: Updated.
* configure.in: Fixed test for max number of digits in an `int' to
use char[] rather than int[].
* Made patchlevel 189.
Tue Feb 4 15:15:50 1997 Ben Pfaff
* configure.in: Fixed some problems with `--with-checker' flag and
with detection of available libraries; no longer any lines longer
than 79 characters.
* Made patchlevel 188.
Wed Jan 22 21:54:00 1997 Ben Pfaff
* Makefile.am: Add sysfile-info.c to sources.
* TODO: Moved some notes to different files where they are more
appropriate.
* prefh.orig: (macros STORE_2 and LOAD_2) Always load/store as
little-endian.
* Made patchlevel 187.
Sun Jan 19 14:22:11 1997 Ben Pfaff
* Makefile.am: Added rename-vars.c to sources. Added to distclean
files.
* TODO: Updates.
* Made patchlevel 186.
Thu Jan 16 13:08:57 1997 Ben Pfaff
* Most files have updated copyright notices for 1997.
* Makefile.am: Added modify-vars.c to source files. Also changed
`lynx' to $(HTML_FORMATTER), etc. Changed messages.
* TODO: Updates.
* Made patchlevel 185.
Sat Jan 11 15:44:15 1997 Ben Pfaff
* Makefile.am: By default, now installs config files in pkglibdir,
generally /usr/local/lib/fiasco.
* TODO: Updated.
* prefh.orig: Added `/etc/fiasco' to config paths. Removed
$ARCH/$VER dirs from include paths.
* Made patchlevel 184.
Fri Jan 10 20:22:08 1997 Ben Pfaff
* debian/changelog, debian/control, debian/copyright, debian/dirs,
debian/info, debian/menu, debian/rules: Added Debian GNU/Linux
control files.
* Makefile.am: Added sfmP.h to source files. Added several files
to the list of distfiles. dist-hook now copies debian control
files. New targets `debian', `debian-clean', `debian-clean-full'.
* confh.in: Defines PATCHLEVEL.
* configure.in: Adds the current patchlevel to the version
number. Versions are now of the form `1.2.3pl456'. Determines
the patchlevel based on directory name and contents of file
PATCHLEVEL.
* reconfigure: Passes automake `--strictness=foreign'.
* Made patchlevel 183.
Thu Jan 2 19:08:23 1997 Ben Pfaff