Estimate parameters. Moved some code to re-usable functions.
[pspp-builds.git] / src / data / ChangeLog
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-05-16 Ben PfaffUse gsl_isnan instead of isnan, gsl_isinf instead of...
2008-03-18 John DarringtonFixed bug #21801
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 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-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-06 Ben PfaffPatch #6258.
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-11-03 Ben PfaffUse isfinite, round modules from gnulib.
2007-10-27 John DarringtonFixed bugs #21397 and 21330
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-09-25 Ben PfaffPatch #6210. Reviewed by John Darrington.
2007-09-25 Ben PfaffJohn's original code for patch #6210.
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 DarringtonForce display width to 8, if sys file says zero. Closes...
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...
2007-07-26 John DarringtonPatch #6086. Adds "transformation pending" state.
2007-07-25 Ben Pfaff*** empty log message ***
2007-07-25 Ben PfaffFix bug #6113.
2007-07-25 Ben PfaffFix bug #20427.
2007-07-24 Ben PfaffNumerous improvements to system file reader and writer.
2007-07-23 Ben PfaffDon't try to write very long strings to portable files...
2007-07-23 Ben Pfaff(read_variable_to_value_map): Use max_warnings
2007-07-23 Ben PfaffFix problems with uniqueness of short names in system...
2007-07-23 Ben Pfaff* variable.c (var_set_width): Use new var_set_width...
2007-07-18 John DarringtonAdded the ability to resize string variables from the...
2007-07-14 John DarringtonRespect the case_cnt field from sys file header. Closes...
2007-07-01 John DarringtonChanged trns_chain_execute signature (Patch #6057)
2007-06-11 Ben PfaffAdd lots of comments. Some minor substantive changes...
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-06-07 Ben PfaffAdd datasheet.
2007-06-07 Ben PfaffUntil now, the procedure code has provided a case to...
2007-06-07 Ben Pfaff* value.h (value_cnt_from_width): New function.
2007-06-07 Ben PfaffAdd casegrouper, to allow cases read from a given caser...
2007-06-07 Ben PfaffAdd interface to lexicographical ordering of cases.
2007-06-07 Ben PfaffAdd casereaders and casewriters, the basis of the new...
2007-06-07 Ben Pfaff"casewindow" data structure that extends the deque...
2007-06-07 Ben Pfaffsparse_cases data structure that augments a sparse_arra...
2007-06-07 Ben PfaffAdd a low-level on-disk case array data structure.
2007-06-07 Ben PfaffIn a couple of places we calculate the maximum number...
2007-06-07 Ben Pfaffcasenumber is defined in transformations.h, but case...
2007-06-04 Ben PfaffSlightly generalize case_to_values and case_from_values...
2007-06-02 Ben PfaffClean up after a forgotten part of patch #5829.
2007-05-10 Jason Stoverremoved redundant #include
2007-05-06 Ben PfaffAbstract the documents within a dictionary a little...
2007-04-26 John DarringtonMore eye candy.
2007-04-23 Ben PfaffPatch #5885.
2007-04-23 Ben PfaffPatch #5886.
2007-04-22 John DarringtonMiscellaneous cleanup to categorical values, linreg...
2007-04-20 John DarringtonIf sys files have no long_name table, implicitly add...
2007-04-16 John DarringtonIncrease width of N and DEF cells in T-TEST.
2007-03-30 Ben PfaffDeuglify deque code. Patch #5829.
2007-02-19 Ben PfaffMingw compatibility fixes for file name code.
2007-02-18 Ben PfaffAdapt to most recent gnulib.
2007-02-18 Ben PfaffAdd missing _() around messages.
2007-02-12 Ben PfaffInclude "mkstemp.h", without which linking on mingw32...
2007-02-12 Ben PfaffReduce platform dependence.
2007-02-09 Ben PfaffImprove VECTOR implementation.
2007-02-08 Ben PfaffCorrect name of function fn_is_special. Thanks to...
2007-02-02 Ben PfaffWe are using a single member in struct file_handle...
next