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

📄 changelog

📁 debug source code under unix platform.
💻
📖 第 1 页 / 共 5 页
字号:
2002-01-08  Graeme Roy  <graeme.roy@analog.com>	* THANKS: Credited Peter Zijlstra.	* bin/mpedit: Forgot to update the version number from last change.	* config/configure: Updated to latest configure.in.	* doc/mpatrol.texi:	Added more references.  Added information about diagnostics.	* src/mutex.c: Added Tru64 TIS support.2001-12-18  Graeme Roy  <graeme.roy@analog.com>	* src/diag.c:	Added support for logging when not enough information is available.	* src/diag.h:	Added 1 onto the end of the functionnames and lognames arrays.	* src/info.c:	Added calls to __mp_log() before ALLOVF, FRDOVF, FRDCOR and FRECOR	errors.  Added logging before NULOPN, FREOPN, FRDOPN, RNGOVF and STROVF	errors.	* src/getopt.c, src/getopt.h: Added __mp_match().2001-12-11  Graeme Roy  <graeme.roy@analog.com>	* src/diag.c, src/diag.h:	Unified all logging functions into __mp_log().  Moved checking of	recursive logging to __mp_log().  Added __mp_lognames.	* src/info.c:	Moved checking of recursive logging to __mp_log().	* src/inter.c:	Added default ltype to the logging information structures.2001-12-06  Graeme Roy  <graeme.roy@analog.com>	* src/diag.c, src/diag.h:	Added the logged flag.  Changed some of the logging functions.  Removed	parameters from other logging functions.	* src/info.c:	Remove the logging flags.  Removed more parameters from the logging	functions.	* src/info.h:	Added the logged flag.  Added some variants to loginfo.  Added the	logtype enumeration.  Added the other logging types.	* src/inter.c: Added the logged flag.2001-12-05  Graeme Roy  <graeme.roy@analog.com>	* THANKS: Documented Gerrit's help.	* doc/mpatrol.texi: New changes documented.	* doc/refcard.tex: Added the --skip and --read-env options.	* man/man1/mpatrol.1: Added the --read-env option.	* man/man1/mpsym.1: Added the --skip option.	* src/target.h: Don't define POSIX_SOURCE for BSD systems.	* src/diag.h:	Removed alloctype from parameters as it is no longer needed.	* src/profile.c:	Now check if there is a problem when writing the profiling file.	* src/trace.c: Added checking when writing the trace file.	* src/info.c:	First set of changes to remove alloctype as an argument.  No longer need	the alloctype when logging operations.	* src/info.h:	Added the type field to the loginfo structure.  Removed alloctype	parameters as they are no longer needed.	* src/inter.c:	Added the alloctype function details to the loginfo structure.  Changes	for removing alloctype.	* src/mpatrol.c: Added the --read-env option.2001-10-10  Graeme Roy  <graeme.roy@analog.com>	* src/symbol.c: Fix for FORMAT_AOUT when finding symbols.2001-10-08  Graeme Roy  <graeme.roy@analog.com>	* src/diag.c:	Correctly format stack traces and symbol listings for HTML support.	Improved logging for HTML.2001-10-05  Graeme Roy  <graeme.roy@analog.com>	* src/symbol.c: Added a bit of HTML support.	* src/diag.c:	Finished __mp_printversion().  Started adding HTML support to	__mp_printsummary().2001-10-04  Graeme Roy  <graeme.roy@analog.com>	* src/diag.c: Converted some of the header to support HTML.	* src/inter.c: Draw a horizontal rule after the header for HTML.2001-10-03  Graeme Roy  <graeme.roy@analog.com>	* bin/mupdate: MP_VERSION is now defined in version.h.	* src/version.c, src/version.h:	Moved MP_VERSION to version.h.  Added __mp_author and __mp_email.	* src/mleak.c, src/mpatrol.c, src/mprof.c, src/mptrace.c:	Added __mp_author.2001-09-30  Graeme Roy  <graeme.roy@analog.com>	* THANKS: Added Diego Santa Cruz.	* bin/mpsym: Added the --skip option.	* doc/Makefile:	Added --no-split to the makeinfo command for producing HTML.2001-09-27  Graeme Roy  <graeme.roy@analog.com>	* src/diag.c, src/diag.h:	HTML-ised __mp_diag().  Added FLG_HTMLNEXT.  Fixed problem with the HTML	option changing formatting in the middle of a text file.	* src/option.c, src/mpatrol.h, src/option.h:	Added the HTML option.  Only flag the next log file to be formatted in	HTML, not the current one.	* src/mpatrol.c: Added the --html option.2001-09-26  Graeme Roy  <graeme.roy@analog.com>	* config/aclocal.m4: Added AM_CONDITIONAL.	* config/configure: Updated to latest configure.in.	* config/configure.in: Added the XSUPPORT automake conditional.	* config/src.in, config/src.am:	Added XSUPPORT.  Make use of X_CFLAGS.  Added INCLUDES.	* doc/mpatrol.texi: Documented more about GUI support.	* src/diag.c, src/diag.h: Added __mp_diagtag().  Started HTML support.	* src/info.c:	Removed __mp_closelogfile() out of __mp_deleteinfo().  Fixed a bug with	calculating the total size of marked allocations.	* src/inter.c: Moved __mp_closelogfile() out of __mp_deleteinfo().2001-09-25  Graeme Roy  <graeme.roy@analog.com>	* bin/mpsym: Now automatically detect the value for POINTER.	* config/configure.in, config/configure.in:	Added support for SETVBUF_REVERSED and X_DISPLAY_MISSING.	* config/src.in, config/tools.in, config/tsrc.in, config/configure.in,	  config/configure:	Added X support.	* doc/mpatrol.texi:	Documented POINTER no longer required to be set in mpsym.	* man/man1/mpsym.1: No longer require POINTER to be set in mpsym.	* src/config.h:	Now define MP_GUI_SUPPORT if autoconf has determined that we have X	support.	* src/diag.c, tools/mgauge.c: Added support for SETVBUF_REVERSED.2001-09-23  Graeme Roy  <graeme.roy@analog.com>	* config/acconfig.h: New file for additional macros for autoheader.	* config/configure.h.in: Added more macros.	* config/configure, config/configure.in: Added a lot more tests.	* config/configure.in:	Added AC_CHECK_SIZEOF(void *) and AC_CHECK_FUNCS(memalign mincore).	* config/bin.in, config/doc.in, config/extra.in, config/images.in,	  config/man.in, config/src.in, config/tools.in, config/top.in,	  config/tsrc.in:	Added ability to build on Cygwin.	* pkg/auto/cleanup, pkg/auto/setup, pkg/auto/.cvsignore:	Added acconfig.h.	* src/config.h:	Added autoconf support for determining memalign and mincore support.	* src/target.h: ENVIRON now has autoconf support.2001-09-21  Graeme Roy  <graeme.roy@analog.com>	* pkg/auto/build: Added a new build script.2001-09-20  Graeme Roy  <graeme.roy@analog.com>	* config/aclocal.m4: Added AM_CONFIG_HEADER.	* config/configure: Added ability to build configure.h.	* config/configure.h.in:	Added configure.h.in template generated by autoheader.	* config/configure.h.in, config/configure, config/configure.in:	Added AC_FUNC_MMAP.	* config/bin.in, config/doc.in, config/extra.in, config/images.in,	  config/man.in, config/src.in, config/tools.in, config/top.in,	  config/tsrc.in:	Added the configure.h header file.	* pkg/auto/.cvsignore: New .cvsignore file for pkg/auto.	* pkg/auto/setup:	Added configure.h.in.  configure.h.in is now automatically generated by	autoheader.	* src/config.h:	Now also use configure.h to determine if mmap() is supported.2001-09-19  Graeme Roy  <graeme.roy@analog.com>	* config/configure.in: Added ability to build configure.h.	* config/configure.in, config/configure, config/top.am, config/top.in:	Added the extra directory.	* config/extra.am, config/extra.in:	Added new makefiles for the extra directory.	* config/src.am, config/src.in, config/tools.am, config/tools.in,	  config/tsrc.am, config/tsrc.in:	Added -release options to version the libraries.	* pkg/auto/cleanup, pkg/auto/setup:	Added cleanup for configure.h.in and stamp-h.in.  Added the extra	directory.	* src/target.h:	Changed so that Alpha and IA64 processors always define	ENVIRON=ENVIRON_64.  Now include configure.h if HAVE_CONFIG_H is	defined.2001-09-17  Graeme Roy  <graeme.roy@analog.com>	* doc/mpatrol.texi:	Added more things to do and documented the pkg/auto directory.2001-09-13  Graeme Roy  <graeme.roy@analog.com>	* config/configure.in:	Updated to 1.4.8 and removed the requirement for CPP.	* config/top.am, config/top.in: Don't need EXTRA_DIST.	* config/src.am, config/src.in, config/tsrc.am, config/tsrc.in:	Completely revised.  Cleaner way to compile machine.c.	* config/tools.am, config/tools.in: Revised the LDFLAGS argument.	* config/bin.in, config/doc.in, config/images.in, config/man.in,	  config/src.in, config/tools.in, config/top.in, config/tsrc.in,	  config/configure:	No longer check for CPP.	* doc/mpatrol.texi: Documented Windows NT symbols setup.	* man/man3/libmpatrol.3: Now 42 functions.2001-09-09  Graeme Roy  <graeme.roy@analog.com>	* pkg/debian/.cvsignore: New .cvsignore file for Debian.	* pkg/debian/build: New build script for Debian.2001-09-06  Graeme Roy  <graeme.roy@analog.com>	* build/unix/mpalloc.exp, build/unix/mpatrol.exp: Added __mp_memhead().	* doc/mpatrol.texi: Documented mpatrol patch 5.	* src/target.h: Added support for the Intel Itanium processor.	* src/symbol.c:	Fixed diagnostics for number of symbols read from Windows DLLs.2001-09-05  Graeme Roy  <graeme.roy@analog.com>	* bin/mupdate: Also remove any .cvsignore files.	* build/windows/.cvsignore, build/unix/.cvsignore,	  build/netware/.cvsignore, build/amiga/.cvsignore, doc/.cvsignore,	  man/ps/.cvsignore, man/pdf/.cvsignore, man/html/.cvsignore,	  man/dvi/.cvsignore, man/cat3/.cvsignore, man/cat1/.cvsignore,	  pkg/sdux/.cvsignore, pkg/rpm/.cvsignore, pkg/pkg/.cvsignore,	  pkg/zip/.cvsignore, pkg/tar/.cvsignore, pkg/lha/.cvsignore:	Added .cvsignore files.	* doc/mpatrol.texi:	Added information about the Debian package format.  Added information	about pageheap on Windows 2000.	* pkg/debian/README.debian, pkg/debian/changelog, pkg/debian/copyright,	  pkg/debian/dirs, pkg/debian/docs, pkg/debian/doc-base,	  pkg/debian/info, pkg/debian/rules, pkg/debian/watch:	Added Debian package files.2001-09-04  Graeme Roy  <graeme.roy@analog.com>	* INSTALL:	New top-level INSTALL with information on how to build and install	mpatrol with autoconf, automake and libtool.	* THANKS:	Added Jerome Marant for his work on producing a debian package.	* build/windows/mpalloc.def, build/windows/mpatrol.def,	  build/windows/mpatrolmt.def, build/unix/mpalloc.exp,	  build/unix/mpatrol.exp:	Added __mp_symbol().	* doc/mpatrol.texi, doc/refcard.tex:	Added the __mp_symbol() function.  Documented that Tru64 stack unwinding	is sort of fixed.  Documented that Jerome Marant did the Debian port.	* man/man3/libmpatrol.3:	Added the __mp_symbol() function.	* pkg/debian/control: New control file for Debian.	* src/stack.c: Fixed Tru64 stack unwinding (for now).	* src/inter.c: Added init_flag for Tru64 stack unwinding.	* src/inter.c, src/inter.h, src/mpalloc.c, src/mpatrol.h:	Added the __mp_symbol() function.2001-09-03  Graeme Roy  <graeme.roy@analog.com>	* README:	Elaborated slightly about seeing the manual for more information.	* bin/mpsym: Removed need for printf command by replacing it with awk.	* bin/mpedit:	Added support for elvis, pico and nano.  Use awk if nl is not available.	* build/unix/Makefile:	Changed ln -fs to ln -f -s for full portability.  MP_GUI_SUPPORT is 0	by default so remove explicit default.	* build/windows/mpalloc.def, build/windows/mpatrol.def,	  build/windows/mpatrolmt.def:	Restored the EXPORTS lists.  Added __mp_memhead().	* doc/mpatrol.texi:	Documented that elvis, pico and nano are now supported with mpedit and	that it now works fully on FreeBSD and LynxOS.  Forgot to add that LIST	now works with the previous change.  Documented that mpsym now works on	LynxOS since the printf command is no longer required.	* man/man1/mpedit.1: Added elvis, pico and nano.	* src/config.h: Now default MP_API to nothing.2001-08-29  Graeme Roy  <graeme.roy@analog.com>	* doc/mpatrol.texi: Updated some of the things to do.2001-08-27  Graeme Roy  <graeme.roy@analog.com>	* build/unix/Makefile.aix: Explicitly add MP_GUI_SUPPORT.	* config/bin.am, config/doc.am, config/images.am, config/man.am,	  config/src.am, config/tools.am, config/top.am, config/tsrc.am:	Automake makefile templates.	* config/bin.in, config/doc.in, config/images.in, config/man.in,	  config/src.in, config/tools.in, config/top.in, config/tsrc.in:	Automatically-generated Makefile.in files.	* config/configure.in: Initial configure.in for mpatrol.	* config/aclocal.m4, config/configure: Autoconf-generated files.	* doc/README, doc/mpatrol.texi:	Documented the source code documentation.  Revised some text in the	About the Author chapter.

⌨️ 快捷键说明

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