pspp
2009-12-08 Ben PfaffRemove AFM files.
2009-12-06 Ben Pfaffoutput: Remove PostScript driver.
2009-12-06 Ben Pfafffile-name: Generalize fn_interp_vars().
2009-12-06 Ben Pfaffcasereader: New function casereader_select().
2009-12-06 Ben Pfaffcasereader: New functions casereader_project() and...
2009-12-06 Ben Pfaffcasereader: New function casereader_translate_stateless().
2009-12-06 Ben Pfaffcasereader: New function casereader_create_empty().
2009-12-05 Ben Pfaffcasereader: New function casereader_advance().
2009-12-05 Ben Pfaffcasereader: New function casereader_truncate().
2009-12-05 Ben Pfaffsubcase: Add more useful functions.
2009-12-05 Ben PfaffNew data type string_map, a string-to-string map.
2009-11-27 Ben PfaffNew data type string_set, a set of unique strings.
2009-11-27 Ben Pfaffhmapx: New function hmapx_is_empty().
2009-11-27 Ben Pfaffhmap: New function hmap_is_empty().
2009-11-27 Ben Pfaffhmap: Remove shadowed variable from inner scope.
2009-10-24 Ben PfaffMerge "master" into "output".
2009-10-15 Ben PfaffEnhance dissect-sysfile utility to print compressed...
2009-10-13 Ben PfaffDon't delete .po files from source directory in "make...
2009-10-13 Ben PfaffEliminate too-expansive "clean" rule kluge by requiring...
2009-10-13 Ben PfaffRevert "INSTALL: Mention that GNU make is required."
2009-10-13 Ben PfaffDon't use $< in target rules, for portability to POSIX...
2009-10-11 Ben PfaffUse @VARIABLE@ instead of $(VARIABLE) consistently...
2009-10-11 Ben PfaffRemove redundant variable declarations from Makefile.am.
2009-10-11 Ben PfaffDrop double suffixes from makefiles to improve POSIX...
2009-10-11 Ben PfaffAvoid nonportable -i option in sed invocation.
2009-10-10 Ben PfaffAvoid GNU make extension $(RM) in makefiles.
2009-10-10 Ben PfaffDeclare Makefile suffixes, to be a little closer to...
2009-10-10 John DarringtonConverted psppire.glade to psppire.ui
2009-10-10 John DarringtonConverted some additional .glade files .ui
2009-10-10 John DarringtonAllow xgettext to extract strings from .ui files
2009-10-10 John DarringtonStarted transition to a .glade-less system.
2009-10-10 John DarringtonAvoid use of $* in Makefile since it's problematic
2009-10-06 John DarringtonUpdate NEWS file
2009-10-06 Jason H StoverNew function check_interactions to specify all possible...
2009-10-05 Ben Pfaffhmap-test: Skip test instead of reporting success on...
2009-10-05 Ben PfaffUpgrade gtk-builder-convert to newer version that adds...
2009-10-04 John DarringtonCanonicalise orthography of Big/Little Endian
2009-10-04 John DarringtonRemove duplicate entry from command.def
2009-10-04 John DarringtonUpdate INSTALL file
2009-10-04 John DarringtonCORRELATIONS: Properly deal with case weights.
2009-10-04 John DarringtonCORRELATIONS: Fix bug parsing /STATISTICS=ALL
2009-10-04 John DarringtonCORRELATIONS: Documented the /STATISTICS subcommand
2009-10-04 John DarringtonCORRELATIONS: Added support for /STATISTICS=XPROD
2009-10-04 John DarringtonCORRELATIONS: Added support for the STATISTICS subcommand
2009-10-03 John DarringtonAdd a manual entry for the CORRELATIONS command
2009-10-03 John DarringtonFirst working version of CORRELATIONS.
2009-10-03 John DarringtonInitial framework for CORRELATIONS command
2009-10-01 Ben PfaffFix numerous warnings about an unknown attribute rpl_ma...
2009-10-01 Ben PfaffUpgrade to latest Gnulib version and fix resulting...
2009-10-01 Ben PfaffREADME.Git: Fix syntax of suggested commands.
2009-10-01 Ben PfaffINSTALL: Mention that GNU make is required.
2009-10-01 Ben PfaffRewrite README.Git to mention the Gnulib commit number...
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-28 John DarringtonAdded a new target "programs" to the makefile.
2009-09-28 John DarringtonCorrect printf conversion specifiers for size_t types.
2009-09-27 John DarringtonAdd necessary #include stddef.h directive
2009-09-26 Ben Pfaffperl-module: Additional fixes for Perl version number...
2009-09-26 Ben PfaffFix missing @clicksequence problem for building Docbook...
2009-09-25 Ben Pfaffperl-module: Tolerate minor PSPP version number differe...
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-09-24 Ben PfaffMake GtkItemEntry compatible with GTK+ 2.17.4 and later.
2009-09-23 Ben PfaffRename README.CVS to README.Git and update to refer...
2009-09-23 Ben PfaffFix "make install" with --enable-relocatable.
2009-09-21 Ben Pfaffhmap-test: Disable tests that GCC 4.3 miscompiles.
2009-09-20 Ben PfaffFix "make check" with --enable-relocatable.
2009-09-17 Ben PfaffDon't pad variable labels written to system files.
2009-09-16 Ben PfaffFREQUENCIES: Make frequency table headings easier to...
2009-09-15 Ben PfaffMerge commit 'origin/stable' into stable
2009-09-12 John DarringtonFix tests broken by the new table widths, caused by...
2009-09-12 John DarringtonCanonicalise some printed strings, to make translators...
2009-09-09 Ben PfaffRelease PSPP 0.6.2-pre6.
2009-09-09 Ben PfaffAdd Brazilian Portuguese translation.
2009-09-04 Ben PfaffT-TEST: Also fix the case where the correlation is...
2009-09-04 Ben PfaffUpdate to latest nl.po.
2009-09-04 Ben PfaffFix missing @clicksequence problem with older Texinfo...
2009-09-04 Ben PfaffT-TEST: Avoid NaN in paired-sample correlation signific...
2009-09-02 Jason StoverNew functions glm_custom_design and parse_interactions.
2009-09-01 John DarringtonRemove i18n related configuration items which are no...
2009-08-31 John DarringtonReplace "all-hook" with "all-local".
2009-08-31 John DarringtonAdd the all_q_sources to the dependencies of po/pspp.pot
2009-08-31 John DarringtonRewrite automake rules for internationalisation files.
2009-08-30 John DarringtonCorrect typo in printed string
2009-08-30 John DarringtonUpdate to most recent Gnulib
2009-08-30 John DarringtonFix make distcheck
2009-08-16 John DarringtonDon't override label for Save As menuitem
2009-08-14 John DarringtonRemove const qualifier.
2009-08-14 John DarringtonUpdate perl module version number
2009-08-14 John DarringtonRevert pango dependency to version 2.20
2009-08-11 Ben PfaffEXAMINE: Fix null pointer dereference introduced in...
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-11 Ben PfaffDelete tab_raw function and tab_alloc macro.
2009-08-11 Ben PfaffDelete tab_create()'s unused third parameter.
2009-08-11 Ben PfaffSeparate table functions that format their arguments...
2009-08-09 Ben PfaffAdd CONST_CAST macro, for casting away "const" more...
2009-08-09 Ben PfaffAdd CHECK_POINTER_HAS_TYPE macro, and use it to make...
2009-08-09 Ben PfaffEliminate unnecessary casts.
2009-08-09 Ben PfaffAdd UP_CAST macro, for safer casting from contained...
2009-08-06 Ben PfaffEliminate casts that can be replaced by uses of the...
2009-08-06 Ben Pfaffoutput: Always use helper functions to access struct...
next