Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / src / ui / terminal /
2009-07-23 John DarringtonMerge commit 'origin/stable'
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-28 John DarringtonRemove LIB_CLOSE variables from linker options.
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-07 Ben PfaffLink against -lws2_32 on Windows.
2009-02-06 Ben Pfaffwilcoxon: Drop now-unnecessary timer support.
2009-01-29 John DarringtonMerge branch 'savannah/perl-module'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-11-12 John DarringtonAdded a set of per binary LDFLAGS parameters.
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-23 John DarringtonFixed minor build problems.
2008-09-20 John DarringtonMark variable as unused.
2008-09-20 John DarringtonMoved all static libraries to libtool libraries.
2008-09-20 John DarringtonAdded the /WILCOXON subcommand to NPAR TESTS
2008-08-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-08-19 Ben PfaffStart generating ChangeLog automatically from Git commi...
2008-07-20 John DarringtonWhy does git only commit some of the changes if you...
2008-07-06 Ben PfaffRename .cvsignore files to .gitignore.
2008-06-14 Jason Stovermoved src/math/linreg.[ch] to src/math
2008-05-16 Ben Pfaff* Smake (GNULIB_MODULES): Don't depend on memmem module...
2008-04-18 John DarringtonClose patch #6492
2008-03-25 John DarringtonNeed SIZE_MAX to be defined when there's no libreadline
2008-03-14 John DarringtonRemove unncessary dependencies on format.h
2008-02-19 Ben Pfaff(ds_read_line): Add argument to limit the length of...
2008-02-06 John DarringtonIncrease the chances of finding libpq if it's installed.
2008-02-04 John DarringtonAdded the postgres reader. Closes patch #6388
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-11-03 John DarringtonAdded support for reading Gnumeric spreadsheet files.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-09-26 Ben PfaffPatch #6210: implement ability to resize output device...
2007-09-25 Ben PfaffPatch #6210. Reviewed by John Darrington.
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-09-13 John DarringtonAdded #include "localcharset.h" to correspond to recent...
2007-09-05 John DarringtonImplemented the INSERT command.
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-24 Ben PfaffImplement journaling. Bug #17240.
2007-07-27 Ben PfaffMake interactive output go to the terminal (bug #17213...
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...
next