##
## autogenerated ChangeLog -- don't edit
##

2006-07-21 Friday 23:08  Rocky Bernstein <rocky@panix.com>

	* configure.ac: Update address.

2006-07-21 Friday 23:08  Rocky Bernstein <rocky@panix.com>

	* NEWS, configure.ac: Get ready for 0.06 release

2006-07-21 Friday 10:35  Rocky Bernstein <rocky@panix.com>

	* test/bugIFS.sh.in: More general substitition for BASH.

2006-07-21 Friday 10:33  Rocky Bernstein <rocky@panix.com>

	* bashdb-trace.in: -nx -> --nx and minor changes. Sync better with
	  bashdb.in

2006-07-18 Tuesday 10:12  Rocky Bernstein <rocky@panix.com>

	* NEWS, doc/bashdb.texi: GO over doc for new commands as well as
	  complete old ones better.

2006-07-18 Tuesday 01:26  Rocky Bernstein <rocky@panix.com>

	* test/: hanoi.sh.in, settrace.sh: Change to make build outside of
	  source tree (make distcheck) work.

2006-07-17 Monday 09:45  Rocky Bernstein <rocky@panix.com>

	* bashdb-trace.in, test/hanoi.sh.in, test/settrace.cmd,
	  test/settrace.right, test/settrace.sh: Get settrace working when
	  called other than the first time.

2006-07-17 Monday 02:02  Rocky Bernstein <rocky@panix.com>

	* test/: settrace.right, settrace.sh, settrace.tests, trace.right,
	  trace2.right, trace2.tests: Fixes to get building out of source
	  tree (make distcheck) working better.

2006-07-16 Sunday 22:03  Rocky Bernstein <rocky@panix.com>

	* Makefile.am: Makefile.am: Add dbg-command.inc

2006-07-16 Sunday 21:24  Rocky Bernstein <rocky@panix.com>

	* test/: Makefile.am, settrace.cmd, settrace.right, settrace.sh,
	  settrace.tests: Add test of set_trace

2006-07-16 Sunday 14:04  Rocky Bernstein <rocky@panix.com>

	* dbg-fns.inc, dbg-info.inc, dbg-init.inc, dbg-sig.inc,
	  test/brkpt2.cmd, test/brkpt2.right, test/brkpt3.right,
	  test/run-brkpt, test/sig.right: More detail in "info program".
	  Reinstate brkpt3 test since bash bug seems to have been fixed.

2006-07-13 Thursday 10:54  Rocky Bernstein <rocky@panix.com>

	* dbg-brk.inc, dbg-cmds.inc, test/tbreak.cmd, test/tbreak.right:
	  Don't try to step/next/continue if the program's not running.

2006-07-13 Thursday 09:51  Rocky Bernstein <rocky@panix.com>

	* NEWS, dbg-info.inc, test/tbreak.cmd, test/tbreak.right: Don't try
	  to give line number when program is not running.

2006-07-13 Thursday 09:42  Rocky Bernstein <rocky@panix.com>

	* bashdb-trace.in, dbg-info.inc, dbg-init.inc, dbg-sig.inc,
	  dbg-stack.inc, test/misc-output.right, test/misc.right,
	  test/tbreak.cmd, test/tbreak.right: Note state of debugging
	  program. Add info program.  Don't try to show stack when we are
	  not running the program.

2006-07-04 Tuesday 06:01  Rocky Bernstein <rocky@panix.com>

	* NEWS: More fexible and more general output by no longer assuming
	  we write to sys.stdout. Rather the output object is saved in the
	  instance variable, which could be and often is the same as
	  sys.stdout, but doesn't need to be. This change may make
	  communication used in remote debugging and thread debugging
	  simpler. Many thanks to Matt Flemming for the patch.

2006-07-04 Tuesday 02:56  Rocky Bernstein <rocky@panix.com>

	* dbg-complete.inc: Add "commands" to completion list.

2006-06-18 Sunday 13:48  Rocky Bernstein <rocky@panix.com>

	* test/: command.cmd, command.right: A more stringent "command"
	  test.

2006-06-13 Tuesday 09:11  Rocky Bernstein <rocky@panix.com>

	* dbg-brk.inc, dbg-cmds.inc, dbg-commands.inc, dbg-complete.inc,
	  dbg-help.inc, dbg-hist.inc, dbg-info.inc, dbg-list.inc,
	  dbg-log.inc, dbg-set.inc, dbg-show.inc, dbg-sig.inc,
	  dbg-stack.inc, test/sig.right: _Dbg_cmd_... -> _Dbg_do_... so as
	  to make look more like the Python debugger.  (I get confused
	  easily.)

