Ulrich Drepper [Thu, 5 Jun 1997 11:29:37 +0000 (5 11:29 +0000)]
Example for argp documentation.
Ulrich Drepper [Thu, 5 Jun 1997 11:28:54 +0000 (5 11:28 +0000)]
Update.
Ulrich Drepper [Thu, 5 Jun 1997 11:28:47 +0000 (5 11:28 +0000)]
Strip trailing commas from node-names.
Ulrich Drepper [Thu, 5 Jun 1997 11:28:12 +0000 (5 11:28 +0000)]
Mention argp_parse in places that previously mentioned only getopt.
Include getopt.texi (now containing all the getopt nodes that used
to be here) and argp.texi.
(Program Arguments): Move parsing bits into the new Parsing
Program Arguments node.
(Parsing Program Arguments): New node.
(Parsing Options, Example of Getopt, Long Options, Long Option
Example): Nodes removed.
Ulrich Drepper [Thu, 5 Jun 1997 11:27:48 +0000 (5 11:27 +0000)]
(Contributors): Give Miles Bader credit.
Ulrich Drepper [Thu, 5 Jun 1997 11:27:29 +0000 (5 11:27 +0000)]
(Program Arguments): Menu updated.
(Parsing Program Arguments): New menu.
Ulrich Drepper [Thu, 5 Jun 1997 11:27:05 +0000 (5 11:27 +0000)]
Documentation of getopt functions.
Ulrich Drepper [Thu, 5 Jun 1997 11:26:27 +0000 (5 11:26 +0000)]
Documentation of argp functions.
Ulrich Drepper [Thu, 5 Jun 1997 11:26:01 +0000 (5 11:26 +0000)]
(%.c.texi): Deal with multiple @-commands on a single line.
[chapters] (chapters-incl1): New rule & include.
[chapters-incl1] (chapters-incl2): New rule & include.
(chapters-incl): Set based on $(chapters-incl1) & $(chapters-incl2).
Ulrich Drepper [Thu, 5 Jun 1997 11:25:35 +0000 (5 11:25 +0000)]
Ignore chapters-incl[12] rather than chapters-incl.
Ulrich Drepper [Thu, 5 Jun 1997 11:23:52 +0000 (5 11:23 +0000)]
(_help): Use uparams.usage_indent instead of the USAGE_INDENT macro.
Ulrich Drepper [Wed, 4 Jun 1997 19:15:16 +0000 (4 19:15 +0000)]
Wrapper around misc/sysexits.h.
Ulrich Drepper [Wed, 4 Jun 1997 19:10:13 +0000 (4 19:10 +0000)]
Wrapper around stdlib/monetary.h.
Ulrich Drepper [Wed, 4 Jun 1997 19:05:38 +0000 (4 19:05 +0000)]
Update.
Ulrich Drepper [Wed, 4 Jun 1997 19:05:17 +0000 (4 19:05 +0000)]
Do it right so that gcc doesn't optimize out the operations.
Ulrich Drepper [Wed, 4 Jun 1997 19:05:10 +0000 (4 19:05 +0000)]
(isgreater, isgreaterequal, isless, islessequal, islessgreater,
isunordered): Fix assembler syntax.
Ulrich Drepper [Wed, 4 Jun 1997 19:05:00 +0000 (4 19:05 +0000)]
m68k specific NaN value definitions.
Ulrich Drepper [Wed, 4 Jun 1997 19:04:28 +0000 (4 19:04 +0000)]
Change GCC's HUGE_VAL{,F,L} to use DI and SI mode integers instead of
bytes. Fix value of HUGE_VALL.
Ulrich Drepper [Wed, 4 Jun 1997 19:04:15 +0000 (4 19:04 +0000)]
Use NaN macro instead of static constant.
Ulrich Drepper [Wed, 4 Jun 1997 19:04:02 +0000 (4 19:04 +0000)]
[NO_LONG_DOUBLE]: Add alias for long double function.
Ulrich Drepper [Wed, 4 Jun 1997 19:03:15 +0000 (4 19:03 +0000)]
Correct typo.
Ulrich Drepper [Wed, 4 Jun 1997 19:02:03 +0000 (4 19:02 +0000)]
(defines): Remove definition.
Ulrich Drepper [Wed, 4 Jun 1997 19:01:24 +0000 (4 19:01 +0000)]
Adapt for renaming of $(common-objpfx)distinfo-$(subdir) to
$(objpfx)distinfo.
Ulrich Drepper [Wed, 4 Jun 1997 19:00:57 +0000 (4 19:00 +0000)]
Correct value for _POSIX_VERSION.
Ulrich Drepper [Wed, 4 Jun 1997 19:00:09 +0000 (4 19:00 +0000)]
(cpow_test): Add epsilon for long double in test for 2^10.
(identities): Add epsilon for float in second identity test.
Ulrich Drepper [Wed, 4 Jun 1997 18:59:38 +0000 (4 18:59 +0000)]
Add comments to discourage use of index and rindex.
(strtok, strsep): Apply function on copy of the strings in example.
(l64a): Add example.
Ulrich Drepper [Wed, 4 Jun 1997 18:56:54 +0000 (4 18:56 +0000)]
Correct location of utmpd.h.
Ulrich Drepper [Wed, 4 Jun 1997 18:56:42 +0000 (4 18:56 +0000)]
(libutil-routines): Add updwtmp.
Ulrich Drepper [Wed, 4 Jun 1997 18:56:28 +0000 (4 18:56 +0000)]
Rename $(common-objpfx)distinfo-$(subdir) to $(objpfx)distinfo.
Ulrich Drepper [Tue, 3 Jun 1997 22:06:10 +0000 (3 22:06 +0000)]
Update
Ulrich Drepper [Tue, 3 Jun 1997 21:53:09 +0000 (3 21:53 +0000)]
Update.
Ulrich Drepper [Tue, 3 Jun 1997 21:52:53 +0000 (3 21:52 +0000)]
Make tzselect dependen of config.make.
Ulrich Drepper [Tue, 3 Jun 1997 21:52:12 +0000 (3 21:52 +0000)]
(INTMAX_C): Use `l' suffix, not `ll'.
(PRIdFAST, PRIoFAST, PRIxFAST, PRIuFAST, SCNdFAST, SCNiFAST,
SCNoFAST, SCNxFAST): Correct format specifiers.
Include features.h and use __CONCAT instead of defined __CONCAT__
ourself.
Ulrich Drepper [Tue, 3 Jun 1997 21:52:01 +0000 (3 21:52 +0000)]
Include features.h and use __CONCAT instead of defined __CONCAT__
ourself.
Ulrich Drepper [Tue, 3 Jun 1997 21:51:31 +0000 (3 21:51 +0000)]
Namespace cleanups.
Ulrich Drepper [Tue, 3 Jun 1997 21:51:06 +0000 (3 21:51 +0000)]
(__bb_init_func): Use ISO C declaration style.
Ulrich Drepper [Tue, 3 Jun 1997 21:50:42 +0000 (3 21:50 +0000)]
(findkind): Declare `token' as const.
Ulrich Drepper [Tue, 3 Jun 1997 21:49:25 +0000 (3 21:49 +0000)]
Declare addseverity only if __USE_SVID is defined.
Ulrich Drepper [Tue, 3 Jun 1997 21:48:49 +0000 (3 21:48 +0000)]
(_POSIX2_C_VERSION): Set to 199209L.
Ulrich Drepper [Tue, 3 Jun 1997 21:47:16 +0000 (3 21:47 +0000)]
Delete inclusion of "../resolv/mapv4v6hostent.h".
Ulrich Drepper [Tue, 3 Jun 1997 21:46:05 +0000 (3 21:46 +0000)]
(String and Array Utilities): Add `Argz and Envz Vectors' to the menu.
(Argz and Envz Vectors, Argz Functions, Envz Functions): New nodes.
Ulrich Drepper [Tue, 3 Jun 1997 21:45:44 +0000 (3 21:45 +0000)]
Also refer to ISO 9945.
Update info about SVID.
Add description for XPG.
Ulrich Drepper [Tue, 3 Jun 1997 21:44:27 +0000 (3 21:44 +0000)]
(utmpd-routines): Add utmpd.
(extra-objs): Add utmpd objects to get dependencies.
(distribute): Add sources for utmpd.
(subdir-dirs): Define.
Ulrich Drepper [Tue, 3 Jun 1997 21:44:00 +0000 (3 21:44 +0000)]
Expand stat/lstat calls.
Ulrich Drepper [Tue, 3 Jun 1997 21:43:15 +0000 (3 21:43 +0000)]
Define and initialize _dl_verbose used in dl-machine.h.
Ulrich Drepper [Mon, 2 Jun 1997 02:34:02 +0000 (2 02:34 +0000)]
Move program code in subdir programs to avoid clash of directory name of program name.
Ulrich Drepper [Mon, 2 Jun 1997 02:22:56 +0000 (2 02:22 +0000)]
Make fchdir weak alias for __fchdir.
Ulrich Drepper [Sun, 1 Jun 1997 17:17:10 +0000 (1 17:17 +0000)]
Correct libmd5crypt goal.
Ulrich Drepper [Sun, 1 Jun 1997 17:16:00 +0000 (1 17:16 +0000)]
Wrapper around entry code for MD%-only crypt implementation.
Ulrich Drepper [Sun, 1 Jun 1997 13:12:17 +0000 (1 13:12 +0000)]
New locale.
Ulrich Drepper [Sun, 1 Jun 1997 13:11:33 +0000 (1 13:11 +0000)]
Update for post-war situation
Ulrich Drepper [Sun, 1 Jun 1997 10:48:17 +0000 (1 10:48 +0000)]
(__fd_mask): Change type to `unsigned long int'.
Ulrich Drepper [Sat, 31 May 1997 00:47:04 +0000 (31 00:47 +0000)]
Update.
Ulrich Drepper [Sat, 31 May 1997 00:46:53 +0000 (31 00:46 +0000)]
(CEOL, CSTATUS): Use correct value for _POSIX_VDISABLE.
Ulrich Drepper [Sat, 31 May 1997 00:46:33 +0000 (31 00:46 +0000)]
Undef some bits we may have gotten from <linux/posix_types.h>.
Ulrich Drepper [Sat, 31 May 1997 00:46:24 +0000 (31 00:46 +0000)]
Tiny cleanups.
Ulrich Drepper [Sat, 31 May 1997 00:46:15 +0000 (31 00:46 +0000)]
Add copyright.
(rdfpcr): Use excb rather than trapb. Be more efficient about
getting at the fpcr.
(wrfpcr): Likewise.
(__setfpucw): Reformat.
Ulrich Drepper [Sat, 31 May 1997 00:46:01 +0000 (31 00:46 +0000)]
Add definition for Miata.
Ulrich Drepper [Sat, 31 May 1997 00:45:54 +0000 (31 00:45 +0000)]
Don't use jmp macro to make sure the stack frame is released the very
instruction before the real jump out.
Ulrich Drepper [Sat, 31 May 1997 00:45:17 +0000 (31 00:45 +0000)]
Missing */ and weak_alias.
Ulrich Drepper [Sat, 31 May 1997 00:45:07 +0000 (31 00:45 +0000)]
Change GCC's NAN definition to use a single DI-mode integer
instead of bytes. This produces better code on Alpha.
Add NANF and NANL.
Ulrich Drepper [Sat, 31 May 1997 00:44:39 +0000 (31 00:44 +0000)]
Change GCC's HUGE_VAL definition to use a single DI-mode integer
instead of bytes. This produces better code on Alpha. Similar for
HUGE_VALF.
Ulrich Drepper [Sat, 31 May 1997 00:44:21 +0000 (31 00:44 +0000)]
Include only <string.h>.
Ulrich Drepper [Sat, 31 May 1997 00:43:46 +0000 (31 00:43 +0000)]
Math exception and environment handling.
Ulrich Drepper [Sat, 31 May 1997 00:42:09 +0000 (31 00:42 +0000)]
Temporarily turn on -mieee globally. This will last until I figure
out how to build a parallel libm_ieee.
Ulrich Drepper [Sat, 31 May 1997 00:41:58 +0000 (31 00:41 +0000)]
(xdrrec_create): Expunge a ptr->int cast warning
and transform a nonsense for-loop to a closed form calculation.
(fill_input_buf): Another ptr->int warning.
Ulrich Drepper [Sat, 31 May 1997 00:41:47 +0000 (31 00:41 +0000)]
Include <string.h>.
Ulrich Drepper [Sat, 31 May 1997 00:41:35 +0000 (31 00:41 +0000)]
(svctcp_create): Make len a size_t to fix parameters to network
functions.
(svcudp_recv): Similar, but go through a local variable. The old code
used &xprt->xp_addrlen. Someone should determine if the type of the
structure member should be changed instead.
Ulrich Drepper [Sat, 31 May 1997 00:41:22 +0000 (31 00:41 +0000)]
(svctcp_create): Make len a size_t to fix parameters to network
functions.
Ulrich Drepper [Sat, 31 May 1997 00:37:45 +0000 (31 00:37 +0000)]
(clnt_broadcast): Make fromlen a size_t to fix parameters to network
functions.
Ulrich Drepper [Sat, 31 May 1997 00:37:30 +0000 (31 00:37 +0000)]
(clntudp_call): Make fromlen a size_t to fix parameters to network
functions.
Ulrich Drepper [Sat, 31 May 1997 00:36:54 +0000 (31 00:36 +0000)]
Don't run past EOS after `='.
Ulrich Drepper [Sat, 31 May 1997 00:36:22 +0000 (31 00:36 +0000)]
Include <alloca.h>.
Ulrich Drepper [Sat, 31 May 1997 00:36:07 +0000 (31 00:36 +0000)]
Same changes as in nss/nss_files/files-hosts.c (Always use inet_pton).
Ulrich Drepper [Sat, 31 May 1997 00:35:30 +0000 (31 00:35 +0000)]
Include <string.h>.
Rewrite tdestroy_recursive.
Ulrich Drepper [Sat, 31 May 1997 00:34:21 +0000 (31 00:34 +0000)]
ECOFF hasn't been tested in ages and I don't plan on doing so ever
again. Don't say alpha-linuxecoff is known to work.
Ulrich Drepper [Sat, 31 May 1997 00:34:08 +0000 (31 00:34 +0000)]
Define bits for libg++-2.8.
Ulrich Drepper [Sat, 31 May 1997 00:33:34 +0000 (31 00:33 +0000)]
More tests.
Ulrich Drepper [Sat, 31 May 1997 00:32:28 +0000 (31 00:32 +0000)]
(manual/dir-add.texi): Force execution.
Ulrich Drepper [Fri, 30 May 1997 11:05:50 +0000 (30 11:05 +0000)]
(mangle_tree): Update casts to prevent warnings.
Ulrich Drepper [Fri, 30 May 1997 02:05:57 +0000 (30 02:05 +0000)]
Terminate last line
Ulrich Drepper [Fri, 30 May 1997 01:37:13 +0000 (30 01:37 +0000)]
Update.
Ulrich Drepper [Fri, 30 May 1997 01:36:48 +0000 (30 01:36 +0000)]
(tdestroy): New function.
Ulrich Drepper [Fri, 30 May 1997 01:36:14 +0000 (30 01:36 +0000)]
Add comments. Declare tdestroy.
Ulrich Drepper [Fri, 30 May 1997 01:34:48 +0000 (30 01:34 +0000)]
Tests for ftw.
Ulrich Drepper [Fri, 30 May 1997 01:34:34 +0000 (30 01:34 +0000)]
Shell script to run tests for ftw.
Ulrich Drepper [Fri, 30 May 1997 01:33:43 +0000 (30 01:33 +0000)]
Define FTW_SL also for __USE_BSD.
Ulrich Drepper [Fri, 30 May 1997 01:33:23 +0000 (30 01:33 +0000)]
Various corrections.
Ulrich Drepper [Fri, 30 May 1997 01:33:11 +0000 (30 01:33 +0000)]
(test-srcs): Add ftwtest.
(distribute): Add ftwtest-sh.
(tests): Call ftwtest-sh for this goal.
Ulrich Drepper [Thu, 29 May 1997 12:08:51 +0000 (29 12:08 +0000)]
Add test-include
Ulrich Drepper [Thu, 29 May 1997 12:06:58 +0000 (29 12:06 +0000)]
Update.
Ulrich Drepper [Thu, 29 May 1997 12:06:40 +0000 (29 12:06 +0000)]
Correct/normalize indentation in cpp directives.
Ulrich Drepper [Thu, 29 May 1997 12:06:29 +0000 (29 12:06 +0000)]
Include <net/if.h> for IFNAMSIZ.
Ulrich Drepper [Thu, 29 May 1997 12:06:19 +0000 (29 12:06 +0000)]
Include <time.h> for time_t.
Ulrich Drepper [Thu, 29 May 1997 12:06:00 +0000 (29 12:06 +0000)]
Include <unistd.h> for prototype.
Ulrich Drepper [Thu, 29 May 1997 12:05:37 +0000 (29 12:05 +0000)]
Fix missing negate. Use __m81_test instead of explicit comparisons.
Ulrich Drepper [Thu, 29 May 1997 12:04:01 +0000 (29 12:04 +0000)]
Use ISO C declaration style.
Ulrich Drepper [Thu, 29 May 1997 12:03:52 +0000 (29 12:03 +0000)]
Include <string.h> for prototype.
Ulrich Drepper [Thu, 29 May 1997 12:03:39 +0000 (29 12:03 +0000)]
(__dispatch_fn_t): New.
(svc_register): Use __dispatch_fn_t in prototype.
Ulrich Drepper [Thu, 29 May 1997 12:03:27 +0000 (29 12:03 +0000)]
Correct function declaration to avoid warning.