1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-24 21:08:04 +03:00
Files
glibc/sysdeps/generic
Ulrich Drepper b15cb49505 Update.
2000-10-14  Ulrich Drepper  <drepper@redhat.com>

	* math/libm-test.inc (frexp_test): Add L suffix also to parameters.
	(hypot_test): Likewise.

	* sysdeps/generic/printf_fphex.c: Compute width of decimal point
	string correctly.  Handle padding correctly.

	* sysdeps/ia64/fpu/printf_fphex.c: Use sizeof in _itowa parameters
	correctly.
	* sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
	* sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.

2000-10-12  Alan Modra  <alan@linuxcare.com.au>

	* FAQ.in: Add --start-group and --end-group.

2000-10-12  Alan Modra  <alan@linuxcare.com.au>

	* malloc/memusage.c: Conditionalize stack usage calculation on
	stack direction.

2000-10-12  Alan Modra  <alan@linuxcare.com.au>

	* config.h.in: Add ASM_LINE_SEP.
	* configure.in: Add test for comment and line separators.
	* include/libc-symbols.h: Define and use ASM_LINE_SEP, and add tabs to
	placate some hppa assemblers.
	* sysdeps/hppa/sysdep.h: Likewise.
	* sysdeps/gnu/siglist.c: Insert \n and \t into inline asm.
	* sysdeps/unix/sysv/linux/errlist.c: Likewise.

2000-10-12  David Huggins-Daines  <dhd@linuxcare.com>

	* sysdeps/unix/sysv/linux/Makefile: Include <bits/initspin> in
	$(sysdep_headers).
	* sysdeps/unix/sysv/linux/bits/initspin.h: Dummy version for
	non-threaded platforms.

2000-10-12  David Huggins-Daines  <dhd@linuxcare.com>

	* configure.in: Add definitions for hppa.
	* elf/elf.h: Add PLABEL32 relocation for hppa ELF32, comments
	for IPLT and EPLT relocations.
	* shlib-versions: Version symbol definitions for hppa-linux.
	* sysdeps/unix/sysv/linux/configure.in: Define $arch_minimum_kernel
	for hppa.

