X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2FChangeLog;h=91f45fd514dcc46e88c221ea2d45aa41178026a8;hb=0e8ce9b60375ae15ddd8dafc27bad1cc26856b08;hp=ffe2b80fc830cc41c492d2f17e56dcfd60a28214;hpb=ae9f5561a7fdeb23707bf355e06f3ca04824e738;p=pspp-builds.git diff --git a/src/data/ChangeLog b/src/data/ChangeLog index ffe2b80f..91f45fd5 100644 --- a/src/data/ChangeLog +++ b/src/data/ChangeLog @@ -1,3 +1,15 @@ +Sat Apr 15 19:48:57 2006 Ben Pfaff + + Get rid of our own int32 type in favor of the standard int32_t + type. + + * sfm-private.h: (int32 macro) Don't define this anymore. Do + include . + + * sys-file-reader.c: Use int32_t instead of int32 throughout. + + * sys-file-writer.c: Use int32_t instead of int32 throughout. + Sat Apr 15 19:36:47 2006 Ben Pfaff Remove ill-considered file routines that are no longer used.