Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1998-05-20 | Update prototype of __tzfile_compute. | 1 | -16/+25 | ||
(__tz_convert): Pass tp to __tzfile_compute. Don't set tm_isdst, tm_zone and tm_offset here if __use_tzfile. (__tz_convert): Pass extra parameters to __tzfile_compute. Compute equivalent values for use of tz_rules. | |||||
1998-05-20 | (__tzfile_compute): Undo last change. Instead take struct tm | 1 | -26/+34 | ||
parameter and set tm_isdst, tm_zone and tm_offset if use_localtime. (__tzfile_compute): Take new arguments. Store DST information and offset in them. | |||||
1998-05-20 | Adopt prototype for __offset. | 1 | -4/+4 | ||
1998-05-20 | Update from glibc 2.1. | 1 | -7/+12 | ||
1998-05-20 | Use it in dependency list of installation targets. | 10 | -15/+19 | ||
1998-05-20 | Add defines for multicast. | 1 | -0/+6 | ||
1998-05-20 | Add FreeBSD DoS patch. | 2 | -0/+7 | ||
1998-05-20 | Fix for NO_THREADS case. | 1 | -4/+18 | ||
1998-05-20 | (_nl_find_locale): Use _nl_find_locale to get language part it drop | 1 | -2/+7 | ||
the value is path element is contained. | |||||
1998-05-20 | Declare _nl_find_language. | 1 | -0/+2 | ||
1998-05-20 | Define new function _nl_find_language. | 1 | -4/+13 | ||
1998-05-20 | In SUID binaries don't let language part of locale value contain path | 1 | -3/+33 | ||
elements. | |||||
1998-05-20 | Call shared object terminators at the right time. | 1 | -17/+23 | ||
1998-05-20 | Add new option --disable-force-install. Substitute force_install. | 1 | -2/+9 | ||
1998-05-20 | (force-install): Set from configure. | 1 | -0/+1 | ||
1998-05-20 | (force-install): New phony target. | 1 | -21/+31 | ||
1998-05-20 | (rpath-link): Add resolvobjdir. | 1 | -1/+13 | ||
(resolvobjdir): New variable. (+force): New variable. | |||||
1998-05-20 | Regenerated: autoconf configure.in | 1 | -61/+76 | ||
1998-05-07 | Update. | 1 | -0/+30 | ||
1998-05-07 | Move lines in correct position. | 1 | -2/+1 | ||
1998-05-07 | Avoid endless loop. | 2 | -2/+4 | ||
1998-05-07 | Fix pow function. | 1 | -2/+2 | ||
1998-05-07 | Include correct file. | 1 | -1/+1 | ||
1998-05-07 | PIC support. | 1 | -1/+3 | ||
1998-05-07 | Clear SysTerm when closing. | 1 | -0/+1 | ||
1998-05-07 | Interface changes. | 1 | -1/+44 | ||
1998-05-07 | Bug fixes with fork. | 1 | -48/+279 | ||
1998-05-04 | Update. | 1 | -0/+5 | ||
1998-05-04 | Carry over change from 2.1 to properly typedef resultproc_t. | 1 | -1/+1 | ||
1998-05-02 | Update. | 1 | -0/+19 | ||
1998-05-02 | * sysdeps/unix/sysv/linux/alpha/clone.S: Correct .prologue usage. | 1 | -1/+6 | ||
1998-05-02 | * sysdeps/alpha/lshift.s: Correct .prologue usage. | 13 | -3/+14 | ||
* sysdeps/alpha/mul_1.s: Likewise. * sysdeps/alpha/rshift.s: Likewise. * sysdeps/alpha/setjmp.S: Likewise. * sysdeps/alpha/sub_n.s: Likewise. * sysdeps/alpha/submul_1.s: Likewise. * sysdeps/alpha/alphaev5/add_n.s: Likewise. * sysdeps/alpha/alphaev5/lshift.s: Likewise. * sysdeps/alpha/alphaev5/rshift.s: Likewise. * sysdeps/alpha/alphaev5/sub_n.s: Likewise. * sysdeps/alpha/elf/crtbegin.S: Likewise. * sysdeps/alpha/elf/crtend.S: Likewise. * sysdeps/alpha/elf/start.S: Likewise. | |||||
1998-05-02 | * sysdeps/alpha/fpu/e_sqrt.c: Disable custom versions of sqrt. | 1 | -1/+3 | ||
1998-05-01 | Update. | 3 | -40/+105 | ||
1998-05-01 | Add #defines for enum values. | 1 | -3/+27 | ||
1998-04-29 | Add SIGCLD definition. | 1 | -1/+2 | ||
1998-04-28 | (ether_aton_r): Preserve high-nibble value in hex conversion. | 1 | -2/+2 | ||
1998-04-28 | (ether_aton): Declare result variable static. | 1 | -2/+2 | ||
1998-04-14 | (__open_catalog): Fix problems with reading non-files. Always close file. | 1 | -3/+6 | ||
1998-04-09 | Update. | 1 | -2/+35 | ||
1998-04-09 | (sigpending): Renamed to __syscall_sigpending | 1 | -2/+2 | ||
(sigprocmask): Renamed to __syscall_sigprocmask. | |||||
1998-04-09 | (install-lib): Use object-suffixes-for-libc instead of object-suffixes. | 1 | -1/+1 | ||
1998-04-09 | (lib): Use object-suffixes-for-libc instead of object-suffixes. | 1 | -1/+1 | ||
1998-04-09 | (iruserok): Remain setuid to the local user | 1 | -69/+94 | ||
while .rhosts is actually read, to make .rhosts-over-NFS work (PR libc/524). Use iruserfopen() for security checks on both hosts.equiv and .rhosts. General cleanup. (iruserfopen): New function, performs careful checking on hosts.equiv/.rhosts files. Disallows all the old forbidden stuff plus hard links to files. | |||||
1998-04-09 | (_dl_map_object): Use LD_LIBRARY_PATH envvar if global variable | 1 | -0/+4 | ||
_dl_library_path is not set. | |||||
1998-04-09 | ($(objpfx)stamp.So-$(subdir)): Move inside conditional for objects. | 1 | -0/+7 | ||
1998-04-09 | (parent-mostlyclean): Use object-suffixes-for-libc instead of | 1 | -1/+1 | ||
object-suffixes. | |||||
1998-04-09 | (libtypes): Use object-suffixes-for-libc instead of object-suffixes. | 1 | -1/+1 | ||
(CPPFLAGS-.So): Add -DPIC. (libtype.So, CFLAGS-.So, CPPFLAGS-.So, object-suffixes-for-libc): New variables. (all-object-suffixes): Add .So. (link-libc): Link against libc_nonshared.a instead of libc.a. Remove explicit reference to the dynamic linker. | |||||
1998-04-09 | Remove link and .tar file. | 1 | -1/+4 | ||
1998-04-07 | (CPPFLAGS-.So): Add -DPIC.cvs/before-sparc-2_0_x-branch | 1 | -1/+1 | ||