Bug #21128. Reviewed by John Darrington.
[pspp-builds.git] / src / ui / terminal / main.c
2007-09-23 Ben PfaffBug #21128. Reviewed by John Darrington.
2007-09-19 John DarringtonRemove callbacks from struct dataset. Closes patch...
2007-08-26 Ben Pfaff(main): When testing mode is enabled, use a built-in...
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-26 John DarringtonMade the code relocatable (using the relocate function...
2007-02-26 Ben PfaffImprove portability to NetBSD and Alpha.
2007-01-24 John DarringtonEnables Data Open/Save/New menuitems.
2007-01-01 John DarringtonApplied patch #5653, which adds callbacks to dataset...
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-07 John DarringtonRemoved mutual dependency between libpspp and data
2006-12-05 John DarringtonApplied patch #5611
2006-11-29 John DarringtonApplying patch #5562
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-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-08 Ben PfaffApply patch #5225, assertions.
2006-06-28 Ben PfaffFix regression in command name completion reported...
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 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-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.