aboutsummaryrefslogtreecommitdiff
path: root/ltrace.spec
AgeCommit message (Collapse)Author
2006-02-20Switched to SVN (initial import)Ian Wienand
2002-03-03Version 0.3.21Juan Cespedes
* Get rid of arch/breakpoint.c; we can do it arch-independent
2002-03-03Version 0.3.20Juan Cespedes
* Added s390 port (Timothy R. Fesig <slate@us.ibm.com>) * Modified configure process to use ltrace.spec.in to generate ltrace.spec (Timothy R. Fesig <slate@us.ibm.com>) * Fixed some problems using ltrace.spec on Intel platform. (Timothy R. Fesig <slate@us.ibm.com>)
2002-03-01Version: 0.3.19Juan Cespedes
* Fixed small bug: "<unifinished...>" lines were sometimes incorrectly displayed * Added new functions to /etc/ltrace.conf (thanks to James R. Van Zandt <jrv@vanzandt.mv.com>) (closes: Bug#91349)
2002-03-01Version: 0.3.18Juan Cespedes
* Simplified arch-dependent stuff * Updated list of syscalls and signals to Linux 2.4.18 * Unified coding-style of all function declarations * Do not indent lines indicating signals, exit codes, etc * Updated description * fix off-by-one problem in checking syscall number (Tim Waugh <twaugh@redhat.com> fixed this problem in RedHat two years ago; thank you for NOT noticing me...)
2002-02-25Version: 0.3.17Juan Cespedes
* Added a bit more debugging * Fixed display of return address in nested functions * Added posibility to exit from a function different from the last * called one (this fixes "ltrace gnome-terminal", for example)
2001-12-10Version: 0.3.16Juan Cespedes
* ltrace works again after an execve is received (closes: Bug#108835) * Added prototypes for fnmatch() and bsearch() (closes: Bug#106862) * Re-wrote short description so it does not exceed 60 chars (closes: Bug#114682)
2001-07-09Version: 0.3.15Juan Cespedes
* Fixed `-n' option so that it displays correct output even when tracing several processes
2001-07-07Version: 0.3.14Juan Cespedes
* Assume a syscall is always immediatly followed by a sysret in i386 (fixes bug which prevented ltrace to work properly in any program using signals); I will have to rethink all this and fix it correctly or port it to non-i386 archs * Fixed -n option: now it is done in output.c (this still has problems when tracing more than one process at a time)
2001-07-03Version: 0.3.13Juan Cespedes
* Fixed "ltrace -i", broken since version 0.3.11
2001-07-03Version: 0.3.12Juan Cespedes
* Re-wrote of "elf.c" (Silvio Cesare <silvio@big.net.au>) * Added "--library" option (Silvio) * Updated list of syscalls and signals to Linux 2.4.5 * Compile cleanly with gcc-3.0 (thanks to Frederic L. W. Meunier)
2001-07-02Version: 0.3.11Juan Cespedes
* Clean up lintian bugs * Fixed small bug reading start of arguments in config file * Keep a stack of nested calls (Morten Eriksen, 1999-07-04) * Add "--indent" option (Morten Eriksen, 1999-07-04) * cleans up connection between a breakpoint address and a call instance (Morten Eriksen, 1999-07-04) * New Standards-Version (3.5.5)
1999-12-23Version: 0.3.10Juan Cespedes
* Added C++ demangle (again) * Added correct Build-Depends
1999-12-23Version: 0.3.9Juan Cespedes
* New Standards-Version (3.1.1) * Fixed Lintian bugs
1999-08-30Version: 0.3.8Juan Cespedes
* glibc-2.1 does no longer need `_GNU_SOURCE' defined to use <getopt.h> * Changed description of package; adopted Red Hat's one (thanks to whoever wrote it) * Close all the file descriptors used before executing program (close-on-exec) * Updated copyright file for new location /usr/share/common-licenses/GPL. * Used GNU autoconf instead of "uname" to guess host system type * Install man page in /usr/share/man instead of /usr/man * Added a few functions to /etc/ltrace.conf * Updated list of syscalls and signals to linux-2.2.12 * Fixed bugs in C++ demangle (Morten Eriksen <mortene@sim.no>) * New Standards-Version: 3.0.1 (but keeping docs in /usr/doc)
1999-04-03Version: 0.3.7Juan Cespedes
* Minor fixes * Added minor patch from Alex Buell <alex.buell@tahallah.demon.co.uk> to be able to compile under glibc 2.1 * Additions to config file from David Dyck <dcd@tc.fluke.com> * Clean-up Makefile a bit * Changed `LT_PT_*' with `ARGTYPE_*' * Display '\\' instead of '\' * Updated list of syscalls and signals to linux-2.2.5 * Compiled against glibc-2.1
1998-09-24Version: 0.3.5Juan Cespedes
* Added ARMLinux port (Pat Beirne <pbeirne@home.com>) (Bug#27040) * Fixed minor things in options.c
1998-09-20Version: 0.3.4Juan Cespedes
* Added "ltrace.spec" to build a .rpm binary file. * Added "-r" option