Commit Graph

8122 Commits

Author SHA1 Message Date
Jim Meyering 62bef312ad (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid. 2000-03-02 09:05:28 +00:00
Jim Meyering e1bf326a99 (getlogin, ttyname, geteuid): Declare them here, if needed. 2000-03-02 09:04:06 +00:00
Jim Meyering ddfcfb0da3 . 2000-03-02 07:38:57 +00:00
Jim Meyering 5624900715 (show_point): Ignore shortcuts based on path
prefixes that are loop file system mount points, since they
yield undesirable output.
2000-03-02 07:30:36 +00:00
Jim Meyering de85b5f902 (DEFS): Add -DLIBDIR=...
(libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
(noinst_HEADERS): Add unicodeio.h.
(all-local, install-exec-local, charset.alias): New targets.
2000-03-01 13:26:04 +00:00
Jim Meyering d38bf8ccf7 *** empty log message *** 2000-03-01 13:23:53 +00:00
Jim Meyering b451be06d5 *** empty log message *** 2000-03-01 13:23:47 +00:00
Jim Meyering 8d1e103424 New file from Bruno. 2000-03-01 13:23:41 +00:00
Jim Meyering 77ec117299 New file from Bruno.
filter through cppi
2000-03-01 13:22:57 +00:00
Jim Meyering ce4a63537c New file from Bruno.
One portability tweak:
guard inclusion of stddef.h.
2000-03-01 13:22:35 +00:00
Jim Meyering 578156186d Guard some #includes with `#if HAVE_...'. 2000-03-01 13:21:23 +00:00
Jim Meyering e2915cc17d new file, from Bruno 2000-03-01 13:11:05 +00:00
Jim Meyering edd988b3cc Describe eq-wid-2 failure conditions. 2000-03-01 12:53:37 +00:00
Jim Meyering 296fe5d782 . 2000-03-01 12:51:07 +00:00
Jim Meyering 13b113c1f3 *** empty log message *** 2000-03-01 12:50:28 +00:00
Jim Meyering 883cd6c62d . 2000-03-01 12:49:12 +00:00
Jim Meyering 172290c201 (get_width_format): Fix portability problem with -0' vs. 0'. 2000-03-01 12:31:16 +00:00
Jim Meyering 1679d72fee . 2000-03-01 12:29:00 +00:00
Jim Meyering 317732f3d9 . 2000-03-01 12:27:54 +00:00
Jim Meyering fc1d2abff1 (decode_switches): Remove `e' from getopt_long's list of
option characters.  Reported by John Summerfield.
2000-02-29 15:22:16 +00:00
Jim Meyering 8078034c5b *** empty log message *** 2000-02-29 07:32:27 +00:00
Jim Meyering 747c6d4b60 (make_blank): Add an explicit cast to `unsigned char *'
to placate HPUX's C compiler.  Reported by Bob Proulx.
2000-02-29 07:32:23 +00:00
Jim Meyering d29f838428 split a long line 2000-02-29 06:34:25 +00:00
Jim Meyering 464232e6bb *** empty log message *** 2000-02-28 20:45:33 +00:00
Jim Meyering 76d10c457c (ALERT_CHAR): New macro.
(quotearg_buffer_restyled): Use it.
2000-02-28 20:45:28 +00:00
Jim Meyering 6631abaa8b *** empty log message *** 2000-02-28 07:23:06 +00:00
Jim Meyering 4507236cbe Use ginstall, not install. 2000-02-28 07:23:00 +00:00
Jim Meyering 2b8209bca8 . FILEUTILS-4_0q 2000-02-27 19:05:50 +00:00
Jim Meyering a98c656b54 *** empty log message *** 2000-02-27 18:53:50 +00:00
Jim Meyering e43759db0c Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. 2000-02-27 18:50:31 +00:00
Jim Meyering 507d0aa278 Fix typo in decl of strtoul: s/long long/long/.
Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
2000-02-27 18:49:10 +00:00
Jim Meyering 86845e9bfe Fix typo in decl of strtoul: s/long long/long/. 2000-02-27 18:45:29 +00:00
Jim Meyering 633c0745b9 *** empty log message *** 2000-02-27 18:04:10 +00:00
Jim Meyering 5bea77e1af Guard inclusion of stdlib.h with #if HAVE_STDLIB_H', not #if STDC_HEADERS'.
Declare malloc if needed.
2000-02-27 18:04:00 +00:00
Jim Meyering 4fef810c37 use double quotes, not single quotes around syntax-error-evoking string 2000-02-27 17:54:25 +00:00
Jim Meyering 7717354351 *** empty log message *** 2000-02-27 17:53:36 +00:00
Jim Meyering 07ab5fec9a Add getenv to the list. 2000-02-27 17:53:31 +00:00
Jim Meyering 8cf07d2253 *** empty log message *** 2000-02-27 17:42:26 +00:00
Jim Meyering aadde40206 Use #if !HAVE_DECL...' instead of #ifndef HAVE_DECL..'
now that autoconf always defines the HAVE_DECL_ symbols.

Arrange for cpp to fail if the configure-time
declaration check was not run.
2000-02-27 17:41:20 +00:00
Jim Meyering aee6c49887 Arrange for cpp to fail if the configure-time
declaration check was not run.
2000-02-27 17:40:53 +00:00
Jim Meyering 8041fd5301 Use #if !HAVE_DECL...' instead of #ifndef HAVE_DECL..'
now that autoconf always defines the HAVE_DECL_ symbols.

Arrange for cpp to fail if the configure-time
declaration check was not run.
2000-02-27 17:40:24 +00:00
Jim Meyering 7a80c0cacc Use #if !HAVE_DECL...' instead of #ifndef HAVE_DECL..'
now that autoconf always defines the HAVE_DECL_ symbols.

Arrange for cpp to fail if the configure-time
declaration check was not run.
2000-02-27 17:39:52 +00:00
Jim Meyering c2f3af37bb Use #if !HAVE_DECL...' instead of #ifndef HAVE_DECL...'
now that autoconf always defines the HAVE_DECL_ symbols.
2000-02-27 17:26:39 +00:00
Jim Meyering fe56d629d1 . 2000-02-27 15:43:43 +00:00
Jim Meyering 6c5f00186d *** empty log message *** 2000-02-27 15:06:19 +00:00
Jim Meyering 27acd938a1 *** empty log message *** 2000-02-27 15:01:34 +00:00
Jim Meyering dda6c3fdc4 (install_file_to_path): Always use install_file_in_file.
Based on a patch from Adam Klein via Michael Stone.
2000-02-27 15:01:21 +00:00
Jim Meyering 9d343b0852 *** empty log message *** 2000-02-27 15:00:31 +00:00
Jim Meyering 36aea8162f *** empty log message *** 2000-02-27 14:52:45 +00:00
Jim Meyering fb0afad994 *** empty log message *** 2000-02-27 14:39:48 +00:00