aboutsummaryrefslogtreecommitdiffstats
path: root/stdlib/random.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-05-20Update prototype of __tzfile_compute.Ulrich Drepper1-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 tmUlrich Drepper1-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-20Adopt prototype for __offset.Ulrich Drepper1-4/+4
1998-05-20Update from glibc 2.1.Ulrich Drepper1-7/+12
1998-05-20Use it in dependency list of installation targets.Ulrich Drepper10-15/+19
1998-05-20Add defines for multicast.Ulrich Drepper1-0/+6
1998-05-20Add FreeBSD DoS patch.Ulrich Drepper2-0/+7
1998-05-20Fix for NO_THREADS case.Ulrich Drepper1-4/+18
1998-05-20(_nl_find_locale): Use _nl_find_locale to get language part it dropUlrich Drepper1-2/+7
the value is path element is contained.
1998-05-20Declare _nl_find_language.Ulrich Drepper1-0/+2
1998-05-20Define new function _nl_find_language.Ulrich Drepper1-4/+13
1998-05-20In SUID binaries don't let language part of locale value contain pathUlrich Drepper1-3/+33
elements.
1998-05-20Call shared object terminators at the right time.Ulrich Drepper1-17/+23
1998-05-20Add new option --disable-force-install. Substitute force_install.Ulrich Drepper1-2/+9
1998-05-20(force-install): Set from configure.Ulrich Drepper1-0/+1
1998-05-20(force-install): New phony target.Ulrich Drepper1-21/+31
1998-05-20(rpath-link): Add resolvobjdir.Ulrich Drepper1-1/+13
(resolvobjdir): New variable. (+force): New variable.
1998-05-20Regenerated: autoconf configure.inUlrich Drepper1-61/+76
1998-05-07Update.Ulrich Drepper1-0/+30
1998-05-07Move lines in correct position.Ulrich Drepper1-2/+1
1998-05-07Avoid endless loop.Ulrich Drepper2-2/+4
1998-05-07Fix pow function.Ulrich Drepper1-2/+2
1998-05-07Include correct file.Ulrich Drepper1-1/+1
1998-05-07PIC support.Ulrich Drepper1-1/+3
1998-05-07Clear SysTerm when closing.Ulrich Drepper1-0/+1
1998-05-07Interface changes.Ulrich Drepper1-1/+44
1998-05-07Bug fixes with fork.Ulrich Drepper1-48/+279
1998-05-04Update.Ulrich Drepper1-0/+5
1998-05-04Carry over change from 2.1 to properly typedef resultproc_t.Ulrich Drepper1-1/+1
1998-05-02Update.Richard Henderson1-0/+19
1998-05-02* sysdeps/unix/sysv/linux/alpha/clone.S: Correct .prologue usage.Richard Henderson1-1/+6
1998-05-02 * sysdeps/alpha/lshift.s: Correct .prologue usage.Richard Henderson13-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.Richard Henderson1-1/+3
1998-05-01Update.Ulrich Drepper3-40/+105
1998-05-01Add #defines for enum values.Ulrich Drepper1-3/+27
1998-04-29Add SIGCLD definition.Ulrich Drepper1-1/+2
1998-04-28(ether_aton_r): Preserve high-nibble value in hex conversion.Ulrich Drepper1-2/+2
1998-04-28(ether_aton): Declare result variable static.Ulrich Drepper1-2/+2
1998-04-14(__open_catalog): Fix problems with reading non-files. Always close file.Ulrich Drepper1-3/+6
1998-04-09Update.Ulrich Drepper1-2/+35
1998-04-09(sigpending): Renamed to __syscall_sigpendingUlrich Drepper1-2/+2
(sigprocmask): Renamed to __syscall_sigprocmask.
1998-04-09(install-lib): Use object-suffixes-for-libc instead of object-suffixes.Ulrich Drepper1-1/+1
1998-04-09(lib): Use object-suffixes-for-libc instead of object-suffixes.Ulrich Drepper1-1/+1
1998-04-09(iruserok): Remain setuid to the local userUlrich Drepper1-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 variableUlrich Drepper1-0/+4
_dl_library_path is not set.
1998-04-09($(objpfx)stamp.So-$(subdir)): Move inside conditional for objects.Ulrich Drepper1-0/+7
1998-04-09(parent-mostlyclean): Use object-suffixes-for-libc instead ofUlrich Drepper1-1/+1
object-suffixes.
1998-04-09(libtypes): Use object-suffixes-for-libc instead of object-suffixes.Ulrich Drepper1-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-09Remove link and .tar file.Ulrich Drepper1-1/+4
1998-04-07(CPPFLAGS-.So): Add -DPIC.cvs/before-sparc-2_0_x-branchUlrich Drepper1-1/+1