]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
23 years agoComment fix.
Roland McGrath [Tue, 11 Jun 2002 21:53:23 +0000 (21:53 +0000)] 
Comment fix.

23 years ago.
Roland McGrath [Tue, 11 Jun 2002 21:47:53 +0000 (21:47 +0000)] 
.

23 years ago2002-06-07 Roland McGrath <roland@frob.com>
Roland McGrath [Tue, 11 Jun 2002 21:47:24 +0000 (21:47 +0000)] 
2002-06-07  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/bits/environments.h: File removed.

23 years ago2002-06-09 Roland McGrath <roland@frob.com>
Roland McGrath [Tue, 11 Jun 2002 21:47:12 +0000 (21:47 +0000)] 
2002-06-09  Roland McGrath  <roland@frob.com>

Update to new Hurd RPC interfaces supporting 64-bit file sizes.
* sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
value of HURD_INTERFACE_VERSION >= 20020609.
* sysdeps/mach/hurd/configure: Regenerated.
* shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
* sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
convert a struct stat64 into a struct stat and return 0 or -1
with errno set to EOVERFLOW.
* sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
for struct statfs64 to struct statfs.
* sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
* sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
* sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
* sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
* sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
* sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
* sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
* sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
* sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
* sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
* sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
* sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
* sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
* sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
* sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
* sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
* sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
* sysdeps/mach/hurd/readdir.c (__readdir): Call that.
* sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
* sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
* hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
Use struct stat64 for io_stat argument.
* sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
* hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
to io_seek.
* hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
* hurd/fd-write.c (_hurd_fd_write): Likewise.
* hurd/hurd/fd.h: Update decls.
* sysdeps/mach/hurd/getcwd.c
(_hurd_canonicalize_directory_name_internal): Use ino64_t
and struct dirent64.
* sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
(__xstat): Renamed to __xstat64, use struct stat64 for argument.
(__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
(__lseek): Renamed to __libc_lseek64, use off64_t for argument.

23 years ago2002-06-08 Roland McGrath <roland@frob.com>
Roland McGrath [Tue, 11 Jun 2002 21:46:50 +0000 (21:46 +0000)] 
2002-06-08  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
instead of unsigned long int for __allocation and __size members.

23 years agoAdded some Hurd items for 2.2.6, fixed some typos.
Roland McGrath [Mon, 10 Jun 2002 20:11:16 +0000 (20:11 +0000)] 
Added some Hurd items for 2.2.6, fixed some typos.

23 years agoMerge from mainline.
Andreas Jaeger [Mon, 3 Jun 2002 06:50:10 +0000 (06:50 +0000)] 
Merge from mainline.

23 years agoUpdate.
Ulrich Drepper [Fri, 31 May 2002 00:20:01 +0000 (00:20 +0000)] 
Update.

23 years agoUpdate from translation team.
Ulrich Drepper [Fri, 31 May 2002 00:11:11 +0000 (00:11 +0000)] 
Update from translation team.

23 years agoUpdate.
Ulrich Drepper [Fri, 31 May 2002 00:10:08 +0000 (00:10 +0000)] 
Update.

23 years agoAvoid using INTUSE.
Ulrich Drepper [Fri, 31 May 2002 00:08:20 +0000 (00:08 +0000)] 
Avoid using INTUSE.

23 years agoUpdate.
Ulrich Drepper [Fri, 31 May 2002 00:04:21 +0000 (00:04 +0000)] 
Update.

23 years ago(process_elf_file): Give correct message when finding object of wrong class.
Ulrich Drepper [Fri, 31 May 2002 00:03:01 +0000 (00:03 +0000)] 
(process_elf_file): Give correct message when finding object of wrong class.

23 years agoUpdate.
Ulrich Drepper [Fri, 31 May 2002 00:00:14 +0000 (00:00 +0000)] 
Update.

23 years ago(__moddi3): Fix pasto.
Ulrich Drepper [Thu, 30 May 2002 23:59:11 +0000 (23:59 +0000)] 
(__moddi3): Fix pasto.

23 years agoUpdate.
Ulrich Drepper [Tue, 28 May 2002 04:54:56 +0000 (04:54 +0000)] 
Update.

23 years ago(BODY for TO_LOOP): Avoid running off the end of the ISO-8859-7 from idx table.
Ulrich Drepper [Tue, 28 May 2002 04:53:57 +0000 (04:53 +0000)] 
(BODY for TO_LOOP): Avoid running off the end of the ISO-8859-7 from idx table.

23 years agoUpdate.
Ulrich Drepper [Fri, 24 May 2002 08:30:57 +0000 (08:30 +0000)] 
Update.

23 years ago(main): Add ether_line tests.
Ulrich Drepper [Fri, 24 May 2002 08:29:30 +0000 (08:29 +0000)] 
(main): Add ether_line tests.

23 years ago(ether_line): Fix a typo causing only lower 4 bits of each ethernet address
Ulrich Drepper [Fri, 24 May 2002 08:28:58 +0000 (08:28 +0000)] 
(ether_line): Fix a typo causing only lower 4 bits of each ethernet address
byte being assigned.  Don't modify what line points to.

23 years agoUpdate.
Ulrich Drepper [Tue, 21 May 2002 02:19:04 +0000 (02:19 +0000)] 
Update.

23 years agoDefine _internal aliases.
Ulrich Drepper [Tue, 21 May 2002 02:18:21 +0000 (02:18 +0000)] 
Define _internal aliases.

23 years ago(LOAD_PIC_REG): Define.
Ulrich Drepper [Tue, 21 May 2002 02:18:04 +0000 (02:18 +0000)] 
(LOAD_PIC_REG): Define.
(elf_machine_dynamic): Use it to force PIC register to be loaded.
(elf_machine_load_address): Likewise.

23 years agoWhen second argument pointer is unaligned, do not forget to fully initialize
Ulrich Drepper [Tue, 21 May 2002 02:17:33 +0000 (02:17 +0000)] 
When second argument pointer is unaligned, do not forget to fully initialize
%g1 magic value.

23 years agoFix 64-bit elf register definitions and provide 32-bit variants of structures
Ulrich Drepper [Tue, 21 May 2002 02:17:06 +0000 (02:17 +0000)] 
Fix 64-bit elf register definitions and provide 32-bit variants of structures
during 64-bit builds.

23 years ago(_FP_FRAC_CLEAR_OVERP_1): Define.
Ulrich Drepper [Tue, 21 May 2002 02:16:40 +0000 (02:16 +0000)] 
(_FP_FRAC_CLEAR_OVERP_1): Define.

23 years ago(_FP_FRAC_CLEAR_OVERP_2): Define.
Ulrich Drepper [Tue, 21 May 2002 02:16:18 +0000 (02:16 +0000)] 
(_FP_FRAC_CLEAR_OVERP_2): Define.

23 years ago(_FP_FRAC_CLEAR_OVERP_4): Define.
Ulrich Drepper [Tue, 21 May 2002 02:15:54 +0000 (02:15 +0000)] 
(_FP_FRAC_CLEAR_OVERP_4): Define.

23 years ago(_FP_PACK_CANONICAL): After rounding, if
Ulrich Drepper [Tue, 21 May 2002 02:15:29 +0000 (02:15 +0000)] 
(_FP_PACK_CANONICAL): After rounding, if
_FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
(_FP_FROM_INT): Perform right shifts on unsigned integer type.
Do not clear implicit one bit here, it must be done post-rounding.
Only pad to the left using left shift if value uses less than the
available fractional bits.

23 years agoUpdate.
Ulrich Drepper [Tue, 21 May 2002 00:30:02 +0000 (00:30 +0000)] 
Update.

23 years agoBuild libgcc-compat and divdi3.
Ulrich Drepper [Tue, 21 May 2002 00:28:35 +0000 (00:28 +0000)] 
Build libgcc-compat and divdi3.

23 years agoCode to be re-exported.
Ulrich Drepper [Tue, 21 May 2002 00:25:28 +0000 (00:25 +0000)] 
Code to be re-exported.

23 years agoUpdate.
Ulrich Drepper [Mon, 20 May 2002 20:12:45 +0000 (20:12 +0000)] 
Update.

23 years ago(THREAD_SELF): Remove clobber.
Ulrich Drepper [Mon, 20 May 2002 20:10:33 +0000 (20:10 +0000)] 
(THREAD_SELF): Remove clobber.

23 years agoUpdate.
Ulrich Drepper [Mon, 20 May 2002 19:05:31 +0000 (19:05 +0000)] 
Update.

23 years agoUpdate to match xgettext 0.11 output.
Ulrich Drepper [Mon, 20 May 2002 19:04:19 +0000 (19:04 +0000)] 
Update to match xgettext 0.11 output.

23 years ago(libc.pot): Don't sort the output.
Ulrich Drepper [Mon, 20 May 2002 19:04:03 +0000 (19:04 +0000)] 
(libc.pot): Don't sort the output.

23 years agoUpdate.
Ulrich Drepper [Thu, 16 May 2002 00:19:43 +0000 (00:19 +0000)] 
Update.

23 years ago(fdim): Add __THROW.
Ulrich Drepper [Thu, 16 May 2002 00:18:09 +0000 (00:18 +0000)] 
(fdim): Add __THROW.
(fdimf): Likewise.

23 years agoUpdate.
Ulrich Drepper [Wed, 15 May 2002 21:33:27 +0000 (21:33 +0000)] 
Update.

23 years agoFix int_curr_symbol.
Ulrich Drepper [Wed, 15 May 2002 21:33:02 +0000 (21:33 +0000)] 
Fix int_curr_symbol.

23 years agoUpdate.
Ulrich Drepper [Wed, 15 May 2002 00:29:57 +0000 (00:29 +0000)] 
Update.

23 years agoUpdate from translation team.
Ulrich Drepper [Wed, 15 May 2002 00:29:05 +0000 (00:29 +0000)] 
Update from translation team.

23 years agoUpdate.
Ulrich Drepper [Tue, 14 May 2002 21:44:04 +0000 (21:44 +0000)] 
Update.

23 years ago(__posix_memalign): Correct check for size of alignment value.
Ulrich Drepper [Tue, 14 May 2002 21:41:26 +0000 (21:41 +0000)] 
(__posix_memalign): Correct check for size of alignment value.

23 years ago.
Roland McGrath [Mon, 13 May 2002 01:50:10 +0000 (01:50 +0000)] 
.

23 years ago2002-05-12 Roland McGrath <roland@frob.com>
Roland McGrath [Mon, 13 May 2002 01:49:57 +0000 (01:49 +0000)] 
2002-05-12  Roland McGrath  <roland@frob.com>

* mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.

23 years ago2002-05-13 Marcus Brinkmann <marcus@gnu.org>
Roland McGrath [Mon, 13 May 2002 01:49:55 +0000 (01:49 +0000)] 
2002-05-13  Marcus Brinkmann  <marcus@gnu.org>

        * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
        Allocate three, not two, more than LEN when appending '/.'.
        * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
        if NAME ends with '/.' if it is shorter than 2 chars.

23 years ago.
Roland McGrath [Mon, 13 May 2002 01:30:30 +0000 (01:30 +0000)] 
.

23 years ago2002-05-12 Roland McGrath <roland@frob.com>
Roland McGrath [Mon, 13 May 2002 01:30:16 +0000 (01:30 +0000)] 
2002-05-12  Roland McGrath  <roland@frob.com>

* hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
file_exec to effect svuid=euid, svgid=egid if that is not a no-op.

23 years agoUpdate.
Andreas Jaeger [Thu, 9 May 2002 08:16:31 +0000 (08:16 +0000)] 
Update.

23 years agoMerge from mainline.
Andreas Jaeger [Thu, 9 May 2002 08:11:38 +0000 (08:11 +0000)] 
Merge from mainline.

23 years ago.
Roland McGrath [Wed, 8 May 2002 22:03:38 +0000 (22:03 +0000)] 
.

23 years ago2002-05-08 Roland McGrath <roland@frob.com>
Roland McGrath [Wed, 8 May 2002 22:03:32 +0000 (22:03 +0000)] 
2002-05-08  Roland McGrath  <roland@frob.com>

* hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
O_NOTRANS flag in "." lookup.

23 years agoMerge from mainline.
Andreas Jaeger [Wed, 8 May 2002 13:49:11 +0000 (13:49 +0000)] 
Merge from mainline.

23 years ago.
Roland McGrath [Tue, 30 Apr 2002 19:17:50 +0000 (19:17 +0000)] 
.

23 years ago2002-04-29 Roland McGrath <roland@frob.com>
Roland McGrath [Tue, 30 Apr 2002 19:17:31 +0000 (19:17 +0000)] 
2002-04-29  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/configure.in: Set stdio=libio by default.
* sysdeps/mach/hurd/configure: Regenerated.

23 years agoUpdate.
Ulrich Drepper [Mon, 29 Apr 2002 04:33:34 +0000 (04:33 +0000)] 
Update.

23 years ago(glob): Don't pass GLOB_NOMAGIC flag to glob_in_dir.
Ulrich Drepper [Mon, 29 Apr 2002 04:26:37 +0000 (04:26 +0000)] 
(glob): Don't pass GLOB_NOMAGIC flag to glob_in_dir.

23 years ago.
Roland McGrath [Sun, 28 Apr 2002 20:11:20 +0000 (20:11 +0000)] 
.

23 years ago2002-04-28 Roland McGrath <roland@frob.com>
Roland McGrath [Sun, 28 Apr 2002 20:09:03 +0000 (20:09 +0000)] 
2002-04-28  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/i386/sys/io.h: New file.
* sysdeps/mach/hurd/i386/ioperm.c: New file.
* sysdeps/mach/hurd/i386/Dist: Add them.
* sysdeps/mach/hurd/i386/Versions
(libc: GLIBC_2.2.6): New set, add ioperm.
* sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
(sysdep_routines): Append ioperm here.
(sysdep_headers): Append sys/io.h here.
* sysdeps/mach/i386/configure.in: New file.
Check to set HAVE_I386_IO_PERM_MODIFY.
* config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
* sysdeps/mach/i386/configure: New file.
* mach/Makefile (user-interfaces): Add i386/mach_i386 to the list.

23 years agoUpdate.
Ulrich Drepper [Fri, 26 Apr 2002 20:36:24 +0000 (20:36 +0000)] 
Update.

23 years agoCopied from i386/semctl.c.
Ulrich Drepper [Fri, 26 Apr 2002 20:35:02 +0000 (20:35 +0000)] 
Copied from i386/semctl.c.
(__old_semctl, __new_semctl): Only use va_arg if the argument will be used.

23 years agoUpdate.
Ulrich Drepper [Fri, 26 Apr 2002 07:58:39 +0000 (07:58 +0000)] 
Update.

23 years agoFix recovery code.
Ulrich Drepper [Fri, 26 Apr 2002 07:53:32 +0000 (07:53 +0000)] 
Fix recovery code.

23 years agoUpdate.
Ulrich Drepper [Thu, 25 Apr 2002 00:17:06 +0000 (00:17 +0000)] 
Update.

23 years agoAdd getunwind for GLIBC_2.2.6.
Ulrich Drepper [Thu, 25 Apr 2002 00:16:00 +0000 (00:16 +0000)] 
Add getunwind for GLIBC_2.2.6.

23 years agoUpdate.
Ulrich Drepper [Wed, 24 Apr 2002 21:08:14 +0000 (21:08 +0000)] 
Update.

23 years ago(open_verify): Correct __lseek parameters.
Ulrich Drepper [Wed, 24 Apr 2002 21:07:00 +0000 (21:07 +0000)] 
(open_verify): Correct __lseek parameters.

23 years agoUpdate.
Ulrich Drepper [Wed, 24 Apr 2002 20:26:40 +0000 (20:26 +0000)] 
Update.

23 years ago(MAX_NEEDED_FROM): Set to 4.
Ulrich Drepper [Wed, 24 Apr 2002 20:25:33 +0000 (20:25 +0000)] 
(MAX_NEEDED_FROM): Set to 4.
(BODY for FROM_LOOP): Fix comparisons between inptr and inend.

23 years ago(EMIT_SHIFT_TO_INIT): Fix modification mask of data->__statep->__count.
Ulrich Drepper [Wed, 24 Apr 2002 20:24:03 +0000 (20:24 +0000)] 
(EMIT_SHIFT_TO_INIT): Fix modification mask of data->__statep->__count.

23 years agoFix the Unicode values for LETTER H WITH CARON.
Ulrich Drepper [Wed, 24 Apr 2002 20:16:02 +0000 (20:16 +0000)] 
Fix the Unicode values for LETTER H WITH CARON.

23 years agoUpdate.
Andreas Jaeger [Mon, 22 Apr 2002 11:54:29 +0000 (11:54 +0000)] 
Update.

23 years agoMerge from mainline.
Andreas Jaeger [Mon, 22 Apr 2002 11:54:03 +0000 (11:54 +0000)] 
Merge from mainline.

23 years agoUpdate.
Andreas Jaeger [Mon, 22 Apr 2002 06:02:14 +0000 (06:02 +0000)] 
Update.

23 years agoMerge from mainline.
Andreas Jaeger [Mon, 22 Apr 2002 05:59:13 +0000 (05:59 +0000)] 
Merge from mainline.

23 years agoUpdate.
Ulrich Drepper [Sun, 21 Apr 2002 17:58:41 +0000 (17:58 +0000)] 
Update.

23 years agoDeclare strerror_r also for XPG6.
Ulrich Drepper [Sun, 21 Apr 2002 17:53:00 +0000 (17:53 +0000)] 
Declare strerror_r also for XPG6.

23 years ago(authnone_create_once): Don't use INTUSE here.
Ulrich Drepper [Sat, 20 Apr 2002 23:18:22 +0000 (23:18 +0000)] 
(authnone_create_once): Don't use INTUSE here.

23 years ago.
Roland McGrath [Sat, 20 Apr 2002 21:30:33 +0000 (21:30 +0000)] 
.

23 years ago2002-04-19 Roland McGrath <roland@frob.com>
Roland McGrath [Sat, 20 Apr 2002 21:28:19 +0000 (21:28 +0000)] 
2002-04-19  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.

23 years agoUpdate.
Ulrich Drepper [Sat, 20 Apr 2002 19:10:11 +0000 (19:10 +0000)] 
Update.

23 years ago(__rpc_thread_destroy): No need to free authnone_private_s.
Ulrich Drepper [Sat, 20 Apr 2002 19:08:20 +0000 (19:08 +0000)] 
(__rpc_thread_destroy): No need to free authnone_private_s.

23 years agoInclude bits/libc-lock.h.
Ulrich Drepper [Sat, 20 Apr 2002 19:08:08 +0000 (19:08 +0000)] 
Include bits/libc-lock.h.
Delete #ifdef _RPC_THREAD_SAFE_ block.
(authnone_private): Make a struct, not a pointer to struct.
(authnone_private_guard): New once-control variable.
(authnone_create_once): New function, split out of
authnone_create.  No need to allocate memory.
(authnone_create): Just call authnone_create_once via
__libc_once, then return &authnone_private->no_client.
(authnone_marshal): Access private data via CLIENT argument,
not authnone_private pointer.
Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).

