X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FChangeLog;h=d94cc0d98b9503b14c54ab1405802849d4557ee3;hb=a6ae02832bc0e093c2d21fe2534d9f90677803dd;hp=8ccbc7ccfa78c4fc2fb5afe0cd907d1cea5a6a93;hpb=379aeac5640a20a122990640fdd33bdfa592a3c1;p=pspp diff --git a/src/ChangeLog b/src/ChangeLog index 8ccbc7ccfa..d94cc0d98b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,178 @@ +Wed Jan 26 11:44:11 WST 2005 John Darrington + + * set.q: Affixed a fix to the previous fix such that we'll be OK now + whether or not PAGER is set. + +Wed Jan 26 09:25:54 WST 2005 John Darrington + + * set.q: Copied the string produced by getenv("PAGER") thus avoiding + "invalid free" errors. Hopefully fixes bug #11722 + + * compute.c expr-prs.c: Check that lvalues are populated before + attempting to destroy them. Closes bug #11676 + +Tue Jan 25 21:01:43 WST 2005 John Darrington + + * aggregate.c: Initialised the complete agr_proc structure. + Closes bug #11675 + + +Sun Jan 23 23:02:21 2005 Ben Pfaff + + * print.c: (print_trns_free) Close the dfm writer if there is one, + fixing a memory leak. + +Mon Jan 24 12:24:36 WST 2005 John Darrington + + * glob.c oneway.q q2c.c t-test.q vfm.c: Still *more* memory leaks + fixed. + + +Fri Jan 21 19:54:14 WST 2005 John Darrington + + * linked-list.[ch] Added + + * examine.q file-handle.[hq] font.h glob.c groff-font.c postscript.c + set.q: Yet more memory leaks + +Tue Jan 18 23:12:40 WST 2005 John Darrington + + * t-test.q examine.q : More memory leaks fixed. + +Tue Jan 18 19:26:59 WST 2005 John Darrington + + * examine.q factor_stats.[ch] get.c pfm-read.c: Plugged numerous + memory leaks. + +Mon Jan 10 14:43:45 WST 2005 John Darrington + + * ascii.c cartesian.c casefile.c chart.h devind.c + examine.q frequencies.q + html.c output.h piechart.c plot-chart.c plot-hist.c + + Integrated the chart rendering into the output stream + (currently only works for html). + + Removed gratuitous use of ifndef NO_CHARTS, and replaced with + dummy-chart.c for compiling without charts. + + * mkfile.[ch] Created. + + * som.[ch] tab.[ch]: Changed name of som_table to som_entity + Added type element so we can tell if it's a chart or a table. + + * chart.h examine.q piechart.c plot-chart.c plot-hist.c: changed the + API of charts to be more like that of tables. + +Thu Jan 13 21:00:02 WST 2005 John Darrington + + * casefile.c main.c: Moved the SIGINT handler from casefile.c to + main.c. Removed the handler for SIGQUIT. + +Mon Jan 10 14:43:45 WST 2005 John Darrington + + * casefile.c: Added a signal handler to delete temp files on + SIGINT and SIGQUIT + + * permissions.c Inhibited the PERMISSIONS command when SAFER is on. + + * command.def Added a lot more unimplemented commands. + + * copyleft.[ch] cmdline.c Moved legal information to copyleft.c + +Sat Jan 8 23:58:34 2005 Ben Pfaff + + * sort.c: (compare_initial_runs) Needed additional level of + dereferencing. + (merge_once) Fix plenty of stupid mistakes. + +Sat Jan 8 23:55:27 2005 Ben Pfaff + + * casefile.c: (casefile_sleep) Need to flush_buffer() after + calling casefile_to_disk() or we will lose the last block in the + file if the casefile started out as disk-based. + (casefile_get_reader) Initialize reader->destructive to 0. + (cmd_debug_casefile) Add new test pattern. + (test_casefile) Define new test pattern to make sure + casefile_sleep() works properly. + +Fri Jan 7 08:00:05 WST 2005 John Darrington + + * Makefile.am chart.[ch] histogram.[ch] piechart.c (Modified); + plot-hist.c plot-chart.c (Added) Reorganised these files in an + attempt to seperate the creation and processing of charts from their + actuall renedering. + + * examine.q frequencies.q generated charts conditional upon the NO_CHARTS + macro. + +Thu Jan 6 18:48:58 WST 2005 John Darrington + + * main.c Added a signal handler for SIGFPE + + * sort.c Somewhat more robust fix to the previous entry. + +Wed Jan 5 21:23:31 2005 Ben Pfaff + + * sort.c: (merge) Fix assertion for proper Huffman merge pattern: + 0 == 1 modulo 1. See Knuth 5.4.9 (vol. 3, 2nd ed., + pp. 361). Thanks to John Darrington for + reporting the bug. + +Wed Jan 5 22:42:26 WST 2005 John Darrington + + * case.h Fixed bug # 11307 + +Wed Jan 5 08:30:48 WST 2005 John Darrington + + * val-labs.c Fixed bug which caused a crash if VALUE LABELS had + a trailing slash. + +Mon Jan 3 17:44:37 2005 Ben Pfaff + + * pfm-read.c: (read_variables) Remove direct manipulation of + v->aux, which is no longer needed. Fixes Bug #11483. + +Sat Jan 1 19:01:16 WST 2005 John Darrington + + * data-list.c Fixed a bug in parsing delimiters. + + * group.c vars-atr.c Fixed buglet in hash/compare functions for alpha + values. + + * percentiles.c Properly handled calculation of Tukey hinges where + the number of data is small. + + * oneway.q Used the generic value_to_string function for independent + variable instead of trying to do it ourselves. + + * box-whisker.c Fixed a buglet which caused a crash if the number of + data was zero + + +Fri Dec 31 16:47:45 WST 2004 John Darrington + + * examine.q box-whisker.c chart.h Implemented boxplots in EXAMINE + + * percentiles.c Fixed some bugs when calculating percentiles when + there's a small number of cases. + +Wed Dec 29 08:18:08 WST 2004 John Darrington + + * percentiles.[ch] Added. Calculates percentiles and Tukey hinges + + * examine.q factor_stats.[ch] Added calculation of percentiles + +Fri Dec 24 15:09:11 WST 2004 John Darrington + + * t-test.q Fixed bug #11227 Made t-test work when the independent + variable is alpha + +Sat Dec 11 11:43:45 WST 2004 John Darrington + + * factor_stats.c Fixed calculation of trimmed mean under various + special conditions. + Sat Dec 4 17:14:45 WST 2004 John Darrington * histogram.c chart.[ch] factor_stats.c frequencies.q @@ -105,7 +280,6 @@ Tue Nov 16 13:19:18 WST 2004 John Darrington * permissions.c command.def Added the PERMISSIONS command ->>>>>>> 1.110 Mon Nov 15 01:33:32 2004 Ben Pfaff * q2c.c: (dump_header) Don't try to emit #includes at very top of @@ -332,7 +506,6 @@ Mon Nov 15 00:30:33 2004 Ben Pfaff (var_dtor_free) New function. (discard_variables) Use NULL instead of inline_file. ->>>>>>> 1.106 Fri Nov 12 10:07:11 WST 2004 John Darrington * value-labs.c Fixed the implmentation of value_to_string, so