2006-06-11 Sunday 02:23  Rocky Bernstein <rocky@panix.com>

	* NEWS, dbg-cmds.inc, dbg-commands.inc, dbg-sig.inc,
	  test/Makefile.am, test/command.cmd, test/command.right,
	  test/command.tests, test/run-command, test/sig.right: Add gdb
	  "commands" command: runs debugger commands at a given breakpoint.

2006-06-08 Thursday 09:00  Rocky Bernstein <rocky@panix.com>

	* dbg-cmds.inc, dbg-main.inc.in, test/sig.right: Move closer
	  towards getting the "commands" debugger command working.

2006-06-03 Saturday 21:36  Rocky Bernstein <rocky@panix.com>

	* dbg-cmds.inc, test/sig.right: A small bit of alphabetization.

2006-06-03 Saturday 16:53  Rocky Bernstein <rocky@panix.com>

	* dbg-cmds.inc, test/sig.right: Small comment fix.

2006-06-03 Saturday 07:06  Rocky Bernstein <rocky@panix.com>

	* dbg-cmds.inc, test/sig.right, test/watch1.right: dbg-cmds.inc:
	  remove globals _Dbg_cmd and _Dbg_args. _Dbg_args -> args.

2006-06-03 Saturday 04:24  Rocky Bernstein <rocky@panix.com>

	* dbg-cmds.inc, dbg-info.inc, dbg-stack.inc, test/sig.right,
	  test/watch1.right: Break out command that gets run inside
	  interactive loop so we can use it possibly in a gdb "commands"
	  (execute debugger commands on breakpoint) command.

2006-05-27 Saturday 16:42  Rocky Bernstein <rocky@panix.com>

	* dbg-brk.inc, dbg-sig.inc: _brkpt_ -> _Dbg_brkpt_ as it should
	  have been.

2006-04-10 Monday 11:12  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: Add example of using linetrace option -X Expand
	  Emacs section. List commands that be used in the source script
	  buffer.

2006-04-10 Monday 02:52  Rocky Bernstein <rocky@panix.com>

	* emacs/bashdb.el, test/misc.right: Minor help string changes.

2006-04-10 Monday 02:50  Rocky Bernstein <rocky@panix.com>

	* NEWS, dbg-info.inc, doc/bashdb.texi: Attempt to get documentation
	  on GNU Emacs section in order. Describe bashdbtrack. Minor doc
	  changes in info help.

2006-04-10 Monday 01:54  Rocky Bernstein <rocky@panix.com>

	* test/: action.tests, hanoi.sh.in, trace.tests, trace2.tests:
	  Changes to make "make distcheck" work better. Not perfect, but
	  better.

2006-04-10 Monday 00:40  Rocky Bernstein <rocky@panix.com>

	* bashdb-trace.in, bashdb.in, test/Makefile.am, test/action.tests,
	  test/brkpt2.right, test/debug.right, test/finish.right,
	  test/hanoi.sh.in, test/parm.right, test/run-trace,
	  test/sig.right, test/tbreak.right, test/trace.right,
	  test/trace.tests, test/trace2.right, test/trace2.tests,
	  test/watch1.right: Add program-control linetrace test (trace2)
	  Set line tracing to not enter debugger on quit.

2006-04-09 Sunday 15:56  Rocky Bernstein <rocky@panix.com>

	* test/Makefile.am: Add line-trace regression test.

2006-04-09 Sunday 15:50  Rocky Bernstein <rocky@panix.com>

	* test/: run-trace, trace.right, trace.tests, Makefile.am: Add
	  linetrace test

2006-04-09 Sunday 15:26  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: _Dbg_set_trace now needs a null statement
	  afterwards, i.e. "; :"

2006-04-09 Sunday 12:20  Rocky Bernstein <rocky@panix.com>

	* NEWS, bashdb.in, configure.ac, dbg-init.inc, test/Makefile.am,
	  test/brkpt2.right, test/debug.right, test/finish.right,
	  test/hanoi.sh.in, test/hanoitest.sh.in, test/parm.right,
	  test/sig.right, test/tbreak.right: Add line tracing command-line
	  option in bashdb: -X, and long option --trace

	  Executing a string (option -c or --command) shows the command to
	  be run in the call stack.

