Roland McGrath
a3bc12eab1
2003-09-24 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.5.
* strace.spec, debian/changelog: 4.5-1.
2003-09-24 22:22:38 +00:00
Roland McGrath
cb61214601
2003-07-17 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.4.99.
* strace.spec, debian/changelog: 4.4.99-1.
2003-07-17 09:23:56 +00:00
Roland McGrath
79db8af777
2003-06-27 Roland McGrath <roland@redhat.com>
...
* configure.ac: Check for type `struct __old_kernel_stat'.
* file.c (convertoldstat, printoldstat): Define under
[LINUX && HAVE_STRUCT___OLD_KERNEL_STAT] rather than a list of archs.
(sys_oldstat, sys_oldfstat, sys_oldlstat): Likewise.
* linux/dummy.h [! HAVE_STRUCT___OLD_KERNEL_STAT]
(sys_oldstat, sys_oldfstat, sys_oldlstat): #define to printargs.
2003-06-27 21:20:09 +00:00
Roland McGrath
f5a477788e
2003-06-26 Roland McGrath <roland@redhat.com>
...
* configure.ac: SHMEDIA -> SH64
* defs.h: Likewise.
* mem.c: Likewise.
* process.c: Likewise.
* sock.c: Likewise.
* syscall.c: Likewise.
* util.c: Likewise.
* linux/shmedia/syscallent.h: Moved to ...
* linux/sh64/syscallent.h: ... here.
2003-06-26 22:40:42 +00:00
Roland McGrath
acd3cd758d
2003-06-10 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.4.98.
* strace.spec, debian/changelog: 4.4.98-1.
2003-06-11 05:37:56 +00:00
Roland McGrath
64ffba5880
2003-06-02 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.4.97.
* strace.spec, debian/changelog: 4.4.97-1.
2003-06-02 19:37:48 +00:00
Roland McGrath
e1e584b8fa
2003-06-02 Roland McGrath <roland@redhat.com>
...
* configure.ac, defs.h, mem.c, process.c, sock.c, syscall.c, util.c:
Merged in SHmedia port from Stephen Thomas <stephen.thomas@superh.com>.
2003-06-02 19:18:58 +00:00
Roland McGrath
1b86e2d311
2003-03-30 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.4.96.
* strace.spec, debian/changelog: 4.4.96-1.
2003-03-31 01:21:36 +00:00
Roland McGrath
e07cd60672
2003-02-26 Roland McGrath <roland@redhat.com>
...
* configure.ac: Fix typo in netinet/in.h check.
Also include <sys/types.h> and <sys/socket.h> before <netinet/in.h>.
Reported by Alex Semenyaka <alexs@snark.rinet.ru>.
2003-02-26 20:34:02 +00:00
Roland McGrath
1893d0566f
2003-02-24 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.4.95.
* strace.spec, debian/changelog: 4.4.95-1.
2003-02-24 10:53:44 +00:00
Roland McGrath
6c2fe9d970
2003-02-19 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.4.94.
* strace.spec, debian/changelog: 4.4.94-1.
2003-02-20 03:26:47 +00:00
Roland McGrath
ee06172f28
2003-01-21 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.4.93.
* strace.spec, debian/changelog: 4.4.93-1.
* strace.spec (Source0): Use strace-VERSION.tar.bz2 now.
2003-01-22 02:27:51 +00:00
Roland McGrath
d377f30556
2003-01-14 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.4.91.
* strace.spec, debian/changelog: 4.4.91-1
2003-01-14 10:09:50 +00:00
Roland McGrath
eb28535990
2003-01-14 Roland McGrath <roland@redhat.com>
...
* configure.ac: Match powerpc* (includes powerpc64), and don't match
ppc (never comes out of config.sub).
* process.c (sys_ptrace): Use #lx format for address argument.
[POWERPC]: Use sizeof(unsigned long) in place of 4 for multipliers.
* process.c [POWERPC]: Likewise.
* signal.c (sys_sigreturn) [POWERPC]: Likewise.
* syscall.c (get_scno) [POWERPC]: Likewise.
* util.c [POWERPC]: Likewise.
(printnum): Use long for NUM.
From Anton Blanchard <anton@samba.org>.
2003-01-14 09:59:00 +00:00
Roland McGrath
1d847cf1d5
2003-01-10 Roland McGrath <roland@redhat.com>
...
* configure.ac, NEWS: Version 4.4.91.
* strace.spec, debian/changelog: 4.4.91-1
2003-01-10 21:43:24 +00:00
Roland McGrath
acf06ef2e3
typo in last change
2003-01-10 19:57:34 +00:00
Roland McGrath
a7a0d38a4c
2003-01-10 Roland McGrath <roland@redhat.com>
...
* configure.ac: Fix siginfo_t/sig_atomic_t checks.
Use prerequisite #include <netinet/in.h> for netinet/*.h checks.
2003-01-10 19:55:30 +00:00
Roland McGrath
45aeb6e26d
2003-01-10 Roland McGrath <roland@redhat.com>
...
* configure.ac: Diddle CFLAGS after AC_PROG_CC, not before.
2003-01-10 10:44:59 +00:00
Roland McGrath
41074c0b39
2002-12-30 Roland McGrath <roland@redhat.com>
...
* configure.ac: Fix asm/sigcontext.h check to include prerequisite.
2002-12-30 10:23:01 +00:00
Roland McGrath
2746edd185
2002-12-29 Roland McGrath <roland@redhat.com>
...
* configure.ac, Makefile.am: Punt subdirs, handle everything here.
* linux/Makefile.am: File removed.
* freebsd/Makefile.am: File removed.
* sunos4/Makefile.in: File removed.
* svr4/Makefile.in: File removed.
2002-12-30 09:13:08 +00:00
Roland McGrath
80964aaf26
2002-12-29 Roland McGrath <roland@redhat.com>
...
* configure.ac, Makefile.am: Punt subdirs, handle everything here.
2002-12-30 01:11:08 +00:00
Roland McGrath
6d2b34971b
2002-12-22 Roland McGrath <roland@redhat.com>
...
Update to Autoconf 2.57, and Automakify with version 1.7.
* Makefile.am: New file.
* Makefile.in: File removed.
* configure.in: Moved to ...
* configure.ac: ... here. Update for Autoconf 2.5x and Automake.
* aclocal.m4: Moved to ...
* acinclude.m4: ... here. Update for Autoconf 2.5x.
* AUTHORS: New file, makes automake happy.
* autogen.sh: File removed.
* README-CVS: Update to recommend autoreconf instead.
* file.c: HAVE_ST_* -> HAVE_STRUCT_STAT_ST_*.
* net.c: HAVE_SIN6_SCOPE_ID -> HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID,
HAVE_MSG_CONTROL -> HAVE_STRUCT_MSGHDR_MSG_CONTROL.
* strace.c: *_DECLARED -> HAVE_DECL_*
* stream.c: HAVE_* -> HAVE_STRUCT_*
2002-12-30 00:51:30 +00:00