pspp
2011-11-15 John Darringtonsweep.c: Reduce scope of local variables and avoid...
2011-11-15 John Darringtonsweep.c: Reverse sense of consistency tests.
2011-11-15 John Darringtonsweep.c: swap rows/columns instead of using indirection...
2011-11-14 John DarringtonGLM: Add debugging option /SHOWCODES 20111115030503/pspp 20111116030501/pspp
2011-11-13 John DarringtonRemove useless code 20111114030502/pspp
2011-11-10 John DarringtonFile Open: Don't try to analyse the file if it's a... 20111111030502/pspp 20111112030502/pspp 20111113030508/pspp
2011-11-10 Ben PfaffGET: Fix confusion over the type of the 'type' parameter. 20111110030508/pspp
2011-11-10 Ben PfaffDO REPEAT: Properly convert lex_syntax_mode to segmente...
2011-11-10 Ben Pfaffhmap: Mark definition of hmap_node_hash() "static inline".
2011-11-10 Ben Pfaffstr: Mark definition of ss_empty() "static inline".
2011-11-09 Ben PfaffONEWAY: Fix printf format specifier. 20111109030502/pspp
2011-11-06 Ben Pfaffconfigure: Add option --enable-Werror to add -Werror... 20111107030503/pspp 20111108030503/pspp
2011-11-06 Ben Pfaffcrosstabs-dialog: Remove unused vars from on_format_cli...
2011-11-06 Ben Pfaffq2c: Remove gettext.h #include from generated code.
2011-11-06 Ben Pfaffq2c: Remove final untranslated strings from q2c.c.
2011-11-06 Ben Pfaffq2c: Use new subc_list_error() to report too many subco...
2011-11-06 Ben Pfafflexer: New function lex_force_string_or_id().
2011-11-06 Ben Pfafflexer: New functions lex_spec_missing(), lex_spec_only_...
2011-11-06 Ben Pfafflexer: Use error helper functions in more situations.
2011-11-06 Ben Pfafflexer: Drop lexer parameter from lex_sbc_missing().
2011-11-06 Ben Pfafflexer: New function lex_error_expecting().
2011-11-06 Ben PfaffLOOP: Correctly implement MXLOOPS and add a test.
2011-11-06 Ben Pfaffsettings: Implement MXLOOPS subcommand.
2011-11-06 Ben Pfaffsettings: Update default MXLOOPS and document.
2011-11-06 Ben PfaffSET: Warn for more obsolete subcommands.
2011-11-06 Ben Pfaffdoc: Remove reference to unimplemented SET PAGER command. 20111106030503/pspp
2011-11-05 Ben Pfafflexer: Rename 'close' to 'destroy' in struct lex_reader... 20111105030502/pspp
2011-11-02 Ben Pfaffgui: Fix spelling error in macro name. 20111102030502/pspp 20111103030503/pspp 20111104030503/pspp
2011-11-02 Ben Pfaffgui: Make .csv available for output export with File...
2011-11-02 Ben Pfaffgui: Fix configuring Unicode box characters.
2011-10-25 John DarringtonNew object: psppire-lex-reader 20111027030503/pspp 20111028030503/pspp 20111029030503/pspp 20111030030503/pspp 20111031030503/pspp 20111101030502/pspp
2011-10-25 John DarringtonRemove duplicate #include lines
2011-10-24 John DarringtonRemove labelling options from Crosstabs GUI 20111025030502/pspp 20111026030501/pspp
2011-10-19 John DarringtonUse variable labels in crosstabs. 20111020030501/pspp 20111021030502/pspp 20111022030501/pspp 20111023030503/pspp 20111024030502/pspp
2011-10-12 John DarringtonRemove redundant error message. 20111013030503/pspp 20111015030501/pspp 20111016030502/pspp 20111017030502/pspp 20111018030502/pspp
2011-10-12 John DarringtonConsolidate some very similar user visible strings
2011-10-12 John DarringtonAdded some missing gettext macros
2011-10-09 John DarringtonFix potential problems with non-literal printf arguments. 20111010030502/pspp 20111011030502/pspp 20111012030502/pspp
2011-10-07 John DarringtonFix incorrectly ordered arguments to xcalloc 20111008030503/pspp 20111009030507/pspp
2011-10-07 John DarringtonFixed a crash in the oneway command
2011-10-06 John DarringtonAdd a warning to GLM until we've sorted out its problems 20111007030502/pspp
2011-10-06 John DarringtonRemove visibility from the univariate analysis menu...
2011-10-05 John DarringtonAdded a base parameter to the interaction_case_hash...
2011-10-05 John DarringtonFix crash on parseing invalid GLM syntax
2011-09-29 John DarringtonImplemented the SET=TNUMBERS subcommand
2011-09-29 John DarringtonOptimisation for the type3 sum of squares procedure
2011-09-29 John DarringtonCorrected example files. Closes bug #34343
2011-09-28 John DarringtonFixed a crash in REGRESSION when there were no non... 20110929030503/pspp 20110930030502/pspp 20111001030502/pspp 20111002030502/pspp 20111003030502/pspp 20111004030502/pspp 20111005030502/pspp 20111006030503/pspp
2011-09-27 John DarringtonMove interaction subset predicates out of glm.c into... 20110927030508/pspp 20110928030501/pspp
2011-09-26 John DarringtonGLM: Add a test for a full factorial anova example
2011-09-26 John DarringtonSmake give correct dependencies where they are well...
2011-09-25 John DarringtonAdded dialog box for univariate anova. 20110926030503/pspp
2011-09-20 John DarringtonFix warnings and remove conditional compilation which... 20110921030502/pspp 20110922030503/pspp 20110923030508/pspp 20110924030502/pspp 20110925030502/pspp
2011-09-18 Jason H StoverFixed type 3 sums of squares for models containing... 20110919030503/pspp 20110920030503/pspp
2011-09-10 John DarringtonAdded a summary introduction to INSTALL, to try to... 20110910091923/pspp 20110911030501/pspp 20110912030508/pspp 20110913030502/pspp 20110914030501/pspp 20110915030502/pspp 20110916030502/pspp 20110917030501/pspp 20110918030502/pspp
2011-09-06 John DarringtonMoved call to gl_NEXT_HEADER outside the conditional. 20110907030508/pspp 20110908030502/pspp 20110909030503/pspp
2011-09-03 John DarringtonFile Open dialog: disable encoding selector when not... 20110904030504/pspp 20110905030503/pspp 20110906030503/pspp
2011-09-03 John DarringtonFilter file choosers by mimetype instead of file name
2011-09-03 John DarringtonAvoid compiler warnings about uninitialised variables.
2011-09-02 John DarringtonFix make makedistcheck and re-organize icon paths. 20110902125922/pspp
2011-08-28 John DarringtonGLM: Disable the interactions option until it actually... 20110901030501/pspp
2011-08-28 John DarringtonAdded an implementation of the median test
2011-08-26 Ben PfaffFix build error if "close" macro is not always visible. 20110826030502/pspp
2011-08-25 Ben Pfaffrange-set: Fix typo in comment. 20110825030503/pspp
2011-08-24 John DarringtonImprove paste to Openoffice.org &c 20110824030501/pspp
2011-08-23 John DarringtonUpdate the recommended gnulib commit, since it contains...
2011-08-23 John DarringtonFix warnings
2011-08-23 Ben Pfaffpo: Add French translation from translationproject.org
2011-08-21 Ben Pfaffgui: Add missing $(DESTDIR) to install rule. 20110822030503/pspp 20110823030503/pspp
2011-08-21 Ben Pfaffglade: Fix building libglade_psppire.
2011-08-20 Matìj Ceplgui: Streamline pspp.desktop 20110821030503/pspp
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-08-19 Ben Pfaffpo: Update Spanish translation from translation-project... 20110819030503/pspp
2011-08-19 Ben Pfaffpo: Update Catalan translation from translation-project...
2011-08-18 Ben Pfaffgui: Ignore the -psn_xxx option passed to Mac desktop...
2011-08-16 Ben PfaffUpgrade to newest Gnulib to help relocatable-prog on... 20110816030503/pspp 20110817030502/pspp 20110818030503/pspp
2011-08-13 John DarringtonAdded an implementation for the One Sample Kolmogorov... 20110814030502/pspp 20110815030503/pspp
2011-08-13 John DarringtonImplemented the KMO and Bartlett test in the FACTOR...
2011-08-13 John DarringtonSet the "local-only" property on GtkFileChooser widgets...
2011-08-06 Ben Pfaffrange-set: Skip some tests on llvm-gcc 4.2. 20110806030502/pspp 20110807030502/pspp 20110808030503/pspp 20110810030501/pspp 20110811030503/pspp 20110812030503/pspp 20110813030502/pspp
2011-07-30 John DarringtonOneway Dialog: Cosmetic Improvements 20110731030502/pspp 20110801030502/pspp 20110802030502/pspp 20110803030502/pspp 20110804030503/pspp 20110805030503/pspp
2011-07-30 John DarringtonNpar K-related Dialog: Cosmetic Improvements
2011-07-30 John DarringtonDescriptives Dialog: Cosmetic Improvements
2011-07-30 John DarringtonBinomial Dialog: Cosmetic Improvements
2011-07-30 John DarringtonRegression Dialog: Cosmetic improvements
2011-07-30 John DarringtonK-Means Dialog: Cosmetic improvements
2011-07-30 John DarringtonCorrelations Dialog: Cosmetic improvements
2011-07-30 John DarringtonFactor Dialog: Add mnemonics
2011-07-30 John DarringtonAdded use-underline and mnemonic-widget properties...
2011-07-30 John DarringtonReplaced the function widget_scanf with a new widget...
2011-07-29 John DarringtonReliability Dialog: Fix broken mnemonics
2011-07-29 John DarringtonPsppireKeypad: Correct the parent class declaration
2011-07-29 John DarringtonFix problem building under Gtk+2.18
2011-07-28 John DarringtonMakefile.am: update location of gitlog-to-changelog...
2011-07-28 John DarringtonChi-square Dialog: Cosmetic changes
2011-07-28 John DarringtonFrequencies Dialog: Cosmetic changes
2011-07-28 John DarringtonCrosstabs Dialog: Cosmetic changes
2011-07-28 John DarringtonFix crash in Correlations 20110729030502/pspp 20110730030502/pspp
2011-07-26 John DarringtonFix memory leak 20110727030501/pspp 20110728030503/pspp
2011-07-26 John Darringtonglm.c: new function design_full to create default inter...
next