Don't delete .po files from source directory in "make clean".
[pspp-builds.git] / src /
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 PfaffDrop double suffixes from makefiles to improve POSIX...
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 fbsd72-i386-build33 fc11-i386-build19 fc11-x64-build19 lenny-x64-build40 sid-i386-build87
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-06 Jason H StoverNew function check_interactions to specify all possible... fbsd72-i386-build28 fc11-i386-build14 fc11-x64-build15 lenny-x64-build36 sid-i386-build82
2009-10-04 John DarringtonCanonicalise orthography of Big/Little Endian fbsd72-i386-build25 fc11-i386-build11 fc11-x64-build12 lenny-x64-build33 sid-i386-build79
2009-10-04 John DarringtonRemove duplicate entry from command.def
2009-10-04 John DarringtonCORRELATIONS: Properly deal with case weights. fbsd72-i386-build24 fc11-i386-build10 fc11-x64-build11 lenny-x64-build32 sid-i386-build78
2009-10-04 John DarringtonCORRELATIONS: Fix bug parsing /STATISTICS=ALL
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 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... fbsd72-i386-build23 fc11-i386-build9 fc11-x64-build10 lenny-x64-build31 sid-i386-build77
2009-10-01 Ben PfaffUpgrade to latest Gnulib version and fix resulting... fbsd72-i386-build22 fc11-i386-build8 fc11-x64-build9 lenny-x64-build30 sid-i386-build76
2009-09-28 John DarringtonCorrect printf conversion specifiers for size_t types. fc11-i386-build0 lenny-x64-build21 sid-i386-build66
2009-09-27 John DarringtonAdd necessary #include stddef.h directive build52 lenny-x64-build16 lenny-x64-build17 lenny-x64-build18 lenny-x64-build19 lenny-x64-build20 sid-i386-build59 sid-i386-build60 sid-i386-build61 sid-i386-build62 sid-i386-build63 sid-i386-build64 sid-i386-build65
2009-09-26 Ben Pfaffperl-module: Additional fixes for Perl version number... origin/perl build3 build4 build49 build50 build51
2009-09-25 Ben Pfaffperl-module: Tolerate minor PSPP version number differe... build0 build41 build42 build43 build44 build45 build46 build47
2009-09-24 John DarringtonMerge commit 'origin/stable' build40
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 DarringtonCanonicalise some printed strings, to make translators...
2009-09-04 Ben PfaffT-TEST: Also fix the case where the correlation is...
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-08-30 John DarringtonCorrect typo in printed string
2009-08-30 John DarringtonUpdate to most recent Gnulib
2009-08-16 John DarringtonDon't override label for Save As menuitem
2009-08-03 Jason StoverCruft removal
2009-07-30 John DarringtonUse u8_cpy instead of memcpy.
2009-07-29 Jason StoverMerged changes from branch interaction-review
2009-07-28 John DarringtonAllow ranges with left to right and bottom to top sense...
2009-07-28 John DarringtonFix clipboard export of non-ascii strings.
2009-07-27 John DarringtonFix bug in casemapping long strings.
2009-07-27 John DarringtonPrevent var sheet from traversing to an invalid cell
2009-07-26 John DarringtonWhitespace changes for the benefit of xgettext.
2009-07-25 John DarringtonAdd "dictionary" property to PsppireVarStore and use it.
2009-07-24 John DarringtonChange signature of text_to_value.
2009-07-24 John Darringtonremove return values from callbacks which don't need...
2009-07-23 John DarringtonFix warnings in flip command.
2009-07-23 John DarringtonRemove reference to roc.h which doesn't exist.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonFix merge problems
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-20 John DarringtonRemove double semicolons.
2009-07-20 John DarringtonReplace caseproto_clone with caseproto_ref
2009-07-19 John DarringtonAdded more (hopefully usefull) comments
2009-07-19 John DarringtonAdd some comments and macros to make the code more...
2009-07-19 John DarringtonAdd assertion to check code consitency
2009-07-19 John DarringtonFix cleanup of ROC command.
2009-07-19 John DarringtonRespect the constness of caseproto.
2009-07-19 John DarringtonCorrected spelling of "consolidate".
2009-07-18 John DarringtonAvoid compiler warning
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-18 John DarringtonAdd comment explaining the meaning of encoding to data_out
2009-07-18 John DarringtonThe length of the string is now not always the
2009-07-18 John DarringtonImprove code to trim leading spaces from numeric output.
2009-07-18 John DarringtonUse data_out_pool in crosstabs.q
2009-07-18 John DarringtonBefore recoding a variable's name, check that it
2009-07-18 Jason Stoverpspp_linreg(): Use cache->n_coeffs to set the dimension...
2009-07-17 Jason Stoverpspp_linreg(): Use cache->n_coeffs to set the dimension...
2009-07-17 John DarringtonEnsure correct behaviour when the state var is missing.
2009-07-17 John DarringtonFix ROC behaviour in the presence of missing values.
2009-07-17 Ben PfaffFix reversed logic in when to append "/" to path in...
2009-07-17 Ben PfaffFix failure to write output file in GUI on Windows...
2009-07-17 Ben PfaffREGRESSION: Fix access beyond end of allocated region.
2009-07-17 Jason StoverReturn 0.0 for mean of a categorical variable. Fixes...
2009-07-17 John DarringtonFixed bug reporting the significance of paired value...
2009-07-17 Ben Pfaffi18n: Merge translatable strings.
2009-07-17 Ben Pfaff"Sig." is an abbreviation, "Exact" is not.
2009-07-17 Ben Pfaffi18n: Eliminate some translatable strings.
2009-07-17 Ben Pfaffi18n: Reduce translatable strings in SHOW command.
2009-07-17 Ben Pfaffi18n: Change some strings to reduce work of translation.
2009-07-16 Ben PfaffSeparate table functions that format their arguments...
2009-07-16 Ben PfaffConsistently capitalize the name "Gnumeric".
2009-07-15 John DarringtonFixed bug reporting the significance of paired value...
2009-07-15 John DarringtonNew function prepare_cutpoints
2009-07-14 John DarringtonReplaced the glade definition of about dialog with...
2009-07-14 John DarringtonRemoved unused function prototypes
2009-07-13 John DarringtonFix crash in find dialog and make code less horrible.
2009-07-13 John DarringtonFix bug encodig missing value keys in gui
2009-07-12 John DarringtonFix crash on text import dialog
2009-07-12 Jason StoverRemove write-only variable from interaction_case_data.
2009-07-12 John DarringtonAdded a dict parameter to data_in and dealt with the...
2009-07-11 Jason StoverReturn 0.0 for mean of a categorical variable. Fixes...
2009-07-09 Ben Pfaffgui: Fix brown-paper-bag bug in output file name selection.
2009-07-08 John DarringtonRemove recoding in data_store.
2009-07-08 Ben PfaffCROSSTABS: Handle long string variables without crashin...
2009-07-07 John DarringtonChange union value type to contain uint8_t types instea...
2009-07-07 John DarringtonUse default encoding when reading system files if no...
2009-07-07 John DarringtonFix problem running the perl module
2009-07-07 John DarringtonReplace legacy_recode with recode_string.
next