pspp-builds.git
2010-04-13 Ben PfaffAUTORECODE: Use "union value" instead of custom "union...
2010-04-13 Ben PfaffAUTORECODE: Fix indentation.
2010-04-13 Ben Pfaffvariable-parser: Implement PV_NO_DUPLICATE.
2010-04-13 Ben Pfaffvariable-parser: Eliminate use of old hash table data...
2010-04-12 Ben PfaffAdd case-insensitive string set.
2010-04-12 Ben Pfaffvalue: New function value_clone_pool().
2010-04-12 Ben Pfaffdictionary: Use hmap instead of older hsh_table.
2010-04-12 Ben Pfaffhmapx: New function hmapx_clear().
2010-04-12 Ben Pfaffhmap: New function hmap_clear().
2010-04-12 Ben Pfaffvariable: Remove unneeded assertions.
2010-04-12 Ben Pfaffdictionary: Remove unneeded assertions.
2010-04-12 Ben Pfaffvardict: Make vardict opaque to variable code.
2010-04-12 Ben PfaffMake struct variable refer to struct vardict through...
2010-04-12 Ben PfaffMake "internal variables" part of a dictionary.
2010-04-12 Ben Pfaffvariable: Introduce and use new function var_get_encodi...
2010-04-12 Ben Pfaffdictionary: Fix memory leak in dict_set_encoding().
2010-04-12 Ben Pfaffdictionary: Fix potential access beyond allocated memory.
2010-04-08 Ben PfaffGet rid of unnecessary uses of var_get_dict_index().
2010-04-08 Ben Pfaffhash-functions: New function hash_pointer().
2010-03-27 Ben Pfaffexamples: Remove obsolete Makefile.am.
2010-03-26 Ben PfaffUpdate to most recent gnulib.
2010-03-26 Ben Pfaffdict: Make dict_clone_var(), dict_clone_var_assert...
2010-03-22 Ben Pfaffbt: Improve code formatting.
2010-03-22 Ben Pfaffbt: New function bt_is_empty().
2010-03-22 Ben Pfaffpsppire: Use default GTK+ font in output shown in GUI.
2010-03-20 Ben PfaffFREQUENCIES: Simplify code for sorting the frequency...
2010-03-19 Ben PfaffFREQUENCIES: Get rid of final (non-const) file-scope...
2010-03-19 Ben PfaffFREQUENCIES: Move file-scope variables for charts into...
2010-03-19 Ben PfaffFREQUENCIES: Move file-scope variables for stats into...
2010-03-19 Ben PfaffFREQUENCIES: Move file-scope variables for percentiles...
2010-03-18 Ben PfaffFREQUENCIES: Move file-scope variable syntax_pool into...
2010-03-18 Ben PfaffFREQUENCIES: Eliminate file-scope variables n_variables...
2010-03-18 Ben PfaffFREQUENCIES: Get rid of unused data_pool.
2010-03-18 Ben PfaffFREQUENCIES: Capitalize names of enums.
2010-03-17 Ben PfaffFREQUENCIES: Use newer hmap library instead of older...
2010-03-17 Ben Pfaffvalue: New function value_clone().
2010-03-17 Ben Pfaffarray: Fix indentation.
2010-03-17 Ben PfaffINSTALL: libintl is also required.
2010-03-17 Ben PfaffINSTALL: Remove duplicate pkg-config requirement.
2010-03-14 Ben Pfaffgui: Add charts, additional formatting feature to FREQU...
2010-03-14 Ben Pfafftests: Integrate FREQUENCIES tests into Autotest testsuite.
2010-03-14 Ben PfaffFREQUENCIES: Modernize syntax and improve chart support.
2010-03-13 Ben PfaffFREQUENCIES: Use Freedman-Diaconis formula to choose...
2010-03-13 Ben PfaffFREQUENCIES: Add ability to calculating percentiles...
2010-03-13 Ben Pfafftab: Add debugging checks to tab_hline() to match those...
2010-03-10 Ben PfaffFREQUENCIES: Fix spelling error in dialog box text.
2010-03-10 Ben PfaffDESCRIPTIVES: In GUI, generate Z scores immediately...
2010-03-10 Ben Pfaffgui: Fix build problem (missing header #include).
2010-03-10 Ben Pfaffgui: Merge File|Open|Syntax and File|Open|Data into...
2010-03-10 Ben PfaffFREQUENCIES: Choose number of bins for histogram based...
2010-03-10 Ben Pfaffconfigure: Check for glib-genmarshal program at configu...
2010-03-09 Ben PfaffCROSSTABS: Make 3-way crosstabulation work reasonably.
2010-03-09 Ben Pfafftab: Drop redundant assertions.
2010-03-09 Ben Pfafftests: Fix bug in NPAR TESTS subtest for CHISQUARE...
2010-03-06 Ben PfaffCROSSTABS: Rewrite tests in Autotest and add test for...
2010-03-06 Ben Pfaffterminal UI: Fix circumstances when errors should be...
2010-03-06 Ben PfaffCROSSTABS: Initialize hash tables for every split,...
2010-03-02 Ben Pfaffprocedure: Fix LIST procedure (and others) in GUI.
2010-03-02 Ben Pfaffcasereader: Factor buffering shim out into separate...
2010-02-26 Ben Pfaffconfigure: Always apply zlib crc32() rename fix.
2010-02-26 Ben Pfaffgui: Save positions of windows only when they are closed.
2010-02-25 Ben Pfaffpo: Update Dutch translation.
2010-02-24 Ben PfaffFix zlib problem introduced by linking against gnulib...
2010-02-24 Ben Pfaffodt: Remove dependency on external "zip" program.
2010-02-21 Ben Pfaffcsv: Fix setting output file name.
2010-02-20 Ben Pfaffgui: Fix File|Export in output viewer.
2010-02-20 Ben Pfaffgui: Suggest viewing the user manual online if starting...
2010-02-20 Ben PfaffAUTHORS, THANKS: Add additional credits for translators.
2010-02-20 Ben PfaffRemove obsolete TODO file.
2010-02-20 Ben Pfaffgnumeric-reader: Avoid convert_xml_string_to_value...
2010-02-20 Ben PfaffNPAR TESTS: Avoid segfault in do_summary_box() if descr...
2010-02-20 Ben Pfaffq2c: Mark functions that do not return NO_RETURN.
2010-02-20 Ben Pfaffq2c: Fix format string errors.
2010-02-20 Ben PfaffFix format string errors.
2010-02-20 Ben PfaffFREQUENCIES: Fix corner case for histogram calculation.
2010-02-20 Ben Pfaffgui: Fix theoretical comparison against garbage pointer.
2010-02-20 Ben Pfaffgui: Fix null pointer dereference in get_object_assert().
2010-02-20 Ben Pfaffmoments: Fix null pointer dereference in calc_moments().
2010-02-20 Ben PfaffMISSING VALUES: Fix free of indeterminate pointer.
2010-02-20 Ben PfaffBuild the ODT driver only if libxml2 is available.
2010-02-20 Ben Pfaffdoc: Do not remove pspp.xml upon "make distclean".
2010-02-16 Ben Pfafftestsuite: Don't check pspp version with AT_TESTED.
2010-02-15 Ben Pfaffperl-module: Automatically update PSPP.pm version numbe...
2010-02-15 Ben PfaffFACTOR: Avoid freeing indeterminate pointer.
2010-02-15 Ben Pfaffconfigure.ac: Update version number to 0.7.4 to release... v0.7.4
2010-02-15 Ben PfaffAllow more version number flexibility, by using Automak...
2010-02-13 Ben PfaffRELIABILITY: Make expected test results reflect "N...
2010-02-13 Ben PfaffInclude the .glade files in pspp.pot, not just the...
2010-02-13 Ben PfaffRELIABILITY: Consistently capitalize "N of Items".
2010-02-12 Ben PfaffFACTOR: Mark translatable string as not a printf format...
2010-02-12 Ben Pfaffodt: Restore writing creator metadata.
2010-02-11 Ben PfaffSmake: Add mkdtemp module, used by odt output driver.
2010-02-10 Ben Pfafflevene: Write null pointers as NULL instead of as 0.
2010-02-10 Ben Pfaffgui: Remove write-only variable 'new_type' from on_var_...
2010-02-10 Ben Pfaffoutput: Support --without-cairo.
2010-02-10 Ben Pfaffodt: Remove dependency on <pwd.h> because mingw32 does...
2010-02-09 Ben Pfaffhmap-test: Disable ordered insert tests on GCC 4.3.
2010-02-09 Ben PfaffSmake: Remove unused gethostname, getlogin_r, strsep...
2010-02-08 Ben Pfaffoutput: Phrase output driver error messages more consis...
2010-02-08 Ben PfaffMerge "output" into "master"
next