23 years ago(struct rpc_thread_variables): Remove authnone_private_s.
Ulrich Drepper [Sat, 20 Apr 2002 19:07:45 +0000 (19:07 +0000)] 
(struct rpc_thread_variables): Remove authnone_private_s.

23 years agoUpdate.
Ulrich Drepper [Sat, 20 Apr 2002 17:20:49 +0000 (17:20 +0000)] 
Update.

23 years ago(clntraw_create): Properly set xdrs and client.
Ulrich Drepper [Sat, 20 Apr 2002 17:20:14 +0000 (17:20 +0000)] 
(clntraw_create): Properly set xdrs and client.

23 years agoUpdate.
Ulrich Drepper [Sat, 20 Apr 2002 01:50:13 +0000 (01:50 +0000)] 
Update.

23 years ago(main): Correct the usage message.
Ulrich Drepper [Sat, 20 Apr 2002 01:48:44 +0000 (01:48 +0000)] 
(main): Correct the usage message.

23 years agoBODY for FROM_LOOP): When encountering an invalid input (e.g. a byte > 0x80
Ulrich Drepper [Sat, 20 Apr 2002 01:48:12 +0000 (01:48 +0000)] 
BODY for FROM_LOOP): When encountering an invalid input (e.g. a byte > 0x80
followed by a byte < 0x80), skip always one byte, not 0 bytes in some cases
and 2 bytes in others.