2006-04-08 Saturday 20:34  Rocky Bernstein <rocky@panix.com>

	* bashdb.in, dbg-init.inc, doc/bashdb.texi, test/brkpt2.right,
	  test/debug.right, test/finish.right, test/parm.right,
	  test/tbreak.right, test/watch1.right, test/sig.right: Remove the
	  weirdness with set_trace where we had to add additional null
	  statements.

2006-04-06 Thursday 12:06  Rocky Bernstein <rocky@panix.com>

	* test/subshell3.right: subshell3.right

2006-04-06 Thursday 12:05  Rocky Bernstein <rocky@panix.com>

	* NEWS, TODO, configure.ac, dbg-cmds.inc, doc/bashdb.texi,
	  test/action.cmd, test/action.right, test/brkpt1.cmd,
	  test/brkpt1.right, test/brkpt2.cmd, test/brkpt2.right,
	  test/brkpt3.cmd, test/bugIFS.cmd, test/bugIFS.right,
	  test/complete.cmd, test/complete.right, test/continue.cmd,
	  test/debug.cmd, test/debug.right, test/debug2.cmd,
	  test/display.cmd, test/display.right, test/finish.cmd,
	  test/finish.right, test/list.cmd, test/list.right, test/misc.cmd,
	  test/misc.right, test/multi1.cmd, test/multi1.right,
	  test/multi2.cmd, test/multi2.right, test/multi3.right,
	  test/multi4.right, test/parm.cmd, test/parm.right,
	  test/prof1.cmd, test/prof2.cmd, test/quit.cmd, test/restart.cmd,
	  test/restart.right, test/restart2.cmd, test/search.cmd,
	  test/search.right, test/sig.cmd, test/sig.right, test/skip.right,
	  test/subshell1.cmd, test/subshell1.right, test/subshell2.cmd,
	  test/subshell2.right, test/subshell3.cmd, test/tbreak.cmd,
	  test/tbreak.right, test/watch1.cmd, test/watch1.right,
	  test/watch2.cmd, test/watch2.right: configure.ac: now in 0.06cvs.
	  bashdb.texi: small changes rest: When sourcing a debugger
	  command file we now show the debugger command before running it.

2006-04-06 Thursday 04:15  Rocky Bernstein <rocky@panix.com>

	* dbg-init.inc, dbg-list.inc, dbg-set.inc, dbg-sig.inc,
	  dbg-stack.inc, doc/bashdb.texi: bashdb.texi: Go over sample
	  session to elaborate on subshells and showing multi-statement
	  lines. Add linetrace sessoin

	  *.inc: linetrace output is no longer the same as step output. We
	  show level, subshell and depth now.

2006-04-05 Wednesday 00:09  Rocky Bernstein <rocky@panix.com>

	* bashdb.in, configure.ac, readarray.c, test/run-multi,
	  test/run-sig, test/run-subshell: Changes to make work on Solaris
	  and it's lesser /bin/sh.

2006-04-05 Wednesday 00:01  Rocky Bernstein <rocky@panix.com>

	* test/: brkpt2.right, debug.right, finish.right, parm.right,
	  sig.right, tbreak.right, watch1.right: Line numbers have changed.

2006-04-04 Tuesday 23:23  Rocky Bernstein <rocky@panix.com>

	* Makefile.am, bashdb-trace.in, bashdb.in, configure.ac,
	  dbg-sig.inc, doc/bashdb.texi, test/Makefile.am,
	  test/hanoitest.sh.in: Add set_linetrace, and ability to call from
	  script. Document.  dbg-sig.inc: Correct line-tracing variable

2006-03-25 Saturday 02:48  Rocky Bernstein <rocky@panix.com>

	* NEWS, configure.ac: Get ready for 3.1-0.05 release

2006-03-20 Monday 02:12  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: Document some of the set/show logging commands.

2006-03-20 Monday 01:51  Rocky Bernstein <rocky@panix.com>

	* Makefile.am, NEWS, dbg-brk.inc, dbg-cmds.inc, dbg-complete.inc,
	  dbg-help.inc, dbg-init.inc, dbg-io.inc, dbg-log.inc,
	  dbg-main.inc.in, dbg-set.inc, dbg-show.inc, dbg-sig.inc,
	  doc/bashdb-man.pod, doc/bashdb.texi, test/misc.right,
	  test/sig.right: Add gdb-style set/show logging.  Break debugger
	  out into more files: dbg-log.inc and dbg-show.inc Email address
	  regularization.

