pspp
2010-05-03 Ben Pfaffwork on pivot table and FREQUENCIES usage pivot-table
2010-05-03 Ben PfaffCROSSTABS: make sort-based crosstabs work
2010-05-03 Ben PfaffFREQUENCIES: Refactor frequency counting with sorting...
2010-05-03 Ben Pfaffsubcase
2010-05-03 Ben Pfaffsubcase: Add more functions.
2010-05-03 Ben Pfaffsubcase: New functions subcase_concat() and subcase_con...
2010-05-03 Ben Pfaffsort: New function sort_distinct_execute().
2010-05-03 Ben Pfaffsort: Add support for combining cases with identical...
2010-05-03 Ben Pfaffsort: Change priority queue implementation from heap...
2010-05-03 Ben PfaffCROSSTABS: Merge functions into cmd_crosstabs(). 20100503040521/pspp 20100504040524/pspp 20100505040503/pspp
2010-05-03 Ben PfaffFREQUENCIES: Refactor and simplify percentiles calculat...
2010-05-03 Ben PfaffTake advantage of Gnulib configmake module.
2010-05-02 John DarringtonConvert syntax files to UTF-8 before loading them.
2010-05-02 Ben PfaffUse ftello() and fseeko() instead of ftell() and fseek... 20100502040503/pspp
2010-05-02 Ben PfaffImplement MRSETS command. 20100501191104/pspp
2010-05-01 Ben Pfaffdissect-sysfile: Print contents of extension records...
2010-05-01 Ben PfaffNew stringi_set functions.
2010-05-01 Ben PfaffNew case-insensitive string map data structure.
2010-04-24 Ben Pfaffperl-module: Add --without-perl-module configure flag. 20100425040504/pspp 20100426040504/pspp 20100427040521/pspp 20100428040521/pspp 20100430040522/pspp 20100501040520/pspp
2010-04-24 Ben Pfaffcairo-chart: Fix Pango version check.
2010-04-22 Ben PfaffDocument system file record type 7, subtype 16 as 64... 20100422040528/pspp 20100423040516/pspp 20100424040522/pspp
2010-04-22 Ben Pfaffinteger-format: Support 64-bit integers in integer_get().
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-16 Ben Pfaffconfigure: Improve check for PostgreSQL's libpq. 20100419040522/pspp
2010-04-16 Ben PfaffMove definition of UI_FILES out of HAVE_GUI. 20100416040523/pspp
2010-04-16 Ben Pfaffconfigure.ac: Define DEPENDS_ON_LIBINTL if LIBINTL...
2010-04-16 Ben Pfaffconfigure.ac: Restore use of AM_GNU_GETTEXT.
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-04-14 Ben Pfaffshort-names: Eliminate use of old hash table data struc... 20100414040503/pspp
2010-04-13 Ben PfaffAGGREGATE: Convert tests to use Autotest. 20100413040518/pspp
2010-04-13 Ben PfaffDESCRIPTIVES: Convert tests to use Autotest.
2010-04-13 Ben PfaffCOMPUTE: Convert tests to use Autotest.
2010-04-13 Ben PfaffRECODE: Convert tests to use Autotest.
2010-04-13 Ben PfaffAUTORECODE: Eliminate use of old hash table implementation.
2010-04-13 Ben PfaffAUTORECODE: Use Autotest for test suite.
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. 20100412040508/pspp
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(). 20100408040503/pspp 20100409040510/pspp 20100410040506/pspp 20100411040529/pspp
2010-04-08 Ben Pfaffhash-functions: New function hash_pointer().
2010-03-27 Ben Pfaffexamples: Remove obsolete Makefile.am. 20100328040511/pspp 20100329040507/pspp 20100330040524/pspp 20100331040505/pspp 20100401040502/pspp 20100402040502/pspp 20100403040502/pspp 20100404040505/pspp 20100405040503/pspp 20100406040528/pspp 20100407040507/pspp
2010-03-26 Ben PfaffUpdate to most recent gnulib. 20100326040502/pspp 20100327040513/pspp
2010-03-26 Ben Pfaffdict: Make dict_clone_var(), dict_clone_var_assert...
2010-03-22 Ben Pfaffbt: Improve code formatting. 20100322040515/pspp 20100323040521/pspp 20100324040506/pspp
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... 20100320040502/pspp 20100321040506/pspp
2010-03-19 Ben PfaffFREQUENCIES: Get rid of final (non-const) file-scope... 20100319040503/pspp
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... 20100318040503/pspp
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... 20100317040506/pspp
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... 20100314040516/pspp 20100315040510/pspp 20100316040524/pspp
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. 20100311040503/pspp 20100312040506/pspp 20100313040505/pspp
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... 20100310040505/pspp
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. 20100309040527/pspp
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... 20100307040504/pspp 20100308040506/pspp
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. 20100302040526/pspp 20100303040503/pspp 20100304040503/pspp 20100305040503/pspp 20100306040503/pspp
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. 20100227040506/pspp 20100228040509/pspp 20100301040511/pspp
2010-02-25 Ben Pfaffpo: Update Dutch translation. 20100225040506/pspp 20100226040508/pspp
next