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

2007-01-20 Saturday 15:09  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb-man.pod: Remove --vtrace

2007-01-20 Saturday 14:24  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: bashdb.tex: more "set -x" reworking.

2007-01-20 Saturday 14:02  Rocky Bernstein <rocky@panix.com>

	* NEWS: Add date.

2007-01-20 Saturday 12:03  Rocky Bernstein <rocky@panix.com>

	* emacs/.cvsignore: Wasn't this committed already?

2007-01-20 Saturday 12:02  Rocky Bernstein <rocky@panix.com>

	* emacs/Makefile.am: More things to make "make distcheck" work.

2007-01-20 Saturday 11:32  Rocky Bernstein <rocky@panix.com>

	* configure.ac, emacs/Makefile.am, emacs/bashdb-test.el,
	  emacs/bashdb-test.el.in, test/Makefile.am, test/dbg-test1.sh:
	  Things to make "make distcheck" work.

2007-01-20 Saturday 10:38  Rocky Bernstein <rocky@panix.com>

	* bashdb.in, configure.ac, doc/bashdb.texi, test/Makefile.am,
	  test/dbg-test1.sh, test/dbg-test1.sh.in, test/list.right,
	  test/search.right: Change to make "make distcheck" work.

2007-01-20 Saturday 03:50  Rocky Bernstein <rocky@panix.com>

	* test/: brkpt2.right, bug-source.right, debug.right, finish.right,
	  frame.right, parm.right, sig.right: Line numbers changed bashdb
	  277 is now bashdb 275

2007-01-20 Saturday 03:24  Rocky Bernstein <rocky@panix.com>

	* configure.ac, doc/.cvsignore, test/misc.right: Get ready for
	  3.1-0.08 release

2007-01-19 Friday 21:58  Rocky Bernstein <rocky@panix.com>

	* NEWS, bashdb.in, dbg-show.inc, doc/bashdb.texi: Note $PS4.

2007-01-19 Friday 21:41  Rocky Bernstein <rocky@panix.com>

	* NEWS: What's new.

2007-01-04 Thursday 04:26  Rocky Bernstein <rocky@panix.com>

	* emacs/: Makefile.am, bashdb-test.el, bashdb.el, elk-test.el:
	  Tighten regulare expression and add 1st trivial emacs regression
	  test.

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

	* doc/bashdb-man.pod: Typo.

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

	* dbg-cmds.inc, doc/Makefile.am, doc/bashdb-man.pod:
	  doc/bashdb-man.pod: Document -Y|--vtrace option. Make html/man
	  customizations for links. Note unavailability of long options
	  sometimes.

	  doc/Makefile: Remove Perlisms. This is not part of Perl

	  dbg-cmds.inc: correct a comment

2006-12-27 Wednesday 16:45  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: Example program bugs. Perhaps at one time I was
	  going to make use of these?

2006-12-26 Tuesday 21:20  Rocky Bernstein <rocky@panix.com>

	* test/trace.right: Last change made better output.

2006-12-26 Tuesday 21:19  Rocky Bernstein <rocky@panix.com>

	* dbg-list.inc: Don't linetrace if depth < 0; this removes that
	  bashdb call lines.

	  Use last_command on string substitution, not source line. That
	  way we don't have problems of mismatched quotes and such.

	  This is subtle, because the source line is what (not the command)
	  is really what we want in showing location info.

2006-12-26 Tuesday 06:54  Rocky Bernstein <rocky@panix.com>

	* test/: brkpt2.right, bug-source.right, debug.right, finish.right,
	  frame.right, parm.right, sig.right, tbreak.right, trace.right,
	  watch1.right: Arg!!!

2006-12-26 Tuesday 06:49  Rocky Bernstein <rocky@panix.com>

	* bashdb.in, dbg-list.inc: Add -Y --vtrace options in bashdb
	  script.  /dev/null error in expanding line.

2006-12-26 Tuesday 05:09  Rocky Bernstein <rocky@panix.com>

	* test/: brkpt2.right, bug-source.right, debug.right, finish.right,
	  frame.right, misc.right, parm.right, sig.right, tbreak.right,
	  trace.right, watch1.right: Output line numbers have changed yet
	  again.

2006-12-26 Tuesday 04:58  Rocky Bernstein <rocky@panix.com>

	* dbg-cmds.inc, dbg-init.inc, dbg-list.inc, dbg-set.inc,
	  dbg-show.inc, test/Makefile.am, test/frame.cmd, test/frame.right,
	  test/frame.tests, test/run-frame, test/sig.right: Add set
	  linetrace full Check in frame tests.