2006-03-19 Sunday 21:48  Rocky Bernstein <rocky@panix.com>

	* Makefile.am, configure.ac, dbg-cmds.inc, dbg-complete.inc,
	  dbg-main.inc.in, test/run-watch1, test/watch1.tests:
	  dbg-complete.inc dbg-main.inc.in: move command completion code to
	  a separate file

	  configure.ac: Makefile.am: BASHDB_MAIN wasn't getting set
	  correctly Makefile.am: fix various shell quoting problems

	  test/watch1.*: make it work for "make distcheck" (or VPATH, or
	  build outside of source tree)

2006-03-19 Sunday 11:09  Rocky Bernstein <rocky@panix.com>

	* test/: complete.cmd, complete.right: Add more completion tests

2006-03-19 Sunday 04:48  Rocky Bernstein <rocky@panix.com>

	* dbg-cmds.inc, dbg-help.inc, dbg-info.inc, test/sig.right: Add
	  subcommand completion for set, info and show.

2006-03-19 Sunday 01:06  Rocky Bernstein <rocky@panix.com>

	* emacs/bashdb.el: Be able to turn bashdb tracking on and off.

2006-03-16 Thursday 05:03  Rocky Bernstein <rocky@panix.com>

	* emacs/bashdb.el: Allow tab to be completion.

2006-03-15 Wednesday 14:37  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: small doc fix

