|
c6855a21
|
2001-07-02T07:39:12
|
|
*** empty log message ***
|
|
488cad04
|
2001-07-02T07:13:33
|
|
.
|
|
03545f8d
|
2001-06-24T20:01:30
|
|
*** empty log message ***
|
|
b857a553
|
2001-06-24T20:01:11
|
|
(jm_INCLUDED_REGEX): Use a quadrigraph to represent an
unmatched right bracket, rather than an extra, falsely-matching
quote in a comment. Patch by Akim Demaille.
|
|
4dceaded
|
2001-06-18T08:01:38
|
|
update from libc
|
|
eaa0d8af
|
2001-06-11T02:49:20
|
|
*** empty log message ***
|
|
e016d970
|
2001-06-11T02:48:14
|
|
Update from GNU libc.
|
|
7f8331af
|
2001-05-27T13:46:52
|
|
*** empty log message ***
|
|
70b974ed
|
2001-05-27T13:46:31
|
|
(UT_TYPE): Define.
|
|
ecc809f3
|
2001-05-27T13:45:39
|
|
(jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
Check for ut_type in struct utmp.
|
|
799d5f9b
|
2001-05-24T22:08:45
|
|
.
|
|
fcd607ca
|
2001-05-24T06:12:07
|
|
*** empty log message ***
|
|
cb9041da
|
2001-05-24T06:12:00
|
|
Include "quote.h".
(argmatch_invalid): Remove explicit `' quotes. Instead, use the
quote function. Reported by Göran Uddeborg.
|
|
6cce01dc
|
2001-05-22T06:56:48
|
|
*** empty log message ***
|
|
76369d8f
|
2001-05-22T06:56:43
|
|
(_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
now that we use the package-supplied version unconditionally.
(jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
|
|
77b4cb3b
|
2001-05-21T10:52:36
|
|
*** empty log message ***
|
|
f2aaef05
|
2001-05-21T10:52:02
|
|
Change a couple backticks to single quotes to avoid shell syntax errors.
|
|
ede938bc
|
2001-05-21T06:59:27
|
|
.
|
|
2b1a0d78
|
2001-05-21T06:46:56
|
|
*** empty log message ***
|
|
d91eb369
|
2001-05-21T06:46:52
|
|
(jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
|
|
180c9fa1
|
2001-05-21T06:36:43
|
|
*** empty log message ***
|
|
bf7a6249
|
2001-05-21T06:36:36
|
|
(dir_name): Compute append_dot using path, not newpath
which is not yet declared.
|
|
117422aa
|
2001-05-20T21:09:06
|
|
.
|
|
71ad25e2
|
2001-05-20T20:41:20
|
|
(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.
|
|
c2ce7a9f
|
2001-05-20T20:39:28
|
|
(libfetish_a_SOURCES):
Add strftime.c, since we now compile it on all hosts.
|
|
925c8d4a
|
2001-05-20T20:38:29
|
|
*** empty log message ***
|
|
695ec959
|
2001-05-20T20:38:25
|
|
(jm_FUNC_GNU_STRFTIME):
Don't bother to check library strftime, since
we'll be using our own my_strftime function anyway.
Define my_strftime instead of strftime.
|
|
b5672261
|
2001-05-16T07:33:31
|
|
*** empty log message ***
|
|
bcfcc8be
|
2001-05-16T07:33:22
|
|
Use proper quoting so brackets appear in the test program.
|
|
f71e0eda
|
2001-05-16T07:30:54
|
|
.
|
|
94cd28cb
|
2001-05-15T14:02:28
|
|
*** empty log message ***
|
|
1101c119
|
2001-05-15T14:02:19
|
|
Use proper quoting so brackets appear in the test program.
|
|
4da31d50
|
2001-05-13T18:24:57
|
|
*** empty log message ***
|
|
4afe94b2
|
2001-05-13T18:24:44
|
|
(major_t, minor_t): Define to unsigned int if undefined.
|
|
87e27651
|
2001-05-12T20:55:19
|
|
.
|
|
4e6affc1
|
2001-05-12T15:50:50
|
|
*** empty log message ***
|
|
02e94d66
|
2001-05-12T15:50:27
|
|
(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.
|
|
de4cde2d
|
2001-05-12T15:48:00
|
|
(base_name): Remove; now in dirname.h.
(STREQ): Remove.
(same_name): Handle the case where the basename ends in trailing '/'.
|
|
2022bf83
|
2001-05-12T15:46:36
|
|
(DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN): New macros.
(base_name, base_len, dir_len, strip_trailing_slashes): New decls.
|
|
e6d6498c
|
2001-05-12T15:45:43
|
|
(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.
|
|
94ce07b0
|
2001-05-12T15:40:47
|
|
Use "", not <> to include non-system header files.
|
|
0784f9d5
|
2001-05-12T15:39:45
|
|
Use "", not <> to include dirname.h.
|
|
dfce97c0
|
2001-05-12T15:38:00
|
|
(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.
|
|
aa4998c8
|
2001-05-12T14:23:49
|
|
(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.
|
|
47bb1b5a
|
2001-05-12T14:20:43
|
|
(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.
|
|
7b74fddf
|
2001-05-12T14:13:36
|
|
(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.
|
|
b03fe9f5
|
2001-05-12T10:52:38
|
|
(malloc, realloc, free) [emacs]: Undefine before
redefining, to avoid compiler warnings.
|
|
7bf6449a
|
2001-05-12T10:05:15
|
|
Include dirname.h.
(strip_trailing_slashes): Remove decl; now in dirname.h.
|
|
7377d176
|
2001-05-12T10:04:13
|
|
.
|
|
dab7ebf1
|
2001-05-09T09:16:08
|
|
*** empty log message ***
|
|
5043bf52
|
2001-05-09T09:16:03
|
|
(jm_MACROS): Do not check for fseeko; no longer used.
|
|
8fb982e2
|
2001-04-21T17:52:02
|
|
*** empty log message ***
|
|
3b40119c
|
2001-04-21T17:51:46
|
|
Write to a new file, so that a restrictive umask doesn't interfere.
|
|
d2a99b5c
|
2001-04-21T14:08:04
|
|
*** empty log message ***
|
|
3cb66419
|
2001-04-21T14:08:00
|
|
Check for chsize.
Link with ftruncate.o unconditionally if ftruncate is missing.
This was required when cross-compiling to i586-mingw32msvc.
|
|
0459fd67
|
2001-04-08T20:00:14
|
|
*** empty log message ***
|
|
edde4560
|
2001-04-08T19:58:59
|
|
that's necessary when the offset spans a DST transition.
|
|
3e1ee4f3
|
2001-04-02T08:31:28
|
|
Update from GNU libc.
|
|
1ba4c0d4
|
2001-04-02T08:31:22
|
|
*** empty log message ***
|
|
be888b85
|
2001-04-01T21:28:27
|
|
.
|
|
908508a4
|
2001-03-24T10:35:18
|
|
Require autoconf-2.49d.
|
|
bfed38c1
|
2001-03-24T08:50:50
|
|
*** empty log message ***
|
|
7e3abbd4
|
2001-03-24T08:50:21
|
|
(jm_ICONV): Recommend GNU libiconv.
|
|
c99e1900
|
2001-03-19T11:59:55
|
|
*** empty log message ***
|
|
68ceb13d
|
2001-03-19T11:52:29
|
|
(version_etc_copyright): Update to 2001.
|
|
129b93d6
|
2001-03-16T23:42:21
|
|
*** empty log message ***
|
|
b0160b58
|
2001-03-16T23:41:08
|
|
*** empty log message ***
|
|
540fc8b6
|
2001-03-16T23:40:10
|
|
Remove my copy of AC_FUNC_MEMCMP, now that
the version in autoconf has been updated.
(jm_FUNC_MEMCMP): Adjust.
|
|
2f40868e
|
2001-03-16T17:01:17
|
|
*** empty log message ***
|
|
cef1ec10
|
2001-03-16T17:01:11
|
|
(jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
|
|
2f7434f0
|
2001-03-16T16:38:52
|
|
(jm_PREREQ): Add jm_PREREQ_TEMPNAME.
(jm_PREREQ_TEMPNAME): New function.
|
|
b721cc85
|
2001-03-16T12:02:29
|
|
*** empty log message ***
|
|
9b10f770
|
2001-03-16T12:02:22
|
|
(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.
|
|
70dd6df4
|
2001-03-15T14:50:26
|
|
*** empty log message ***
|
|
d2e960c5
|
2001-03-15T14:50:16
|
|
(BeOS): Use wildcard syntax.
|
|
4028e63d
|
2001-03-15T14:49:56
|
|
(locale_charset): Allow wildcard syntax. Also resolve
alias if codeset is empty.
|
|
23974b07
|
2001-03-13T15:57:21
|
|
*** empty log message ***
|
|
c57b0256
|
2001-03-13T15:57:15
|
|
(path_concat) [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]:
Don't insert a backslash when concatenating e.g., `C:' and `foo'.
From Bruno Haible.
|
|
3465c262
|
2001-03-13T04:18:10
|
|
.
|
|
ffc91d18
|
2001-03-12T10:15:08
|
|
.
|
|
8212f497
|
2001-03-09T18:37:57
|
|
.
|
|
506c6880
|
2001-03-06T18:11:20
|
|
(locale_charset): Don't use setlocale(LC_CTYPE,NULL).
Don't return NULL.
|
|
218b44aa
|
2001-03-06T18:11:01
|
|
(print_unicode_char): Simplify accordingly.
|
|
6cd89115
|
2001-03-06T18:01:26
|
|
*** empty log message ***
|
|
b98afd70
|
2001-03-06T18:00:47
|
|
Update for FreeBSD 4.2 and OSF/1 5.1. Add support for DOS/DJGPP.
|
|
16fcd182
|
2001-03-04T01:48:17
|
|
.
|
|
2b2c3a6e
|
2001-03-03T19:06:54
|
|
(libfetish_a_SOURCES): Add dup-safer.c, fopen-safer.c.
(noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
|
|
64d0d1ab
|
2001-03-03T19:06:28
|
|
*** empty log message ***
|
|
196a4d46
|
2001-03-03T19:05:36
|
|
from Paul Eggert
|
|
5c3a739a
|
2001-03-03T18:38:22
|
|
.
|
|
4be45d53
|
2001-03-02T03:14:38
|
|
*** empty log message ***
|
|
f9e64de5
|
2001-03-02T03:14:31
|
|
(jm_MACROS): Use mkstemp replacement if the system
lacks mkstemp. Compile our own tempname.c if we compile our own
mkstemp.c, as mkstemp relies on tempname.
|
|
0fdb952b
|
2001-03-02T03:12:47
|
|
from GNU libc
|
|
7698c573
|
2001-03-02T03:06:08
|
|
.
|
|
357153e0
|
2001-03-01T05:33:25
|
|
*** empty log message ***
|
|
f59bfc2a
|
2001-03-01T05:33:18
|
|
(jm_AC_DOS): Remove extra backslashes, now that
AH_VERBATIM really does output its argument verbatim.
|
|
15e8e009
|
2001-02-19T08:51:00
|
|
*** empty log message ***
|
|
511cbe66
|
2001-02-19T08:50:54
|
|
(jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
|
|
c75e7d5c
|
2001-02-17T16:56:27
|
|
*** empty log message ***
|
|
7652bc13
|
2001-02-17T16:56:20
|
|
Sync from GNU libc. Use double quotes, not <...>
around included file name.
|