Added the ability to resize string variables from the GUI. Thanks to
[pspp-builds.git] / src / ui / terminal /
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-03-27 John DarringtonFix typo which cause the binary not to depend upon...
2007-03-26 John DarringtonMade the code relocatable (using the relocate function...
2007-02-26 Ben PfaffImprove portability to NetBSD and Alpha.
2007-02-18 Ben PfaffAdapt to most recent gnulib.
2007-02-12 Ben PfaffReduce platform dependence.
2007-01-24 John DarringtonEnables Data Open/Save/New menuitems.
2007-01-04 John DarringtonAdded psppire-dialog and psppire-buttonbox widgets.
2007-01-01 John DarringtonApplied patch #5653, which adds callbacks to dataset...
2006-12-24 John DarringtonAdded some extraneous crud to .cvsignore files
2006-12-22 John DarringtonAdded abstract factory to create casefiles. Updated...
2006-12-16 John DarringtonCommitted patch #5636
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-14 John DarringtonMade src/language into one big library. Closes patch...
2006-12-10 Ben Pfaff * command-line.c (pre_syntax_message): Use term "synta...
2006-12-10 Ben Pfaff * file-name.c (fn_search_path): Remove prefix arg...
2006-12-08 John DarringtonMemory leak patrol and minor cleanups.
2006-12-07 John DarringtonRemoved mutual dependency between libpspp and data
2006-12-05 John DarringtonApplied patch #5611
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-11-29 John DarringtonApplying patch #5562
2006-11-29 John DarringtonFixed make distcheck
2006-11-16 John DarringtonApply patch #5561. Connect debugger on error.
2006-11-14 John DarringtonPlugged some small memory leaks
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-07 John DarringtonCommitted patch #5524, which allows the message destina...
2006-11-04 Ben Pfaff * msg-ui.c (handle_msg): Only write message to terminal if
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-10-28 John DarringtonEliminated global variable getl_buf
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-07-17 John DarringtonPatch #5209
2006-07-15 John DarringtonApplied patch file #10344.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-07-04 John DarringtonEncapsulated msg_location inside msg_emit
2006-06-28 Ben PfaffFix regression in command name completion reported...
2006-06-27 Ben PfaffLink against $(LIBICONV).
2006-06-09 Ben PfaffReform string library.
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-02 Ben PfaffFurther clean up the CMD_* command result codes.
2006-04-26 Ben PfaffImprove the way we handle the various parsing "states...
2006-04-25 Ben PfaffAdd msg-ui.h to sources.
2006-04-25 Ben PfaffFinish reforming error message support. In this phase...
2006-04-25 Ben PfaffContinue reforming error message support. In this...
2006-04-25 Ben Pfaff* main.c: (terminate) Mark static and NO_RETURN. If...
2006-04-25 Ben PfaffContinue reforming error message support. In this...
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
2006-03-31 Ben Pfaff-d and -u are no longer supported.
2006-03-31 Ben PfaffImprove string library.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-11 John DarringtonChanged the default value od SCOMPRESS to true.
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John DarringtonAdded src/ui/terminal/automake.mk and src/ui/gui/automa...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.