2000-10-12  David Huggins-Daines  <dhd@linuxcare.com>

	* sysdeps/hppa/Makefile: New file.
	* sysdeps/hppa/Versions: New file.

	* sysdeps/hppa/setjmp.S: New file.
	* sysdeps/hppa/__longjmp.S: New file.
	* sysdeps/hppa/bits/setjmp.h: New file.
	* sysdeps/hppa/frame.h: New file.

	* sysdeps/hppa/add_n.s: Don't use %r19 (linkage table pointer).
	* sysdeps/hppa/sub_n.s: Likewise.
	* sysdeps/hppa/lshift.s: Likewise.
	* sysdeps/hppa/rshift.s: Likewise.
	* sysdeps/hppa/udiv_qrnnd.s: Likewise.
	* sysdeps/hppa/hppa1.1/addmul_1.s: Likewise.
	* sysdeps/hppa/hppa1.1/submul_1.s: Likewise.
	* sysdeps/hppa/hppa1.1/mul_1.s: Likewise.
	* sysdeps/hppa/hppa1.1/udiv_qrnnd.s: Likewise.

	* sysdeps/hppa/dl-machine.h: New file.
	* sysdeps/hppa/dl-fptr.c: New file (note that this is almost
	identical to the IA-64 one).
	* sysdeps/hppa/dl-lookupcfg.h: Likewise.
	* sysdeps/hppa/dl-symaddr.c: Likewise.

	* sysdeps/hppa/elf/initfini.c: New file.
	* sysdeps/hppa/elf/start.S: New file.

	* sysdeps/hppa/fpu/bits/fenv.h: New file.
	* sysdeps/hppa/fpu/fclrexcpt.c: New file.
	* sysdeps/hppa/fpu/fedisblxcpt.c: New file.
	* sysdeps/hppa/fpu/feenablxcpt.c: New file.
	* sysdeps/hppa/fpu/fegetenv.c: New file.
	* sysdeps/hppa/fpu/fegetexcept.c: New file.
	* sysdeps/hppa/fpu/fegetround.c: New file.
	* sysdeps/hppa/fpu/feholdexcpt.c: New file.
	* sysdeps/hppa/fpu/fesetenv.c: New file.
	* sysdeps/hppa/fpu/fesetround.c: New file.
	* sysdeps/hppa/fpu/feupdateenv.c: New file.
	* sysdeps/hppa/fpu/fegetexcptflg.c: New file.
	* sysdeps/hppa/fpu/fraiseexcpt.c: New file.
	* sysdeps/hppa/fpu/fsetexcptflg.c: New file.
	* sysdeps/hppa/fpu/ftestexcept.c: New file.

	* sysdeps/unix/sysv/linux/hppa/Makefile: New file.
	* sysdeps/unix/sysv/linux/hppa/Versions: New file.
	* sysdeps/unix/sysv/linux/hppa/syscalls.list: New file.
	* sysdeps/unix/sysv/linux/hppa/sysdep.c: New file.
	* sysdeps/unix/sysv/linux/hppa/sysdep.h: New file.

	* sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: New file.
	* sysdeps/unix/sysv/linux/hppa/bits/ioctls.h: New file.
	* sysdeps/unix/sysv/linux/hppa/bits/mman.h: New file.
	* sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: New file.
	* sysdeps/unix/sysv/linux/hppa/bits/signum.h: New file.
	* sysdeps/unix/sysv/linux/hppa/brk.c: New file.
	* sysdeps/unix/sysv/linux/hppa/clone.S: New file.
	* sysdeps/unix/sysv/linux/hppa/socket.S: New file.
	* sysdeps/unix/sysv/linux/hppa/syscall.S: New file.
	* sysdeps/unix/sysv/linux/hppa/setrlimit.c: New file.
	* sysdeps/unix/sysv/linux/hppa/getrlimit.c: New file.
	* sysdeps/unix/sysv/linux/hppa/getrlimit64.c: New file.
	* sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h: New file.
	* sysdeps/unix/sysv/linux/hppa/kernel_stat.h: New file.
	* sysdeps/unix/sysv/linux/hppa/mmap.c: New file.
	* sysdeps/unix/sysv/linux/hppa/profil-counter.h: New file.
	* sysdeps/unix/sysv/linux/hppa/procfs.h: New file.
	* sysdeps/unix/sysv/linux/hppa/ucontext.h: New file.
	* sysdeps/unix/sysv/linux/hppa/umount.c: New file.

2000-10-12  Alan Modra  <alan@linuxcare.com.au>

	* sysdeps/hppa/hppa1.1/Implies: New file.
	* sysdeps/hppa/memusage.h: New file.
