X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FChangeLog;h=498afac3fddf2623722899c94c10fe39027d3f99;hb=05e356b2a3087e819ef3b5388e29c822f41502e1;hp=68d0d089f0714f2d687f962c72bf22304d52ccb0;hpb=a7cc8b259f0fe963aa30d4e64f7d39551ded1454;p=pspp diff --git a/src/ChangeLog b/src/ChangeLog index 68d0d089f0..498afac3fd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ + * var-display.c: New file. + + * format.h var.h sfm-read.c sfm-write.c dictionary.c : Added + display_width, measure and alignment parameters to variables. + + * aggregate.c command.def compute.c count.c data-list.c descript.c + dictionary.c dictionary.h expr-prs.c file-type.c flip.c get.c lexer.c + lexer.h loop.c modify-vars.c pfm-read.c recode.c repeat.c sfm-read.c + sfm-write.c sfm-write.h sfmP.h val-labs.c val.h var.h vars-prs.c + vector.c : + - Replaced literal constants representing maximum variable name + length with macro definitions. + - Added support for long variable names. + - Changed lexer such that it no longer makes tokens upper case, but + relies upon case insensitive behaviour of commands. + Mon Apr 4 22:27:34 2005 Ben Pfaff * aggregate.c: (parse_aggregate_functions) If dict_create_var() @@ -71,6 +87,7 @@ Mon Mar 14 21:05:13 2005 Ben Pfaff * flip.c: (cmd_flip) Ditto. +>>>>>>> 1.161 Sun Mar 13 22:52:05 2005 Ben Pfaff * file-handle.q: (struct file_handle) `open_mode' should not be @@ -121,6 +138,7 @@ Sun Mar 13 22:35:55 2005 Ben Pfaff (initialize_aggregate_info) Fix initialization for MIN, MAX for strings. +>>>>>>> 1.160 Sat Mar 12 23:26:21 2005 Ben Pfaff Start work on testing and debugging AGGREGATE.