summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-03-17(mach_error_string, mach_error, mach_error_type): Always provideUlrich Drepper
prototypes.
1997-03-17(mach_error_string_int): Give full prototype.Ulrich Drepper
1997-03-17(__mach_error_map_compat): Give full prototype.Ulrich Drepper
1997-03-17When named file not found and not absolute use path in I18NPATH.Ulrich Drepper
1997-03-17Don't use LOCALE_PATH to find binary locale files. Use LOCALEDIRUlrich Drepper
only.
1997-03-17Use __ protected versions of non-standard functions.Ulrich Drepper
(iruserok): Use euidaccess instead of half-hearted switching of UID before opening .rhosts.
1997-03-17(pwrite, vpprintf): Likewise.Ulrich Drepper
1997-03-17(_hurd_set_host_config): Cast second arg to __file_name_split.Ulrich Drepper
1997-03-17(vpprintf): Include <stdarg.h>. New declaration.Ulrich Drepper
1997-03-17Include <features.h>.Ulrich Drepper
1997-03-17(alphasort): Interpret arguments as pointers to pointers to directoryUlrich Drepper
entries so that alphasort really can be used as argument for scandir.
1997-03-17(__big_delete): Don't call __free_ovflpage without testing forUlrich Drepper
last_bfp to be NULL.
1997-03-17(catopen): Always add NLSPATH to search path for catalogs, not only ifUlrich Drepper
the envvar NLSPATH is not available.
1997-03-17(build-shlib): Also create symlink if library is versioned.Ulrich Drepper
1997-03-17(localtime-file): Don't define using installation directory.Ulrich Drepper
(inst_localtime-file): New variable.
1997-03-07The user- and kernel-level sigaction structure is different. handleUlrich Drepper
this correctly.
1997-03-06(_dl_load_cache_lookup): Recognize cache type 1 or 3.Ulrich Drepper
1997-03-06.Ulrich Drepper
1997-03-06(_dl_load_cache_lookup): Also recognize cache entries with flag == 3.Ulrich Drepper
1997-03-05update from tzdata1997cUlrich Drepper
1997-03-05Add <sys/types.h>.Ulrich Drepper
1997-03-05(_IO_str_finish): Add second parameter, which is ignored.Ulrich Drepper
1997-03-05(_IO_file_finish): Add second parameter, which is ignored.Ulrich Drepper
1997-03-05(_IO_mem_finish): Add second parameter, which is ignored.Ulrich Drepper
1997-03-05(_IO_default_finish): Add second parameter, which is ignored.Ulrich Drepper
1997-03-05(_IO_finish_t): Take additional parameter, to match the hiddenUlrich Drepper
__in_chrg parameter of the destructor. (_IO_FINISH): Pass zero for it.
1997-03-05Don't disable canonical input.Ulrich Drepper
1997-03-05Change prototypes to use types with explicit width. `unsigned long'Ulrich Drepper
is different on 64 bit systems.
1997-03-05(htonl, htons, ntohl, ntohs): Change prototypes to use types withUlrich Drepper
explicit width. `unsigned long' is different on 64 bit systems.
1997-03-05Clear upper half of word containing exponent before comparing.Ulrich Drepper
1997-03-05*** empty log message ***Ulrich Drepper
1997-03-05Add rules to run and distribute xtract-typefun.Ulrich Drepper
1997-03-05$(tzfiles:%=$(objpfx)z.%): Remove unneeded depedencies betweenUlrich Drepper
installed $(tzlinks) and $(tzbases) files.
1997-03-05Add s_poll.Ulrich Drepper
1997-03-05Update from tzdata1997b.Ulrich Drepper
1997-03-05Update from tzcode1997b.Ulrich Drepper
1997-03-05Implement poll function by falling back to select-based implementationUlrich Drepper
if syscall isn't available.
1997-03-05Support both the Linux/i386 and OSF/1 style brk syscalls. We may wantUlrich Drepper
to change Linux/Alpha for the benefit of running foreign binaries.
1997-03-05(STRTOF): Make sure return value is large enough so that clearingUlrich Drepper
second word is necessary.
1997-03-05Don't use kernel header since it is wrong for 64 bit systems.Ulrich Drepper
1997-03-05(__ivaliduser): Don't use getline, but __getline instead to avoidUlrich Drepper
namespace problems.
1997-03-05Update.Ulrich Drepper
1997-03-05Correct handling of `position' levels with no non-IGNOREd element andUlrich Drepper
handling of NUL byte.
1997-03-05Implement --quiet option.Ulrich Drepper
1997-03-05Declare be_quiet variable.Ulrich Drepper
1997-03-05Don't print warnings if quiet option was given.Ulrich Drepper
1997-02-26Ethernet specific definition, Linux versinUlrich Drepper
1997-02-26Update.Ulrich Drepper
1997-02-26(LINE_PARSER): Add missing ')'.Ulrich Drepper
1997-02-26update from main archive 970226Ulrich Drepper