diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 4f0f9fd5e..50777332b 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,5 +1,7 @@ 2008-03-12 Neil Jerram + * debugging/.cvsignore: New. + * debugger/commands.scm (evaluate, info-args, info-frame, position, up, down): Improve/fix doc strings. diff --git a/ice-9/debugging/.cvsignore b/ice-9/debugging/.cvsignore new file mode 100644 index 000000000..282522db0 --- /dev/null +++ b/ice-9/debugging/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in