X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2FChangeLog;h=7d8ef4dde0bd2515d76b0e133b2dea2e0a662f75;hb=f514231dd2fc0c2adc1ebab5c46a4b55d2bd9c2b;hp=26c751ab199d14cb3645639be23d2217ca657bc4;hpb=1f221ed321a915d7c9888fac08dcf34fde06cdc4;p=pspp-builds.git diff --git a/src/data/ChangeLog b/src/data/ChangeLog index 26c751ab..7d8ef4dd 100644 --- a/src/data/ChangeLog +++ b/src/data/ChangeLog @@ -1,3 +1,16 @@ +2007-07-18 John Darrington + + * datasheet.c (datasheet_delete_columns): Added assertion to check + we're not deleting outside the range of the sheet. + + + * dictionary.c dictionary.h variable.c: Added the ability for string + variables to be resized. + + * vardict.h: Added some prototypes (moved from dictionary.h) as + these should only be called by variable.c + + 2007-07-14 John Darrington * sfm-reader.c: Respect case_cnt field in file header.