From: <pa...@us...> - 2003-10-06 21:32:42
|
Update of /cvsroot/fuse-emulator/fuse/hacking In directory sc8-pr-cvs1:/tmp/cvs-serv21214/hacking Modified Files: ChangeLog Log Message: Better error recovery: should stop the parser ending up half way through a command after a parse error. Index: ChangeLog =================================================================== RCS file: /cvsroot/fuse-emulator/fuse/hacking/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** ChangeLog 6 Oct 2003 17:45:53 -0000 1.35 --- ChangeLog 6 Oct 2003 21:32:36 -0000 1.36 *************** *** 243,244 **** --- 243,245 ---- 20031006 settings.dat, ui/options.dat, ui/gtk/confirm.c: add option to disable the 'confirm' dialogs. + 20031006 debugger/command.c, debugger/commandy.y: better error recovery |