2006-12-26 Tuesday 03:17  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb-man.pod: Make note of -X|Trace and --.

2006-12-26 Tuesday 01:58  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: Add footnote about undefined variables in
	  debugger example section.

2006-12-24 Sunday 12:29  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: Remove duplicate listing of "return" command.

2006-12-24 Sunday 12:24  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: More small typos.

2006-12-23 Saturday 13:50  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: Note we can use negative numbers in frame, up
	  and down. Fix some weird grammar one problem caused by a weird
	  texinfo formatting problem - easier to switch remove the
	  formatting that figure out why texinfo mangled things.

2006-12-20 Wednesday 07:51  Rocky Bernstein <rocky@panix.com>

	* test/sig.right: A different wrong

2006-12-20 Wednesday 07:49  Rocky Bernstein <rocky@panix.com>

	* dbg-sig.inc, dbg-stack.inc, test/brkpt2.right: dbg-stack.inc:
	  Allow negative numbers in up/down/frame. frame -1 means
	  least-recent frame. Refactor to reduce duplication of code (and
	  increase reliability).

	  dbg-sig.inc: there is still a bug in dbg-stack.in in showing the
	  stack.  The old and new output are both slightly wrong, just a
	  different wrong.

2006-12-20 Wednesday 04:44  Rocky Bernstein <rocky@panix.com>

	* dbg-init.inc: Revert change a little. Dunno why it doesn't work.

2006-12-20 Wednesday 04:42  Rocky Bernstein <rocky@panix.com>

	* dbg-init.inc: Simplfy regexp and add a signed int pattern.

2006-12-20 Wednesday 04:08  Rocky Bernstein <rocky@panix.com>

	* dbg-brk.inc, dbg-list.inc, test/list.right: More refactoring and
	  reduction of code via dynamic binding of local variables.

2006-12-19 Tuesday 23:54  Rocky Bernstein <rocky@panix.com>

	* dbg-brk.inc, dbg-list.inc: Refactor list - and it adds stuff like
	  the ability to list fns too.

2006-12-19 Tuesday 23:41  Rocky Bernstein <rocky@panix.com>

	* dbg-brk.inc, test/list.right: Refactor a little to reduce
	  redundancy. Much more is needed though.

2006-12-19 Tuesday 20:12  Rocky Bernstein <rocky@panix.com>

	* dbg-brk.inc, dbg-list.inc: Info messages corrected.

2006-12-19 Tuesday 20:06  Rocky Bernstein <rocky@panix.com>

	* dbg-brk.inc, dbg-file.inc, test/misc.right, test/sig.right: Do
	  more in terms of trying to find a file by using pwd in addition
	  to dbg_init_cwd.

2006-12-19 Tuesday 17:30  Rocky Bernstein <rocky@panix.com>

	* dbg-cmds.inc, dbg-help.inc: First crack at a "load" command.

2006-12-19 Tuesday 14:59  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: More wordsmithing regarding --.

2006-12-19 Tuesday 06:44  Rocky Bernstein <rocky@panix.com>

	* dbg-brk.inc, dbg-fns.inc, dbg-list.inc, test/Makefile.am,
	  test/bug-source.cmd, test/bug-source.right,
	  test/bug-source.tests, test/run-bug-source: Files names coming
	  from function line-specificiations should be read in. Debian
	  Bug#403306:

2006-12-19 Tuesday 04:41  Rocky Bernstein <rocky@panix.com>

	* dbg-io.inc: Was trying to access an uninitialized variable.

2006-12-19 Tuesday 02:10  Rocky Bernstein <rocky@panix.com>

	* Makefile.am: bashdb-trace is *not* an install script!

2006-12-19 Tuesday 00:39  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi, test/.cvsignore, test/bug-args.cmd,
	  test/bug-args.right, test/bug-args.sh.in, test/bug-args.tests:
	  When running bashdb we need -- to indicate where to stop bashdb
	  options processing. Document this and test for it.

2006-12-12 Tuesday 12:30  Rocky Bernstein <rocky@panix.com>

	* Makefile.am: Forgot to install bashdb-trace

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

	* configure.ac, dbg-help.inc, dbg-show.inc, test/Makefile.am,
	  test/misc.right: Wasn't giving "set/show linetrace" in help
	  output.  configure.ac: In CVS again,

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

	* doc/bashdb.texi: If I did things right, Oleksandr Moskalenko says
	  this is what works for Debian.

