<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,129 @@
+2009-06-19  R. Bernstein &lt;rocky@gnu.org&gt;
+
+	* README: Revise as appropriate
+
+2009-06-19  rocky &lt;rocky@sanchez.(none)&gt;
+
+	* dbg-main.sh, lib/processor.sh: Add _Dbg_DEBUGGER_LEVEL in advance
+	of &quot;debug&quot; command.
+
+2009-06-18  rocky &lt;rocky@sanchez.(none)&gt;
+
+	* dbg-pre.sh: See previous commit
+
+2009-06-18  rocky &lt;rocky@sanchez.(none)&gt;
+
+	* command/info.sh, dbg-pre.sh, lib/hook.sh, lib/save-restore.sh: 
+	Clean up code with respect to setting current breakpoint number
+
+2009-06-18  rocky &lt;rocky@sanchez.(none)&gt;
+
+	* test/data/enable.cmd, test/data/enable.right: Add &quot;info program&quot;
+	check
+
+2009-06-18  rocky &lt;rocky@sanchez.(none)&gt;
+
+	* lib/hook.sh: More precise breakpoint reason in &quot;info program&quot;
+
+2009-06-15  rocky &lt;rocky@sanchez.(none)&gt;
+
+	* test/integration/check-common.sh.in: Make sure srcdir is set in
+	integration tests
+
+2009-06-15  rocky &lt;rocky@sanchez.(none)&gt;
+
+	* lib/msg.sh: Typo: while ; -&gt; while :
+
+2009-06-14  rocky &lt;rocky@sanchez.(none)&gt;
+
+	* dbg-main.sh, dbg-opts.sh: Deal with tty weirdness. Probably this
+	won't be the last of it. Update copyright.
+
+2009-06-14  rocky &lt;rocky@sanchez.(none)&gt;
+
+	* command/kill.sh, lib/msg.sh, lib/processor.sh,
+	lib/save-restore.sh: Add debugger kill command. Add library routine
+	confirm() to prompt before doing dangerous commands like &quot;kill&quot;.
+
+2009-06-14  rocky &lt;rocky@sanchez.(none)&gt;
+
+	* configure.ac, test/integration/Makefile.am,
+	test/integration/test-restart, test/unit/test-filecache.sh.in: In
+	0.03git territory now. Make &quot;make distcheck&quot; work.
+
+2009-06-13  R. Bernstein &lt;rocky@gnu.org&gt;
+
+	* configure.ac, test/unit/Makefile.am, test/unit/test-examine.sh.in: 
+	Add unit test for examine.
+
+2009-06-13  R. Bernstein &lt;rocky@gnu.org&gt;
+
+	* configure.ac, lib/msg.sh, test/unit/.gitignore,
+	test/unit/Makefile.am, test/unit/test-break.sh.in,
+	test/unit/test-msg.sh.in: Add test/unit/msg of lib/msg and fix bugs
+	in the latter. Other small bugs fixed and some alignment with kshdb.
+
+
+2009-06-11  R. Bernstein &lt;rocky@gnu.org&gt;
+
+	* lib/break.sh, lib/msg.sh, lib/processor.sh,
+	test/data/setshow.right: break.sh: Start using function form to
+	match ksh processor.sh, msg.sh: use common undefined-command
+	routine.
+
+2008-12-12  R. Bernstein &lt;rocky@gnu.org&gt;
+
+	* command/frame.sh, lib/help.sh: Update help for frame and set
+	inferior-tty
+
+2008-12-12  R. Bernstein &lt;rocky@gnu.org&gt;
+
+	* lib/tty.sh: Clarify use of redirection on open and close.
+
+2008-12-11  R. Bernstein &lt;rocky@sanchez.(none)&gt;
+
+	* command/source.sh, lib/tty.sh: Small changes
+
+2008-12-11  R. Bernstein &lt;rocky@sanchez.(none)&gt;
+
+	* lib/processor.sh, lib/tty.sh, test/unit/test-tty.sh.in: Yet
+	another iteration of dealing with inferior ttys.
+
+2008-12-11  R. Bernstein &lt;rocky@gnu.org&gt;
+
+	* lib/tty.sh: tty-testing code along the lines suggested by David
+	Korn.
+
+2008-12-10  R. Bernstein &lt;rocky@gnu.org&gt;
+
+	* lib/tty.sh, test/unit/test-tty.sh.in: Use the terminal test
+	suggested by St&#233;phane Chazelas
+
+2008-12-10  R. Bernstein &lt;rocky@gnu.org&gt;
+
+	* lib/msg.sh, lib/tty.sh: No space around &lt;&gt; to be ksh compatible
+
+2008-12-09  R. Bernstein &lt;rocky@sanchez.(none)&gt;
+
+	* lib/tty.sh: Possibly better for redirecting stdin/stdout
+
+2008-12-08  R. Bernstein &lt;rocky@gnu.org&gt;
+
+	* command/set.sh, configure.ac, dbg-main.sh, dbg-opts.sh,
+	lib/Makefile.am, lib/help.sh, lib/tty.sh, test/data/lopts.right,
+	test/unit/.gitignore, test/unit/Makefile.am,
+	test/unit/test-tty.sh.in: Stab at set-inferior-tty. Output
+	redirection is okay, but input redirection doesn't work.
+
+2008-11-17  R. Bernstein &lt;rocky@gnu.org&gt;
+
+	* .gitignore: Administrivia
+
+2008-11-15  R. Bernstein &lt;rocky@gnu.org&gt;
+
+	* ChangeLog, Makefile.am, NEWS: Makefile.am: create ChangeLog. More
+	preparation for 0.02 release.
+
 2008-11-15  R. Bernstein &lt;rocky@gnu.org&gt;
 
 	* command/continue.sh, command/where.sh, lib/fns.sh: Sync with</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -21,7 +21,7 @@ emacs = emacs
 else
 emacs =
 endif
