|
1f7c39be
|
2000-03-04T08:11:18
|
|
(jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE, for lib/localcharset.c.
|
|
fac1a01e
|
2000-03-04T07:57:35
|
|
Add Bruno's comment justifying use of volatile.
|
|
059ec323
|
2000-03-04T07:53:33
|
|
New version, incorporating remarks from a linux
i18n mailing list. From Bruno Haible.
|
|
6266b671
|
2000-03-03T12:28:28
|
|
.
|
|
67f34206
|
2000-03-03T12:24:11
|
|
*** empty log message ***
|
|
2c33d34e
|
2000-03-03T12:23:47
|
|
Make sure re_compile_pattern accepts patterns like `{1'.
|
|
cffbc793
|
2000-03-03T08:25:13
|
|
.
|
|
e08ea16f
|
2000-03-02T15:28:23
|
|
(EXTRA_DIST): Add config.charset.
|
|
6c3a19d0
|
2000-03-02T09:44:56
|
|
*** empty log message ***
|
|
4edbafe0
|
2000-03-02T09:44:43
|
|
Require AC_HEADER_TIME before the cache check so
the messages come out on separate lines.
|
|
e70ad00f
|
2000-03-02T09:09:08
|
|
*** empty log message ***
|
|
50c6bbe5
|
2000-03-02T09:09:02
|
|
.
|
|
eac4f603
|
2000-03-02T09:08:32
|
|
(jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS, rather than jm_CHECK_DECLARATIONS.
|
|
0775e2f8
|
2000-03-02T09:05:33
|
|
*** empty log message ***
|
|
dce9198e
|
2000-03-02T09:05:28
|
|
(AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
|
|
75232d6a
|
2000-03-01T13:26:04
|
|
(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.
|
|
c3e58bf7
|
2000-03-01T13:23:53
|
|
*** empty log message ***
|
|
461269e1
|
2000-03-01T13:23:47
|
|
*** empty log message ***
|
|
75fa9a8a
|
2000-03-01T13:23:41
|
|
New file from Bruno.
|
|
d3f0860f
|
2000-03-01T13:22:57
|
|
New file from Bruno.
filter through cppi
|
|
95ad3586
|
2000-03-01T13:22:35
|
|
New file from Bruno.
One portability tweak:
guard inclusion of stddef.h.
|
|
8aecbf69
|
2000-03-01T13:21:23
|
|
Guard some #includes with `#if HAVE_...'.
|
|
7f69123a
|
2000-03-01T13:11:05
|
|
new file, from Bruno
|
|
eba94b6a
|
2000-03-01T12:49:12
|
|
.
|
|
a3fbf7ad
|
2000-03-01T12:27:54
|
|
.
|
|
75c98f39
|
2000-02-28T20:45:33
|
|
*** empty log message ***
|
|
02b27c92
|
2000-02-28T20:45:28
|
|
(ALERT_CHAR): New macro.
(quotearg_buffer_restyled): Use it.
|
|
4aec394f
|
2000-02-27T19:05:50
|
|
.
|
|
82af802d
|
2000-02-27T18:49:10
|
|
Fix typo in decl of strtoul: s/long long/long/.
Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
|
|
28771d55
|
2000-02-27T18:45:29
|
|
Fix typo in decl of strtoul: s/long long/long/.
|
|
9deec7db
|
2000-02-27T18:04:10
|
|
*** empty log message ***
|
|
660fca6a
|
2000-02-27T18:04:00
|
|
Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
Declare malloc if needed.
|
|
de1b0c61
|
2000-02-27T17:54:25
|
|
use double quotes, not single quotes around syntax-error-evoking string
|
|
025ca348
|
2000-02-27T17:53:36
|
|
*** empty log message ***
|
|
2689f07b
|
2000-02-27T17:53:31
|
|
Add getenv to the list.
|
|
42e2ac46
|
2000-02-27T17:42:30
|
|
*** empty log message ***
|
|
92065733
|
2000-02-27T17:40:53
|
|
Arrange for cpp to fail if the configure-time
declaration check was not run.
|
|
d9f6701e
|
2000-02-27T17:39:52
|
|
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.
|
|
43de6da7
|
2000-02-27T13:58:12
|
|
Put cedilla on `c' in author's name.
|
|
bafd9f11
|
2000-02-27T11:27:38
|
|
*** empty log message ***
|
|
2b7c7bf4
|
2000-02-27T11:23:22
|
|
.
|
|
d1834f9b
|
2000-02-27T11:13:16
|
|
(parse_user_spec): If there is no `:' but there is a `.',
then first look up the entire `.'-containing string as a login name.
|
|
f10987bb
|
2000-02-26T21:28:10
|
|
whoops. Add commas in parenthesized list of functions in call
to AC_CHECK_DECLS.
|
|
71fb0859
|
2000-02-23T15:24:57
|
|
*** empty log message ***
|
|
b5603508
|
2000-02-23T15:24:51
|
|
Now that we have the new AC_CHECK_DECLS, use it in place of my hack.
|
|
22e6c88a
|
2000-02-22T20:16:07
|
|
Handle two-digit years with leading zeros correctly.
(textint): New typedef.
(parser_control): Member year changed from int to textint.
All uses changed.
(YYSTYPE): Removed; replaced by %union with int and textint members.
(tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
(tSNUMBER, tUNUMBER): Now of type <textintval>.
(date, number, to_year): Use width of number in digits, not its value,
to determine whether it's a 2-digit year, or a 2-digit time.
(yylex): Store number of digits of numeric tokens.
Reported by John Kendall.
(parser_control): Changed from struct parser_control to typedef (for
consistency). All uses changed.
(tID): Removed; not used.
(yylex): Return '?' for unknown identifiers, rather than (unused) tID.
|
|
c1d4b7c5
|
2000-02-15T13:08:08
|
|
*** empty log message ***
|
|
991fe5bd
|
2000-02-14T23:27:25
|
|
.
|
|
167efa0d
|
2000-02-14T20:15:32
|
|
adapted from changes to grep getpagesize.h
by Martin P.J. Zinser <zinser@decus.de>.
|
|
cc66751b
|
2000-02-14T17:00:16
|
|
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
to Emacs' syntax. Also fix the comment about set/not-set meanings
since Emacs syntax is not the value 0 any more.
* search.c (compile_pattern_1): Remove RE_CHAR_CLASSES from the syntax
since it's now part of RE_SYNTAX_EMACS.
|
|
4a508d1e
|
2000-02-12T10:42:19
|
|
*** empty log message ***
|
|
144e8455
|
2000-02-12T10:41:48
|
|
*** empty log message ***
|
|
63be8072
|
2000-02-12T10:41:37
|
|
<libintl.h>: Include.
(_ and N_): Define.
(parse_user_spec): Mark translatable strings.
|
|
2cbc4063
|
2000-02-12T10:11:54
|
|
add FIXME comments for use of atoi
|
|
e7fedf4d
|
2000-02-12T10:10:40
|
|
(ISDIGIT): Define it.
(isdigit): Remove definition.
(is_number): Use ISDIGIT, not isdigit.
|
|
7994372d
|
2000-02-10T09:38:43
|
|
#undef nanosleep.
(rpl_nanosleep): Rename from nanosleep.
|
|
86a132d1
|
2000-02-10T09:38:31
|
|
Don't include config.h.
Remove prototype from declaration of nanosleep.
(PARAMS): Remove now-unneeded definition.
|
|
5cd34d59
|
2000-02-10T09:34:03
|
|
*** empty log message ***
|
|
cdffb538
|
2000-02-10T09:33:52
|
|
(jm_FUNC_NANOSLEEP): Rename replacement function from
gnu_nanosleep to rpl_nanosleep.
|
|
ff63ec76
|
2000-02-09T12:00:16
|
|
*** empty log message ***
|
|
655eea76
|
2000-02-09T11:58:17
|
|
*** empty log message ***
|
|
29fe3ce7
|
2000-02-09T11:58:05
|
|
*** empty log message ***
|
|
a09fd96c
|
2000-02-09T11:57:55
|
|
(jm_LIB_CHECK): Fix typo: check for sp_pwdp in
struct spwd, rather than in struct passwd. Reported by G. Queri.
|
|
634bf891
|
2000-02-08T15:37:44
|
|
bump serial number
|
|
1ef9f911
|
2000-02-08T15:33:45
|
|
*** empty log message ***
|
|
d8d10f3d
|
2000-02-08T15:33:32
|
|
*** empty log message ***
|
|
d02d525b
|
2000-02-08T15:32:39
|
|
(AM_FUNC_GETLOADAVG): Remove now-unnecessary use of changequote.
|
|
8fc77802
|
2000-02-08T15:30:47
|
|
bump #serial to 108
|
|
f8d4356f
|
2000-02-08T15:29:26
|
|
(AM_GNU_GETTEXT): Quote square brackets with `[' and `]'
and remove uses of `changequote'.
|
|
d892db3d
|
2000-02-08T15:21:11
|
|
(AC_SYS_LARGEFILE_FLAGS): Quote square brackets with `[' and `]'
and remove uses of `changequote'.
|
|
124f3a9b
|
2000-02-08T15:16:42
|
|
(jm_AC_FUNC_MEMCMP): Remove now-unnecessary use of changequote.
Add `int' for main.
|
|
bcf28bf9
|
2000-02-08T15:11:36
|
|
(jm_FUNC_READDIR): Remove now-unnecessary uses of changequote.
|
|
0028a000
|
2000-02-08T15:08:26
|
|
(jm_INCLUDED_REGEX): Remove now-unnecessary uses of changequote.
|
|
227f0e7e
|
2000-02-08T15:07:10
|
|
(jm_FUNC_GNU_STRFTIME): Remove now-unnecessary uses of changequote.
|
|
1e42e55b
|
2000-02-05T09:54:33
|
|
*** empty log message ***
|
|
d31e843e
|
2000-02-05T08:16:53
|
|
bump serial number
|
|
284296ec
|
2000-02-05T08:16:26
|
|
*** empty log message ***
|
|
60319aa0
|
2000-02-05T08:16:13
|
|
(jm_CHECK_ALL_TYPES): Require most macros.
Remove explicit use of AC_HEADER_TIME. It is required by
jm_CHECK_TYPE_STRUCT_TIMESPEC. Using AC_HEADER_TIME and
`AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
in autoconf whereby the expansion of the latter ended up preceding
the expansion of its prerequisite, AC_HEADER_TIME.
Reported by Volker Borchert.
|
|
2b038208
|
2000-02-05T08:10:05
|
|
.
|
|
01cafe5e
|
2000-02-03T12:20:59
|
|
(read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
rather than with `#if HAVE_UTMPNAME'.
|
|
cfa4c17c
|
2000-02-03T12:19:41
|
|
*** empty log message ***
|
|
ee586526
|
2000-02-03T12:19:05
|
|
(jm_PREREQ_READUTMP): Check for utmpxname.
|
|
3ea21451
|
2000-02-02T22:17:51
|
|
*** empty log message ***
|
|
d5271a7e
|
2000-02-02T22:17:35
|
|
(jm_PREREQ_ADDEXT): Fix typo that resulted in no
definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
|
|
54e6da3d
|
2000-02-01T16:23:30
|
|
(UT_USER): Add parens. From Andreas Schwab.
|
|
1b9b4205
|
2000-01-31T22:42:59
|
|
*** empty log message ***
|
|
773ab3e8
|
2000-01-31T22:39:54
|
|
(jm_CHECK_DECLS): Add nanosleep to the list of
functions. Add the time.h and sys/time.h headers along with the
AC_REQUIRE'ment of AC_HEADER_TIME.
|
|
a3f7fe07
|
2000-01-31T22:38:04
|
|
(nanosleep): Guard declaration with `#if ! HAVE_DECL_NANOSLEEP'.
|
|
f0fcee86
|
2000-01-31T08:42:45
|
|
fix typo. sheesh
|
|
605fd057
|
2000-01-31T08:36:51
|
|
*** empty log message ***
|
|
5cc360e5
|
2000-01-31T08:27:58
|
|
*** empty log message ***
|
|
017cf285
|
2000-01-31T08:27:51
|
|
(ISASCII): Add #undef and move definition to follow
inclusion of wctype.h to work around solaris2.6 namespace pollution.
(ISPRINT): Likewise.
|
|
c599b80e
|
2000-01-30T21:19:00
|
|
use double parens on AC_CHECK_MEMBERS
|
|
0dfe7113
|
2000-01-30T16:48:25
|
|
*** empty log message ***
|
|
54e05e72
|
2000-01-30T16:48:19
|
|
Clean up some kludgy old shadow password tests.
|
|
5a6cbba8
|
2000-01-30T16:47:31
|
|
(utmp_includes): Define.
Check for ut_user and ut_name members in both struct utmpx
and struct utmp.
|
|
63258a53
|
2000-01-30T16:45:17
|
|
redo it on per-header basis
|
|
b9b388dd
|
2000-01-30T16:41:30
|
|
*** empty log message ***
|
|
226d6300
|
2000-01-30T16:41:25
|
|
(extract_trimmed_name): Use UT_USER instead of hard-coding
uses of ->ut_name. The latter doesn't work with new Linux header files
where only utmpx.ut_user is declared.
|
|
82ba66a9
|
2000-01-30T16:39:08
|
|
(UT_USER): Define. Accessor macro for the member named ut_user or ut_name.
|