2006-12-10 Sunday 23:09  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: linespec -> line-specification.

2006-12-10 Sunday 18:08  Rocky Bernstein <rocky@panix.com>

	* NEWS, configure.ac, test/Makefile.am, test/bug-args.sh,
	  test/bug-args.sh.in, test/hanoi.sh.in: bug-args.sh: More
	  consistent with other tests of this ilk

2006-12-03 Sunday 22:31  Rocky Bernstein <rocky@panix.com>

	* test/: command.cmd, command.right: There's a bug lurking
	  somewhere in command variable expansion. Put for now.

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

	* NEWS, test/sig.right: sig.right: line numbers have shifted around
	  again.

2006-12-03 Sunday 22:00  Rocky Bernstein <rocky@panix.com>

	* configure.ac, dbg-cmds.inc, test/interrupt.sh.in,
	  test/watch2.right: dbg-cmds.inc: Changes mostly for cygwin.
	  Cygwin doesn't have /dev/stdin. It does have block (at least via
	  bash) the special character test -c.

	  interrupt.sh.in: put in getting this test working for now.

	  test/watch2.right: Should be echoing debugger commands? I may
	  reverse this later as what the "right" output should be. Dunno.

2006-12-03 Sunday 16:31  Rocky Bernstein <rocky@panix.com>

	* NEWS: The usual.

2006-12-03 Sunday 16:25  Rocky Bernstein <rocky@panix.com>

	* configure.ac: We should have made the 0.7cvs a while ago.

2006-12-03 Sunday 16:19  Rocky Bernstein <rocky@panix.com>

	* NEWS, bashdb.in, configure.ac: Add --enable-getopt option to
	  disable GNU getopt for systems that have non-GNU getopt like
	  NetBSD.

2006-11-30 Thursday 01:57  Rocky Bernstein <rocky@panix.com>

	* test/: sig.right, watch2.cmd, watch2.right: Fix up output.
	  watch2.cmd was relying on a previous bug!

2006-11-29 Wednesday 23:12  Rocky Bernstein <rocky@panix.com>

	* dbg-sig.inc, test/Makefile.am, test/bug-args.cmd,
	  test/bug-args.right, test/bug-args.sh, test/bug-args.tests,
	  test/run-bug-args: Fix bug when $1, $2, etc. are reduced such as
	  when shift'ed.

2006-11-02 Thursday 01:24  Rocky Bernstein <rocky@panix.com>

	* doc/: Makefile.am, bashdb.texi, copyright.texi: Address Debian
	  legal concerns, yet again.  Actually it is Oleksandr Moskalenko
	  who did all the heavy lifting. Send thanks (or gripes) to him.

2006-11-01 Wednesday 12:53  Rocky Bernstein <rocky@panix.com>

	* README: Revise to reflect current changes over the years.

2006-10-08 Sunday 12:09  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: Small typos.

2006-10-03 Tuesday 08:55  Rocky Bernstein <rocky@panix.com>

	* test/: run-interrupt, .cvsignore: See above

2006-10-03 Tuesday 08:54  Rocky Bernstein <rocky@panix.com>

	* NEWS, bashdb-trace.in, configure.ac, test/Makefile.am,
	  test/interrupt.right, test/interrupt.sh.in, test/interrupt.tests:
	  Add an interrupt test

2006-10-03 Tuesday 08:14  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: Hack on new program-controlled debugger sections
	  some more.

2006-10-03 Tuesday 03:54  Rocky Bernstein <rocky@panix.com>

	* bashdb-trace.in, doc/bashdb.texi: Document behavior. Fix bug in
	  signal handling.

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

	* bashdb-trace.in, test/hanoi.sh.in: Document linetrace on/off at
	  least as comments to the routines.  Add a routine to set debugger
	  signal handling.

2006-09-17 Sunday 08:08  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: We don't yet allow signal ranges or "all" like
	  gdb does.

2006-09-06 Wednesday 09:34  Rocky Bernstein <rocky@panix.com>

	* NEWS: Note "kill".

2006-09-06 Wednesday 09:30  Rocky Bernstein <rocky@panix.com>

	* dbg-complete.inc: Add new debugger commands "signal" and "kill"
	  to list of completion words.