-SUBDIRS = command $(emacs) lib test
+SUBDIRS = command doc $(emacs) lib test
 
 pkgdata_DATA =       \
 	dbg-pre.sh   \</diff>
      <filename>Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -86,6 +86,7 @@ AM_CONDITIONAL(INSTALL_EMACS_LISP,
 AC_CONFIG_FILES([ \
 	Makefile \
 	command/Makefile \
+	doc/Makefile \
 	dbg-trace.sh \
 	emacs/Makefile \
 	emacs/dbg-test.el \</diff>
      <filename>configure.ac</filename>
    </modified>
    <modified>
      <diff>@@ -34,6 +34,8 @@ options:
     -c | --command STRING   Run STRING instead of a script file
     -n | --nx | --no-init   Don't run initialization files.
     -t | --tty DEV          Run using device for your programs standard input and output
+    -T | --tempdir DIRECTORY 
+                            Use DIRECTORY to store temporary files in
     -V | --version          Print the debugger version number.
     -x | --eval-command CMDFILE
                             Execute debugger commands from CMDFILE.
@@ -76,7 +78,7 @@ _Dbg_parse_options() {
     typeset -i _Dbg_o_quiet=0
     typeset -i _Dbg_o_version=0
 
-    while getopts_long A:Bc:x:hL:nqTt:VX opt \
+    while getopts_long A:Bc:x:hL:nqTt:V opt  \
 	annotate required_argument           \
 	basename no_argument                 \
 	command  required_argument           \</diff>
      <filename>dbg-opts.sh</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1,5 @@
 /Makefile
+/Makefile.in
+/zshdb.1
+/*~
+</diff>
      <filename>doc/.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,8 @@
 EXT=1
 man1_MANS = zshdb.$(EXT)
 
+EXTRA_DIST = $(man1_MANS) zshdb-man.pod
+
 all: $(INFO_DEPS) $(man1_MANS) html 
 
 $(man1_MANS): zshdb-man.pod</diff>
      <filename>doc/Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-#!../../bash
+#!../../zsh
 # -*- shell-script -*-
 # Note: no CVS Id line since it would mess up regression testing.
 # This code is used for various debugger testing.</diff>
      <filename>test/example/dbg-test2.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c438d31adca7dce1916c3622fd02204281dcddd9</id>
    </parent>
  </parents>
  <author>
    <name>R. Bernstein</name>
    <email>rocky@gnu.org</email>
  </author>
  <url>http://github.com/rocky/zshdb/commit/28867c6a6fcdf9167825cc3e460a2f62748c49b8</url>
  <id>28867c6a6fcdf9167825cc3e460a2f62748c49b8</id>
  <committed-date>2009-06-22T08:14:57-07:00</committed-date>
  <authored-date>2009-06-22T08:14:57-07:00</authored-date>
  <message>Start adding doc. In particular start with a manual page.</message>
  <tree>71b38ac9c6711d70c267acf496da8b1d120cbac3</tree>
  <committer>
    <name>R. Bernstein</name>
    <email>rocky@gnu.org</email>
  </committer>
</commit>