2000-10-15 06:50:42 +00:00
..
2000-09-14 01:43:19 +00:00
2000-03-23 20:31:46 +00:00
1999-06-08 21:20:07 +00:00
2000-05-23 08:43:26 +00:00
1997-10-15 05:34:02 +00:00
1999-02-07 12:50:11 +00:00
1999-08-15 16:10:09 +00:00
2000-08-29 01:20:23 +00:00
1996-12-04 01:41:39 +00:00
1996-12-21 04:13:58 +00:00
1998-07-17 12:36:43 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1996-05-07 21:04:52 +00:00
1996-05-07 21:04:52 +00:00
1997-10-15 05:34:02 +00:00
1999-09-20 02:18:14 +00:00
1997-10-15 05:34:02 +00:00
2000-08-14 00:57:30 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-07-29 08:11:47 +00:00
1998-06-15 10:29:49 +00:00
1998-07-16 20:08:44 +00:00
1997-06-03 21:53:09 +00:00
1997-05-26 23:01:17 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-06-18 19:04:23 +00:00
1999-06-18 19:04:23 +00:00
1999-05-03 08:46:13 +00:00
1997-10-15 05:34:02 +00:00
2000-09-26 07:56:19 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-04-11 07:08:31 +00:00
1999-07-27 00:24:04 +00:00
2000-06-26 18:12:12 +00:00
1999-07-27 00:24:04 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1996-05-07 21:04:52 +00:00
1999-05-30 09:07:13 +00:00
1995-02-18 01:27:10 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-02-29 08:00:04 +00:00
2000-02-29 08:00:04 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-06-23 21:55:26 +00:00
2000-09-26 07:56:19 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-08-01 13:06:28 +00:00
1999-06-08 21:20:07 +00:00
1996-05-07 21:04:52 +00:00
1996-05-07 21:04:52 +00:00
2000-10-11 07:45:30 +00:00
2000-09-24 18:35:20 +00:00
2000-06-08 04:48:56 +00:00
2000-05-04 02:46:54 +00:00
1998-12-31 18:19:19 +00:00
1998-03-29 21:14:40 +00:00
2000-05-05 07:15:29 +00:00
2000-05-05 07:15:29 +00:00
2000-03-23 20:31:46 +00:00
2000-08-22 17:48:22 +00:00
2000-05-05 15:33:39 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-11-18 02:50:07 +00:00
1997-11-18 02:50:07 +00:00
1997-11-18 02:50:07 +00:00
1997-11-18 02:50:07 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1997-11-18 02:50:07 +00:00
1997-11-18 02:50:07 +00:00
1999-07-31 07:16:41 +00:00
1999-07-14 00:54:57 +00:00
1997-11-18 02:50:07 +00:00
1997-11-18 02:50:07 +00:00
1997-11-18 02:50:07 +00:00
1999-07-31 07:16:41 +00:00
1997-11-18 02:50:07 +00:00
1997-11-18 02:50:07 +00:00
1997-11-18 02:50:07 +00:00
1997-10-15 05:34:02 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1997-11-18 02:50:07 +00:00
1998-06-22 17:08:51 +00:00
1998-04-20 18:41:05 +00:00
1997-07-12 23:35:19 +00:00
2000-02-25 23:28:51 +00:00
1997-10-15 05:34:02 +00:00
1998-11-30 14:21:53 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1998-01-25 17:01:47 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-04-04 06:03:48 +00:00
1997-10-15 05:34:02 +00:00
1997-06-23 21:55:26 +00:00
1998-01-25 17:01:47 +00:00
1998-08-08 20:02:34 +00:00
1999-11-12 17:23:30 +00:00
1999-11-12 17:23:30 +00:00
2000-09-04 08:36:27 +00:00
1999-11-12 17:23:30 +00:00
1997-10-15 05:34:02 +00:00
2000-01-31 08:11:53 +00:00
2000-04-04 06:03:48 +00:00
2000-01-31 08:11:53 +00:00
2000-04-04 06:03:48 +00:00
1997-10-15 05:34:02 +00:00
1998-07-30 12:47:25 +00:00
1998-07-30 12:47:25 +00:00
2000-04-05 00:29:26 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-06-23 13:02:09 +00:00
1998-11-26 12:02:23 +00:00
2000-04-04 06:03:48 +00:00
2000-07-29 08:11:47 +00:00
2000-04-04 06:03:48 +00:00
2000-04-14 07:51:02 +00:00
1997-10-15 05:34:02 +00:00
1998-03-20 16:35:19 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-06-23 21:55:26 +00:00
1998-07-16 11:44:36 +00:00
1998-06-22 17:08:51 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-09-28 23:11:33 +00:00
2000-04-11 07:08:31 +00:00
1997-10-15 05:34:02 +00:00
1998-01-25 17:01:47 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-08-29 01:20:23 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-09-10 19:04:08 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-04-02 08:05:36 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1998-01-25 17:01:47 +00:00
1997-10-15 05:34:02 +00:00
1997-12-08 03:06:47 +00:00
1998-08-03 16:47:01 +00:00
1999-07-27 05:10:43 +00:00
1997-10-15 05:34:02 +00:00
1998-01-25 17:01:47 +00:00
1997-10-15 05:34:02 +00:00
2000-02-28 05:08:01 +00:00
1998-09-21 14:34:13 +00:00
1998-03-06 08:41:12 +00:00
1998-07-16 11:44:36 +00:00
1997-12-22 20:53:38 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-05-14 21:30:22 +00:00
1999-05-14 21:30:22 +00:00
1998-04-20 18:41:05 +00:00
1998-04-20 18:41:05 +00:00
1998-04-20 18:41:05 +00:00
2000-08-19 16:58:09 +00:00
1996-05-07 21:04:52 +00:00
1998-01-30 11:44:34 +00:00
1997-06-23 21:55:26 +00:00
1997-10-15 05:34:02 +00:00
2000-04-18 06:35:08 +00:00
1997-07-24 01:36:01 +00:00
1997-07-28 22:35:20 +00:00
1999-10-29 21:40:21 +00:00
2000-03-31 05:50:02 +00:00
1997-10-15 05:34:02 +00:00
2000-09-10 08:14:03 +00:00
1997-10-15 05:34:02 +00:00
2000-09-01 06:39:10 +00:00
1997-10-15 05:34:02 +00:00
1998-11-08 10:40:28 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-07-15 18:26:25 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-02-07 12:50:11 +00:00
1997-10-15 05:34:02 +00:00
1999-07-14 00:54:57 +00:00
1997-06-23 21:55:26 +00:00
2000-09-26 19:13:37 +00:00
1997-10-15 05:34:02 +00:00
1999-10-19 06:29:27 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-02-07 12:50:11 +00:00
1997-06-23 21:55:26 +00:00
2000-05-08 14:04:59 +00:00
2000-02-29 08:02:20 +00:00
1997-10-15 05:34:02 +00:00
1998-04-20 18:41:05 +00:00
2000-01-24 02:22:13 +00:00
1997-10-15 05:34:02 +00:00
1996-05-07 21:04:52 +00:00
1997-10-15 05:34:02 +00:00
1997-06-23 21:55:26 +00:00
2000-07-18 17:18:38 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1998-01-25 17:01:47 +00:00
1999-08-02 19:56:07 +00:00
2000-05-07 22:33:59 +00:00
1998-03-23 11:53:10 +00:00
1997-02-15 04:31:36 +00:00
1997-08-27 20:26:10 +00:00
2000-05-18 05:35:38 +00:00
1997-09-11 12:09:10 +00:00
1998-09-21 14:34:13 +00:00
2000-04-22 07:19:25 +00:00
1997-10-12 04:05:44 +00:00
2000-06-20 06:31:59 +00:00
1997-06-23 21:55:26 +00:00
2000-03-20 22:54:01 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-06-14 00:55:24 +00:00
1997-12-28 16:01:53 +00:00
1997-10-15 05:34:02 +00:00
1996-05-07 21:04:52 +00:00
1999-06-19 09:58:37 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-07-14 00:54:57 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-08-18 07:53:35 +00:00
1997-10-15 05:34:02 +00:00
1996-05-07 21:04:52 +00:00
1996-12-22 00:32:43 +00:00
1996-05-07 21:04:52 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-09-29 22:04:20 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-10-29 21:40:21 +00:00
1997-06-23 21:55:26 +00:00
1997-10-15 05:34:02 +00:00
1999-06-08 21:20:07 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-04-14 07:51:02 +00:00
2000-04-14 07:51:02 +00:00
2000-04-14 07:51:02 +00:00
2000-04-14 07:51:02 +00:00
1999-12-19 05:29:07 +00:00
1999-12-19 05:29:07 +00:00
2000-10-15 06:50:42 +00:00
1999-06-08 21:20:07 +00:00
1997-06-23 21:55:26 +00:00
1997-10-15 05:34:02 +00:00
1998-11-26 12:02:23 +00:00
1997-10-15 05:34:02 +00:00
1998-04-07 09:21:28 +00:00
1999-08-25 06:43:29 +00:00
1999-08-18 07:53:35 +00:00
1998-01-25 17:01:47 +00:00
1998-01-25 17:01:47 +00:00
1998-04-20 18:41:05 +00:00
1999-12-19 05:29:07 +00:00
1999-12-19 05:29:07 +00:00
1997-10-15 05:34:02 +00:00
2000-07-05 15:38:00 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1998-03-20 12:06:55 +00:00
1997-11-04 03:00:40 +00:00
1997-10-15 05:34:02 +00:00
2000-05-26 10:23:45 +00:00
1997-10-15 05:34:02 +00:00
1998-07-27 17:55:05 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1998-08-24 16:46:16 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1996-05-07 21:04:52 +00:00
1999-07-14 00:54:57 +00:00
1997-10-15 05:34:02 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-10-19 03:14:36 +00:00
1999-10-19 03:14:36 +00:00
1999-10-19 03:14:36 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1997-10-15 05:34:02 +00:00
1997-11-18 02:50:07 +00:00
1997-10-15 05:34:02 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-08-02 23:56:41 +00:00
1999-10-12 16:00:04 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
1999-07-14 00:54:57 +00:00
2000-02-28 05:08:01 +00:00
2000-08-14 00:57:30 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-08-18 18:44:33 +00:00
2000-07-29 08:11:47 +00:00
1997-10-15 05:34:02 +00:00
1998-04-28 22:51:34 +00:00
1997-10-15 05:34:02 +00:00
1999-08-18 07:53:35 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1998-01-25 17:01:47 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-08-31 20:30:50 +00:00
1997-10-15 05:34:02 +00:00
1999-07-06 16:26:03 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1998-04-20 18:41:05 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-06-14 00:55:24 +00:00
2000-02-28 05:08:01 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-08-21 04:18:25 +00:00
1998-06-13 00:49:55 +00:00
1997-10-15 05:34:02 +00:00
1998-03-18 14:42:25 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1998-04-20 18:41:05 +00:00
2000-04-12 04:59:33 +00:00
2000-04-12 04:59:33 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-08-18 07:53:35 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-08-23 17:53:16 +00:00
1998-01-25 17:01:47 +00:00
1997-10-15 05:34:02 +00:00
1997-06-29 22:05:27 +00:00
1997-10-15 05:34:02 +00:00
1997-06-23 21:55:26 +00:00
1997-06-23 21:55:26 +00:00
2000-02-23 06:02:09 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-12-14 22:24:57 +00:00
1997-10-15 05:34:02 +00:00
1998-06-07 14:06:56 +00:00
1998-01-25 17:01:47 +00:00
1997-10-15 05:34:02 +00:00
2000-02-23 06:02:09 +00:00
1998-07-20 17:25:48 +00:00
1997-12-04 00:12:34 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-12-04 00:12:34 +00:00
1997-10-15 05:34:02 +00:00
1998-06-02 12:58:14 +00:00
1997-10-15 05:34:02 +00:00
1997-01-06 22:07:28 +00:00
1997-10-15 05:34:02 +00:00
1999-04-28 23:13:52 +00:00
1997-10-15 05:34:02 +00:00
2000-04-14 07:51:02 +00:00
1997-10-15 05:34:02 +00:00
1998-03-20 16:35:19 +00:00
2000-09-14 01:43:19 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-09-16 00:42:43 +00:00
1997-02-15 04:31:36 +00:00
1997-05-24 02:30:09 +00:00
1997-05-24 02:30:09 +00:00
1999-01-23 22:17:17 +00:00
1997-09-11 12:09:10 +00:00
2000-07-05 15:38:00 +00:00
2000-07-05 15:38:00 +00:00
1997-09-11 12:09:10 +00:00
1997-09-11 12:09:10 +00:00
2000-07-05 15:38:00 +00:00
1997-05-24 02:30:09 +00:00
1997-05-24 02:30:09 +00:00
1997-09-11 12:09:10 +00:00
1997-09-11 12:09:10 +00:00
1997-09-11 12:09:10 +00:00
1997-09-11 12:09:10 +00:00
1997-09-11 12:09:10 +00:00
1999-12-18 19:45:25 +00:00
1997-09-11 12:09:10 +00:00
1997-09-11 12:09:10 +00:00
1997-12-28 16:01:53 +00:00
1999-05-03 23:49:46 +00:00
2000-08-15 06:12:25 +00:00
1999-05-25 13:26:48 +00:00
2000-07-28 17:45:15 +00:00
1999-08-02 19:56:07 +00:00
1999-05-25 13:26:48 +00:00
1999-05-25 13:26:48 +00:00
1999-05-25 13:26:48 +00:00
1999-05-25 13:26:48 +00:00
1999-05-25 13:26:48 +00:00
1999-05-25 13:26:48 +00:00
1997-12-28 16:01:53 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1996-05-07 21:04:52 +00:00
1996-05-07 21:04:52 +00:00
1998-01-25 17:01:47 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-12-08 03:06:47 +00:00
1997-12-22 20:53:38 +00:00
1997-10-15 05:34:02 +00:00
1998-03-06 11:39:36 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-07-15 18:26:25 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-05-23 08:43:26 +00:00
1997-10-15 05:34:02 +00:00
1999-08-18 00:34:47 +00:00
1999-07-06 16:26:03 +00:00
1997-12-22 20:53:38 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1999-07-27 00:24:04 +00:00
1999-07-27 00:24:04 +00:00
1999-07-27 00:24:04 +00:00
1999-07-27 00:24:04 +00:00
1999-07-27 00:24:04 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-12-22 20:53:38 +00:00
1997-10-15 05:34:02 +00:00
2000-06-13 21:48:25 +00:00
1998-07-16 11:44:36 +00:00
1997-10-15 05:34:02 +00:00
1999-08-18 03:42:39 +00:00
1997-10-15 05:34:02 +00:00
1997-12-22 20:53:38 +00:00
1997-10-15 05:34:02 +00:00
2000-09-09 07:59:23 +00:00
1997-10-15 05:34:02 +00:00
1998-01-30 11:44:34 +00:00
2000-09-26 09:46:55 +00:00
2000-04-18 19:59:18 +00:00
1998-06-02 12:58:14 +00:00
1999-12-02 00:12:41 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
2000-02-28 05:08:01 +00:00
2000-08-21 04:18:25 +00:00
1998-04-20 18:41:05 +00:00
1997-10-15 05:34:02 +00:00
2000-08-14 00:57:30 +00:00
2000-05-23 08:43:26 +00:00
1997-10-15 05:34:02 +00:00
2000-08-21 04:18:25 +00:00
1998-07-16 11:44:36 +00:00
1999-07-14 00:54:57 +00:00
1997-12-08 03:06:47 +00:00
1997-12-08 03:06:47 +00:00
1997-12-08 03:06:47 +00:00
1997-12-22 20:53:38 +00:00
1997-10-15 05:34:02 +00:00
1997-12-28 16:01:53 +00:00
1999-05-25 14:54:29 +00:00
1999-05-25 18:37:11 +00:00
1999-05-25 14:54:29 +00:00
1999-05-25 14:54:29 +00:00
1999-05-25 14:54:29 +00:00
1999-05-25 14:54:29 +00:00
1999-05-25 14:54:29 +00:00
1999-05-25 14:54:29 +00:00
1997-12-28 16:01:53 +00:00
1996-12-22 00:32:43 +00:00
1997-10-15 05:34:02 +00:00
1998-07-27 17:55:05 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00
1997-10-15 05:34:02 +00:00