2006-09-06 Wednesday 09:26  Rocky Bernstein <rocky@panix.com>

	* dbg-cmds.inc, doc/bashdb.texi, test/run-sig, test/sig.cmd,
	  test/sig.right: Add "kill" command.

2006-09-06 Wednesday 04:20  Masatake YAMATO <jet@gyve.org>

	* readarray.c: (read_array): Initialize `line_count' to 0 and Don't
	  increment `line_count_goal' in if-condition. Instead check
	  `line_count' is non-zero before calling `run_callback'.

2006-09-06 Wednesday 04:16  Masatake YAMATO <jet@gyve.org>

	* test/check_common.in: (check_output): Remove unnecessary output
	  hacking with sed.

2006-09-06 Wednesday 00:51  Rocky Bernstein <rocky@panix.com>

	* readarray.c: Basically revert to version 1.17. line_count_goal is
	  the number of lines to read, not the last line number.

2006-09-04 Monday 14:57  Rocky Bernstein <rocky@panix.com>

	* readarray.c: Test for number of lines to read didn't account for
	  non-zero offsets. Thanks to Masatake for catching.

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

	* readarray.c: Remove unnecessary test.

2006-09-04 Monday 03:31  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: Go over the signal command doc and make
	  subsections for "handle, info handle" and "signal".

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

	* NEWS, bashdb.in: bashdb.in: bug in handling --trace NEWS: note
	  gdb-like signal command

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

	* dbg-cmds.inc, dbg-help.inc, dbg-io.inc, dbg-sig.inc, readarray.c,
	  doc/bashdb.texi, test/sig.cmd, test/sig.right: readarray.c:
	  off-by one error. Was running callback on first read.  Add
	  gdb-like signal command.

2006-08-26 Saturday 07:50  Masatake YAMATO <jet@gyve.org>

	* readarray.c: Support cygwin again. Accept non seek-able file
	  descriptor.	(get_line): Rename `zreadlinec'. Added new argument
	  `unbuffered_read'. Use `zread' if `unbuffered_read' is non zero.
	  (GET_LINE_INITIAL_ALLOCATION): Renamed from
	  `ZREADLINE_INITIAL_ALLOCATION'.  (read_array): Added new local
	  variable `unbuffered_read'.  Call zsyncfd only if
	  `unbuffered_read' is zero.  (readarray_doc): Updated.

2006-08-23 Wednesday 23:56  Rocky Bernstein <rocky@panix.com>

	* readarray.c: Revise "help readarray".

2006-08-23 Wednesday 17:46  Masatake YAMATO <jet@gyve.org>

	* readarray.c: Rename `ZREADLINE_INITIAL_ALLOCATION' to
	  `ZREADLINEC_INITIAL_ALLOCATION' (readarray_doc,
	  readarray_struct): Updated documents.

2006-08-22 Tuesday 16:52  Masatake YAMATO <jet@gyve.org>

	* readarray.c: Add comment for `zreadlinec'.  (zreadlinec): Don't
	  use g_return_val_if_fail.  (read_array): Rename `arrayname' to
	  `array_name'.  Don't call `make_new_array_variable` and
	  `convert_var_to_array' here.	Don't call `zsyncfd' before calling
	  `zreadlinec' but call it after `zreadlinec'.	Use
	  `bind_array_variable'.  (readarray_builtin): Return error if
	  __CYGWIN__ is defined.  Check `fd' is seek-able or not.  Check
	  `array_name' with `valid_array_reference'.  (readarray_doc):
	  Update documents.

2006-08-22 Tuesday 16:44  Masatake YAMATO <jet@gyve.org>

	* test/check_common.in: Trim progress bar output printed by
	  readarray's callback.

2006-08-21 Monday 18:26  Masatake YAMATO <jet@gyve.org>

	* readarray.c: Don't include filecntl.h, string.h, and chartypes.h.
	  Include common.h and bashintl.h.  (zreadlinec): Separate variable
	  declarations and initializations. Use xrealloc and xmalloc.
	  (run_callback): New function.  (do_chop): New function.
	  (munge_list): Removed.  (read_array): Rename many local
	  variables. Use xfree, do_chop, run_callback.
	  (readarray_builtin): Remove `munge_list'. Rename local variable
	  `line' to `lines'. Use _() for the future merging to bash.
	  (readarray_doc): Updated.  (readarray_struct): Updated.

