Removed 'Written by' line
[pspp-builds.git] / src /
2007-12-04 Jason StoverRemoved 'Written by' line
2007-12-01 John DarringtonImplemented the FREQUENCIES dialog.
2007-11-25 Ben Pfaff* bugs/compression.sh: Don't fail on big-endian system...
2007-11-25 Ben Pfaff(src_data_libdata_a_SOURCES): Add val-type.h, to fix...
2007-11-24 Ben Pfaff(short_names_assign): Fix dumb typo, in which `i' was...
2007-11-23 John DarringtonImplemented the recode dialogs.
2007-11-23 John DarringtonAppended "EXECUTE." to the end of syntax generated...
2007-11-19 Ben PfaffCorrectly calculate n_missing_values field when writing...
2007-11-12 Ben Pfaff(display_variables): Fix DISPLAY LABELS. Thanks to...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-11-09 Ben Pfaff* automake.mk: Add new file.
2007-11-08 John DarringtonNeed to include locale.h, now that it's been removed...
2007-11-08 John DarringtonFixed memory leaks.
2007-11-06 Ben PfaffNeed to include <sys/stat.h>. Bug #21516.
2007-11-06 Ben PfaffPatch #6258.
2007-11-06 Ben PfaffNo need for check for off_t or for the size of float...
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-11-03 John DarringtonFix buglet reading spreadsheets with only one row.
2007-11-03 John DarringtonRemove erroneous #include
2007-11-03 John DarringtonAdded support for reading Gnumeric spreadsheet files.
2007-11-03 Ben PfaffUse isfinite, round modules from gnulib.
2007-10-27 John DarringtonFixed bugs #21397 and 21330
2007-10-25 John DarringtonEnabled the autoscroll feature on the datasheet.
2007-10-19 John DarringtonImplemented a dialog box for the ONEWAY command.
2007-10-13 John DarringtonImplemented the Rank Cases dialog
2007-10-13 Ben PfaffUse trunc module from gnulib instead of our home-grown...
2007-10-13 Ben PfaffUse fseeko module from gnulib instead of our home-grown...
2007-10-13 Ben Pfaffposix-xprintf-functions.patch from patch #6230.
2007-10-12 Ben Pfaffstdint.h-instead-of-size_max.h.patch from patch #6230.
2007-10-12 Ben Pfaffconfig.h-fixes.patch from patch #6230.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-12 Ben Pfaffmalloca-instead-of-local_alloc.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-10-12 Ben PfaffDeclarations must all precede statements in C90.
2007-10-11 John DarringtonAdded some missing calls to gtk_window_set_transient_for
2007-10-11 Ben Pfaffcleanup-misc.patch from patch #6230.
2007-10-10 John DarringtonAdded the Independent Samples T Test dialog
2007-10-09 Ben PfaffFix bug #21280. Thanks to John Darrington for review.
2007-10-07 Ben PfaffOops--forgot ChangeLog for DESCRIPTIVES earlier.
2007-10-07 John DarringtonAdded feature to make OK and PASTE buttons insensitive...
2007-10-06 Ben PfaffAdd DESCRIPTIVES dialog.
2007-10-04 John DarringtonCreated a new stock item for Reset buttons.
2007-10-02 Ben PfaffFix bug #21192. Thanks to John Darrington for review.
2007-10-01 Ben PfaffFix comment.
2007-09-28 John DarringtonDon't abort on GSL exceptions
2007-09-26 John DarringtonAdded the Analyze menu.
2007-09-26 Ben PfaffAdd missing #include.
2007-09-26 Ben PfaffPatch #6210: implement ability to resize output device...
2007-09-25 John DarringtonFix GUI output viewer to use the "auto" feature of...
2007-09-25 Ben PfaffPatch #6210. Reviewed by John Darrington.
2007-09-25 Ben Pfaff(popup_message): Refer to files that contain commands...
2007-09-25 Ben Pfaff(set_fallback_viewport): Make code easier to understand.
2007-09-25 Ben PfaffJohn's original code for patch #6210.
2007-09-23 Ben Pfaff(cmd_data_list): Don't allow END subcommand to be used...
2007-09-23 Ben PfaffBug #21111. Reviewed by John Darrington.
2007-09-23 Ben PfaffBug #21128. Reviewed by John Darrington.
2007-09-22 John DarringtonCorrected various typos in error messages.
2007-09-22 Ben PfaffChangeLog entries from earlier that I missed.
2007-09-22 John DarringtonFree the cmd after it's finished.
2007-09-21 Jason Stoverfix memory leaks; bug 21056
2007-09-21 Ben Pfaff* ascii.c (struct ascii_driver_ext): New member reporte...
2007-09-21 John DarringtonAdded a BACKEND_CHANGED signal on PsppireDict, and...
2007-09-20 Ben PfaffFix bug #21108.
2007-09-19 John DarringtonRemove callbacks from struct dataset. Closes patch...
2007-09-19 Ben PfaffFix bug #20910.
2007-09-19 Ben Pfaff(histogram_plot): Remove incorrect assertion. Fixes...
2007-09-17 Ben Pfaff* set.q (show_warranty): Use fputs to print lack-of...
2007-09-15 John DarringtonCanonicalized on American orthography in source files.
2007-09-15 John DarringtonInitialize variables to avoid compiler warnings.
2007-09-14 John DarringtonFixed all the misspellings of my name and email address
2007-09-14 Ben Pfaff(dict_clone): Copy case indexes from cloned dictionary...
2007-09-14 Jason Stoverfix memory leak
2007-09-14 Jason StoverDeclare models in difinition of cmd_regression; free...
2007-09-13 John DarringtonImplemented the find dialog.
2007-09-13 John DarringtonAdded #include "localcharset.h" to correspond to recent...
2007-09-13 Ben Pfaff(postcalc): Free sorted_tab and the structures that...
2007-09-13 John DarringtonFreed the stuff generated by the parser.
2007-09-12 Ben Pfaff* casereader-translator.c (struct casereader_translator...
2007-09-11 Ben Pfaff(psppire_variable_sheet_create): Use xstrdup to save...
2007-09-08 John DarringtonRemoved #include "getline.h" because gnulib no longer...
2007-09-06 John DarringtonFixed buglet managing entries in the recent files lists.
2007-09-05 John DarringtonImplemented the INSERT command.
2007-09-05 Ben Pfaff(cmd_crosstabs): Free xtab and the structures that...
2007-09-02 John DarringtonRearrange menus to be more like later version of other...
2007-08-28 John DarringtonYet more memory leaks.
2007-08-27 John DarringtonPlugged some more memory leaks.
2007-08-27 John DarringtonPlugged some memory leaks.
2007-08-27 John DarringtonForce display width to 8, if sys file says zero. Closes...
2007-08-26 Ben Pfaff(main): When testing mode is enabled, use a built-in...
2007-08-26 Ben PfaffSend error message to non-screen output devices also...
2007-08-25 John DarringtonEnable journal in GUI.
2007-08-24 Ben PfaffImplement journaling. Bug #17240.
2007-08-23 John DarringtonCatch errors creating icon pixbufs and report them...
2007-08-22 John DarringtonRemove notebook popup menu, which doesn't seem to displ...
2007-08-18 John DarringtonAdded the ability to paste from the clipboard to the...
2007-08-17 Jason Stoverbroke long line in error message
2007-08-16 Jason Stoverfixed typo
2007-08-16 Ben PfaffDelete files that should never have been checked in.
2007-08-16 John DarringtonAdded a basic output viewer.
2007-08-15 Jason Stoverfix bug 19819
next