pspp-builds.git
2009-07-09 Ben PfaffRelease PSPP 0.6.2-pre4. v0.6.2-pre4
2009-07-09 Ben PfaffUpdate to latest nl.po.
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 DarringtonRemove erroneously commited diagnostic statement
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.
2009-07-07 John DarringtonFix compile warnings
2009-07-07 John DarringtonFix bug in value labels dialog box
2009-07-07 John DarringtonAdd dictionary argument to tab_value.
2009-07-06 John DarringtonRecode strings when writing system files.
2009-07-06 John DarringtonFix crash when opening empty dataset
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
2009-07-05 Ben Pfaffoutput: Make box-whisker plots work again.
2009-07-05 John DarringtonChange enum legacy_encoding to const char *.
2009-07-05 John DarringtonStore variable names, labels and value labels as UTF8.
2009-07-03 Ben PfaffRelease PSPP 0.6.2-pre3. v0.6.2-pre3
2009-07-03 Ben PfaffAdd Dutch translation.
2009-07-03 Ben PfaffFix segfault drawing pie charts with old versions of...
2009-07-03 Ben PfaffRelease PSPP 0.6.2-pre2. v0.6.2-pre2
2009-07-03 John DarringtonCorrect default_output_path function on Windows.
2009-07-03 John DarringtonEnsure that windows opens the right file for output.
2009-07-03 Ben PfaffRelocate the locale directory.
2009-07-02 Ben Pfaffoutput: Refactor implementation of charts.
2009-07-02 Ben PfaffRelease PSPP 0.6.2 prerelease 1. v0.6.2-pre1
2009-07-02 Ben Pfaffchart: Fix format string issues in draw_tick callers.
2009-07-02 Ben Pfaffchart: Fix format string issues in chart_write_title...
2009-07-02 Ben Pfaffchart: Fix format string issues in draw_tick callers.
2009-07-02 Ben Pfaffchart: Fix format string issues in chart_write_title...
2009-07-02 Ben Pfaffpiechart: Change 'angle' variable from static to automatic.
2009-07-02 Ben Pfaffpiechart: Fix spelling of "magnitude".
2009-07-02 Ben Pfaffpiechart: Use definition of M_PI from GSL.
2009-07-01 Ben Pfaffoutput: Get rid of 'prc' member of struct outp_driver.
2009-07-01 Ben PfaffLIST: Don't use outp_driver 'prc' member any longer.
2009-07-01 Ben Pfaffoutput: Get rid of histogram_plot_n function.
2009-07-01 Ben Pfaffoutput: Fix segfault for writing output outside a comma...
2009-06-29 Ben Pfaffoutput: Avoid functions added in GTK 2.14 in GUI output...
2009-06-29 Ben Pfaffoutput: Reduce Cairo minimum version to 1.5.
2009-06-27 Ben Pfaffoutput: Make double-clicking in GUI output overview...
2009-06-27 Ben Pfaffoutput: Give the overview pane in the GUI output a...
2009-06-27 Ben Pfaffoutput: Improve title display in overview pane of GUI...
2009-06-25 John DarringtonFix bugs when input data is repeated
2009-06-24 John DarringtonAdded second ROC test
2009-06-24 Ben Pfaffoutput: Add overview pane to GUI output window.
2009-06-23 Ben Pfaffoutput: Include command names in titles in GUI output.
2009-06-22 Ben Pfaffcrosstabs: Fix free of bad pointer and use-after-free...
2009-06-21 Ben Pfaffoutput: Use "base" color for background in GUI output...
2009-06-21 Ben Pfaffoutput: Use gtk_widget_show_all instead of gtk_widget_s...
2009-06-21 Ben Pfaffoutput: Make GUI output window scrollable.
2009-06-20 Ben Pfaffoutput: Implement very rudimentary graphical GUI output...
2009-06-20 Ben Pfaffoutput: Make tables reference-counted.
2009-06-20 Ben Pfaffoutput: Improve warnings about negative table dimensions.
2009-06-20 Ben Pfaffoutput: Make outp_parse_options slightly more general...
2009-06-20 Ben PfaffMake the UTF-8 graphic devices avoid overstriking by...
2009-06-18 Ben PfaffAdd Unicode (UTF-8) line-drawing support to device...
2009-06-18 Ben Pfaffsys-file-reader: Don't warn if compression bias field...
2009-06-18 Ben Pfaffpor-file-reader: Tolerate short lines when detecting...
2009-06-17 Ben Pfaffoutput: Make allocating and freeing drivers independent...
2009-06-16 Jason H StoverRenamed interaction_variable_get_var to interaction_get...
2009-06-16 Ben Pfaffcairo: Use default Cairo scale factor.
2009-06-16 Ben Pfaffoutput: Make global variables less global.
2009-06-15 John DarringtonAdd new functions to define subcase orderings.
2009-06-15 Ben Pfaffsparse-xarray: Add missing #include <limits.h>.
2009-06-15 Ben Pfaffsparse-xarray: Add missing #include <limits.h>.
2009-06-15 Ben Pfaffoutput: Make table dimension functions work in arbitrar...
2009-06-15 Ben PfaffAllow variables created by var_create_internal to have...
2009-06-14 John DarringtonFix compile warning
2009-06-13 John DarringtonAdded code to plot the ROC curve
2009-06-13 Ben Pfaffoutput: Use "struct string" in tabi_title in place...
2009-06-12 Ben PfaffGet rid of most global variables in outputting tables.
2009-06-12 Ben Pfaffcairo: Fix values of prop_em_width, fixed_width.
2009-06-12 Ben Pfaffoutput: Get rid of unused SOM_ROW, SOM_COLUMN enums.
2009-06-12 Ben Pfaffoutput: Get rid of unused members of struct som_table_c...
2009-06-12 Ben Pfaffoutput: Remove static variables from manager code.
2009-06-12 Ben Pfafftable: Replace macros by inline functions, to improve...
2009-06-12 Ben PfaffFix type mismatch between value_hash prototype and...
2009-06-12 Ben PfaffFix type mismatch between value_hash prototype and...
2009-06-12 Ben PfaffDrop call to deleted function value_cnt_from_width...
2009-06-11 Jason H StoverFixed crash caused by regressing with categorical variables
2009-06-11 John DarringtonAdded code to generate the ROC cutpoint tables.
2009-06-11 John DarringtonAdd check that input to casereader_create_distinct...
2009-06-10 John DarringtonFix bug when positive and negative groups are of differ...
2009-06-10 John DarringtonAdd framework for ROC summary table
2009-06-10 John DarringtonUse the requested method for calculating the ROC AUC...
2009-06-10 John DarringtonAdded basic calculation and display of area under the...
2009-06-10 John DarringtonAdded test for the ROC command
2009-06-10 John DarringtonAdded a new casereader translator to consolodate cases.
2009-06-10 John DarringtonAdded stub for ROC computation
2009-06-09 John DarringtonFixed bug inserting cases in data sheet.
2009-06-09 John DarringtonAdded documentation for the ROC command
2009-06-09 John DarringtonAdded parser for the ROC command.
2009-06-09 John DarringtonSupport mult-data charts and legend.
2009-06-09 Ben Pfaffcairo: Fix header box drawing.
2009-06-09 Ben Pfaffcairo: Set line width.
2009-06-08 Ben Pfaffoutput: Add initial support for PSPP output via Cairo.
2009-06-08 Ben PfaffFix handling of #! at beginning of PSPP syntax file...
next