pspp
2013-03-22 Ben PfaffFILE HANDLE: Add new ENDS subcommand to control new...
2013-03-18 Ben PfaffSET: Fix format specifier in show_workspace(). 20130318075540/pspp 20130319030509/pspp 20130320030504/pspp 20130321030507/pspp
2013-03-17 John DarringtonFix confusion over workspace units.
2013-03-17 John DarringtonAdded the SHOW WORKSPACE command which was absent.
2013-03-16 John DarringtonDocumentation: Mention the units of the WORKSPACE... 20130317030503/pspp
2013-03-12 Ben PfaffRANK: Fix crash ranking multiple variables without... 20130312030503/pspp 20130313030511/pspp 20130314030502/pspp 20130315030502/pspp 20130316030504/pspp
2013-03-12 Ben PfaffFix warnings introduced by minor type errors in recentl...
2013-03-09 John DarringtonAdded a (non-shipped) gui test-program to test spreadsh... 20130310030504/pspp 20130311030504/pspp
2013-03-09 John DarringtonRef count the gnumeric reader
2013-03-09 John Darringtonmain.c: Replaced macro with a static const
2013-03-08 John DarringtonNew module: psppire-spreadsheet-model.c 20130309030511/pspp
2013-03-08 John DarringtonFix remaining leaks in Gnumeric reader
2013-03-08 John DarringtonFixed some more errors in the spreadsheet readers
2013-03-07 John Darringtonzip-reader.c: Fix memory leak 20130308030505/pspp
2013-03-07 John Darringtonzip-test.c: Remove erroneous call to zip_member_unref
2013-03-07 John Darringtonzip-reader.c: Replace [cm]alloc by their x*alloc counte...
2013-03-05 John DarringtonFixed crash reading ODS spreadsheets and added a test... 20130305030502/pspp 20130306030504/pspp 20130307030505/pspp
2013-03-04 John DarringtonAdded a feature to read the meta data from spreadsheet...
2013-02-18 John DarringtonZip Reader: Take members from the index if they exist. 20130218030502/pspp 20130219030502/pspp 20130220030503/pspp 20130221030502/pspp 20130222030502/pspp 20130223030503/pspp 20130224030502/pspp 20130225030503/pspp 20130226030506/pspp 20130227030504/pspp 20130228030505/pspp 20130301030502/pspp 20130302030503/pspp 20130303030506/pspp 20130304030502/pspp
2013-02-16 John DarringtonFixed a bug reading gnumeric files. 20130217030503/pspp
2013-02-13 John DarringtonExamine vs. Boxplots: Avoid labels overlapping one... 20130214030508/pspp 20130215030508/pspp 20130216030504/pspp
2013-02-12 John DarringtonOutput Viewer Export: Automatically append filename... 20130213030508/pspp
2013-02-09 John DarringtonREGRESSION: Added mention of the dependent variable... 20130210030503/pspp 20130211030502/pspp 20130212030504/pspp
2013-02-05 John DarringtonFixed compiler warning placement-parser.c 20130206030505/pspp 20130207030503/pspp 20130208030503/pspp 20130209030504/pspp
2013-02-02 Ben Pfaffcasereader: Remove casereader_split() function. 20130203030502/pspp 20130204030505/pspp 20130205030507/pspp
2013-02-01 Ben PfaffRANK: Add support for temporary transformations.
2013-02-01 Ben PfaffRANK: Adopt a new ranking implementation.
2013-02-01 Ben PfaffRANK: Create all variables together, in order.
2013-01-31 Ben PfaffRANK: Simplify rank_sorted_file() with new function...
2013-01-31 Ben PfaffRANK: Simplify fraction_name() function.
2013-01-31 Ben PfaffRANK: Put #include directives into typical order.
2013-01-31 Ben PfaffRANK: Remove write-only struct member 'ascending'.
2013-01-31 Ben PfaffRANK: Lowercase the name of "enum RANK_FUNC".
2013-01-31 Ben Pfafftransformations: Relax the rules for transformation...
2013-01-29 Ben Pfaffsubcase: New function subcase_add_vars_always().
2013-01-29 Ben Pfaffcasegrouper: Add comments.
2013-01-28 John DarringtonEnsure that RELIABILITY is always fully constructed. 20130129030504/pspp 20130130030502/pspp 20130131030506/pspp 20130201030505/pspp 20130202030503/pspp
2013-01-25 John DarringtonReliability: Fix crash on invalid syntax 20130126030502/pspp 20130127030503/pspp 20130128030503/pspp
2013-01-20 John DarringtonImprove the printing size on Windows. 20130121030513/pspp 20130122030515/pspp 20130123030508/pspp 20130124030506/pspp 20130125030503/pspp
2013-01-20 John DarringtonFix xr to point unit conversion in cairo output driver.
2013-01-20 John DarringtonOutput window: properly handle the dispose/finalisation
2013-01-17 Ben PfaffDocument and implement "precision record" in portable... 20130117030512/pspp 20130118030503/pspp 20130119030502/pspp 20130120030506/pspp
2013-01-15 John DarringtonRemove configure flag --enable-anachronistic-dependencies 20130116030504/pspp
2013-01-12 Ben Pfafflexer: Generalize lex_match_phrase() to handle any... 20130113030506/pspp 20130114030505/pspp 20130115030506/pspp
2013-01-12 Ben Pfaffscan: Introduce string_lexer for simple tokenizing...
2013-01-12 Ben Pfaffsegment: Don't require the input to end in a new-line.
2013-01-12 Ben Pfaffsegment: Separate SEG_N_TYPES from enum segment_type.
2013-01-12 Ben Pfaffidentifier: Make lex_id_get_length() handle Unicode.
2013-01-12 Ben Pfaffcairo: Include command name in error messages.
2013-01-12 John DarringtonGnumeric Reader: Set dictionary to NULL on error
2013-01-12 John DarringtonSimplify creation of pango layout in xr driver. 20130112030502/pspp
2013-01-10 Ben Pfaffdoc: Better describe the meaning of THRU in the RECODE... 20130110030505/pspp 20130110082819/pspp 20130111030503/pspp 20130111085253/pspp
2013-01-10 Ben Pfaffdoc: Improve formatting of RECODE command description.
2013-01-06 John DarringtonFixed a bug reading gnumeric files. 20130107030506/pspp 20130108100915/pspp 20130109030502/pspp
2013-01-06 John DarringtonGET DATA: Produce explicit error on invalid sheet index.
2013-01-06 John DarringtonGET DATA: Add error message on incorrect syntax
2013-01-05 John DarringtonGnumeric reader: Avoid potential crash reading invalid... 20130106030502/pspp
2013-01-04 Ben Pfaffidentifier: Broaden the class of characters allowed... 20130104030504/pspp 20130105030504/pspp
2013-01-02 Ben Pfaffexpressions: Fix dependency on current year in tests. 20130102030504/pspp 20130103030502/pspp
2013-01-02 Ben Pfaffvariable: Remove 'aux' member from struct variable.
2013-01-02 Ben Pfaffperl-module: Drop use of variable aux data.
2013-01-02 Ben Pfaffperl-module: Put struct dictionary inside a wrapper...
2013-01-02 Ben Pfaffperl-module: Rename sysfile_info to syswriter_info.
2013-01-02 Ben Pfaffcase-map: Drop use of variable aux data.
2013-01-02 Ben PfaffCROSSTABS: Drop use of variable aux data.
2013-01-02 Ben Pfaffhmap: New interfaces for iterating a bucket without...
2013-01-01 John DarringtonUpdate tests to reflect change in EXAMINE / EXTREME...
2013-01-01 John DarringtonFix bug #37984 - EXAMINE extremes vs. fractional weights.
2012-12-31 John DarringtonRemove assertions which compare the sum of weights... 20130101030509/pspp
2012-12-28 Ben Pfaffcsv-file-writer: Fix implementation of decimal point... 20121228030502/pspp 20121229030503/pspp 20121230030503/pspp 20121231030505/pspp
2012-12-28 Ben Pfaffi18n: New functions for UTF-8 case conversion.
2012-12-28 Ben PfaffUse UTF-8 case-insensitive hashes and comparisons for...
2012-12-28 Ben PfaffUse "C" locale comparisons for language constructs.
2012-12-26 John DarringtonFixed crash parsing NPAR CHISQUARE 20121227030502/pspp
2012-12-26 John DarringtonSet the LC_NUMERIC locale category on startup.
2012-12-25 John Darringtonselect cases dialog: Fix syntax generation issues when... 20121226030505/pspp
2012-12-25 John DarringtonAggregate dialog: Fix locale dependent syntax generation
2012-12-25 John DarringtonOneway dialog: Fix locale dependent syntax generation...
2012-12-25 John DarringtonT-TEST dialogs: Fixe locale dependent issues
2012-12-25 John DarringtonChi-Square Dialog: Fix locale dependent issues
2012-12-25 John DarringtonCount Dialog and Recode Dialog: Make syntax generation... 20121225030501/pspp
2012-12-25 John DarringtonBinomial Dialog: Make syntax generation locale independent
2012-12-25 John DarringtonFrequencies Dialog: Make the syntax generator locale...
2012-12-25 Ben PfaffPRINT: Support ENCODING subcommand.
2012-12-25 Ben Pfaffplacement-parser: New public function parse_column().
2012-12-25 Ben Pfaffplacement-parser: Don't allow "/" as a FORTRAN input...
2012-12-25 Ben Pfaffu8-line: Add new u8_line_set_length() function.
2012-12-25 Ben Pfaffu8-line: Factor out new library for composing lines...
2012-12-25 Ben PfaffAUTORECODE: Fix incorrect #include.
2012-12-24 John DarringtonReplace dtoastr with c_dtoastr where appropriate
2012-12-24 John DarringtonNew wrapper function c_dtoastr.
2012-12-23 John DarringtonFactor dialog: use locale independent syntax generator
2012-12-23 John DarringtonAutorecode: use locale independent printf function
2012-12-23 John DarringtonLogistic Regression GUI: make locale independent.
2012-12-23 John Darringtonsyntax-gen.c (syntax_gen_pspp_valist): Add new %g directive
2012-12-23 John Darringtonpsppire-var-view.c: New function psppire_var_view_appen...
2012-12-23 John Darringtonstr.c: New functions ds_put_c_vformat and ds_put_c_format
2012-12-22 Ben Pfaffglade: Add #include <config.h>. 20121223030502/pspp
2012-12-22 Ben PfaffUPDATE: Do not update from missing values in transactio...
2012-12-22 Ben Pfaffcombine-files: Break apart apply_file_case_and_advance().
next