Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / src / data /
2008-10-12 Ben PfaffFix GCC 4.3 warnings about parameters of incomplete...
2008-10-12 Ben PfaffImplement variable and data file attributes.
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-10-05 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-10-05 John DarringtonMoved the datasheet testing code out of src/{libspp...
2008-09-26 John DarringtonAvoid forcing an int into a void *
2008-09-20 John DarringtonMoved all static libraries to libtool libraries.
2008-09-15 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-09-15 John DarringtonAdded some error checking to casereader_create_append_rank
2008-09-13 John DarringtonAdded new casetranslator for appending ranks.
2008-09-13 John DarringtonNew function: var_create_internal.
2008-09-06 John DarringtonAdd n_missing argument to casereader_create_filter_missing
2008-09-04 John DarringtonAdd casereader_create_append_numeric function.
2008-09-04 John DarringtonAdded a n_missing parameter to casereader_create_filter...
2008-09-04 John DarringtonComplete re-implementation of the EXAMINE command.
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-29 Ben PfaffUse standard C99 isfinite, isnan, isinf in place of...
2008-07-27 John DarringtonChanged the default WORKSPACE value to 64MB.
2008-07-26 Ben PfaffNew function for adding a numbering column to a casereader.
2008-07-26 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-07-26 John DarringtonRemoved the value_cnt associated with the caseordering
2008-07-16 Jason StoverMerge branch 'master' of ssh://jstover@git.sv.gnu.org...
2008-07-16 Jason StoverFixed update of covariance matrix when both variables...
2008-07-16 Jason StoverFixed updating of covariance matrix when both variables
2008-07-16 Jason StoverAdded functions to compute covariance matrix.
2008-05-29 John DarringtonFixed bugs which manifested themselves as bus errors...
2008-05-16 Ben PfaffUse gsl_isnan instead of isnan, gsl_isinf instead of...
2008-04-20 John DarringtonFixed some recent problems with the mingw cross compile.
2008-03-18 John DarringtonFixed bug #21801
2008-03-14 John DarringtonRemove unncessary dependencies on format.h
2008-03-14 John Darringtoninclude format.h only where necessary.
2008-03-07 Ben Pfaff(var_name_is_insertable): New function.
2008-03-07 Ben PfaffRequire month names to be spelled out as English words...
2008-03-05 Ben PfaffPatch #6441. Reviewed by John Darrington.
2008-03-05 Ben PfaffPatch #6441. Reviewed by John Darrington.
2008-03-05 Ben PfaffPatch #6441. Reviewed by John Darrington.
2008-02-19 Ben Pfaff(var_create): Use the new functions for default variabl...
2008-02-19 Ben Pfaff(macro FMT_MAX_NUMERIC_WIDTH): New macro.
2008-02-19 Ben PfaffPatch #6426. Reviewed by John Darrington.
2008-02-10 Ben PfaffAdd a couple of extensions to GET DATA TYPE=TXT. Patch...
2008-02-06 John DarringtonOptimise the psql reader, by fetching more than one...
2008-02-05 John DarringtonPostgres 8.3 represents money with 64 bits. Compensate...
2008-02-04 John DarringtonOops. Add missing files.
2008-02-04 John DarringtonAdded the postgres reader. Closes patch #6388
2008-02-03 Ben PfaffIn system files, fix error message when floating-point...
2008-02-03 Ben PfaffIn system files, allow missing values to be specified...
2008-02-02 Ben PfaffPatch #6386. Thanks to John Darrington for review...
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2008-01-14 John DarringtonFix bug #22012
2008-01-02 John DarringtonCloses patch #6359
2007-12-24 John DarringtonConstness patrol
2007-12-21 John DarringtonMade case_{reader,writer}_class structures const.
2007-12-08 Ben PfaffPatch #6302.
2007-12-07 Ben PfaffHandle variable display parameters record with only...
2007-12-05 Ben Pfaff* lexer.c (lex_match_id_n): New function.
2007-11-25 Ben Pfaff(src_data_libdata_a_SOURCES): Add val-type.h, to fix...
2007-11-24 Ben Pfaff(short_names_assign): Fix dumb typo, in which `i' was...
2007-11-19 Ben PfaffCorrectly calculate n_missing_values field when writing...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-11-09 Ben Pfaff* automake.mk: Add new file.
2007-11-08 John DarringtonFixed memory leaks.
2007-11-06 Ben PfaffNeed to include <sys/stat.h>. Bug #21516.
2007-11-06 Ben PfaffPatch #6258.
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-11-03 John DarringtonFix buglet reading spreadsheets with only one row.
2007-11-03 John DarringtonRemove erroneous #include
2007-11-03 John DarringtonAdded support for reading Gnumeric spreadsheet files.
2007-11-03 Ben PfaffUse isfinite, round modules from gnulib.
2007-10-27 John DarringtonFixed bugs #21397 and 21330
2007-10-13 Ben Pfaffposix-xprintf-functions.patch from patch #6230.
2007-10-12 Ben Pfaffstdint.h-instead-of-size_max.h.patch from patch #6230.
2007-10-12 Ben Pfaffconfig.h-fixes.patch from patch #6230.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-12 Ben Pfaffmalloca-instead-of-local_alloc.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-10-09 Ben PfaffFix bug #21280. Thanks to John Darrington for review.
2007-10-02 Ben PfaffFix bug #21192. Thanks to John Darrington for review.
2007-10-01 Ben PfaffFix comment.
2007-09-25 Ben PfaffPatch #6210. Reviewed by John Darrington.
2007-09-25 Ben PfaffJohn's original code for patch #6210.
2007-09-19 John DarringtonRemove callbacks from struct dataset. Closes patch...
2007-09-19 Ben PfaffFix bug #20910.
2007-09-14 Ben Pfaff(dict_clone): Copy case indexes from cloned dictionary...
2007-09-13 John DarringtonImplemented the find dialog.
2007-09-12 Ben Pfaff* casereader-translator.c (struct casereader_translator...
2007-08-27 John DarringtonPlugged some more memory leaks.
2007-08-27 John DarringtonForce display width to 8, if sys file says zero. Closes...
2007-08-16 John DarringtonAdded a basic output viewer.
2007-08-14 John DarringtonAvoid assertion failure pasting from a dictionary with...
2007-08-13 Ben PfaffPatch #6117: Implement clipboard for data sheet.
2007-08-13 Ben Pfaff* get.c (parse_read_command): Compact the values in...
2007-08-13 Ben Pfaff* get.c (struct case_map): Move into new file src/data...
2007-08-13 Ben Pfaff* psppire-dict.c (psppire_dict_dump): Don't use
2007-08-13 Ben Pfaff(casereader_read): Don't require cases read by a casere...
2007-08-13 Ben PfaffMake casewriters keep track of the number of `union...
2007-08-10 Ben PfaffFix bug reported by Jason Stover.
2007-07-30 Ben PfaffProvisional fix for bug #18692 and bug #20161. Reviewe...
2007-07-29 Ben PfaffMake PSPP able to read all the portable files I could...
2007-07-27 Ben PfaffMake interactive output go to the terminal (bug #17213...
next