pspp-builds.git
2007-01-04 John DarringtonAdded psppire-dialog and psppire-buttonbox widgets.
2007-01-03 John DarringtonAdded callback for when the weights on a dictionary...
2007-01-01 John DarringtonApplied patch #5653, which adds callbacks to dataset...
2006-12-30 John DarringtonUpdated the about box to work properly with Gtk+2.10
2006-12-30 John DarringtonUpdated names of widgets in menubar
2006-12-29 John DarringtonReplaced GtkStatusBar with a custom one more suited...
2006-12-28 John DarringtonRe-added Data->Insert_Variable menu item
2006-12-28 John DarringtonAdded a "Windows" menu, and a "minimise all windows...
2006-12-27 John DarringtonAdded menuitem to display the PSPP reference manual.
2006-12-27 John DarringtonRe-added the help button callbacks
2006-12-27 John DarringtonReplaced the value labels icon with a better one.
2006-12-26 John DarringtonEnabled Edit->Clear in variable sheet
2006-12-26 John DarringtonRe-enabled Save/Save As in syntax editor
2006-12-25 John DarringtonRemoved signal emissions from psppire-dict.c
2006-12-24 John DarringtonFixed bug in value labels dialog box
2006-12-24 John DarringtonWhitespace changes only.
2006-12-24 John DarringtonFixed some warnings
2006-12-24 John DarringtonWhitespace changes only.
2006-12-24 John DarringtonWhitespace changes only
2006-12-24 John Darringtoncvsignore for m4, intl and gl
2006-12-24 John DarringtonUpdated AUTHORS
2006-12-24 John DarringtonAdded some extraneous crud to .cvsignore files
2006-12-23 John DarringtonEnabled remaining items in syntax editor's Run menu.
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.
next