2006-03-15 Wednesday 12:54  Rocky Bernstein <rocky@panix.com>

	* NEWS, doc/bashdb.texi, test/complete.cmd, test/complete.right:
	  bashdb.texi: document "complete" test/* add another "complete"
	  test

2006-03-15 Wednesday 12:30  Rocky Bernstein <rocky@panix.com>

	* dbg-cmds.inc, test/Makefile.am, test/complete.cmd,
	  test/complete.right, test/complete.tests, test/run-complete,
	  test/sig.right: Add "complete" command.

2006-03-15 Wednesday 03:15  Rocky Bernstein <rocky@panix.com>

	* .cvsignore: .cvsignore

2006-03-15 Wednesday 03:15  Rocky Bernstein <rocky@panix.com>

	* configure.ac: More 3.1 substitutions. Wrong GPL text.

2006-03-14 Tuesday 22:55  Rocky Bernstein <rocky@panix.com>

	* configure.ac: Make sure we find bash 3.1 exactly.

2006-03-12 Sunday 23:32  Rocky Bernstein <rocky@panix.com>

	* config.h.in: config.h.in is derived

2006-03-12 Sunday 23:28  Rocky Bernstein <rocky@panix.com>

	* dbg-file.inc, dbg-info.inc, dbg-io.inc, test/brkpt2.right,
	  test/parm.right, test/sig.right: "info source"  shows number of
	  lines in file and looks a little more like gdb.

2006-03-12 Sunday 11:52  Rocky Bernstein <rocky@panix.com>

	* emacs/bashdb.el: minor corrections to bashbtrack

2006-03-12 Sunday 11:44  Rocky Bernstein <rocky@panix.com>

	* emacs/bashdb.el: minor fixes to bashdbtrack

2006-03-12 Sunday 11:08  Rocky Bernstein <rocky@panix.com>

	* emacs/bashdb.el: Add tracking of source inside comint shell. Code
	  from python's pdbtrack used.

2006-03-09 Thursday 11:28  Rocky Bernstein <rocky@panix.com>

	* dbg-brk.inc, dbg-cmds.inc, dbg-sig.inc, doc/bashdb.texi,
	  test/brkpt2.right, test/misc.cmd, test/misc.right,
	  test/sig.right, test/watch1.cmd, test/watch1.right: bashdb.texii,
	  dbg-cmds.inc: Add cd and pwd commands.  dbg-sig.inc: Fix bug in
	  watch expression when variable is not set

2006-02-18 Saturday 19:08  Rocky Bernstein <rocky@panix.com>

	* configure.ac, emacs/bashdb.el: configure.ac: In 0.05cvs now
	  emacs/bashdb.el: tidy up a little bit.

2006-02-18 Saturday 17:34  Rocky Bernstein <rocky@panix.com>

	* test/bugIFS.tests: Fix breakage of VPATH patch; allow to run
	  standalone

2006-02-18 Saturday 16:12  Rocky Bernstein <rocky@panix.com>

	* .cvsignore, config.h.in, configure.ac, emacs/bashdb.el,
	  test/Makefile.am, test/bugIFS.tests, test/run-multi,
	  test/run-skip, test/run-subshell: Patches from Eric Blake to make
	  a VPATH build (in a CVS tree, do: mkdir build; cd build;
	  ../configure; make; make check).

2006-02-01 Wednesday 20:38  Rocky Bernstein <rocky@panix.com>

	* emacs/bashdb.el: "toggle" changes linetrace, not "trace"

2006-02-01 Wednesday 17:42  Rocky Bernstein <rocky@panix.com>

	* dbg-init.inc, dbg-set.inc, emacs/bashdb.el, test/misc.right: Misc
	  fixes.

2006-02-01 Wednesday 13:42  Rocky Bernstein <rocky@panix.com>

	* dbg-cmds.inc, dbg-help.inc, dbg-init.inc, dbg-set.inc,
	  dbg-sig.inc, emacs/bashdb.el, test/brkpt2.right,
	  test/debug.right, test/finish.right, test/misc.right,
	  test/parm.right, test/sig.right, test/sopts.tests,
	  test/tbreak.right: Add set/show linetrace emacs/bashdb.el: add
	  lots of menu functions. remove stepi.  _trace_ -> _Dbg_trace

2006-01-30 Monday 01:52  Rocky Bernstein <rocky@panix.com>

	* bashdb.in: Some small bugs in options processing and help
	  reporting.

2006-01-30 Monday 01:50  Rocky Bernstein <rocky@panix.com>

	* test/: Makefile.am, continue.cmd, lopts.right, lopts.tests,
	  quit.cmd, run-opts, sopts.right, sopts.tests: Add options
	  processing tests.

2006-01-29 Sunday 18:40  Rocky Bernstein <rocky@panix.com>

	* emacs/bashdb.el, test/brkpt2.right, test/debug.right,
	  test/finish.right, test/parm.right, test/sig.right,
	  test/tbreak.right: bashdb.el: add numeric counts.  test: line
	  numbers changed again.

2006-01-29 Sunday 17:58  Rocky Bernstein <rocky@panix.com>

	* bashdb.in: Allow -nx for -n

2006-01-29 Sunday 15:05  Rocky Bernstein <rocky@panix.com>

	* test/: brkpt2.right, debug.right, finish.right, parm.right,
	  sig.right, tbreak.right: Line numbers have changed in bashdb.

2006-01-29 Sunday 14:56  Rocky Bernstein <rocky@panix.com>

	* bashdb.in: Remove testing #!/bin/bash

2006-01-29 Sunday 14:53  Rocky Bernstein <rocky@panix.com>

	* README, bashdb.in: A couple more small typos.

2006-01-29 Sunday 14:48  Rocky Bernstein <rocky@panix.com>

	* bashdb.in: Make a couple of options longer and note they can be
	  abbreviated.

2006-01-29 Sunday 14:38  Rocky Bernstein <rocky@panix.com>

	* bashdb.in, test/brkpt2.right, test/debug.right,
	  test/finish.right, test/parm.right, test/sig.right,
	  test/tbreak.right: Change bashdb to use long options if getopt is
	  around.  bashdb now accepts --debugger to be compatible with bash
	  --debugger.

2006-01-29 Sunday 05:58  Rocky Bernstein <rocky@panix.com>

	* emacs/bashdb.el: Don't add --debugger if we are invoking via
	  bashdb.

2006-01-23 Monday 04:09  Rocky Bernstein <rocky@panix.com>

	* configure.ac: Proper way to make sure bashdb is executable?

2006-01-18 Wednesday 09:45  Rocky Bernstein <rocky@panix.com>

	* configure.ac, README: Small doc change

2006-01-18 Wednesday 09:43  Rocky Bernstein <rocky@panix.com>

	* configure.ac: Small comment/doc changes

2006-01-18 Wednesday 03:54  Rocky Bernstein <rocky@panix.com>

	* INSTALL: Do not need relative path for --with-bash-source

2006-01-18 Wednesday 03:51  Rocky Bernstein <rocky@panix.com>

	* INSTALL: Need only headers not compiled source

2006-01-18 Wednesday 03:24  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: rebash->bash.

2006-01-18 Wednesday 03:23  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: Another macro-related problem addressed.

2006-01-18 Wednesday 03:19  Rocky Bernstein <rocky@panix.com>

	* INSTALL: Update installation instructions for --with-bash and
	  --with-bash-source.

2006-01-18 Wednesday 02:57  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: Add info about "set debugger", "set basename".
	  Fix a number of little HTML problems.

2006-01-18 Wednesday 02:04  Rocky Bernstein <rocky@panix.com>

	* dbg-set.inc, test/multi2.cmd, test/subshell4.cmd: Allow 0/1 for
	  off and on respectively as gdb (now?) does.

2006-01-16 Monday 06:42  Rocky Bernstein <rocky@panix.com>

	* NEWS: Note bashdb doc change motivated by Manfred Tremmel.

2006-01-11 Wednesday 10:30  Rocky Bernstein <rocky@panix.com>

	* configure.ac: Get ready for another release.

2006-01-11 Wednesday 10:26  Rocky Bernstein <rocky@panix.com>

	* .cvsignore, NEWS: Minor administrative changes.

2006-01-11 Wednesday 09:25  Rocky Bernstein <rocky@panix.com>

	* emacs/.cvsignore: elc-stamp seems to be used in makeing *.elc

2006-01-11 Wednesday 09:24  Rocky Bernstein <rocky@panix.com>

	* emacs/Makefile.am: Install elc file.

2006-01-05 Thursday 12:35  Rocky Bernstein <rocky@panix.com>

	* Makefile.am: We don't have patches for 3.1 (yet).

2006-01-05 Thursday 12:34  Rocky Bernstein <rocky@panix.com>

	* configure.ac: This is for bash 3.1 not 3.00

2006-01-04 Wednesday 19:39  Rocky Bernstein <rocky@panix.com>

	* configure.ac: Test for getline() in order to make readarray

2006-01-04 Wednesday 19:20  Rocky Bernstein <rocky@panix.com>

	* test/run-sig: Note why we've disabled on Cygwin.

2006-01-04 Wednesday 14:48  Rocky Bernstein <rocky@panix.com>

	* test/: misc.right, run-misc: Canonicalize output from "info args"

2006-01-04 Wednesday 11:46  Rocky Bernstein <rocky@panix.com>

	* test/run-sig: SIGnals on CYGwin seem to be different. So skip
	  this test.

2006-01-04 Wednesday 11:18  Rocky Bernstein <rocky@panix.com>

	* test/misc-output.right: Output had extraneous blank line which
	  was recently fixed.

2006-01-04 Wednesday 07:54  Rocky Bernstein <rocky@panix.com>

	* dbg-io.inc: Remove useless increment.

2006-01-04 Wednesday 07:45  Rocky Bernstein <rocky@panix.com>

	* dbg-cmds.inc, dbg-io.inc, test/brkpt1.right, test/brkpt2.right,
	  test/list.right, test/restart.cmd, test/restart.right,
	  test/run-sig, test/sig.right: dbg-cmds.inc: starting with bash
	  3.1 input file descriptors must be less than 9.

	  dbg-io.inc: fix off by one counting of file line numbers.

	  test/* adjust for revised output.

2006-01-03 Tuesday 05:36  Rocky Bernstein <rocky@panix.com>

	* .cvsignore, stamp-h1: stamp-h1 is derived.

2006-01-03 Tuesday 05:35  Rocky Bernstein <rocky@panix.com>

	* dbg-io.inc: I had broke things with respect to line_count (which
	  is really one more than the line count) when readarray is not
	  available.

2006-01-03 Tuesday 05:13  Rocky Bernstein <rocky@panix.com>

	* dbg-file.inc, dbg-io.inc, test/run-subshell: test/run-subshell
	  remove old comments *.inc: these changed in 2006.

2006-01-03 Tuesday 05:11  Rocky Bernstein <rocky@panix.com>

	* test/run-skip: Can reinstate this test.

2006-01-03 Tuesday 05:01  Rocky Bernstein <rocky@panix.com>

	* .cvsignore: Add config.h

2006-01-03 Tuesday 04:59  Rocky Bernstein <rocky@panix.com>

	* doc/.cvsignore: macros.texi is derived.

2006-01-03 Tuesday 04:58  Rocky Bernstein <rocky@panix.com>

	* acinclude.m4, dbg-file.inc, dbg-io.inc, test/run-multi:
	  dbg-file.inc: reinstate [[ for [. Add \ one other place where it
	  is probably needed.

	  dbg-io.inc: remove a read-only attribute where it shouldn't be.
	  It may have to do with a changed scope of local.

	  test/run-multi: reinstate test.

2006-01-03 Tuesday 01:18  Rocky Bernstein <rocky@panix.com>

	* doc/: bashdb.texi, bashdb.texi.in: Subtitutions are in
	  macros.texi.in.

2006-01-02 Monday 23:34  Rocky Bernstein <rocky@panix.com>

	* .cvsignore, AUTHORS, CHANGES, COPYING, INSTALL, Makefile.am,
	  NEWS, README, README.CVS, THANKS, TODO, autogen.sh, bashdb.in,
	  configure.ac, cvs2cl_header, cvs2cl_usermap, dbg-brk.inc,
	  dbg-cmds.inc, dbg-file.inc, dbg-fns.inc, dbg-help.inc,
	  dbg-hist.inc, dbg-info.inc, dbg-init.inc, dbg-io.inc,
	  dbg-list.inc, dbg-main.inc.in, dbg-pre.inc.in,
	  dbg-set-d-vars.inc, config.h.in, dbg-set.inc, dbg-sig-ret.inc,
	  dbg-sig.inc, dbg-stack.inc, ltmain.sh, readarray.c, stamp-h1,
	  doc/.cvsignore, doc/Makefile.am, doc/bashdb-man.pod,
	  doc/bashdb.texi.in, doc/fdl.texi, doc/gpl.texi,
	  doc/macros.texi.in, test/.cvsignore, test/Makefile.am,
	  test/action.cmd, test/action.right, test/action.tests,
	  test/brkpt1.cmd, test/brkpt1.right, test/brkpt1.tests,
	  test/brkpt2.cmd, test/brkpt2.right, test/brkpt2.tests,
	  test/brkpt3.cmd, test/brkpt3.right, test/brkpt3.tests,
	  test/bugIFS, test/bugIFS.cmd, test/bugIFS.right,
	  test/bugIFS.tests, test/check_common.in, test/dbg-test1.sh,
	  test/dbg-test1.sub, test/dbg-test2.sh, test/debug.cmd,
	  test/debug.right, test/debug.sh, test/debug.tests,
	  test/debug2.cmd, test/display.cmd, test/display.right,
	  test/display.tests, test/finish.cmd, test/finish.right,
	  test/finish.tests, test/list.cmd, test/list.right,
	  test/list.tests, test/misc-output.right, test/misc.cmd,
	  test/misc.right, test/misc.tests, test/multi.sh, test/multi1.cmd,
	  test/multi1.right, test/multi1.tests, test/multi2.cmd,
	  test/multi2.right, test/multi2.tests, test/multi3.cmd,
	  test/multi3.right, test/multi3.tests, test/multi4.cmd,
	  test/multi4.right, test/multi4.tests, test/parm.cmd,
	  test/parm.right, test/parm.sh, test/parm.tests, test/prof1.cmd,
	  test/prof2.cmd, test/restart.cmd, test/restart.right,
	  test/restart.tests, test/restart2.cmd, test/restartbug.sh,
	  test/run-action, test/run-all, test/run-brkpt, test/run-brkpt1,
	  test/run-bugIFS, test/run-debug, test/run-display,
	  test/run-finish, test/run-list, test/run-misc, test/run-multi,
	  test/run-parm, test/run-restart, test/run-search, test/run-sig,
	  test/run-skip, test/run-subshell, test/run-tbreak,
	  test/run-watch1, test/run-watch2, test/search.cmd,
	  test/search.right, test/search.tests, test/sig.cmd,
	  test/sig.right, test/sig.sh, test/sig.tests, test/skip.cmd,
	  test/skip.right, test/skip.sh, test/skip.tests, test/subshell.sh,
	  test/subshell1.cmd, test/subshell1.right, test/subshell1.tests,
	  test/subshell2.cmd, test/subshell2.right, test/subshell2.tests,
	  test/subshell3.cmd, test/subshell3.right, test/subshell3.tests,
	  test/subshell4.cmd, test/subshell4.right, test/subshell4.tests,
	  test/tbreak.cmd, emacs/.cvsignore, emacs/Makefile.am,
	  emacs/bashdb.el, test/bugIFS.sh.in, test/tbreak.right,
	  test/tbreak.tests, test/version, test/version.mini,
	  test/watch1.cmd, test/watch1.right, test/watch1.tests,
	  test/watch2.cmd, test/watch2.right, test/watch2.tests,
	  emacs/gud.el, emacs/gud.el.diff: Debugger for Bash 3.1

2006-01-02 Monday 23:34  Rocky Bernstein <rocky@panix.com>

	* .cvsignore, AUTHORS, CHANGES, COPYING, INSTALL, Makefile.am,
	  NEWS, README, README.CVS, THANKS, TODO, autogen.sh, bashdb.in,
	  configure.ac, cvs2cl_header, cvs2cl_usermap, dbg-brk.inc,
	  dbg-cmds.inc, dbg-file.inc, dbg-fns.inc, dbg-help.inc,
	  dbg-hist.inc, dbg-info.inc, dbg-init.inc, dbg-io.inc,
	  dbg-list.inc, dbg-main.inc.in, dbg-pre.inc.in,
	  dbg-set-d-vars.inc, config.h.in, dbg-set.inc, dbg-sig-ret.inc,
	  dbg-sig.inc, dbg-stack.inc, ltmain.sh, readarray.c, stamp-h1,
	  doc/.cvsignore, doc/Makefile.am, doc/bashdb-man.pod,
	  doc/bashdb.texi.in, doc/fdl.texi, doc/gpl.texi,
	  doc/macros.texi.in, test/.cvsignore, test/Makefile.am,
	  test/action.cmd, test/action.right, test/action.tests,
	  test/brkpt1.cmd, test/brkpt1.right, test/brkpt1.tests,
	  test/brkpt2.cmd, test/brkpt2.right, test/brkpt2.tests,
	  test/brkpt3.cmd, test/brkpt3.right, test/brkpt3.tests,
	  test/bugIFS, test/bugIFS.cmd, test/bugIFS.right,
	  test/bugIFS.tests, test/check_common.in, test/dbg-test1.sh,
	  test/dbg-test1.sub, test/dbg-test2.sh, test/debug.cmd,
	  test/debug.right, test/debug.sh, test/debug.tests,
	  test/debug2.cmd, test/display.cmd, test/display.right,
	  test/display.tests, test/finish.cmd, test/finish.right,
	  test/finish.tests, test/list.cmd, test/list.right,
	  test/list.tests, test/misc-output.right, test/misc.cmd,
	  test/misc.right, test/misc.tests, test/multi.sh, test/multi1.cmd,
	  test/multi1.right, test/multi1.tests, test/multi2.cmd,
	  test/multi2.right, test/multi2.tests, test/multi3.cmd,
	  test/multi3.right, test/multi3.tests, test/multi4.cmd,
	  test/multi4.right, test/multi4.tests, test/parm.cmd,
	  test/parm.right, test/parm.sh, test/parm.tests, test/prof1.cmd,
	  test/prof2.cmd, test/restart.cmd, test/restart.right,
	  test/restart.tests, test/restart2.cmd, test/restartbug.sh,
	  test/run-action, test/run-all, test/run-brkpt, test/run-brkpt1,
	  test/run-bugIFS, test/run-debug, test/run-display,
	  test/run-finish, test/run-list, test/run-misc, test/run-multi,
	  test/run-parm, test/run-restart, test/run-search, test/run-sig,
	  test/run-skip, test/run-subshell, test/run-tbreak,
	  test/run-watch1, test/run-watch2, test/search.cmd,
	  test/search.right, test/search.tests, test/sig.cmd,
	  test/sig.right, test/sig.sh, test/sig.tests, test/skip.cmd,
	  test/skip.right, test/skip.sh, test/skip.tests, test/subshell.sh,
	  test/subshell1.cmd, test/subshell1.right, test/subshell1.tests,
	  test/subshell2.cmd, test/subshell2.right, test/subshell2.tests,
	  test/subshell3.cmd, test/subshell3.right, test/subshell3.tests,
	  test/subshell4.cmd, test/subshell4.right, test/subshell4.tests,
	  test/tbreak.cmd, emacs/.cvsignore, emacs/Makefile.am,
	  emacs/bashdb.el, test/bugIFS.sh.in, test/tbreak.right,
	  test/tbreak.tests, test/version, test/version.mini,
	  test/watch1.cmd, test/watch1.right, test/watch1.tests,
	  test/watch2.cmd, test/watch2.right, test/watch2.tests,
	  emacs/gud.el, emacs/gud.el.diff: Initial revision

