Actually implement the new procedure code and adapt all of its clients
[pspp-builds.git] / src / data / ChangeLog
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...
2007-01-16 Ben PfaffClean up and improve case code.
2007-01-16 Ben PfaffAdd a deque, implemented as a circular queue, to libpspp.
2007-01-10 John DarringtonPatch #5672
2007-01-07 John DarringtonApplied patch #5661
2007-01-03 John DarringtonAdded callback for when the weights on a dictionary...
2007-01-01 John DarringtonApplied patch #5653, which adds callbacks to dataset...
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
2006-12-22 John DarringtonAdded abstract factory to create casefiles. Updated...
2006-12-19 Ben PfaffMake it possible to pull cases from the active file...
2006-12-16 Ben PfaffDon't assume that MEASURE_* and ALIGN_* have the same...
2006-12-16 John DarringtonCommitted patch #5636
2006-12-14 Ben PfaffImplement DATESUM, DATEDIFF functions.
2006-12-11 Ben Pfaff * value-labels.c (hash_int_val_lab): Only hash as...
2006-12-11 Ben PfaffRewrite system file reader code, to clean up and improve.
2006-12-10 Ben Pfaff * file-name.c (fn_search_path): Remove prefix arg...
2006-12-10 Ben Pfaff * format.c (fmt_dollar_template): Use user's decimal...
2006-12-10 Ben PfaffNew function fmt_dollar_template based on pspp-dev...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-10 John DarringtonAvoided comparison of string variables to SYSMIS
2006-12-08 John DarringtonMemory leak patrol and minor cleanups.
2006-12-08 Ben PfaffUse gsl_finite from GSL, which is portable, instead...
2006-12-07 John DarringtonChanged factors' independent variables to be copies...
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-12-05 Ben Pfaff * missing-values.c (mv_resize): Don't write beyond...
2006-12-03 Ben PfaffFix lack of ->name and ->location in DO REPEAT's getl_i...
2006-11-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-11 Ben PfaffFix buffer overflow reported by John Darrington.
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-11-05 John DarringtonAdded casefilter structure to assist with missing value...
2006-11-04 Ben PfaffImplement SET ERRORS, SHOW ERRORS.
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-11-01 Ben PfaffRemove num_to_string() function, because it is not...
2006-11-01 Ben PfaffFix error messages and comment.
2006-10-29 Ben PfaffChange some aspects of the PRINT, PRINT EJECT, and...
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-10-14 Ben Pfaff * casefile.c (casereader_read_xfer): Always initialize...
2006-09-27 John DarringtonFixed warnings generated by gcc 4.1.2
2006-09-25 John DarringtonAdded casereader_clone function.
2006-09-21 Ben Pfaff * variable.c: (width_to_bytes) Rephrase code for clarify.
2006-07-18 Ben PfaffPatch #5244.
2006-07-17 John DarringtonPatch #5209
2006-07-14 Ben PfaffFixes for bugs/warts found in debug mode compile (bug...
2006-07-07 Ben PfaffFix link error noted by Jason Stover.
2006-07-05 Ben PfaffFix bug #15766 (/KEEP subcommand on SAVE doesn't fully...
2006-06-27 Ben PfaffMove var_set and variable parsing declarations into...
2006-06-26 Ben Pfaff * value-labels.c (value_to_string): When there's no...
2006-06-19 John DarringtonImplemented data-store using a casefile instead of...
2006-06-09 Ben PfaffReform string library.
2006-06-09 Ben Pfaff* format.c (measure_is_valid): Really return false...
2006-06-07 Ben PfaffAdd random access to casefiles, for use in GUI.
2006-05-30 John DarringtonInternationalisation.
2006-05-10 Ben PfaffAdd WARN_UNUSED_RESULT to procedure function prototypes
2006-05-10 Ben PfaffConvert many uses of `int' to `bool'.
2006-05-07 Ben PfaffDestroy chain's trns member, to fix memory leak.
2006-05-07 Ben PfaffDestroy case source to fix memory leak.
2006-05-07 Ben PfaffFix memory leak in scratch reader.
2006-05-07 Ben PfaffSimplify multipass_procedure().
2006-05-07 Ben PfaffImprovements to case implementation.
2006-05-07 John DarringtonReworked very long string support for better encapsulation.
2006-05-07 Ben PfaffSome more cleanup with value labels.
2006-05-06 Ben PfaffRemove unneeded dependency on variable.h.
2006-05-06 Ben PfaffGet rid of `char *c' member in union value, for cleanli...
2006-05-06 Ben PfaffMake dictionary compacting functions a little more...
2006-05-06 Ben Pfaff(does_dict_need_translation) Fix bug: inverted return...
2006-05-06 Ben PfaffSearch and replace "vfm" by "proc".
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-06 Ben PfaffOops: fix ChangeLogs.
2006-05-06 Ben PfaffContinue reforming procedure execution. Change interna...
next