23 years agoUpdate.
Ulrich Drepper [Fri, 19 Apr 2002 03:30:37 +0000 (03:30 +0000)] 
Update.

23 years agoInclude <stdlib.h>. Use %d, not %ld format for EVENING69. Include offsets in
Ulrich Drepper [Fri, 19 Apr 2002 03:28:45 +0000 (03:28 +0000)] 
Include <stdlib.h>.  Use %d, not %ld format for EVENING69.  Include offsets in
TZ environment variable.

23 years agoUpdate.
Ulrich Drepper [Mon, 15 Apr 2002 06:50:12 +0000 (06:50 +0000)] 
Update.

23 years ago_dl_lookup_symbol): Move add_dependency call to the end of the
Ulrich Drepper [Mon, 15 Apr 2002 06:49:02 +0000 (06:49 +0000)] 
_dl_lookup_symbol): Move add_dependency call to the end of the
function.  Pass original flags to recursive call if add_dependency failed.
(_dl_lookup_versioned_symbol): Likewise.

23 years ago(main): Add new tests.
Ulrich Drepper [Mon, 15 Apr 2002 06:24:49 +0000 (06:24 +0000)] 
(main): Add new tests.

23 years ago(__mktime_internal): If year is 69, don't bail out early, but check whether it
Ulrich Drepper [Mon, 15 Apr 2002 06:24:31 +0000 (06:24 +0000)] 
(__mktime_internal): If year is 69, don't bail out early, but check whether it
overflowed afterwards.

23 years agoFix program name in help message.
Ulrich Drepper [Mon, 15 Apr 2002 06:21:38 +0000 (06:21 +0000)] 
Fix program name in help message.

23 years agoFail test if buffer too small.
Ulrich Drepper [Mon, 15 Apr 2002 06:18:46 +0000 (06:18 +0000)] 
Fail test if buffer too small.

23 years agoIncrease MONSIZE.
Ulrich Drepper [Mon, 15 Apr 2002 06:18:31 +0000 (06:18 +0000)] 
Increase MONSIZE.