about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper1999-04-2830-231/+197
| | | | | | | 1999-04-28 Ulrich Drepper <drepper@cygnus.com> * manager.c (pthread_allocate_stack): Optimize initialization of new thread descriptor.
* Fix typos.Ulrich Drepper1999-04-281-2/+2
| | | | | 1999-04-23 Paul Eggert <eggert@twinsun.com> prefers loopback device.
* Update.Ulrich Drepper1999-04-281-0/+5
| | | | | | | 1999-04-23 Paul Eggert <eggert@1twinsun.com> * stdlib/strtoull.c: Surround strong_alias and weak_alias with ifdef _LIBC.
* Surround strong_alias and weak_alias with ifdef _LIBC.Ulrich Drepper1999-04-281-0/+2
|
* 1999-04-28 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-04-282-28/+13
| | | | | | * sysdeps/mach/hurd/getdents.c (__getdirentries): Remove implementation and just always fail with ENOSYS. This entry point is obsolete. Add link warning to that effect.
* 1999-04-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-04-281-0/+4
| | | | * hurd/get-host.c: Include <hurd/lookup.h>.
* 1999-04-27 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-04-281-0/+1
| | | | * hurd/get-host.c: Include <hurd/lookup.h>.
* Update.Ulrich Drepper1999-04-284-13/+29
| | | | | | | | | | | | * malloc/malloc.c (rEALLOc): Only free memory for size 0 if oldmem is != NULL. 1999-04-28 Andreas Jaeger <aj@arthur.rhein-neckar.de> * malloc/malloc.c (REALLOC_ZERO_BYTES_FREES): Define it to follow ISO C9x and Unix98. 1999-04-28 Ulrich Drepper <drepper@cygnus.com>
* Update.Ulrich Drepper1999-04-285-25/+91
| | | | | | | | | | | | * libio/iofopncook.c (_IO_cookie_seek): Correct return value. Patch by Peter Miller <millerp@canb.auug.org.au>. 1999-04-27 Thorsten Kukuk <kukuk@suse.de> * sunrpc/pmap_clnt.c: Add own get_myaddress function, which prefers loopback device. 1999-04-28 Ulrich Drepper <drepper@cygnus.com>
* Update.Ulrich Drepper1999-04-283-13/+39
| | | | | | | | | 1999-04-28 Ulrich Drepper <drepper@cygnus.com> * posix/fnmatch.c (internal_fnmatch): Finish incomplete no_leading_period change. * posix/testfnm.c: More test cases.
* Update.Ulrich Drepper1999-04-2711-44/+88
| | | | | | | | | | | | | | | | * include/dirent.h: Remove __getdirentries declaration, add __getdents and __getdents64. * sysdeps/unix/readdir.c: Use __getdents, not __getdirentries. * sysdeps/unix/readdir_r.c: Likewise. * sysdeps/unix/sysv/linux/readdir64.c: Likewise. * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise. * sysdeps/unix/sysv/linux/getdents.c: Define __getdents, not __getdirentries. Remove fourth argument. * sysdeps/unix/sysv/linux/getdirentries.c: New file. * sysdeps/unix/sysv/linux/getdirentries64.c: New file. * sysdeps/unix/sysv/linux/Makefile [subdir=dirent] (sysdep_routines): Add getdirentries and getdirentries64. * sysdeps/unix/sysv/linux/Dist: Add getdirentries and getdirentries64.
* Update.Ulrich Drepper1999-04-272-0/+3
| | | | * posix/testfnm.c: Add more test cases.
* Update.Ulrich Drepper1999-04-271-0/+5
| | | | | | | 1999-04-27 Ulrich Drepper <drepper@cygnus.com> * posix/fnmatch.c (internal_fnmatch): Correctly reset string pointer in case of an invalid [[: expression.
* (internal_fnmatch): Correctly reset string pointer in case of an invalid [[: ↵Ulrich Drepper1999-04-271-1/+4
| | | | expression.
* 1999-04-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-04-271-0/+5
| | | | | * hurd/hurdexec.c (_hurd_exec): If SIGKILL present in _hurdsig_traced set, pass EXEC_SIGTRAP flag in exec RPC.
* 1999-04-27 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-04-271-1/+11
| | | | | * hurd/hurdexec.c (_hurd_exec): If SIGKILL present in _hurdsig_traced set, pass EXEC_SIGTRAP flag in exec RPC.
* Update.Ulrich Drepper1999-04-263-30/+108
| | | | | | | | | | | 1999-04-26 Ulrich Drepper <drepper@cygnus.com> * posix/fnmatch.c (internal_fnmatch): Renamed from fnmatch. Take extra parameter. Fix several more bugs involving wildcard and ranges. (fnmatch): New function. Call internal_fnmatch. * posix/testfnm.c: More test cases.
* Update.Ulrich Drepper1999-04-262-0/+5
| | | | | | 1999-04-26 Ulrich Drepper <drepper@cygnus.com> * charmaps/SAMI-WS2: Add one more alias.
* Update.Ulrich Drepper1999-04-266-44/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-04-03 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/install.texi (Configuring and compiling): Explain that files are changed in the source directory. Closes PR libc/981. (Configuring and compiling): Explain situation with PARALLELMFLAGS in the source directory. 1999-04-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * locale/programs/ld-ctype.c: Spelling fixes. (ctype_finish): Fix argument of error message format. * locale/programs/ld-messages.c: Spelling fixes. * locale/programs/ld-monetary.c: Spelling fixes. * locale/programs/ld-time.c (time_finish): Make sure that name and format of era_entries are adjacent. (time_output): Reduce the size of the io vector. 1999-04-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * manual/filesys.texi (Attribute Meanings): Move a misplaced paragraph. 1999-04-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * locale/programs/ld-collate.c (collate_output): Convert undefined_offset to an array index. Fix computation of other endian extra table.
* (collate_output): Convert undefined_offset to an array index. Fix ↵Ulrich Drepper1999-04-261-1/+3
| | | | computation of other endian extra table.
* 1999-04-26 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-04-261-0/+5
| | | | | * hurd/get-host.c (_hurd_get_host_config): If ENOENT opening file, return success with empty value.
* 1999-04-26 Roland McGrath <roland@baalperazim.frob.com> Roland McGrath1999-04-261-4/+21
| | | | | * hurd/get-host.c (_hurd_get_host_config): If ENOENT opening file, return success with empty value.
* (Attribute Meanings): Move a misplaced paragraph.Ulrich Drepper1999-04-261-6/+6
|
* Update.Ulrich Drepper1999-04-263-16/+48
| | | | | | | | | | 1999-04-26 Ulrich Drepper <drepper@cygnus.com> * posix/fnmatch.c: Include string.h also for glibc. (fnmatch, case '?'): Optimize if cascades a bit. (fnmatch, case '*'): Correct handling if FNM_PATHNAME is set. * posix/testfnm.c: Add test cases for * with FNM_PATHNAME errors.
* Update.Ulrich Drepper1999-04-244-3/+193
| | | | | | | | | | 1999-04-24 Ulrich Drepper <drepper@cygnus.com> * iconv/gconv_builtin.h: Add definitions for UTF16 builtins. * iconv/gconv_int.h: Declare UTF16 functions. * iconv/gconv_simple.c: Add UTF16 conversion functions. * timezone/zic.c (dolink): Append complete path not only filename
* Update.Ulrich Drepper1999-04-203-3/+11
| | | | | | | 1999-04-20 Andreas Jaeger <aj@arthur.rhein-neckar.de> * posix/wordexp.c (parse_param): Fix type of offset to allow it to be used correctly as parameter for parse_dollars/parse_tilde.
* Update.Ulrich Drepper1999-04-192-13/+11
| | | | | | | 1999-04-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * manual/conf.texi (Utility Limits): Remove duplicate description of BC_DIM_MAX.
* Update.Ulrich Drepper1999-04-192-3/+8
| | | | | | | 1999-04-19 Ulrich Drepper <drepper@cygnus.com> * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Correctly initialize outbufend for dst==NULL.
* Update.Ulrich Drepper1999-04-182-3/+7
| | | | | | * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Correctly initialize outbufend for dst==NULL. Fixes PR libc/1084.
* Update.Ulrich Drepper1999-04-182-3/+20
| | | | | | | 1999-04-18 Ulrich Drepper <drepper@cygnus.com> * socket/sys/socket.h: Define SHUT_RD, SHUT_WR, and SHUT_RDWR. Fixes PR libc/1083.
* Update.Ulrich Drepper1999-04-185-15/+41
| | | | | | | | | | 1999-04-18 Thorsten Kukuk <kukuk@suse.de> * sunrpc/Makefile: Remove special handling of bootparam.x, add rpcsvc/bootparam.h to headers. * sunrpc/rpcsvc/bootparam.h: New, for backward compatibility. * sunrpc/rpcsvc/bootparam.x: Renamed to... * sunrpc/rpcsvc/bootparam_prot.x: ...this.
* Update.Ulrich Drepper1999-04-183-41/+116
| | | | | | | 1999-04-18 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/bsd/poll.c (__poll): Add more compatiblity code to detect and handle invalid descriptors.
* Update.Ulrich Drepper1999-04-173-3/+19
| | | | | | | 1999-04-17 Thorsten Kukuk <kukuk@suse.de> * timezone/zic.c (dolink): Append complete path ot only filename to ../ list.
* Update.Ulrich Drepper1999-04-172-4/+8
| | | | | | 1999-04-17 Andreas Jaeger <aj@arthur.rhein-neckar.de> * iconvdata/ibm874.c (TABLES, CHARSET_NAME): Follow name change.
* Update.Ulrich Drepper1999-04-1710-664/+698
| | | | | | | | | | 1999-04-17 Ulrich Drepper <drepper@cygnus.com> * iconvdata/gconv-modules: Rename CP874 to IBM874. * iconvdata/Makefile: Likewise. * iconvdata/cp874.h: Removed. * iconvdata/cp874.c: Renamed to... * iconvdata/ibm874.c: ...this.
* Update.Ulrich Drepper1999-04-166-20/+32
| | | | | | | | | | | | * charmaps/IBM863: Correct entries 8d, ed, f8, f9, and fa. * charmaps/IBM862: Correct entries 9d, 9f, a9, f9, and fa. * charmaps/IBM861: Correct entries 9f, a9, f9, and fa. * charmaps/IBM860: Correct entries 8b, 9f, a9, f9, and fa. * charmaps/IBM857: Correct entries ee, f7, and fa.
* Update.Ulrich Drepper1999-04-168-20/+32
| | | | | | | * sysdeps/unix/sysv/linux/bits/types.h: Correct signed/unsigned-ness of blkcnt and fsblkcnt. * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
* Update.Ulrich Drepper1999-04-162-0/+179
| | | | * th_TH.in: New file.
* Update.Ulrich Drepper1999-04-1611-8/+1010
| | | | | | | 1999-04-16 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/bits/socket.h: Add SOL_PACKET, SOL_ATM, SOL_AAL, and SOL_IRDA.
* Update.Ulrich Drepper1999-04-162-34/+9
| | | | | | | | 1999-04-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/unix/sysv/linux/fstatvfs.c: Set f_frsize to zero. Don't include "linux_fsinfo.h". Based on a patch by H.J. Lu <hjl@gnu.org>.
* Update.Ulrich Drepper1999-04-162-1/+5
| | | | | | 1999-04-16 Thorsten Kukuk <kukuk@suse.de> * sunrpc/rpc_cout.c (print_header): Use int32_t pointer, not long.
* Update.Ulrich Drepper1999-04-162-3/+11
| | | | | | | | 1999-04-16 Ulrich Drepper <drepper@cygnus.com> * nscd/cache.c (prune_cache): Only disable file checking for future if the file does not exist. Update file_mtime if cache was flushed.
* Update file_mtime after deciding to flush the cache.Ulrich Drepper1999-04-161-2/+5
|
* * sysdeps/sparc/sparc32/strcat.S: Avoid using register g6. * ↵Richard Henderson1999-04-153-12/+17
| | | | | | | | | sysdeps/sparc/sparc32/strcpy.S: Likewise. 1999-04-15 David S. Miller <davem@redhat.com> * sysdeps/sparc/sparc32/strcat.S: Avoid using register g6. * sysdeps/sparc/sparc32/strcpy.S: Likewise.
* Cleanups.Ulrich Drepper1999-04-151-12/+12
| | | | | | | | | | | | | | | 1999-04-15 Scott Bambrough <scottb@netwinder.org> 1999-04-14 Scott Bambrough <scottb@netwinder.org> 1999-03-26 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> Jaeger <aj@arthur.rhein-neckar.de> 1999-03-25 Roland McGrath <roland@yaumatei.ai.mit.edu> 1999-03-22 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> install-info. Remove autoconf bug workaround and require autoconf 2.13. require the dynamic linker which is not available with --disable-shared. Skip the test if --disable-shared is given. shared lib is available. sendmsg/recvmsg on non intel platforms.
* Update.Ulrich Drepper1999-04-153-1/+26
| | | | | | | 1999-04-15 Scott Bambrough <scottb@netwinder.org> * sysdeps/unix/sysv/linux/arm/sigaction.c: Fix typo in preventing compilation of file.
* Update.Ulrich Drepper1999-04-1530-500/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Versions.def: Add GLIBC_2.1.1 to libpthread. * iconvdata/Makefile (modules): Add KOI8-U. (distribute): Add koi8-u.c. (gen-8bit-gap-modules): Add koi8-u. * iconvdata/gconv-modules: Add KOI8-U entries. * iconvdata/koi8-u.c: New file. 1999-04-13 Thorsten Kukuk <kukuk@suse.de> * sunrpc/auth_des.c: 64bit fixes, security fixes. * sunrpc/auth_none.c: Pretty print. * sunrpc/auth_unix.c: Likewise. * sunrpc/authdes_prot.c: Likewise. * sunrpc/authuxprot.c: Likewise. * sunrpc/bindrsvprt.c: Likewise. * sunrpc/clnt_gen.c: Likewise. * sunrpc/rpc/xdr.h: Likewise. * sunrpc/rpc/auth_des.h: Add rpc_timeval struct. * sunrpc/rpc_cmsg.c: Don't use *long pointers. * sunrpc/rtime.c: Use new rpc_timeval. * sunrpc/svc_authux.c: Don't use *long pointers. * sunrpc/svcauth_des.c: Likewise + security fixes. * sunrpc/xdr_mem.c: Don't use *long pointers. * sunrpc/xdr_rec.c: Likewise. * sunrpc/xdr_sizeof.c: Likewise. * sunrpc/xdr_stdio.c: Likewise. 1999-04-15 Ulrich Drepper <drepper@cygnus.com>
* Update.Ulrich Drepper1999-04-151-0/+5
| | | | | | | 1999-04-15 Ulrich Drepper <drepper@cygnus.com> * sunrpc/clnt_udp.c (clntudp_call): Move initialization of anyup so that it is redone for each sending.
* Update.Ulrich Drepper1999-04-152-0/+5
| | | | | | 1999-04-15 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sunrpc/clnt_udp.c (clntudp_call): Initialize anyup.
* Update.Ulrich Drepper1999-04-152-2/+5
| | | | | | * iconv/gconv_db.c (__gconv_find_transform): If conversion is known to not exist don't try to load shared objects. Patch by Petr Vandrovec Ing. VTEI <VANDROVE@vc.cvut.cz>.