work on PRINT encoding
[pspp] / perl-module /
2012-02-11 Ben Pfaffperl-module: use $(MAKE) directly in rules that call...
2012-02-08 Ben PfaffGET: Add an ENCODING subcommand. 20120208030501/pspp
2012-01-28 Ben PfaffMove PSPP shared libraries from $(libdir) to $(libdir...
2012-01-26 Ben Pfaffperl-module: Fix bad arguments in call to settings_init().
2012-01-26 Ben Pfaffperl-module: Add missing "#include"s to PSPP.xs.
2012-01-26 Ben Pfaffperl-module: Add "!= NULL" to assignment used as condition.
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-07-01 John DarringtonPerl Module - Add function to count cases in a reader.
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-04-26 Ben PfaffDISPLAY FILE LABEL: Display in a more natural way.
2011-04-26 Ben Pfaffvariable: Make var_set_label() use the variable's own...
2011-04-26 Ben Pfaffdictionary: Make dict_create() take the new dictionary...
2011-03-20 Ben PfaffChange terminology from "active file" to "active dataset".
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2010-11-15 Ben Pfaffperl-module: Fix return value of append_case subroutine. 104/pspp 20101115030516/pspp
2010-10-26 John DarringtonAllow perl module to enter non-ascii data 20101027040508/pspp
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-10-09 Ben Pfaffperl-module: Make perl_module_tarball rule quieter.
2010-10-09 John DarringtonPerl Module: Add prototypes keyword to XS definition 20101009040502/pspp
2010-10-09 Ben Pfaffperl-module: Fix build race.
2010-10-09 Ben Pfaffperl-module: Use ABSTRACT instead of ABSTRACT_FROM...
2010-09-24 Ben Pfaffdata-in: Get rid of first_column, last_column arguments. 20100925040502/pspp
2010-09-24 Ben Pfaffdata-in: Make data_in() parameters more uniform.
2010-09-24 Ben Pfaffdata-in: Eliminate "implied_decimals" parameter from...
2010-09-16 John DarringtonUpdate string comparision in perl module test 20100917040503/pspp 20100918040503/pspp
2010-06-26 John Darringtonperl-module: Further corrections to dependencies
2010-06-22 John DarringtonCorrect makefile dependencies for perl module
2010-06-09 John Darringtonperl-module/Makefile.PL: Change DLEXT to SO
2010-05-26 Ben Pfaffperl-module: Copy perl-module files if missing as well...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-04-22 Ben Pfaffperl-module: Avoid compiler warning from conflicting...
2010-04-20 Ben Pfaffperl-module: Better document Perl module requirements. 20100420040526/pspp 20100421040530/pspp
2010-04-15 Ben Pfaffperl-module: Fix missing data in PSPP code embedded... 20100415131421/pspp
2010-04-15 Ben Pfaffperl-module: Use Autotest for testing Perl. 20100415040525/pspp
2010-04-14 Ben Pfaffperl-module: Use new var_get_encoding() function.
2010-02-15 Ben Pfaffperl-module: Automatically update PSPP.pm version numbe...
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-07 Ben PfaffGreatly simplify PSPP configuration.
2010-01-17 Ben PfaffRewrite PSPP output engine.
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-12-13 John DarringtonMerge branch 'master' of ssh://john@cellform.com/home...
2009-12-13 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-12-13 John DarringtonSet the dictionary encoding of files created by the...
2009-10-24 Ben PfaffMerge "master" into "output".
2009-10-10 Ben PfaffAvoid GNU make extension $(RM) in makefiles.
2009-09-30 Ben Pfaffperl-module: Fix build on FreeBSD 7.2
2009-09-30 Ben PfaffDon't use nonportable "mktemp" utility in perl-module...
2009-09-26 Ben Pfaffperl-module: Additional fixes for Perl version number...
2009-09-25 Ben Pfaffperl-module: Tolerate minor PSPP version number differe...
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-31 John DarringtonReplace "all-hook" with "all-local".
2009-08-31 John DarringtonRewrite automake rules for internationalisation files.
2009-08-30 John DarringtonFix make distcheck
2009-08-14 John DarringtonUpdate perl module version number
2009-08-11 Ben PfaffMerge master into output branch.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-21 John DarringtonAdd perl functions to get the format of a variable
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-17 John DarringtonCorrected typos in the perl documentation
2009-07-12 John DarringtonAdded a dict parameter to data_in and dealt with the...
2009-07-07 John DarringtonRemove erroneously commited diagnostic statement
2009-07-07 John DarringtonFix problem running the perl module
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
2009-06-07 Ben PfaffAdd support for value labels on long string variables.
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-06-07 Ben Pfaffperl-module: Better document "make test" requirements.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-08 John DarringtonAllow make clean to work without perl-module/Makefile
2009-03-07 John DarringtonAdd libpspp-core as a dependency of the perl module
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-02-08 John DarringtonPrevent test failure when non-English language selected
2009-02-06 Ben Pfaffperl-module: fix version mismatch between module and...
2009-02-06 Ben Pfaffperl-module: Document and test PSPP::Dict::get_var_cnt().
2009-02-06 Ben Pfaffperl-module: Make PSPP::Reader::get_next_case() return...
2009-02-04 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-02-04 John DarringtonDon't build the perl module if cross compiling.
2009-02-02 Ben Pfaffperl-module: Document PSPP::Dict::get_var() for too...
2009-01-29 John DarringtonCorrect the directory of the perl module tarball target
2009-01-29 John DarringtonBump minor version number
2009-01-29 John DarringtonMerge branch 'savannah/perl-module'
2009-01-27 John DarringtonRemove pspp-vers.pl which did more harm than good.
2009-01-23 John DarringtonChange COPYING from GPLv2 to GPLv3
2009-01-12 John DarringtonAdded module file to PM entry
2009-01-12 John DarringtonFix syntax errors in pod
2009-01-11 John DarringtonUpdated copyright notices with the year 2009
2009-01-11 John DarringtonAdd the perl module tarball to the build target
2009-01-10 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-01-10 John DarringtonAdd short entry to Examples.pod describing Reader
2009-01-10 John DarringtonMerge commit 'origin/master'; commit 'savannah/master'
2009-01-09 John DarringtonLink the perl module against the shared library instead...
2009-01-08 John DarringtonEnsure that perl module tests work before pspp has...
2009-01-08 John DarringtonAdded method to get the custom variable attributes
next