kc3-lang/gnulib

Branch :


Log

Author Commit Date CI Message
759d47c5 1999-09-17 21:45:53 *** empty log message ***
38318efa 1999-09-17 21:45:48 (AC_REPLACE_FUNCS): Add strdup. Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3 due to missing strdup (against sh-utils-2.0).
55123888 1999-09-05 06:56:50 (ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3. Use EINVAL instead.
ef4494f3 1999-09-04 20:27:03 tweak comment
5249a0d1 1999-09-02 21:23:01 (xalloc_fail_func): Use `PARAMS'. (xstrdup): Add protoype.
085991fd 1999-09-01 13:16:46 (version_etc_copyright): Declare it.
b2dc4ba8 1999-09-01 13:15:11 (version_etc_copyright): Default copyright string. (version_etc): Use it.
501a5df5 1999-09-01 13:09:19 (xalloc_fail_func): Use `PARAMS'.
f5f5d085 1999-08-30 14:34:09 .
e904f0ec 1999-08-30 14:33:39 .
3f220733 1999-08-30 14:30:28 .
1aabd5b6 1999-08-29 21:13:46 .
6ee27dde 1999-08-29 20:40:15 *** empty log message ***
b8967fcf 1999-08-29 20:40:00 Require jm_BISON.
7d4daee6 1999-08-29 20:38:11 [emacs]: Handle character classes for multibyte chars: (ISBLANK, ISGRAPH, ISPRINT, ISALNUM, ISALPHA, ISLOWER) (ISPUNCT, ISSPACE, ISUPPER): New definitions for emacs only. (ISWORD): New macro. (re_opcode_t): Add 2 bytes of flag bits to charset and charset_not. (CHARSET_RANGE_TABLE): Update definition. (CHARSET_RANGE_TABLE_BITS): New macro. (print_partial_compiled_pattern): Skip charset's range table. (struct range_table_work_area): New field `bits'. (SET_RANGE_TABLE_WORK_AREA_BIT): New macro. (BIT_ALNUM, BIT_ALPHA, BIT_WORD, BIT_GRAPH, BIT_LOWER, BIT_PRINT) (BIT_PUNCT, BIT_SPACE, BIT_UPPER): New macros. (CLEAR_RANGE_TABLE_WORK_USED): Clear field `bits'. (RANGE_TABLE_WORK_BITS): New macro. (IS_CHAR_CLASS): Check for "word". (regex_compile): Set the `bits' field for some character classes. Handle the `word' class. Store the `bits' field into the range table. (re_compile_fastmap): Handle flag bits in range table. (re_match_2_internal): For charset and charset_not, handle flag bits in the range table.
6ea4256f 1999-08-29 20:35:16 *** empty log message ***
8a62daba 1999-08-29 14:55:24 (relative_time_table): Change `type' of `THIS' from tMINUTE_UNIT to tUNUMBER. From Urs Thuermann.
38b658cb 1999-08-29 12:55:35 (get_date): Rename latter local `tm' to probe_tm.
00869359 1999-08-29 12:28:56 (get_date): Rename outermost local `probe' to `quarter'.
c6cb26ec 1999-08-29 07:29:51 Add copyright notice. (number): Handle `Nov 11 1996' example; see Risks Digest 20.55 http://catless.ncl.ac.uk/Risks/20.55.html#subj18 (1999-08-27) (<stdio.h>): Include only if testing. (ISUPPER): Remove. (ISLOWER, PC): New macros. (<string.h>): Include if HAVE_STRING_H, not USG. (bcopy): Remove. (yymaxdepth, ..., yycheck): Don't bother to redefine, since we assume bison. (EPOCH_YEAR): Renamed from EPOCH. (table): Renamed from TABLE. (meridian): Now an anonymous enum. (struct parser_control): New type. (YYLEX_PARAM, YYPARSE_PARAM, YYSTYPE): New macros. (yyInput, ..., yyRelYear): Migrated into struct parser_control. (%pure_parser): Added, so that the parser is pure. (%union): Removed; the type is now just plain int. All %type directives removed. (tLOCAL_ZONE): New %token. (month_day_table): Renamed from MonthDayTable. (gmtime, localtime, mktime, time): Declare only if not defined. (meridian_table): New table. (dst_table): New table. (units_table): renamed from UnitsTable. (relative_time_table): Renamed from OtherTable. (time_zone_table): Renamed from TimezoneTable. Modernized data. (military_table): Renamed from MilitaryTable. (to_hour): Renamed from ToHour. (to_year): Renamed from ToYear. (lookup_zone): New function. (LookupWord): Renamed from lookup_word. Use lookup_zone for time zones. (yylex): Now reentrant. All callers changed. (get_date): Add support for local time zone abbreviations. Make it reentrant.
c2f21c54 1999-08-18 07:41:39 *** empty log message ***
e604bba5 1999-08-18 07:41:27 (AC_SYS_LARGEFILE): Fix typo: missing comma in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
cd6e594f 1999-08-17 08:00:19 .
064b3c31 1999-08-17 07:46:10 .
d991f31c 1999-08-14 15:37:41 .
5c363a56 1999-08-10 11:00:12 (ARGMATCH_QUOTING_STYLE): Change from escape_quoting_style to locale_quoting_style. (argmatch_invalid): Use new quotearg_style primitive for simplicity. Also, use ARGMATCH_QUOTING_STYLE to quote, instead of quoting ourselves.
cbc709a9 1999-08-10 10:58:01 (locale_quoting_style): New enum value. (quotearg_n_style, quotearg_style): New decls.
66bec62b 1999-08-10 10:50:18 Include <libintl.h> if ENABLE_NLS. (_): New macro. (quoting_style_args, quoting_style_v, quotearg_buffer): Add support for locale_quoting_style, using _("`") and _("'") for open and close quote symbols. Do not quote spaces in escape_quoting_style. (quotearg_n_style, quotearg_style): New functions.
9142a5a2 1999-08-08 10:18:36 .
14e721e5 1999-08-08 10:16:53 fix typo
d9bc7df3 1999-08-08 10:12:55 update prototype
8e2cc070 1999-08-08 10:12:43 (savedir): Change type of name_size parameter to off_t.
30b5040b 1999-08-07 09:59:51 .
70686f64 1999-08-07 09:50:34 (OtherTable[]): Use tDAY_UNIT for `tomorrow,' `yesterday,' `today,' and `now' rather than tMINUTE_UNIT. Of course with correspondingly smaller numbers for tomorrow and yesterday. This change does not change the way the code works, since the grammar rules for the two symbols are analogous.
ff21aafc 1999-08-05 11:19:54 *** empty log message ***
a5bf0f66 1999-08-05 11:18:39 Rename test file from conftestdata to conftest.data to avoid conflicts with `conftest' on 8+3 filesystems. Suggestion from Eli Zaretskii.
2f51e655 1999-08-04 08:13:33 *** empty log message ***
fd7323d2 1999-08-04 08:10:17 (AM_FUNC_GETLINE): Run this test. (AC_CHECK_FUNCS): Check for getdelim.
1c5bb43e 1999-08-02 08:34:49 *** empty log message ***
0a23abf6 1999-08-02 08:34:39 Add a comment.
74580dcc 1999-08-01 10:13:13 .
5f658522 1999-08-01 10:09:46 .
eb8d9f89 1999-08-01 10:01:27 .
8319cf42 1999-08-01 09:59:51 *** empty log message ***
2ad45ed8 1999-08-01 09:59:45 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
fd15266b 1999-08-01 09:44:42 *** empty log message ***
8db31b92 1999-08-01 09:33:53 *** empty log message ***
4e80d223 1999-08-01 09:33:49 *** empty log message ***
94d1029d 1999-08-01 09:32:29 *** empty log message ***
a8bebfc0 1999-08-01 09:22:38 New file, which is a preview of what should appear in the next public autoconf release.
ad813425 1999-08-01 09:05:29 *** empty log message ***
59485dfa 1999-08-01 09:05:17 (jm_AC_PREREQ_XSTRTOUMAX): Check whether <inttypes.h> defines strtoumax as a macro (and not as a function).
af29d1b9 1999-08-01 08:59:46 New file. It contains the old contents of lfs.m4, except that all names with prefix AC_LFS have been changed to use the prefix AC_SYS_LARGEFILE instead, to be compatible with future autoconf versions. Also, some minor m4 quoting problems have been fixed.
c720821f 1999-08-01 08:47:11 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure that we can shift, multiply and divide unsigned long long values; Ultrix cc can't do it.
c98ddf8f 1999-08-01 07:59:08 *** empty log message ***
2e7840e9 1999-08-01 07:58:44 (AM_WITH_NLS): Remove unnecessary lines. Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl. (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting, and simplify the shell code.
3c3d25cd 1999-08-01 07:44:39 (quotearg_buffer): Don't quote spaces if C quoting style.
13413b31 1999-07-30 21:15:01 .
89422833 1999-07-30 21:15:01 .
d59ff2bd 1999-07-30 19:29:27 Include <sys/types.h> now that linebuffer.h uses size_t. This is required on at least SunOS4. From Kaveh Ghazi.
c6a5094f 1999-07-26 06:52:28 *** empty log message ***
12c637b4 1999-07-20 18:52:05 update comments
34bd051e 1999-07-20 18:41:58 (translate_040_to_space) [MOUNTED_GETMNTENT1]: New function. (read_filesystem_list) [MOUNTED_GETMNTENT1]: Use it.
d95b8a6b 1999-07-20 17:06:53 *** empty log message ***
a9b6bc1b 1999-07-20 17:06:50 (AC_REPLACE_FUNCS): Add memmove.
9aed1cf1 1999-07-18 11:21:58 .
0a0f3598 1999-07-15 16:16:24 (noinst_HEADERS): Add getpagesize.h.
3dba1682 1999-07-15 09:31:44 .
d1d0f73f 1999-07-15 09:31:34 *** empty log message ***
7c3f67c8 1999-07-15 09:11:24 *** empty log message ***
8387f58f 1999-07-15 09:11:13 (AC_CHECK_FUNCS): Check for getpagesize.
eab7ca83 1999-07-15 07:50:06 (get_fs_usage) [STATFS_TRUNCATES_BLOCK_COUNTS]: Work around SunOS botch also when block size is different from 1k.
d929a80e 1999-07-10 16:40:33 *** empty log message ***
c966cc7a 1999-07-10 16:40:16 cpp indent and split a long line
41868d18 1999-07-10 16:36:56 use a space, not TAB after #define
906522d1 1999-07-10 16:36:11 cpp indent
7f77fb01 1999-07-10 07:17:02 .
f60f9281 1999-07-04 10:40:04 [!defined strtoumax]: Declare strtoumax.
8b13b403 1999-07-04 10:38:37 .
9d80c0d4 1999-07-04 10:31:01 (readline): Leave room for an extra byte after the newline; comm needs this for memcoll.
17448795 1999-07-04 10:08:56 [struct linebuffer] (size): Declare to be of type size_t, not long. [struct linebuffer] (length): Likewise.
ade79def 1999-07-04 10:06:42 (readline): Append trailing newline to line.
c1a9d5a3 1999-07-04 09:37:57 .
e389e12a 1999-07-04 08:47:49 (enum human_inexact_style): New enum. (human_readable_inexact): New decl.
f1d77440 1999-07-04 08:47:28 (human_readable): New function. (human_readable_inexact): Renamed from human_readable, with new arg INEXACT_STYLE. Add support for ceiling and floor.
e911cfd7 1999-07-04 08:34:31 (__strtol): Remove decl; it doesn't work if __strtol expands to a macro, which occurs in HP-UX 10.20 with strtoumax. (strtol, strtoul): New decls (for pre-ANSI hosts), to replace the above decl.
feb5808b 1999-05-23 21:06:36 .
25ee20d5 1999-05-23 20:44:48 .
4099aee5 1999-05-23 20:40:59 (libfu_a_SOURCES): Add same.c. (noinst_HEADERS): Add same.h.
5052916e 1999-05-23 19:43:10 *** empty log message ***
1fe04cba 1999-05-23 19:42:59 New file (function extracted from ln.c).
3585b902 1999-05-22 22:02:00 *** empty log message ***
4d271f32 1999-05-22 22:00:42 (AC_REPLACE_FUNCS): Add memchr.
a6548b0a 1999-05-22 04:24:10 .
85023021 1999-05-21 20:47:18 remove trailing newline
7ccaddd8 1999-05-20 20:12:17 .
2420817e 1999-05-20 20:12:12 [AC_SEARCH_LIBS]: Quote name in undefine. Add a colon after each `then' in case $4 is empty.
e850d55e 1999-05-20 03:49:25 add the comment to go with last change
85a3961e 1999-05-20 03:47:24 (get_date): Let mktime deduce tm_isdst if we have an absolute timestamp, or if the relative timestamp mentions days, months, or years.
615e02f2 1999-05-17 13:03:46 (human_readable): Allow from_block_size to be zero.