drepper [Wed, 18 Feb 1998 09:46:53 +0000 (09:46 +0000)]
Hesiod support is new in glibc 2.1, add everything with version
GLIBC_2.1.
drepper [Wed, 18 Feb 1998 09:46:25 +0000 (09:46 +0000)]
NIS+ support is new in glibc 2.1, add everything with version
GLIBC_2.1.
drepper [Wed, 18 Feb 1998 09:28:27 +0000 (09:28 +0000)]
(make_string): Use __stpcpy instead of stpcpy.
drepper [Wed, 18 Feb 1998 09:12:35 +0000 (09:12 +0000)]
(common-generated): Add libc_pic.os.
schwab [Wed, 18 Feb 1998 01:33:32 +0000 (01:33 +0000)]
Update.
schwab [Wed, 18 Feb 1998 01:32:32 +0000 (01:32 +0000)]
Stub file
drepper [Tue, 17 Feb 1998 18:43:17 +0000 (18:43 +0000)]
Update.
drepper [Tue, 17 Feb 1998 18:43:07 +0000 (18:43 +0000)]
(__set_errno): Don't assign to global errno variable anymore.
drepper [Tue, 17 Feb 1998 18:23:42 +0000 (18:23 +0000)]
Update.
drepper [Tue, 17 Feb 1998 18:13:34 +0000 (18:13 +0000)]
(modf_test): Correct typo.
drepper [Tue, 17 Feb 1998 17:49:29 +0000 (17:49 +0000)]
(openaux, _dl_map_object_deps): Likewise.
drepper [Tue, 17 Feb 1998 17:47:48 +0000 (17:47 +0000)]
(_dl_open): Call _dl_map_object correctly.
drepper [Tue, 17 Feb 1998 17:47:12 +0000 (17:47 +0000)]
(dl_main): Call _dl_map_object correctly.
drepper [Tue, 17 Feb 1998 17:46:40 +0000 (17:46 +0000)]
(_dl_map_object): Correct prototype and comment.
drepper [Tue, 17 Feb 1998 17:46:06 +0000 (17:46 +0000)]
(open_path): Take extra argument PRELOADED.
If PRELOADED is nonzero check in case of an SUID application
whether the shared object has the SUID bit set.
Fix some other problems with handling shared objects in system
specific directories.
(_dl_map_object): Also take extra parameter and pass it to open_path.
drepper [Tue, 17 Feb 1998 17:45:29 +0000 (17:45 +0000)]
Handle numbers > 1.0 correctly.
drepper [Tue, 17 Feb 1998 16:28:14 +0000 (16:28 +0000)]
(modf_test): Add test for 1.5.
drepper [Tue, 17 Feb 1998 16:14:44 +0000 (16:14 +0000)]
Update.
drepper [Tue, 17 Feb 1998 16:13:38 +0000 (16:13 +0000)]
(__FD_ISSET): Compare result with 0 to get always an int.
drepper [Tue, 17 Feb 1998 15:51:21 +0000 (15:51 +0000)]
Update.
drepper [Tue, 17 Feb 1998 15:51:01 +0000 (15:51 +0000)]
Move all symbols that are new in glibc 2.1 to version GLIBC_2.1.
drepper [Tue, 17 Feb 1998 15:44:10 +0000 (15:44 +0000)]
(inchar): Check c for being EOF before trying to read another character.
drepper [Tue, 17 Feb 1998 15:27:31 +0000 (15:27 +0000)]
(_nss_nis_getaliasbyname_r): Convert name to lowercase.
drepper [Tue, 17 Feb 1998 15:27:13 +0000 (15:27 +0000)]
(_nss_nis_getnetbyname_r): Convert name to lowercase, add test for big
enough buffer.
drepper [Tue, 17 Feb 1998 15:26:57 +0000 (15:26 +0000)]
(rt_sigreturn): Make compatible with older kernels.
drepper [Tue, 17 Feb 1998 15:15:51 +0000 (15:15 +0000)]
Update.
drepper [Tue, 17 Feb 1998 15:15:36 +0000 (15:15 +0000)]
(CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
drepper [Tue, 17 Feb 1998 15:15:26 +0000 (15:15 +0000)]
(tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c): Restore.
drepper [Tue, 17 Feb 1998 15:15:10 +0000 (15:15 +0000)]
(_G_HAVE_IO_GETLINE_INFO): Likewise.
drepper [Tue, 17 Feb 1998 15:14:46 +0000 (15:14 +0000)]
Use M_*l constants now.
drepper [Tue, 17 Feb 1998 15:14:32 +0000 (15:14 +0000)]
(__M_SQRT2): Don't use _Mdbl, define as long double unconditionally.
drepper [Tue, 17 Feb 1998 15:14:19 +0000 (15:14 +0000)]
(_G_HAVE_IO_GETLINE_INFO): Defined as 1.
drepper [Tue, 17 Feb 1998 15:14:02 +0000 (15:14 +0000)]
(inline_struct): Change typo of plus to const char* to shut up gcc.
drepper [Tue, 17 Feb 1998 15:13:45 +0000 (15:13 +0000)]
Define M_* constants always as `double' and add new macros M_*l which
are of type `long double'.
drepper [Tue, 17 Feb 1998 15:13:30 +0000 (15:13 +0000)]
Use M_*l constants now.
drepper [Tue, 17 Feb 1998 15:12:57 +0000 (15:12 +0000)]
(Old-style number conversion): Correct some typos.
drepper [Tue, 17 Feb 1998 15:12:21 +0000 (15:12 +0000)]
Take out the first test.
drepper [Tue, 17 Feb 1998 15:11:23 +0000 (15:11 +0000)]
(_IO_getline_info): New declaration.
drepper [Tue, 17 Feb 1998 15:11:14 +0000 (15:11 +0000)]
(_IO_getline_info): Renamed from _IO_getline.
(_IO_getline): Just call _IO_getline_info.
drepper [Tue, 17 Feb 1998 15:10:43 +0000 (15:10 +0000)]
(open_path): Use __xstat instead of stat.
drepper [Tue, 17 Feb 1998 15:10:32 +0000 (15:10 +0000)]
(_IO_getline_info, __write): Added.
drepper [Tue, 17 Feb 1998 15:03:56 +0000 (15:03 +0000)]
(open_path): Use __xstat instead of stat.
drepper [Mon, 16 Feb 1998 18:35:21 +0000 (18:35 +0000)]
Corrections.
drepper [Mon, 16 Feb 1998 18:20:31 +0000 (18:20 +0000)]
Update.
drepper [Mon, 16 Feb 1998 18:20:21 +0000 (18:20 +0000)]
($(objpfx)ld.so): Don't depend on rtld-script but on $(rtld-ldscript).
drepper [Mon, 16 Feb 1998 18:16:04 +0000 (18:16 +0000)]
Update.
drepper [Mon, 16 Feb 1998 18:13:11 +0000 (18:13 +0000)]
(_ioperm): Map all ports starting from 0 not only from `from'.
drepper [Mon, 16 Feb 1998 17:42:46 +0000 (17:42 +0000)]
Update.
drepper [Mon, 16 Feb 1998 17:42:17 +0000 (17:42 +0000)]
Respect with-cvs setting.
drepper [Mon, 16 Feb 1998 17:41:48 +0000 (17:41 +0000)]
Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug and
support generating thread safe RPC code.
drepper [Mon, 16 Feb 1998 17:41:38 +0000 (17:41 +0000)]
Add new structs and prototypes.
drepper [Mon, 16 Feb 1998 17:41:26 +0000 (17:41 +0000)]
Remove prototypes for static functions.
drepper [Mon, 16 Feb 1998 17:40:50 +0000 (17:40 +0000)]
Respect with-cvs setting.
drepper [Mon, 16 Feb 1998 17:40:42 +0000 (17:40 +0000)]
(linguas): Respect with-cvs setting.
drepper [Mon, 16 Feb 1998 17:40:19 +0000 (17:40 +0000)]
Make sure buffer is always NUL terminated.
drepper [Mon, 16 Feb 1998 17:40:09 +0000 (17:40 +0000)]
Use __stpncpy.
drepper [Mon, 16 Feb 1998 17:39:53 +0000 (17:39 +0000)]
Apply patch.
drepper [Mon, 16 Feb 1998 17:39:34 +0000 (17:39 +0000)]
Input for localedef test runs.
drepper [Mon, 16 Feb 1998 17:39:05 +0000 (17:39 +0000)]
Test runs of localedata.
drepper [Mon, 16 Feb 1998 17:38:43 +0000 (17:38 +0000)]
(tests): Call tst-locale.sh.
(distribute): Add test files.
drepper [Mon, 16 Feb 1998 17:37:31 +0000 (17:37 +0000)]
Don't skip error checking when being quiet.
drepper [Mon, 16 Feb 1998 17:37:02 +0000 (17:37 +0000)]
Respect with-cvs setting.
drepper [Mon, 16 Feb 1998 17:36:21 +0000 (17:36 +0000)]
Pass NULL to _dl_init_paths.
drepper [Mon, 16 Feb 1998 17:35:52 +0000 (17:35 +0000)]
Change prototype for _dl_init_paths.
drepper [Mon, 16 Feb 1998 17:35:32 +0000 (17:35 +0000)]
(_dl_init_paths): Change to take one parameter, replacing local
variable llp. If llp is NULL examine LD_LIBRARY_PATH environment
variable.
drepper [Mon, 16 Feb 1998 17:34:29 +0000 (17:34 +0000)]
(dl_main): Recognize --library-path parameter and pass value (or NULL)
to _dl_init_paths.
drepper [Mon, 16 Feb 1998 17:33:30 +0000 (17:33 +0000)]
(ld-map): Define.
(rtld-ldscript): Define. Change all `$(objpfx)rtld-ldscript' to
`$(rtld-ldscript)'.
($(objpfx)ld.so): Combine the two versions of this rule. Depend on $(ld-map).
(rtld-link): Combine the two versions of this definition. Fixed
to make it work when no symbol versioning is used.
drepper [Mon, 16 Feb 1998 17:33:05 +0000 (17:33 +0000)]
(all-pot): Respect with-cvs setting.
drepper [Mon, 16 Feb 1998 17:32:54 +0000 (17:32 +0000)]
Respect with-cvs setting.
drepper [Mon, 16 Feb 1998 17:07:12 +0000 (17:07 +0000)]
Document [efg]cvt function family.
drepper [Mon, 16 Feb 1998 14:01:28 +0000 (14:01 +0000)]
(rpcgen-cmd): Don't use -$ parameter.
drepper [Mon, 16 Feb 1998 14:01:06 +0000 (14:01 +0000)]
(build-program-cmd): Use --library-path parameter to ld.so instead of
environment variable.
drepper [Mon, 16 Feb 1998 14:00:21 +0000 (14:00 +0000)]
Remove support for -$$ option again.
drepper [Sun, 15 Feb 1998 23:23:43 +0000 (23:23 +0000)]
Update.
drepper [Sun, 15 Feb 1998 23:23:16 +0000 (23:23 +0000)]
(yp_all): Remove error message, user should print it.
drepper [Sun, 15 Feb 1998 20:27:49 +0000 (20:27 +0000)]
Source for tests.
drepper [Sun, 15 Feb 1998 20:27:22 +0000 (20:27 +0000)]
moved to timezone
drepper [Sun, 15 Feb 1998 20:23:42 +0000 (20:23 +0000)]
Update.
drepper [Sun, 15 Feb 1998 20:23:33 +0000 (20:23 +0000)]
Add __strcasecmp.
drepper [Sun, 15 Feb 1998 19:39:46 +0000 (19:39 +0000)]
Fix typo.
drepper [Sun, 15 Feb 1998 19:31:34 +0000 (19:31 +0000)]
Update.
drepper [Sun, 15 Feb 1998 19:31:23 +0000 (19:31 +0000)]
(_ISwbit): Avoid warning with gcc before 2.8.
drepper [Sun, 15 Feb 1998 19:31:09 +0000 (19:31 +0000)]
Tests of zoneinfo functionality.
drepper [Sun, 15 Feb 1998 19:30:57 +0000 (19:30 +0000)]
Describe directory content.
drepper [Sun, 15 Feb 1998 19:30:43 +0000 (19:30 +0000)]
Paste rules from time/Makefile in here.
drepper [Sun, 15 Feb 1998 19:30:14 +0000 (19:30 +0000)]
Zoneinfo data and programs.
drepper [Sun, 15 Feb 1998 19:29:12 +0000 (19:29 +0000)]
Moved to timezone directory.
drepper [Sun, 15 Feb 1998 19:28:51 +0000 (19:28 +0000)]
Cut out all code relating to timezones.
drepper [Sun, 15 Feb 1998 19:28:29 +0000 (19:28 +0000)]
ISO C header with system dependent types.
drepper [Sun, 15 Feb 1998 19:27:52 +0000 (19:27 +0000)]
Adopt to use stdint.h.
drepper [Sun, 15 Feb 1998 19:27:30 +0000 (19:27 +0000)]
Define PF_KEY and pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
drepper [Sun, 15 Feb 1998 19:27:09 +0000 (19:27 +0000)]
If compiled against a kernel with no poll syscall, just include the
BSD version.
drepper [Sun, 15 Feb 1998 19:26:55 +0000 (19:26 +0000)]
If compiled against a kernel without the syscall, include the stub
version.
drepper [Sun, 15 Feb 1998 19:26:43 +0000 (19:26 +0000)]
(_sys_nerr): Make it versioned symbol.
drepper [Sun, 15 Feb 1998 19:26:17 +0000 (19:26 +0000)]
Stub header, must not be used.
drepper [Sun, 15 Feb 1998 19:25:58 +0000 (19:25 +0000)]
We have real versions now.
drepper [Sun, 15 Feb 1998 19:25:45 +0000 (19:25 +0000)]
Stub implementation for loosing Linux kernel versions.
drepper [Sun, 15 Feb 1998 19:25:16 +0000 (19:25 +0000)]
Add getresgid.c and getresuid.c.
drepper [Sun, 15 Feb 1998 19:24:58 +0000 (19:24 +0000)]
(headers): Add stdint.h.
drepper [Sun, 15 Feb 1998 19:24:44 +0000 (19:24 +0000)]
Make OPTVAL parameter const.