fix bug 19581
[pspp-builds.git] / src / data /
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
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 PfaffAdd #include <config.h>.
2007-02-09 Ben PfaffImprove VECTOR implementation.
2007-02-09 Ben PfaffFix use of size_t in printf formats. Patch #5727.
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-26 John DarringtonAdded custom psppire-selector widget.
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-04 John DarringtonAdded psppire-dialog and psppire-buttonbox widgets.
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-28 John DarringtonRe-added Data->Insert_Variable menu item
2006-12-23 John DarringtonCleaned up GUI, by objectifying the data editor. Remov...
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-20 John DarringtonImplemented the NPAR TESTS command.
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 DarringtonRemoved my authorship lines.
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-14 Ben PfaffFix punctuation in error message.
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-29 John DarringtonFixed make distcheck
2006-11-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-11-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-14 John DarringtonPlugged some small memory leaks
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 John DarringtonMore constness
2006-10-29 John DarringtonMade array.h const correct, and dealt with the conseque...
2006-10-29 Ben PfaffChange some aspects of the PRINT, PRINT EJECT, and...
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-25 John DarringtonYet more constness
2006-10-20 John DarringtonConstness and global namespace patrol.
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-10-14 John DarringtonChanged a lot of ints to bools.
2006-09-27 John DarringtonFixed warnings generated by gcc 4.1.2
2006-09-25 John DarringtonAdded casereader_clone function.
2006-09-23 John DarringtonChanged int to bool in dict_get_weight and sort_active_...
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-13 Ben PfaffAdd missing include.
2006-07-10 John DarringtonMinor cleanup and spot fixes.
2006-07-08 Ben PfaffApply patch #5225, assertions.
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-07-04 John DarringtonEncapsulated msg_location inside msg_emit
2006-07-02 Ben PfaffFix comment.
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-08 Ben PfaffUpdate comment to reflect availability of random casere...
2006-06-07 Ben PfaffAdd random access to casefiles, for use in GUI.
2006-06-03 John DarringtonMinor i18n issues.
2006-05-31 John DarringtonFixed minor memory leak.
2006-05-30 John DarringtonInternationalisation.
2006-05-15 Ben PfaffGet rid of capacity argument to ds_init() and update...
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 John DarringtonFixed a number of warnings.
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 Ben PfaffRemove declaration of dump_split_vars(), which is never...
next