pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/lmdbg



Module name:    wip
Committed by:   cheusov
Date:           Sun Feb 22 21:45:22 UTC 2009

Modified Files:
        wip/lmdbg: Makefile PLIST distinfo

Log Message:

update to version 0.8.0

  MAJOR CHANGES:

  Completely new implementation of stacktrace function.  Now it is my
  own, portable to almost any hardware where gcc works. There is no
  limit on i386 anymore. YAMD code was thrown out.  GPL was thrown out
  too. I prefer MIT license.

  Documentation is now in README file. Read it! ;-)

  Lots of regression tests was written. This release of LMDBG were
  sucessfully tested under the following platforms:
    NetBSD/x86/gcc
    NetBSD/alpha/gcc
    FreeBSD/x86/gcc
    Linux/x86/gcc
    Solaris/x86/gcc

  lmdbg-sym:
      added: -g option, synonym for --with-gdb.
      -g becomes the default.
      added: -a option for using addr2line(1) instead of gdb(1).
      fix for Solaris (printf ("%p") doesn't output leading 0x).

  lmdbg-run:
      added: -p option, synonyms for --pipe.
      malloc uses --> as a separator, not ->.

  lmdbg-check ins splitted in two executables:
     lmdbg-leaks    - for normal memory leaks,
     lmdbg-sysleaks - for memory leaks in system/external libraries.
     See README file.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 wip/lmdbg/Makefile wip/lmdbg/PLIST \
    wip/lmdbg/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/lmdbg/Makefile?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/lmdbg/PLIST?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/lmdbg/distinfo?r1=1.1.1.1&r2=1.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index