2006-08-21 Monday 11:49  Masatake YAMATO <jet@gyve.org>

	* dbg-io.inc, readarray.c: * dbg-io.inc(_Dbg_readin) Don't pass
	  input file name to read line. Use redirection instead.  *
	  readarray.c (readarray_builtin): Use fd instead of fp. Added -u
	  option.  Remove `rval' local variable.  (read_array): Use
	  zreadlinec and zsyncfd.  (zreadlinec): Renamed from getline.

2006-08-21 Monday 11:10  Masatake YAMATO <jet@gyve.org>

	* readarray.c: (readarray_builtin): Rename local variables. Prefix
	  `i_' is removed. Separate variable declarations and
	  initialization. Switch the indentation style to GNU. Call
	  legal_identifier to check the variable.

2006-08-21 Monday 10:35  Masatake YAMATO <jet@gyve.org>

	* readarray.c: (readarray_builtin): Added filename, arrayname,
	  code and intval as new local variables. Use legal_number instead
	  of atoi. Check if filename or arrayname is not an empty string.

2006-08-21 Monday 05:35  Masatake YAMATO <jet@gyve.org>

	* test/multi2.tests: ($BASH): Fix a typo.

2006-08-20 Sunday 19:13  Masatake YAMATO <jet@gyve.org>

	* readarray.c: (readarray_builtin): Remove unnecessary `;'.

2006-08-19 Saturday 06:20  Masatake YAMATO <jet@gyve.org>

	* readarray.c: (DEFAULT_PROGRESS_QUANTUM): New constant.
	  (readarray_builtin): Use the constant.  (read_array): Rename `i'
	  and `j' to `array_index' and `line_count'. Initialize
	  `line_count', formally named as `j'; and increment it in the loop
	  condition. Remove const modifier from `execlen'. This causes a
	  syntax error.

2006-08-18 Friday 05:04  Masatake YAMATO <jet@gyve.org>

	* readarray.c: (read_array): Rename `i_len', a local variable in
	  anonymous {} to `execlen'. Allocate `psz_exec' two bytes larger.

2006-08-15 Tuesday 14:10  Masatake YAMATO <jet@gyve.org>

	* readarray.c: (read_array): Rename `j', a local variable to
	  `length'.

2006-08-15 Tuesday 14:03  Masatake YAMATO <jet@gyve.org>

	* readarray.c: (read_array): Use i_count only if it is not 0.
	  (readarray_builtin): Initialize i_line with 0. Don't initialize
	  it with 100000.  (readarray_doc): Update documentation.

2006-08-15 Tuesday 11:09  Masatake YAMATO <jet@gyve.org>

	* autogen.sh: Run autoheader

2006-08-15 Tuesday 11:01  Masatake YAMATO <jet@gyve.org>

	* readarray.c: Fix typos in builtin readarray_struct.

2006-08-03 Thursday 10:04  Rocky Bernstein <rocky@panix.com>

	* dbg-io.inc:  dbg-io.inc: Put BASH_EXECUTION_STRING to
	  ${source_array}[0], not [1].
	  Patch yet again courtesy of Masatake YAMATO.

2006-08-02 Wednesday 23:55  Rocky Bernstein <rocky@panix.com>

	* emacs/bashdb.el: pydbtrack -> bashdbtrack. Thanks to Masatake
	  YAMATO for noticing the problem and making the patch.

2006-07-31 Monday 00:09  Rocky Bernstein <rocky@panix.com>

	* dbg-sig.inc: Remove duplicate SIGLL setup.

2006-07-27 Thursday 23:31  Rocky Bernstein <rocky@panix.com>

	* emacs/bashdb.el: One more fix from Masatake YAMATO - see previous
	  commit.

2006-07-27 Thursday 23:27  Rocky Bernstein <rocky@panix.com>

	* emacs/bashdb.el: emacs/bashdb.el
	  (bashdb-bashdbtrack-overlay-arrow): Don't set value to pos.
	  Fix a typo.

	    (bashdb-bashdbtrack-track-stack-file): Put target_buffer to
	  let*'s variable list.

	  Changes from Masatake YAMATO. Thanks!

2006-07-23 Sunday 13:15  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: Another grammar mistake.

2006-07-23 Sunday 13:11  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: Corrections and elaboration on need and use of
	  set_trace.

2006-07-22 Saturday 02:08  Rocky Bernstein <rocky@panix.com>

	* Makefile.am: Forgot to install bashdb-trace.

2006-07-22 Saturday 01:42  Rocky Bernstein <rocky@panix.com>

	* doc/bashdb.texi: URL typo.

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

