oops
[pspp-builds.git] / src / language /
2008-02-06 John DarringtonOptimise the psql reader, by fetching more than one...
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...
2008-01-02 John DarringtonCloses patch #6359
2007-12-21 John DarringtonClosing bug #21760
2007-12-12 John DarringtonWhitespace changes only.
2007-12-08 Ben PfaffPatch #6302.
2007-12-08 Ben PfaffPatch #6302.
2007-12-05 Ben PfaffImplement GET DATA/TYPE=TXT.
2007-12-05 Ben PfaffAllow parsing 0-based column ranges.
2007-12-05 Ben PfaffMake GET DATA a separate command, instead of something...
2007-12-05 Ben Pfaff* lexer.c (lex_match_id_n): New function.
2007-12-05 Ben Pfaff* src/language/data-io/data-reader.c (struct dfm_reader...
2007-11-12 Ben Pfaff(display_variables): Fix DISPLAY LABELS. Thanks to...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-11-09 Ben Pfaff* automake.mk: Add new file.
2007-11-06 Ben PfaffPatch #6258.
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-13 Ben PfaffUse trunc module from gnulib instead of our home-grown...
2007-10-13 Ben PfaffUse fseeko module from gnulib instead of our home-grown...
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-09-23 Ben Pfaff(cmd_data_list): Don't allow END subcommand to be used...
2007-09-23 Ben PfaffBug #21111. Reviewed by John Darrington.
2007-09-23 Ben PfaffBug #21128. Reviewed by John Darrington.
2007-09-22 John DarringtonCorrected various typos in error messages.
2007-09-22 John DarringtonFree the cmd after it's finished.
2007-09-21 Jason Stoverfix memory leaks; bug 21056
2007-09-20 Ben PfaffFix bug #21108.
2007-09-19 John DarringtonRemove callbacks from struct dataset. Closes patch...
2007-09-17 Ben Pfaff* set.q (show_warranty): Use fputs to print lack-of...
2007-09-15 John DarringtonCanonicalized on American orthography in source files.
2007-09-14 John DarringtonFixed all the misspellings of my name and email address
2007-09-14 Jason StoverDeclare models in difinition of cmd_regression; free...
2007-09-13 Ben Pfaff(postcalc): Free sorted_tab and the structures that...
2007-09-13 John DarringtonFreed the stuff generated by the parser.
2007-09-12 Ben Pfaff* casereader-translator.c (struct casereader_translator...
2007-09-05 John DarringtonImplemented the INSERT command.
2007-09-05 Ben Pfaff(cmd_crosstabs): Free xtab and the structures that...
2007-08-28 John DarringtonYet more memory leaks.
2007-08-27 John DarringtonPlugged some memory leaks.
2007-08-24 Ben PfaffImplement journaling. Bug #17240.
2007-08-17 Jason Stoverbroke long line in error message
2007-08-16 Jason Stoverfixed typo
2007-08-16 Ben PfaffDelete files that should never have been checked in.
2007-08-15 Jason Stoverfix bug 19819
2007-08-13 Ben PfaffOutput variable measurement level, alignment, and displ...
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 PfaffMake casewriters keep track of the number of `union...
2007-08-12 Jason StoverChanged PSPP_LINREG_SVD to PSPP_LINREG_QR
2007-08-05 Ben Pfaff(rank_cmd): Instead of sorting by SPLIT FILE vars,...
2007-08-02 John DarringtonInitialize default syntax type.
2007-08-02 Ben PfaffClean up handling of median, by treating it almost...
2007-08-01 Ben PfaffRemove integer mode from FREQUENCIES and incidentally...
2007-07-30 John DarringtonUsed the correct variable in error message. Thanks...
2007-07-30 John DarringtonImplemented the CD command.
2007-07-28 John DarringtonFix bug #19604. T-Test documentation now matches code...
2007-07-27 Ben Pfaff(run_regression): Move casereader_destroy call so that...
2007-07-26 Ben PfaffFix bug #17100.
2007-07-25 Ben PfaffFix bugs #20493, #20494.
2007-07-24 Ben PfaffNumerous improvements to system file reader and writer.
2007-07-18 Ben PfaffUse strict and all warnings. Fix warnings that this...
2007-07-13 John DarringtonAdded prototype to avoid compile time warning.
2007-07-12 Ben Pfaff(map_case): Create destination case instead of leaving it
2007-07-10 Jason Stoverinitial version of glm
2007-07-10 Jason Stoverfixed export bug
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-07-01 John DarringtonChanged trns_chain_execute signature (Patch #6057)
2007-06-11 Ben PfaffOops, forgot a file.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-08 John DarringtonFixed constness issues.
2007-06-07 Ben PfaffEssentially rewrite MATCH FILES to support FIRST and...
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-06-07 Ben PfaffAdd datasheet.
2007-06-03 Ben PfaffImplement missing functions for subcommand integer...
2007-05-15 Jason StoverIssue an error if no valid data are found
2007-05-08 Jason Stoverpartial fix of bug 19819
2007-05-06 Ben PfaffAbstract the documents within a dictionary a little...
2007-05-03 John DarringtonImplemented ADD DOCUMENT. Thanks to Ben Pfaff for...
2007-04-23 Ben PfaffImplement model checker for testing purposes.
2007-04-22 John DarringtonMiscellaneous cleanup to categorical values, linreg...
2007-04-16 Ben Pfaff(parse_map_in): Improve error message when user
2007-04-16 John DarringtonIncrease width of N and DEF cells in T-TEST.
2007-04-16 Ben PfaffFully support lists of integer values. Add support for
2007-04-16 Ben Pfaff* compute-dialog.c (function_list_populate): Use new...
2007-04-16 Ben Pfaff(parse_mappings): Initial "out" member of mapping for...
2007-04-16 Ben Pfaff* recode.c (enlarge_dst_widths): Source isn't null...
2007-04-12 Jason Stoverfix bug 19581
2007-04-12 John DarringtonFixed Bug #19424 (confidence interval from EXAMINE).
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-03-30 Jason Stoveruse moments.c to compute moments
2007-03-19 Ben Pfaff* Makefile.am (AUTOMAKE_OPTIONS): Require Automake...
2007-03-19 Ben Pfaff(static var write): Rename write_style to avoid
next