Update code that assumed a dictionary's encoding could be NULL.
[pspp-builds.git] / src /
2011-06-16 Ben PfaffUpdate code that assumed a dictionary's encoding could...
2011-06-16 Ben Pfaffsys-file-writer: Write encoding names in all-uppercase.
2011-06-16 Ben Pfaffsys-file-writer: Put long variable name in variable...
2011-06-15 Ben PfaffCD: Fix a bug and add a regression test.
2011-06-15 Ben PfaffGET DATA /TYPE=TXT: Also allow full format to be specified.
2011-05-26 Ben Pfaffgui: Clean generated gtk.h wrapper on "make clean".
2011-05-14 Ben Pfaffgui: Fix temporary filtering by a variable's value.
2011-05-13 Ben Pfaffgui: Make AGGREGATE dialog initially show all of the...
2011-05-13 Ben PfaffSORT CASES: Don't delete filtered-out cases.
2011-05-13 Ben Pfaffgui: Make File|Recent Files remember the correct encoding.
2011-05-13 Ben Pfaffgui: Recode syntax files on load and save.
2011-05-12 Ben Pfaffgui: Refactor checking for .sav and .por suffixes.
2011-05-12 Ben Pfaffgui: Move null_if_empty_param() from psppire-window...
2011-05-12 Ben Pfaffi18n: New function is_encoding_supported().
2011-05-12 Ben Pfaffencoding-guesser: New function encoding_guess_whole_file().
2011-05-11 Ben PfaffAutomatically link every program against libintl and...
2011-05-10 Ben Pfaffgui: Get rid of the_recent_manager global.
2011-05-10 Ben Pfaffgui: Delete now-incorrect advice to translators.
2011-05-10 Ben Pfaffgui: Make File|Recently Used Data behave like File...
2011-05-10 Ben Pfaffgui: Remove redundant call to psppire_window_set_title().
2011-05-10 Ben Pfaffgui: Make File|Open open multiple datasets by default.
2011-05-08 Ben Pfaffgui: Avoid creating empty output window at startup...
2011-05-08 Ben Pfaffgui: Label message output items in the output viewer...
2011-05-07 Ben Pfaffgui: Only unselect range from first data sheet when...
2011-05-07 Ben Pfaffext-array: Speed up with unlocked versions of I/O funct...
2011-05-07 Ben Pfafftemp-file: Use 64 kB buffer for temporary files.
2011-05-07 Ben Pfaffcairo: Left-justify text items rendered in the GUI.
2011-05-07 Ben Pfaffgui: Use GTK+ accessor functions instead of deprecated...
2011-05-07 Ben Pfaffgui: Add <gtk/gtk.h> wrapper with functions from GTK...
2011-05-07 Ben Pfaffdataset: Fix memory leak.
2011-05-07 Ben Pfaffgui: Add workaround for GTK+ 2.20 crash at startup.
2011-05-07 Ben Pfaffgui: Provide substitute for gtk_widget_get_realized...
2011-05-05 Ben Pfaffintern: Fix GCC warning.
2011-05-05 Ben Pfaffgui: Unselect data in data editor when the datasheet...
2011-05-04 Ben Pfaffpsql-reader: Fix build when PostgreSQL is installed.
2011-05-04 Ben Pfaffgui: Change View|Data and View|Variables to radio butto...
2011-05-04 Ben Pfaffgui: Add ellipsis to menu items that require further...
2011-05-04 Ben PfaffImplement DATASET commands.
2011-05-04 Ben Pfaffgui: New "entry-dialog" module for prompting for a...
2011-05-03 Ben Pfaffpsppire-buttonbox: Add "default" property.
2011-05-03 Ben Pfaffgui: Fix g_object_get() memory leaks for PsppireWindow...
2011-05-03 Ben Pfaffgui: Fix File|Open in syntax editor.
2011-05-03 Ben Pfaffgui: Eliminate dataset-related global variables.
2011-05-03 Ben Pfaffgui: Make syntax execution functions take a PsppireData...
2011-05-03 Ben Pfaffgui: Prefer NULL to 0 for initializing pointers.
2011-05-03 Ben Pfaffgui: Remove obviously unnecessary #include directives.
2011-05-03 Ben Pfaffgui: Include only <gtk/gtk.h> to use GTK+.
2011-05-03 Ben Pfaffpsppire-window: Use g_string_append_unichar() instead...
2011-05-03 Ben Pfaffgui: Use dispose instead of finalize method in PsppireD...
2011-05-03 Ben Pfaffgui: Drop null base_finalize function from PsppireDataW...
2011-05-03 Ben Pfaffgui: Fix const-ness warning in create_lines_tree_view().
2011-05-03 Ben Pfaffgui: Fix const-ness warning for measure_to_string(...
2011-05-03 Ben Pfaffgui: Put a separator line before list of windows in...
2011-05-03 Ben Pfaffgui: Always convert file names to UTF-8 for use in...
2011-04-27 Ben PfaffFACTOR: Use %s for literal string.
2011-04-27 Ben PfaffUse %zu, not %d, to format a size_t.
2011-04-27 Ben Pfaffencoding-guesser: Don't guess UTF-8 for ASCII if it...
2011-04-27 Ben Pfaffi18n: Fix type of objects passed as u8_mbtouc()'s chara...
2011-04-26 Ben PfaffQUICK CLUSTER: Adjust comment style.
2011-04-26 Ben PfaffQUICK CLUSTER: Update #include directives to match...
2011-04-26 Ben PfaffQUICK CLUSTER: Fold quick-cluster.h into quick-cluster.c.
2011-04-26 Mehmet Hakan SatmanQUICK CLUSTER: New command.
2011-04-26 Ben PfaffDISPLAY FILE LABEL: Display in a more natural way.
2011-04-26 Ben PfaffMRSETS: Recode counted value to UTF-8 before displaying.
2011-04-26 Ben Pfaffsys-file-reader, sys-file-writer: Fix encoding problems...
2011-04-26 Ben Pfaffsys-file-writer: Fix encoding of several string fields.
2011-04-26 Ben Pfaffsys-file-reader: Take string encoding into account...
2011-04-26 Ben Pfaffvariable: Make var_set_label() use the variable's own...
2011-04-26 Ben Pfaffdictionary: Make dict_create() take the new dictionary...
2011-04-26 Ben Pfaffdictionary: Set encoding early when cloning a dictionary.
2011-04-26 Ben Pfaffshort-names: Consider character encoding when making...
2011-04-26 Ben Pfaffshort-names: Drop redundant call to var_set_short_name().
2011-04-26 Ben Pfaffstr: Always null-terminate string in str_format_26adic().
2011-04-26 Ben PfaffReformat src/language/stats/automake.mk.
2011-04-23 Ben PfaffAdd new output/ascii.h header to the distribution,...
2011-04-23 Ben Pfaffascii: Print syntax in output single-spaced.
2011-04-23 Ben Pfaffascii: Don't print command names in output.
2011-04-23 Ben Pfaffodt: Write command name in output both only before...
2011-04-23 Ben Pfaffascii: Add support for multibyte characters.
2011-04-17 Ben Pfaffascii: Drop useless 'wrap_mode' parameter from ascii_la...
2011-04-17 Mindaugasgui: Add Lithuanian translation and MIME type to pspp...
2011-04-16 Ben Pfaffgui: Fix crash in executor when inline data is missing.
2011-04-16 Ben PfaffCROSSTABS: Fix output of multiway statistics tables.
2011-04-16 Ben Pfafftable-casereader: Put space between columns.
2011-04-16 Ben Pfaffrender: Fix rendering of TAL_GAP rules.
2011-04-15 Ben Pfaffgui: Add missing scroll bar in K related samples variab...
2011-04-14 Ben Pfaffvalue-labels: Interpret \n as new-line in value labels.
2011-04-13 Ben Pfaffintern: New function intern_strlen().
2011-04-13 Ben Pfaffintern: Use UP_CAST macro instad of open-coding it.
2011-04-12 Ben Pfaffvalue-parser: Make parse_value() accept variable's...
2011-04-12 Ben Pfaffvalue-labels: Fix comment.
2011-04-12 Ben PfaffDISPLAY: Display values for value labels using the...
2011-04-12 Ben Pfafftab: Make tab_value() take a variable instead of a...
2011-04-12 Ben PfaffFORMATS: Allow an optional slash before each set of...
2011-04-12 Ben PfaffFORMATS: Allow setting formats of string variables.
2011-04-10 Ben Pfaffgui: psppire-var-view: Change "<unset>" to null string.
2011-04-10 Ben PfaffLIST: Fix crash when SPLIT FILE was used.
2011-04-09 Ben Pfaffgui: Fix crash in Paired T-Test dialog on selecting...
2011-04-09 Ben Pfaffgui: Fix Glib warnings for dialogs in realize and confi...
2011-04-09 Ben Pfaffgui: Link against $(LIBICONV) too.
next