1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-06 17:56:21 +02:00
Commit Graph

1705 Commits

Author SHA1 Message Date
Jim Meyering 5cb8c8c0a0 . 2000-04-07 08:45:27 +00:00
Jim Meyering 0fcc2606dd *** empty log message *** 2000-04-05 15:16:27 +00:00
Jim Meyering 4208ee3490 Declare strdup. 2000-04-05 15:08:11 +00:00
Jim Meyering f7cfce8952 [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare getutent. 2000-04-05 15:05:54 +00:00
Jim Meyering ff9b9b202c Include sys/types.h before sys/stat.h.
Required for ultrix4.3.
2000-04-05 15:00:11 +00:00
Jim Meyering 594b06988b (canon_host): Declare strdup. Required for ultrix4.3. 2000-04-05 14:57:36 +00:00
Jim Meyering 534deab287 *** empty log message *** 2000-04-04 12:58:57 +00:00
Jim Meyering b9db9921b8 Be more DOS 8.3-friendly.
* ref-add.sin: Renamed from ref-add.sed.in.
* ref-del.sin: Renamed from ref-del.sed.in.
* Makefile.am: Reflect renaming.
2000-04-04 12:58:49 +00:00
Jim Meyering c36284c505 renamed to ref-del.sin 2000-04-04 12:50:59 +00:00
Jim Meyering a1eb481256 renamed from ref-del.sed.in 2000-04-04 12:50:59 +00:00
Jim Meyering 26bcc7757c renamed to ref-add.sin 2000-04-04 12:50:44 +00:00
Jim Meyering 6dd8936868 renamed from ref-add.sed.in 2000-04-04 12:50:44 +00:00
Jim Meyering 32ff553652 Use a temporary file name that won't clash with `charset.alias'
in the DOS 8.3 name space.

(charset_tmp): Define.
(install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
(uninstall-local): Likewise.
Reported by Eli Zaretskii.
2000-04-04 12:47:19 +00:00
Jim Meyering 0d5a8f6bb7 *** empty log message *** 2000-04-03 07:10:21 +00:00
Jim Meyering dda6851673 (my_strftime): Make sure we call the system
strftime, not ourselves, when invoking the underlying strftime.
2000-04-03 07:09:38 +00:00
Jim Meyering 251caade33 . 2000-03-25 18:33:17 +00:00
Jim Meyering b896219d87 . 2000-03-24 06:40:29 +00:00
Jim Meyering eb42da51bb Output a line containing "Packages using this file". 2000-03-24 06:40:23 +00:00
Jim Meyering a0fc5566dd *** empty log message *** 2000-03-24 06:39:01 +00:00
Jim Meyering e0ca9372fc (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
(charset_alias): Define.
(install-exec-local): Factor out common code.
(uninstall-local): Split lines longer than 80.
(ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
(SUFFIXES): Define.
(.sed.in.sed): New rule.  Don't redirect directly to $@.
(CLEANFILES): Add ref-add.sed and ref-del.sed.
2000-03-24 05:54:46 +00:00
Jim Meyering a8bc6aee1c (install-exec-local, uninstall-local, ref-add.sed, ref-del.sed): New rules.
From Bruno.
2000-03-24 05:46:01 +00:00
Jim Meyering 355fad3e85 *** empty log message *** 2000-03-22 21:46:50 +00:00
Jim Meyering 01c42af175 . 2000-03-17 21:26:31 +00:00
Jim Meyering 00a6ef7e2e (<string.h>): Include only #if HAVE_STRING_H.
Otherwise, include <strings.h>
2000-03-17 19:34:16 +00:00
Jim Meyering 03bc0dd04d (utf8_wctomb): New function.
(print_unicode_char): Pass the Unicode character to iconv in UTF-8
format instead of in UCS-4 with platform dependent endianness.
2000-03-17 19:32:27 +00:00
Jim Meyering 41d063607c *** empty log message *** 2000-03-10 11:40:29 +00:00
Jim Meyering ff1b77a70a *** empty log message *** 2000-03-08 14:50:11 +00:00
Jim Meyering 7157c29ee8 (savedir): Work even if directory size is
negative; this can happen with some screwy NFS configurations.
2000-03-08 14:50:05 +00:00
Jim Meyering b65f84bf94 tweak indentation 2000-03-07 20:06:03 +00:00
Jim Meyering 9ebf9199a4 (get_charset_aliases): Don't try to free file_name
if it's NULL (because we ran out of memory).  From Bruno Haible.
2000-03-06 11:19:23 +00:00
Jim Meyering 0d672bf048 *** empty log message *** 2000-03-05 10:27:29 +00:00
Jim Meyering b7d59be6a4 ("path-concat.h"): Include.
(get_charset_aliases): Use path_concat instead of ANSI string
concatenation.
2000-03-05 10:27:22 +00:00
Jim Meyering 7206cd3b01 *** empty log message *** 2000-03-05 10:22:03 +00:00
Jim Meyering aca3853e18 (PARAMS): Define.
Use it to guard prototype.
2000-03-05 10:21:58 +00:00
Jim Meyering 93be9a66d7 . 2000-03-05 06:53:08 +00:00
Jim Meyering e89ea03496 . 2000-03-04 21:14:51 +00:00
Jim Meyering cd740223b3 (uninstall-local): Uncomment this rule so `make distcheck' works once again. 2000-03-04 21:10:21 +00:00
Jim Meyering a82d3db454 *** empty log message *** 2000-03-04 20:15:07 +00:00
Jim Meyering cea52734ee (install-exec-local): Create $(libdir) before installing into it. 2000-03-04 20:15:03 +00:00
Jim Meyering e099a4b5ed . 2000-03-04 12:53:29 +00:00
Jim Meyering 28334dafe4 (<errno.h>): Include it.
(errno): Declare if not defined.
2000-03-04 12:35:47 +00:00
Jim Meyering 45758bf193 . 2000-03-04 12:23:14 +00:00
Jim Meyering 634dad84ba Add Bruno's comment justifying use of volatile. 2000-03-04 07:57:35 +00:00
Jim Meyering 871812bcec New version, incorporating remarks from a linux
i18n mailing list.  From Bruno Haible.
2000-03-04 07:53:33 +00:00
Jim Meyering fdd07a7508 . 2000-03-03 08:25:13 +00:00
Jim Meyering d2b51acd38 (EXTRA_DIST): Add config.charset. 2000-03-02 15:28:23 +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