⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog.0

📁 bash debugger. You can use this tool to debug bash shell script
💻 0
📖 第 1 页 / 共 5 页
字号:
2003-09-23 Tuesday 02:26  Rocky Bernstein <rocky@panix.com>	* doc/bashdb.texi: Add (more) examples under print, info variables	and examine. Note that examine can be given a list of variables.2003-09-21 Sunday 15:33  Rocky Bernstein <rocky@panix.com>	* dbg-cmds.inc, dbg-file.inc, dbg-help.inc, dbg-io.inc,	doc/bashdb.texi, test/check_common.in, test/misc-output.right,	test/misc.cmd, test/misc.right, test/run-misc, test/sig.right: Add	gdb's 'file' command2003-09-21 Sunday 05:31  Rocky Bernstein <rocky@panix.com>	* NEWS, configure.ac: Looks like we are version 0.42, not 0.43.2003-09-19 Friday 21:56  Rocky Bernstein <rocky@panix.com>	* NEWS: Another last-minute bug fixed.2003-09-19 Friday 21:43  Rocky Bernstein <rocky@panix.com>	* dbg-fns.inc: Was calling the wrong routine to expand source	filename.2003-09-16 Tuesday 02:18  Rocky Bernstein <rocky@panix.com>	* test/: subshell.sh, subshell1.right, subshell2.right,	subshell3.right, multi.sh, multi1.right, multi2.right,	multi3.right, multi4.right, brkpt3.right: Need to make sure we use	builtin cd - user could have his own function or alias2003-09-15 Monday 19:50  Rocky Bernstein <rocky@panix.com>	* doc/.cvsignore: typo2003-09-15 Monday 19:49  Rocky Bernstein <rocky@panix.com>	* NEWS: Small things2003-09-13 Saturday 23:30  Rocky Bernstein <rocky@panix.com>	* test/: misc-output.right, misc.cmd: On OSX Issuing V dq* followed	by info variables dq* causes the debugger not to return. Until	further investagation, we'll remove this test.2003-09-13 Saturday 23:25  Rocky Bernstein <rocky@panix.com>	* doc/: .cvsignore, bashdb.texi: Use version-bashdb.texi instead of	version.tex.  Smells however like we should remove all of the	configure.ac stuff.2003-09-13 Saturday 01:41  Rocky Bernstein <rocky@panix.com>	* NEWS, test/version, test/version.mini: Seems the version stuff	(from tests) to show what's getting tested was missing. Copy down. 	NEWS: should be getting ready for another release.2003-09-12 Friday 04:27  Rocky Bernstein <rocky@panix.com>	* dbg-cmds.inc: Another fix for cygwin (and perhaps others).2003-09-12 Friday 03:50  Rocky Bernstein <rocky@panix.com>	* Makefile.am: add a couple more $(EXEEXT)'s.2003-09-12 Friday 03:11  Rocky Bernstein <rocky@panix.com>	* Makefile.am: It's EXEEXT, not EXTEXT. And there were a couple of	these missing too.2003-09-12 Friday 03:10  Rocky Bernstein <rocky@panix.com>	* configure.ac: Run AC_PROC_CC to get EXEEXT set.2003-09-12 Friday 01:29  Rocky Bernstein <rocky@panix.com>	* Makefile.am: Someone forgot a /.2003-09-05 Friday 10:34  Rocky Bernstein <rocky@panix.com>	* doc/bashdb.texi: Use @ifclear instead of @c for conditional code2003-09-02 Tuesday 00:24  Rocky Bernstein <rocky@panix.com>	* doc/: bashdb.texi, Makefile.am: Changes suggested by Matthias	Klose2003-08-31 Sunday 21:33  Rocky Bernstein <rocky@panix.com>	* doc/bashdb.texi: No comment.2003-08-29 Friday 15:29  snikkt	* Makefile.am, configure.ac, doc/Makefile.am: * ac_srcdir now	defaults to . if empty * better separation between debugger and	(re)bash * tex _almost_ not needed .) * make ; make dist now	produces expected result * (ac_)srcdir missing in a few places.2003-08-28 Thursday 02:58  Rocky Bernstein <rocky@panix.com>	* configure.ac: prepare for another release.2003-08-28 Thursday 02:57  Rocky Bernstein <rocky@panix.com>	* NEWS: What's up, doc.2003-08-28 Thursday 02:47  Rocky Bernstein <rocky@panix.com>	* Makefile.am, acinclude.m4, configure.ac: Make debugger more	independent of rebash:	 - Move bashdb-pre.inc creation into	debugger configure   - acinclude.m4 moved into debugger and used	from rebash via     bootstrap.sh's aclocal -I debugger2003-08-28 Thursday 02:44  Rocky Bernstein <rocky@panix.com>	* doc/bashdb.texi: @ifset name can't have embedded _'s.2003-08-28 Thursday 01:11  Rocky Bernstein <rocky@panix.com>	* doc/bashdb.texi: Remove invariant sections to make Matthias Klose	and presumably Debian happy.2003-08-26 Tuesday 03:14  Rocky Bernstein <rocky@panix.com>	* .cvsignore, dbg-main.inc: dbg-main.inc is now created from	dbg-main.inc.in2003-08-26 Tuesday 03:13  Rocky Bernstein <rocky@panix.com>	* Makefile.am: Add acinclude.m4 into distribution2003-08-26 Tuesday 03:11  Rocky Bernstein <rocky@panix.com>	* configure.ac: Make created tarball of the form	bash-xxx-bashdb-yyy.tar.gz rather than bash-xxx.tar.gz which could	get confused with the upper bash tarball.2003-08-26 Tuesday 03:09  Rocky Bernstein <rocky@panix.com>	* emacs/.cvsignore: bashdb.elc is derived.2003-08-25 Monday 16:34  snikkt	* Makefile.am, bashdb.in, configure.ac, dbg-main.inc.in,	test/brkpt2.right, test/debug.right, test/finish.right,	test/parm.right, test/sig.right, test/tbreak.right: Mikael fixed: *	removed deprecated Autoconf constructs * bootstrap.sh execution	order and include location * install into pkgdatadir instead of	libdir * use AC_SUBST to configure all paths instead of hardcoding	And added: * configurable package name using env. var.	ALT_PACKAGE_NAME * configurable executable names * dbg-main.inc is	genereated from dbg-main.inc.in now * local m4 macros now reside in	acinclude.m42003-08-16 Saturday 16:31  Rocky Bernstein <rocky@panix.com>	* NEWS: - Note interaction with bash 2.05/readline as requested by	Masatake YAMATO - Some of the 0.42 news - Miscellaneous grammatical	and spelling correctiosn2003-08-12 Tuesday 14:03  Rocky Bernstein <rocky@panix.com>	* doc/Makefile.am: Install man-page as bashdb.1 rather than	bashdb-man.1.2003-08-12 Tuesday 14:02  Rocky Bernstein <rocky@panix.com>	* configure.ac: Update version number for perhaps another release	(after Mikael's changes).2003-08-12 Tuesday 13:56  Rocky Bernstein <rocky@panix.com>	* doc/bashdb-man.pod: Add BUGS section. "options" is now a head	section rather inside the description.2003-08-12 Tuesday 12:49  Rocky Bernstein <rocky@panix.com>	* doc/Makefile.am: create manual pages from pod2xxx.2003-08-11 Monday 13:46  Rocky Bernstein <rocky@panix.com>	* doc/bashdb-man.pod: First cut at a debugger manual page.2003-08-11 Monday 09:59  Rocky Bernstein <rocky@panix.com>	* emacs/Makefile.am: Can't get emacs-lisp install in parent	directory. Create a Makefile.am in this directory.2003-08-11 Monday 09:57  Rocky Bernstein <rocky@panix.com>	* Makefile.am, configure.ac: Can't seem with automake to install	elisp files from parent directory, so create a Makefile in the	emacs directory.2003-08-11 Monday 02:45  Rocky Bernstein <rocky@panix.com>	* THANKS: Acknowledge Matthias Klose's assistance and wisdom.2003-08-10 Sunday 22:51  Rocky Bernstein <rocky@panix.com>	* doc/bashdb.texi: Small changes to call stack output and what we	list as the names for x (examine) and V (info variables).2003-08-08 Friday 02:36  Rocky Bernstein <rocky@panix.com>	* NEWS, test/sig.right: Bug fix: line number in multi-line	assignments had been the line number where the assignment ends, not	the beginning. Thus assignments with backticked subshells gave the	wrong line number.2003-08-06 Wednesday 14:21  Rocky Bernstein <rocky@panix.com>	* dbg-cmds.inc, test/misc-output.right: Changes from Mikael	Andersson for V / info variables improvements.2003-08-06 Wednesday 13:19  Rocky Bernstein <rocky@panix.com>	* test/.cvsignore: Derived from check_common.in2003-08-06 Wednesday 11:49  Rocky Bernstein <rocky@panix.com>	* test/check_common.in: Common check_output routine and other	common code fragments.2003-08-02 Saturday 23:15  Rocky Bernstein <rocky@panix.com>	* dbg-cmds.inc, test/misc.cmd, test/misc.right, test/sig.right:	dbg-cmds.inc: patch from Mikael Andersson to address embedded \n's	for blanks.  dbg-help.inc: "V" help typo test/misc.cmd: add "info	variables" test test/*.right: corresponding changes in regression	test results2003-08-02 Saturday 20:20  Rocky Bernstein <rocky@panix.com>	* dbg-cmds.inc, dbg-help.inc, doc/bashdb.texi: Doc changes.2003-08-02 Saturday 20:19  Rocky Bernstein <rocky@panix.com>	* configure.ac: Time for another release.2003-08-02 Saturday 20:12  Rocky Bernstein <rocky@panix.com>	* test/: misc.right, sig.right: Help changed. Not sure why sig	keeps changing though.2003-08-02 Saturday 19:54  Rocky Bernstein <rocky@panix.com>	* Makefile.am, dbg-file.inc, dbg-help.inc, dbg-io.inc,	dbg-list.inc: Add _Dbg_ in front of more debugger variables. In	particular: _read_ -> _Dbg_read_ _maxline_  -> _Dbg_maxline_	_source_ -> _Dbg_source_2003-08-02 Saturday 19:53  Rocky Bernstein <rocky@panix.com>	* test/: misc-output.right, misc.right, sig.right: Add test of V	command. sig: line number again changed.2003-08-02 Saturday 19:52  Rocky Bernstein <rocky@panix.com>	* test/misc.cmd: Add test of V command.2003-08-02 Saturday 19:51  Rocky Bernstein <rocky@panix.com>	* dbg-cmds.inc: Routine to list variables and values by pattern	possibly inverted.  Code courtesy of Mikael Andersson	<snikkt@telia.com>.2003-08-02 Saturday 19:46  Rocky Bernstein <rocky@panix.com>	* THANKS: This is long overdue, even if it is meager.2003-08-01 Friday 10:45  Rocky Bernstein <rocky@panix.com>	* dbg-help.inc: Add "help show <command>" and "help info <command>"	.2003-08-01 Friday 03:48  Rocky Bernstein <rocky@panix.com>	* dbg-help.inc: Missing a line for "help V"2003-06-19 Thursday 14:49  Rocky Bernstein <rocky@panix.com>	* TODO: Simple typo.2003-06-09 Monday 03:19  Rocky Bernstein <rocky@panix.com>	* configure.ac: It's = not == in tests2003-06-08 Sunday 14:39  Rocky Bernstein <rocky@panix.com>	* configure.ac, test/Makefile.am, test/action.tests,	test/bugIFS.tests, test/display.tests, test/finish.tests,	test/run-action, 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-search,	test/run-sig, test/run-skip, test/run-subshell, test/run-tbreak,	test/run-watch1, test/run-watch2, test/skip.tests,	test/subshell1.tests, test/subshell2.tests, test/subshell3.tests:	Debugger regression tests now will use diff --u if possible.  Will	revert even to cmp if diff is not around.  check_common: common	routines and setup to simplify/unify regression testing2003-06-06 Friday 05:01  Rocky Bernstein <rocky@panix.com>	* NEWS, test/run-multi: Bash patches 005-007.  run-multi: set	THIS_SH so it runs under cygwin (and others).2003-06-03 Tuesday 18:28  Rocky Bernstein <rocky@panix.com>	* test/: Makefile.am, multi1.right, multi1.tests, multi2.right,	multi2.tests, multi3.right, multi3.tests, multi4.tests, run-multi:	Add multi tests2003-06-03 Tuesday 18:27  Rocky Bernstein <rocky@panix.com>	* Makefile.am: Add EXTEXT for M$ OS's.2003-06-03 Tuesday 17:08  Rocky Bernstein <rocky@panix.com>	* test/: Makefile.am, multi.sh, multi1.cmd, multi1.tests,	multi2.cmd, multi2.tests, multi3.cmd, multi3.tests, multi4.right,	run-multi: Add multi tests2003-06-02 Monday 09:03  Rocky Bernstein <rocky@panix.com>	* configure.ac: Create bashdb as executable.2003-06-01 Sunday 15:07  Rocky Bernstein <rocky@panix.com>	* Makefile.am: Make sure bash is copied before running "make check"2003-06-01 Sunday 14:35  Rocky Bernstein <rocky@panix.com>	* .cvsignore, doc/.cvsignore, doc/fdl.texi: CVS maintainance.2003-06-01 Sunday 14:32  Rocky Bernstein <rocky@panix.com>	* Makefile.am, configure.ac: configure.ac: set unique distribution	name Makefile.am: include doc directory.2003-06-01 Sunday 14:31  Rocky Bernstein <rocky@panix.com>	* doc/: Makefile.am, bashdb.texi, gpl.texi, version.texi.in: Except	Makefile.am, moved from bash doc directory.  Makefile.am: pretty	standard stuff.2003-06-01 Sunday 13:23  Rocky Bernstein <rocky@panix.com>	* test/: brkpt1.tests, brkpt2.right, brkpt2.tests, brkpt3.tests,	debug.tests, list.tests, misc.tests, parm.tests, run-brkpt,	run-debug, run-list, run-misc, run-parm, run-search, run-sig,	run-tbreak, run-watch2, search.tests, sig.tests, tbreak.tests,	watch2.tests: make check and make distcheck now work.2003-06-01 Sunday 02:43  Rocky Bernstein <rocky@panix.com>	* Makefile.am: Seems to be needed for make dist to work.2003-06-01 Sunday 02:23  Rocky Bernstein <rocky@panix.com>	* configure.ac: configure.in -> configure.ac2003-06-01 Sunday 02:15  Rocky Bernstein <rocky@panix.com>	* test/: Makefile.am, run-action, run-brkpt, run-brkpt1,	run-bugIFS, run-debug, run-display, run-finish, run-list, run-misc,	run-multi, run-parm, run-search, run-sig, run-skip, run-subshell,	run-tbreak, run-watch1, run-watch2, skip.tests, subshell1.tests,	tbreak.tests: Closer to getting "make distcheck" working. "make	check" is currently broken for a couple of tests.2003-06-01 Sunday 01:35  Rocky Bernstein <rocky@panix.com>	* test/: brkpt3.tests, debug.tests, display.tests, finish.tests,

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -