Correct typo in command line argument string.
[pspp-builds.git] / src / ui / terminal / main.c
2009-05-15 John DarringtonCorrect typo in command line argument string.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-04-01 John DarringtonRefactor locale initialisation.
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-02-06 Ben Pfaffwilcoxon: Drop now-unnecessary timer support.
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-08 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-11-08 John DarringtonRewrote the command line parser using argp.
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-20 John DarringtonAdded the /WILCOXON subcommand to NPAR TESTS
2008-03-14 John DarringtonRemove unncessary dependencies on format.h
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-09-26 Ben PfaffPatch #6210: implement ability to resize output device...
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 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.