pspp-builds.git
2006-12-23 John DarringtonCleaned up GUI, by objectifying the data editor. Remov...
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
2006-12-22 John DarringtonChecked in missed file. Thanks to Ben Pfaff for the...
2006-12-22 John DarringtonAdded abstract factory to create casefiles. Updated...
2006-12-22 John DarringtonFixed bug #17420 (table columns exceeded with /FORMAT...
2006-12-22 Ben PfaffImplement DELETE VARIABLES.
2006-12-21 John DarringtonRe-added the stock-ids for the custom icons, which...
2006-12-21 Ben PfaffAdd comment that ll_sort is stable,
2006-12-20 John DarringtonRemoved 'Written by John Darrington' lines which got...
2006-12-20 Ben PfaffFix bugs in LOOP.
2006-12-20 John DarringtonImplemented flexifilereader_cnum.
2006-12-20 John DarringtonImplemented the NPAR TESTS command.
2006-12-19 Ben PfaffMake it possible to pull cases from the active file...
2006-12-18 Ben PfaffDelete obsolete items.
2006-12-17 John DarringtonAdded the ability to run syntax from the syntax editor.
2006-12-16 Jason Stoverremoved "Written by..." line
2006-12-16 Ben PfaffDon't assume that ALIGN_* and GTK_JUSTIFY_* values...
2006-12-16 Ben PfaffDon't assume that MEASURE_* and ALIGN_* have the same...
2006-12-16 Ben PfaffFix test to allow string grouping variables on RANK.
2006-12-16 Ben PfaffAllow RANK grouping variables to be strings. Fixes...
2006-12-16 Ben PfaffReverse order of arguments to DATEDIFF, for compatibili...
2006-12-16 John DarringtonRemoved my authorship lines.
2006-12-16 John DarringtonCommitted patch #5636
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-14 Ben PfaffMention that pkg-config is needed.
2006-12-14 John DarringtonMade src/language into one big library. Closes patch...
2006-12-14 Ben PfaffAdditionally verify that input files have equal number...
2006-12-14 Ben PfaffFix punctuation in error message.
2006-12-14 Ben PfaffImplement DATESUM, DATEDIFF functions.
2006-12-12 John DarringtonFixed bugs which crept in with the variable encapsulati...
2006-12-11 Ben PfaffThis patch adds the VALUELABEL function for use in...
2006-12-11 Ben Pfaff * value-labels.c (hash_int_val_lab): Only hash as...
2006-12-11 Ben PfaffRewrite system file reader code, to clean up and improve.
2006-12-10 Ben PfaffDocument that the character_code field can be a Windows...
2006-12-10 Ben Pfaff * command-line.c (pre_syntax_message): Use term "synta...
2006-12-10 John DarringtonPatch #5623
2006-12-10 Ben Pfaff * repeat.c (parse_lines): Issue an error when attempti...
2006-12-10 Ben Pfaff * file-name.c (fn_search_path): Remove prefix arg...
2006-12-10 Ben Pfaff * format.c (fmt_dollar_template): Use user's decimal...
2006-12-10 Ben PfaffNew function fmt_dollar_template based on pspp-dev...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-10 John DarringtonAvoided comparison of string variables to SYSMIS
2006-12-10 Ben PfaffIgnore cscope files.
2006-12-08 John DarringtonMemory leak patrol and minor cleanups.
2006-12-08 Ben PfaffUse gsl_finite from GSL, which is portable, instead...
2006-12-07 John DarringtonRemoved mutual dependency between libpspp and data
2006-12-07 John DarringtonAdded a syntax editor to the GUI.
2006-12-07 John DarringtonFixed memory leak.
2006-12-07 John DarringtonChanged factors' independent variables to be copies...
2006-12-07 Ben PfaffRemove blank page.
2006-12-07 Ben PfaffCompare variable pointers instead of variable indexes.
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-12-05 John DarringtonApplied patch #5611
2006-12-05 Ben Pfaff * missing-values.c (mv_resize): Don't write beyond...
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-12-02 Ben PfaffRemove redundant parentheses.
2006-12-01 Ben Pfaff * compute.c: Fix bug #17422, which reports that a...
2006-12-01 Ben PfaffProperly handle empty DO REPEAT...END REPEAT block...
2006-12-01 Ben Pfaff * statistics.texi: Document charts supported by FREQUE...
2006-12-01 Ben Pfaff * value-labels.c (get_label): Allow commas between...
2006-12-01 Ben PfaffFix indentation.
2006-12-01 Ben PfaffProperly handle empty DO REPEAT...END REPEAT block...
2006-12-01 Ben Pfaff * inpt-pgm.c (cmd_reread): Always return error code...
2006-11-30 John Darringtondeleted some commented out code.
2006-11-29 John DarringtonOops. committing new files
2006-11-29 John DarringtonApplying patch #5562
2006-11-29 John DarringtonFixed make distcheck
2006-11-28 John DarringtonFixed documentation problems
2006-11-27 Ben PfaffAdd note about Texinfo.
2006-11-26 Ben PfaffFix some table formatting.
2006-11-26 Ben PfaffList Texinfo 4.7 or later as optional.
2006-11-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-11-25 John DarringtonAdded whitespace and plugged memory leak.
2006-11-22 Ben PfaffFix race condition in tests/bugs/signals.sh.
2006-11-22 Ben PfaffHOST command needs F_KEEP_FINAL_TOKEN.
2006-11-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-19 Ben PfaffFix grammar in comment.
2006-11-18 Ben PfaffReplace several similar lines by one line inside DO...
2006-11-16 John DarringtonApply patch #5561. Connect debugger on error.
2006-11-14 John DarringtonFixed bug which crept in with the recent lexer changes.
2006-11-14 John DarringtonPlugged some small memory leaks
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-11 Ben PfaffFix buffer overflow reported by John Darrington.
2006-11-11 Ben PfaffImplement SKIP keyword on DATA LIST. Fixes bug #17099.
2006-11-07 John DarringtonCommitted patch #5524, which allows the message destina...
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-11-05 John DarringtonAdded casefilter structure to assist with missing value...
2006-11-04 Ben Pfaff * msg-ui.c (handle_msg): Only write message to terminal if
2006-11-04 Ben PfaffImplement SET ERRORS, SHOW ERRORS.
2006-11-03 John DarringtonUpdated the docs and the parser for EXAMINE to make...
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-11-02 Ben Pfaff * sys-file-info.c: (cmd_display) Use compare_var_ptr_n...
2006-11-01 Ben PfaffRemove num_to_string() function, because it is not...
2006-11-01 Ben PfaffTue Oct 31 19:29:05 2006 Ben Pfaff <blp@gnu.org>
2006-11-01 Ben PfaffAdd missing "#include <config.h>".
2006-11-01 Ben PfaffTue Oct 31 18:21:48 2006 Ben Pfaff <blp@gnu.org>
2006-11-01 Ben PfaffFix error messages and comment.
2006-10-29 Ben PfaffSun Oct 29 14:08:53 2006 Ben Pfaff <blp@gnu.org>
2006-10-29 Ben PfaffReduce verbosity of ll-test, llx-test output.
2006-10-29 John DarringtonMore constness
next