X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2FChangeLog;h=d3f3d6d8204f16a4c28e55d876e631970510c618;hb=c03a42996cfd422728e85631682ed13a8c298f2a;hp=a0dd1a08c6a72b74c8f8298ec0853f617e1cbdf4;hpb=9685c5889f0eef90258880bf1202cf5678f3a3b7;p=pspp diff --git a/src/language/ChangeLog b/src/language/ChangeLog index a0dd1a08c6..d3f3d6d820 100644 --- a/src/language/ChangeLog +++ b/src/language/ChangeLog @@ -1,3 +1,29 @@ +Sun Dec 3 11:59:10 2006 Ben Pfaff + + * syntax-file.c (read_syntax_file): Always read GETL_BATCH lines. + +Wed Nov 29 19:35:44 WST 2006 John Darrington + + * command.c: Updated to reflect changed function names. + + * line-buffer.c line-buffer.h: Removed. Guts of it moved to + libpspp/getl.[ch] The rest moved to files listed below. + + * syntax-file.c syntax-file.h prompt.c prompt.h: New files. + +Wed Nov 22 06:26:42 2006 Ben Pfaff + + * command.def: HOST command needs F_KEEP_FINAL_TOKEN. + +Sat Oct 28 16:15:56 WST 2006 John Darrington + + * linebuffer.c linebuffer.h: Moved getl_buf from here, into + lexer/lexer.c + +Thu Oct 26 20:19:00 2006 Ben Pfaff + + * command.def: Add DEBUG FLOAT FORMAT. + Fri Oct 20 10:59:06 WST 2006 John Darrington * command.def: Added additional unimpl commands.