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 |
|
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
|
883cd6c62d
|
.
|
2000-03-01 12:49:12 +00:00 |
|
Jim Meyering
|
317732f3d9
|
.
|
2000-03-01 12:27:54 +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
|
2b8209bca8
|
.
|
2000-02-27 19:05:50 +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
|
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
|
bb8bb211a1
|
Put cedilla on `c' in author's name.
|
2000-02-27 13:58:12 +00:00 |
|
Jim Meyering
|
72bd5150fd
|
*** empty log message ***
|
2000-02-27 11:27:38 +00:00 |
|
Jim Meyering
|
7c0e2db49b
|
.
|
2000-02-27 11:23:22 +00:00 |
|
Jim Meyering
|
f25e10f24d
|
(parse_user_spec): If there is no :' but there is a .',
then first look up the entire `.'-containing string as a login name.
|
2000-02-27 11:13:16 +00:00 |
|