Jim Meyering
d2cb2639f0
.
2001-07-11 15:28:51 +00:00
Jim Meyering
1226c8ad6f
*** empty log message ***
2001-07-05 08:29:19 +00:00
Jim Meyering
26e8855760
(noinst_HEADERS): Remove definition, per new automake recommendation.
...
(libfetish_a_SOURCES): Put all .h files here instead.
Remove a thus-exposed (better checks in automake) duplicate and
two unnecessary .h files.
2001-07-05 07:58:06 +00:00
Jim Meyering
6efc19263f
update from libc
2001-06-18 08:01:38 +00:00
Jim Meyering
98d2a14011
*** empty log message ***
2001-06-11 02:49:20 +00:00
Jim Meyering
88a10b132b
Update from GNU libc.
2001-06-11 02:48:14 +00:00
Jim Meyering
31867cf5cb
*** empty log message ***
2001-05-27 13:46:52 +00:00
Jim Meyering
5d896be5dc
(UT_TYPE): Define.
2001-05-27 13:46:31 +00:00
Jim Meyering
a99fb13160
.
2001-05-24 22:08:45 +00:00
Jim Meyering
418c24dd7e
*** empty log message ***
2001-05-24 06:12:07 +00:00
Jim Meyering
908a517100
Include "quote.h".
...
(argmatch_invalid): Remove explicit `' quotes. Instead, use the
quote function. Reported by Göran Uddeborg.
2001-05-24 06:12:00 +00:00
Jim Meyering
e204540061
.
2001-05-21 06:59:27 +00:00
Jim Meyering
2c3988dbca
*** empty log message ***
2001-05-21 06:36:43 +00:00
Jim Meyering
760d4e6f3a
(dir_name): Compute append_dot using path, not newpath
...
which is not yet declared.
2001-05-21 06:36:36 +00:00
Jim Meyering
02095a6616
.
2001-05-20 21:09:06 +00:00
Jim Meyering
8b7078eada
(my_strftime):
...
Define to nstrftime if emacs, but only if my_strftime is not defined.
(extra_args, extra_args_spec, extra_args_spec_iso): Rename from
ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
Add one more extra argument: a nanoseconds value.
All uses changed.
(ns): New macro.
(my_strftime function): Add %N format.
(emacs_strftimeu): Renamed from emacs_strftime,
with extra ut argument.
2001-05-20 20:41:20 +00:00
Jim Meyering
a917db5ab2
(libfetish_a_SOURCES):
...
Add strftime.c, since we now compile it on all hosts.
2001-05-20 20:39:28 +00:00
Jim Meyering
531822b168
.
2001-05-16 07:30:54 +00:00
Jim Meyering
d8535172f6
*** empty log message ***
2001-05-12 15:50:50 +00:00
Jim Meyering
b6678c419b
(ISSLASH): Remove; now in dirname.h.
...
(strip_trailing_slashes): Return nonzero if
a slash was stripped. Do not strip the last slash after a
file system prefix.
2001-05-12 15:50:27 +00:00
Jim Meyering
8989b5b65c
(base_name): Remove; now in dirname.h.
...
(STREQ): Remove.
(same_name): Handle the case where the basename ends in trailing '/'.
2001-05-12 15:48:00 +00:00
Jim Meyering
dbe66b162b
(DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN): New macros.
...
(base_name, base_len, dir_len, strip_trailing_slashes): New decls.
2001-05-12 15:46:36 +00:00
Jim Meyering
f6e82b7dea
(DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now in dirname.h.
...
(path_concat): Use base_len to compute
base length, not strlen; this means we cannot rely on memcpy
to null-terminate.
2001-05-12 15:45:43 +00:00
Jim Meyering
1450c855b6
Use "", not <> to include non-system header files.
2001-05-12 15:41:11 +00:00
Jim Meyering
3c9e00c4fd
Use "", not <> to include non-system header files.
2001-05-12 15:40:47 +00:00
Jim Meyering
e149a84b32
Use "", not <> to include dirname.h.
2001-05-12 15:39:45 +00:00
Jim Meyering
521f5344c8
(FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now in dirname.h.
...
Include <string.h> instead of <stdlib.h>.
Do not include <assert.h>; no longer needed.
Include xalloc.h.
(memrchr): Remove decl.
(dir_name_r): Remove.
(dir_len): Renamed from dirlen. All callers changed.
Rewrite in terms of base_name, for simplicity and consistency.
(dir_name): Never return NULL. All callers changed.
Do not include <stdlib.h> in test program; no longer needed.
return 0; is fine for test program.
2001-05-12 15:38:00 +00:00
Jim Meyering
4b8000742f
(FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Remove; now in dirname.h.
...
Do not include <stdio.h>, <assert.h>; no longer needed.
Include <string.h>, <dirname.h>.
(base_name): Allow file names ending in slashes, other than names
that are all slashes. In this case, return the basename followed
by the slashes. This is more general, and can be used in places
where the original base_name purposely had an assertion failure.
(base_len): New function.
2001-05-12 14:23:49 +00:00
Jim Meyering
9ce2d23774
(base_name): Remove; now in dirname.h.
...
Include <dirname.h> after size_t is defined.
(find_backup_file_name, max_backup_version): Use base_len instead of
rolling it ourselves.
Handle the case of "" and (on DOS) "C:" correctly.
2001-05-12 14:20:43 +00:00
Jim Meyering
d45e530c21
(ISSLASH, base_name): Remove; now in dirname.h.
...
Include <dirname.h> after size_t is defined.
(addext): Use base_len to trim redundant
trailing slashes instead of doing it ourselves.
But do not trim the last slash if it is not redundant.
2001-05-12 14:13:36 +00:00
Jim Meyering
1fecbd7863
Include dirname.h.
...
(strip_trailing_slashes): Remove decl; now in dirname.h.
2001-05-12 10:05:42 +00:00
Jim Meyering
bef1bc6137
Include dirname.h.
...
(strip_trailing_slashes): Remove decl; now in dirname.h.
2001-05-12 10:05:15 +00:00
Jim Meyering
daa8b2b1a3
.
2001-05-12 10:04:13 +00:00
Jim Meyering
f9b3e59ae5
*** empty log message ***
2001-04-08 20:00:14 +00:00
Jim Meyering
b7cd544ce5
that's necessary when the offset spans a DST transition.
2001-04-08 19:58:59 +00:00
Jim Meyering
3c0e576c6d
Update from GNU libc.
2001-04-02 08:31:28 +00:00
Jim Meyering
e1aa041f5e
*** empty log message ***
2001-04-02 08:31:22 +00:00
Jim Meyering
3d1bf08703
*** empty log message ***
2001-03-19 11:59:55 +00:00
Jim Meyering
3aab98bf96
(version_etc_copyright): Update to 2001.
2001-03-19 11:52:29 +00:00
Jim Meyering
fdc624ee8c
*** empty log message ***
2001-03-16 12:02:29 +00:00
Jim Meyering
75b98a1845
(uint64_t): Define to uintmax_t if
...
not defined, and if UINT64_MAX is not defined.
Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
Reported by John David Anglin.
2001-03-16 12:02:22 +00:00
Jim Meyering
945ef37057
*** empty log message ***
2001-03-15 14:50:26 +00:00
Jim Meyering
7164873b95
(BeOS): Use wildcard syntax.
2001-03-15 14:50:16 +00:00
Jim Meyering
a5d6ae87e0
(locale_charset): Allow wildcard syntax. Also resolve
...
alias if codeset is empty.
2001-03-15 14:49:56 +00:00
Jim Meyering
1341235a1c
*** empty log message ***
2001-03-13 15:57:21 +00:00
Jim Meyering
35e76078e7
(path_concat) [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]:
...
Don't insert a backslash when concatenating e.g., `C:' and `foo'.
From Bruno Haible.
2001-03-13 15:57:15 +00:00
Jim Meyering
abb5c4e845
.
2001-03-13 04:17:57 +00:00
Jim Meyering
a40c539ad1
.
2001-03-12 10:15:08 +00:00
Jim Meyering
9f2dcee21a
.
2001-03-09 18:37:57 +00:00
Jim Meyering
6d28b40fce
(locale_charset): Don't use setlocale(LC_CTYPE,NULL).
...
Don't return NULL.
2001-03-06 18:11:20 +00:00
Jim Meyering
e7dfa263f2
(print_unicode_char): Simplify accordingly.
2001-03-06 18:11:01 +00:00
Jim Meyering
6bbc8a8fef
*** empty log message ***
2001-03-06 18:01:26 +00:00
Jim Meyering
458d1c2ee2
Update for FreeBSD 4.2 and OSF/1 5.1. Add support for DOS/DJGPP.
2001-03-06 18:00:47 +00:00
Jim Meyering
d3aefd7569
.
2001-03-04 01:48:17 +00:00
Jim Meyering
57658678dd
(libfetish_a_SOURCES): Add dup-safer.c, fopen-safer.c.
...
(noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
2001-03-03 19:06:54 +00:00
Jim Meyering
eb64d4a73b
*** empty log message ***
2001-03-03 19:06:28 +00:00
Jim Meyering
62eab23e81
from Paul Eggert
2001-03-03 19:05:36 +00:00
Jim Meyering
3c1f856059
.
2001-03-03 18:38:22 +00:00
Jim Meyering
b11665966d
from GNU libc
2001-03-02 03:13:34 +00:00
Jim Meyering
01b7b402a3
from GNU libc
2001-03-02 03:12:47 +00:00
Jim Meyering
334ae8d83d
.
2001-03-02 03:06:08 +00:00
Jim Meyering
4d30007986
*** empty log message ***
2001-02-17 16:56:27 +00:00
Jim Meyering
d07a45be2b
Sync from GNU libc. Use double quotes, not <...>
...
around included file name.
2001-02-17 16:56:20 +00:00
Jim Meyering
438636be9b
*** empty log message ***
2001-02-17 16:53:38 +00:00
Jim Meyering
ff7797f6e2
(__strnlen): Merge in a change from GNU libc.
2001-02-17 16:53:33 +00:00
Jim Meyering
d81e0e6f97
*** empty log message ***
2001-02-17 16:51:03 +00:00
Jim Meyering
787a2cf49f
update comments from libc
2001-02-17 16:50:27 +00:00
Jim Meyering
557c8b8ae8
*** empty log message ***
2001-02-17 12:44:04 +00:00
Jim Meyering
22bdd77f67
(mbswidth): Also define as macro, to avoid prototype clash.
2001-02-17 12:43:57 +00:00
Jim Meyering
2f4ff2ce9f
*** empty log message ***
2001-02-17 10:39:50 +00:00
Jim Meyering
ad177f456c
(mbrtowc, mbsinit):
...
Remove workaround macros for hosts that have mbrtowc but not
mbstate_t, as we now insist on proper declarations for both
before using mbrtowc.
2001-02-17 10:39:43 +00:00
Jim Meyering
1f7a13e62e
(mbrtowc, mbsinit):
...
Remove workaround macros for hosts that have mbrtowc but not
mbstate_t, as we now insist on proper declarations for both
before using mbrtowc.
2001-02-17 10:39:17 +00:00
Jim Meyering
5044873647
.
2001-02-17 08:55:17 +00:00
Jim Meyering
4bcbd9c6aa
Update from libc.
2001-02-17 07:14:31 +00:00
Jim Meyering
98c5eb08be
*** empty log message ***
2001-02-17 07:13:03 +00:00
Jim Meyering
e94c44b8f0
*** empty log message ***
2001-02-16 19:31:18 +00:00
Jim Meyering
9cdff96426
(malloc): Undef before defining, since stdlib.h may have defined it.
2001-02-16 19:28:43 +00:00
Jim Meyering
4778b57c26
.
2001-02-08 10:43:44 +00:00
Jim Meyering
70c58eb46a
update from libc
2001-02-08 06:49:29 +00:00
Jim Meyering
b2cb2e804e
*** empty log message ***
2001-02-07 11:47:40 +00:00
Jim Meyering
0019b6cebf
Update from libc.
2001-02-07 11:47:24 +00:00
Jim Meyering
3ff0f8076b
.
2001-01-31 19:15:41 +00:00
Jim Meyering
3dd1381c64
*** empty log message ***
2001-01-30 21:50:36 +00:00
Jim Meyering
1f8a8b45ff
Update for FreeBSD 4.2.
2001-01-30 21:50:32 +00:00
Jim Meyering
9e2606d77b
*** empty log message ***
2001-01-26 11:15:53 +00:00
Jim Meyering
c8d0d0ca6f
Include stddef.h.
2001-01-26 11:15:37 +00:00
Jim Meyering
0e3fea79f3
*** empty log message ***
2001-01-26 11:13:34 +00:00
Jim Meyering
dcfda51801
[HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
...
line in double quotes so that it evokes a better diagnostic.
[HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
2001-01-26 11:13:28 +00:00
Jim Meyering
fd1d1eaa80
*** empty log message ***
2001-01-21 09:40:48 +00:00
Jim Meyering
ad41cbff8a
(print_unicode_char): Cast the second iconv() arg,
...
to avoid a warning. Add back 'const' to inptr.
2001-01-21 09:40:43 +00:00
Jim Meyering
01bbd27a4d
revert last change
2001-01-20 11:17:33 +00:00
Jim Meyering
403b4c49eb
whoops. revert last change
2001-01-20 09:36:19 +00:00
Jim Meyering
c6014bc847
*** empty log message ***
2001-01-20 09:34:34 +00:00
Jim Meyering
c148112941
Fix typo: s/false/0/.
2001-01-20 09:34:20 +00:00
Jim Meyering
1493e0d650
*** empty log message ***
2001-01-16 08:34:53 +00:00
Jim Meyering
592e22d509
Include <stdio.h>, needed by assert on SunOS4.
2001-01-16 08:34:45 +00:00
Jim Meyering
c2329c797c
.
2001-01-14 15:35:19 +00:00
Jim Meyering
4d8de6887f
*** empty log message ***
2001-01-14 15:35:07 +00:00
Jim Meyering
5b2304d7b4
Include stdlib.h, string.h or strings.h, and xalloc.h.
...
Use strip_trailing_slashes rather than open-coding it.
2001-01-14 15:34:22 +00:00
Jim Meyering
acc13fdc89
from Volker Borchert
2001-01-14 11:08:35 +00:00
Jim Meyering
fa997616ff
normalize spelling in comment
2001-01-07 09:20:47 +00:00
Jim Meyering
7aed2f97a5
.
2001-01-04 10:19:49 +00:00
Jim Meyering
89c7458b53
Sync with glibc time/strftime.c 1.81.
2001-01-04 10:19:43 +00:00
Jim Meyering
f3334434ea
*** empty log message ***
2001-01-03 10:09:08 +00:00
Jim Meyering
5686f159ab
(print_unicode_char): Remove `const' from declaration of
...
local `inptr' to avoid warning with some system declarations of iconv.
2001-01-03 10:08:43 +00:00
Jim Meyering
206205c6ee
*** empty log message ***
2000-12-29 10:32:33 +00:00
Jim Meyering
3336d7cf69
Do not assume that mode_t uses the
...
traditional octal encoding. E.g. "chmod 1 FOO" should set
the other-execute bit of FOO even if S_IXOTH != 1.
(SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
WOTH, XOTH, ALLM): New macros.
(S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
Use them.
(S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
(S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
(mode_compile):
No need to use uintmax_t; unsigned long is long enough.
Don't bother to get suffix since we don't use it.
2000-12-29 10:32:09 +00:00
Jim Meyering
9926b4ec03
.
2000-12-27 10:05:05 +00:00
Jim Meyering
f46fed1458
add omitted semicolon
2000-12-25 18:51:58 +00:00
Jim Meyering
73a15b2b5f
*** empty log message ***
2000-12-24 10:06:00 +00:00
Jim Meyering
3734f30bca
*** empty log message ***
2000-12-24 09:39:04 +00:00
Jim Meyering
7aa3fb3d47
(is_prime): Return explicit boolean values.
...
(hash_get_first): Return NULL to appease Irix5.6's 89.
2000-12-24 07:12:21 +00:00
Jim Meyering
a87ae161be
.
2000-12-19 10:25:15 +00:00
Jim Meyering
b6b86da148
*** empty log message ***
2000-12-19 08:36:53 +00:00
Jim Meyering
de38d76a18
(libfetish_a_SOURCES): Add physmem.c.
...
(noinst_HEADERS): Add physmem.h.
2000-12-19 08:36:39 +00:00
Jim Meyering
166c00189a
(__xstrtol): Add undocumented suffixes 'g' and
...
't' for compatibility with Solaris 8 sort.
2000-12-19 08:35:20 +00:00
Jim Meyering
bca787f7c4
*** empty log message ***
2000-12-19 08:22:18 +00:00
Jim Meyering
258f00968a
*** empty log message ***
2000-12-19 08:16:25 +00:00
Jim Meyering
bc40f9fcef
(locale_charset): Add support for Win32.
2000-12-19 08:16:09 +00:00
Jim Meyering
85ab4b9988
*** empty log message ***
2000-12-18 23:04:34 +00:00
Jim Meyering
f75f8a4b1d
Add support for BeOS.
2000-12-18 23:04:28 +00:00
Jim Meyering
fbba4d8d5e
*** empty log message ***
2000-12-16 22:27:18 +00:00
Jim Meyering
2b64713ac6
*** empty log message ***
2000-12-16 22:26:23 +00:00
Jim Meyering
2464a2cd9d
[!SHELLS_FILE && __DJGPP__]: Define
...
SHELLS_FILE to a file name that's useful on djgpp systems.
Include stdlib.h.
(ADDITIONAL_DEFAULT_SHELLS): Define.
(default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
Based mostly on a patch from Prashant TR.
2000-12-16 22:25:44 +00:00
Jim Meyering
76f8538bf6
.
2000-12-16 14:49:25 +00:00
Jim Meyering
608b347584
This bug had a serious impact on chown: `chown N:M FILE' (for integer
...
N and M) would have treated it like `chown N:N FILE'.
(parse_user_spec): Fix typo: s/u/g/.
2000-12-16 13:28:13 +00:00
Jim Meyering
ad31d9b60c
tweak a comment
2000-12-16 13:01:24 +00:00
Jim Meyering
e6a5c51ed7
Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB, VISCII,
...
CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256, CP1257
to the list of canonical encodings. Rename EUC-CN to GB2312.
2000-12-15 23:43:55 +00:00
Jim Meyering
9580e7cc87
*** empty log message ***
2000-12-08 18:32:11 +00:00
Jim Meyering
a05267197a
(mbsnwidth): Don't loop endlessly when called with an
...
invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
2000-12-08 18:31:38 +00:00
Jim Meyering
7b55b7aa13
*** empty log message ***
2000-12-07 14:14:18 +00:00
Jim Meyering
bcc94017bc
convert a > expression to the equivalent < one
2000-12-07 14:13:51 +00:00
Jim Meyering
b615d79ac3
(ISSLASH): Define.
...
(strip_trailing_slashes): Use ISSLASH rather than comparing against `/'.
From Prashant TR.
2000-12-07 14:13:13 +00:00
Jim Meyering
04f549820f
convert a > expression to the equivalent < one
2000-12-07 14:11:52 +00:00
Jim Meyering
ded8b14afb
*** empty log message ***
2000-12-07 14:10:33 +00:00
Jim Meyering
4504b81f3b
(FILESYSTEM_PREFIX_LEN): Define.
...
(dir_name_r): Declare this function as static.
[BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
manifest itself on a name containing a mix of slashes and
backslashes.
Make this function work with names starting with a DOS-style
drive letter and colon prefix.
(dir_name): Append `.' if necessary.
Based mostly on patches from Prashant TR and Eli Zaretskii.
2000-12-07 14:10:21 +00:00
Jim Meyering
222412dbf1
(dir_name_r): Remove prototype.
2000-12-07 11:50:35 +00:00
Jim Meyering
72a6d74ab2
.
2000-12-05 13:53:13 +00:00
Jim Meyering
cd6f0af0ea
(dir_name_r): Add `const' in a few local declarations.
2000-12-05 13:14:13 +00:00
Jim Meyering
2746cd50c3
*** empty log message ***
2000-12-04 09:41:28 +00:00
Jim Meyering
8a4261c7a5
*** empty log message ***
2000-12-04 09:37:40 +00:00
Jim Meyering
90799b6c68
Also include memory.h, stdlib.h, unistd.h if appropriate.
2000-12-04 09:37:33 +00:00
Jim Meyering
1c6320fe7c
*** empty log message ***
2000-12-04 09:15:54 +00:00
Jim Meyering
fecdd2bd2b
[!HAVE_DECL_MALLOC]: Declare malloc.
2000-12-04 09:15:49 +00:00
Jim Meyering
c2f898236f
*** empty log message ***
2000-12-02 20:45:40 +00:00
Jim Meyering
501ebc1cba
Make idempotent, to avoid some obscure warnings.
2000-12-02 20:45:30 +00:00
Jim Meyering
97b58344c5
*** empty log message ***
2000-12-02 09:58:43 +00:00
Jim Meyering
627dac6c07
Include <config.h> before any system include file.
2000-12-02 09:58:31 +00:00
Jim Meyering
21b8c52ae9
*** empty log message ***
2000-11-30 09:36:04 +00:00
Jim Meyering
7303ca25db
(dir_name_r): Fix typo: int -> size_t.
2000-11-30 09:35:52 +00:00
Jim Meyering
86046cb32f
.
2000-11-30 07:40:16 +00:00
Jim Meyering
1500316caf
remove useless parens
2000-11-27 09:33:53 +00:00
Jim Meyering
8cd774b0a3
.
2000-11-26 23:30:27 +00:00
Jim Meyering
b04a174558
.
2000-11-26 23:01:02 +00:00
Jim Meyering
022f9b7d19
Include sys/types.h. From Werner Almesberger.
2000-11-26 16:52:29 +00:00
Jim Meyering
bd3afcc718
.
2000-11-26 15:59:51 +00:00
Jim Meyering
17800b0300
.
2000-11-23 21:48:47 +00:00
Jim Meyering
d6dabd6cbb
*** empty log message ***
2000-11-23 07:24:59 +00:00
Jim Meyering
d5b2ff2b99
(my_strftime): Do not invoke mbrlen with a
...
size of (size_t) -1; it's not portable.
2000-11-23 07:24:51 +00:00
Jim Meyering
6adb4780b5
.
2000-11-18 11:17:41 +00:00
Jim Meyering
6e3bd39c14
tweak a comment
2000-11-18 09:53:33 +00:00
Jim Meyering
cf59735d7b
Formatting changes.
...
(obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
prevent type checking.
(obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
cast the value to (void *): assigning a `foo *' to a `void *'
variable is valid.
(obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
2000-11-18 09:50:09 +00:00
Jim Meyering
73ee461623
*** empty log message ***
2000-11-17 08:19:14 +00:00
Jim Meyering
00fba41266
Update from GNU libc.
2000-11-17 08:19:01 +00:00
Jim Meyering
69c750af36
*** empty log message ***
2000-11-16 12:20:35 +00:00
Jim Meyering
f2e553b126
Incorporate weak-alias-related changes from glibc.
2000-11-16 10:15:54 +00:00
Jim Meyering
8a93bbce06
remove bruno's 11-03 entry for unicodeio.c
2000-11-14 21:45:59 +00:00
Jim Meyering
b3f23e14d2
Add a couple #includes, merging from GNU libc version.
2000-11-11 14:32:00 +00:00
Jim Meyering
2cd2cfc95c
Back out Paul's changes while we wait for him and Bruno to reach agreement.
2000-11-11 09:10:33 +00:00
Jim Meyering
dd55ac2967
Remove Paul's entries for unicodeio.c: then I don't have to justify
...
backing out the nov8/9 changes.
2000-11-11 09:09:55 +00:00
Jim Meyering
6a3804bceb
*** empty log message ***
2000-11-11 08:29:21 +00:00
Jim Meyering
5631658518
*** empty log message ***
2000-11-10 11:14:03 +00:00
Jim Meyering
64e75882f4
Update from GNU libc.
2000-11-10 11:13:32 +00:00
Jim Meyering
151c87c3df
Update from GNU libc.
2000-11-10 11:10:39 +00:00
Jim Meyering
6165d7114f
*** empty log message ***
2000-11-10 08:46:34 +00:00
Jim Meyering
2edf3e95db
(ENOTSUP): Define to EINVAL if not defined.
2000-11-10 08:46:19 +00:00
Jim Meyering
b2a6e3f614
don't back them out
2000-11-10 08:44:51 +00:00
Jim Meyering
be1e26b2e5
Back out the last two changes, at least for now.
2000-11-10 08:43:46 +00:00
Jim Meyering
0fd7aaf38c
*** empty log message ***
2000-11-09 08:33:01 +00:00
Jim Meyering
48a83af35c
(MB_LEN_MAX): Make sure it's at least 6, to avoid buggy C libraries.
2000-11-09 08:32:52 +00:00
Jim Meyering
bb73f9b20e
(<wchar.h>): Do not include; no longer needed, since we no longer use wcrtomb.
...
(<limits.h>): Include if HAVE_LIMITS_H.
(MB_LEN_MAX): Define if limits.h doesn't.
(convert_unicode_char): New function, with the conversion part of the
old print_unicode_char. Use wctomb, not wcrtomb. Depend on
HAVE_WCTOMB, not HAVE_WCRTOMB.
(print_unicode_char): Use convert_unicode_char to do the conversion.
2000-11-09 08:30:00 +00:00
Jim Meyering
48da137f84
*** empty log message ***
2000-11-08 14:46:20 +00:00
Jim Meyering
4e378387d0
Include wchar.h.
...
(wcrtomb): Provide fallback definition for broken platforms.
(print_unicode_char): New alternative definition for platforms where
wchar_t is Unicode.
2000-11-08 14:46:13 +00:00
Jim Meyering
830edd4985
.
2000-11-07 15:36:04 +00:00
Jim Meyering
770c39a710
*** empty log message ***
2000-11-07 15:35:25 +00:00
Jim Meyering
4e2bc789ab
(setusershell): Use rewind rather than
...
fseek/fseeko, to avoid configuration hassles with fseeko.
Don't bother opening SHELLS_FILE if shellstream is NULL;
it's not necessary.
2000-11-07 15:35:15 +00:00
Jim Meyering
39b53154ca
*** empty log message ***
2000-11-05 15:04:53 +00:00
Jim Meyering
214a8623eb
(make_dir): Declare.
2000-11-05 15:04:39 +00:00
Jim Meyering
e1356e7fe7
(make_dir): Remove `static' attribute.
...
Tweak a comment.
2000-11-05 15:04:17 +00:00
Jim Meyering
6d722e99e2
*** empty log message ***
2000-11-05 10:12:25 +00:00
Jim Meyering
2cac22f76f
*** empty log message ***
2000-11-05 09:54:07 +00:00
Jim Meyering
983cd11143
*** empty log message ***
2000-11-05 09:52:55 +00:00
Jim Meyering
ff6e48f61e
*** empty log message ***
2000-11-04 21:39:00 +00:00
Jim Meyering
a5565c08a3
(hash_get_next): Fix a thinko: when ENTRY is the
...
last one in a bucket, advance to the next bucket.
From Alexandre Duret-Lutz.
2000-11-04 21:38:55 +00:00
Jim Meyering
1021e06a20
*** empty log message ***
2000-11-03 08:44:12 +00:00
Jim Meyering
8dc1b2caf4
cppi
2000-11-03 08:44:06 +00:00
Jim Meyering
d19f921653
Do not comment out all the code if we are using
...
the GNU C library, because in some cases we are replacing buggy
code in the GNU C library itself.
2000-11-03 08:43:20 +00:00
Jim Meyering
8686e2bf77
*** empty log message ***
2000-10-31 07:10:03 +00:00
Jim Meyering
5a6effff70
Add "2000" to Copyright line, as this file was changed this year.
2000-10-31 07:09:56 +00:00
Jim Meyering
a5810cd3de
Remove "2000" from Copyright line, as the file hasn't been
...
changed this year other than in the copyright notice.
2000-10-31 07:09:40 +00:00