2002-10-10 |
Paul Eggert | Portability fixes for bitsets; this also avoids several...
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | Include bitset.h, not bbitset.h.
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | Include <stddef.h>, for offsetof.
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | (ebitset_bytes): Adjust to new, unique names for structures.
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | enum -> enum_
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | (bitsetv_alloc): Return a size that is aligned properly...
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | (bitset_stats_bytes): Adjust to new, unique names for...
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | (struct bitset_struct): Remove, replacing with....
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | (bitset_op4_cmp): Supply prototype decls,
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | (enum_bitset_ops, enum_bitset_type): New types.
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | Include <stddef.h>, for offsetof.
|
commit | commitdiff | tree |
2002-10-07 |
Paul Eggert | * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
|
commit | commitdiff | tree |
2002-10-07 |
Paul Eggert | Bison should now work on 64-bit hosts.
|
commit | commitdiff | tree |
2002-10-07 |
Paul Eggert | (bitset_reset): Do not assume that bitset_word is
|
commit | commitdiff | tree |
2002-10-07 |
Paul Eggert | (debug_lbitset): Do not assume that bitset_word is...
|
commit | commitdiff | tree |
2002-10-07 |
Paul Eggert | Bump to 1.50a.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | Version 1.50.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (AC_INIT): Version 1.50.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | Update and regenerate.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (reader): SHRT_MAX -> SYMBOL_NUMBER_MAX.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (SYMBOL_NUMBER_MAX): New macro.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that...
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (AM_CFLAGS): Renamed from CFLAGS.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (AM_CFLAGS): Renamed from CFLAGS.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (Braces parsing): Use grep, not fgrep, as POSIX 1003...
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | Minor spelling, grammar, and white space fixes.
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | More fixes for 64-bit hosts and large bitsets.
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (lbitset_bytes): Use size_t, not unsigned int, to count...
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (lbitset_size, lbitset_list, lbitset_list_merge):
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (ebitset_bytes): Use size_t, not unsigned int, to count...
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (ebitset_size, ebitset_list, ebitset_list_reverse):
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (bitsetv_alloc, bitsetv_create):
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (bitsetv_alloc, bitsetv_create, bitsetv_free,
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (bitsetv_matrix_dump):
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (bitset_stats_bytes): Use size_t, not unsigned int...
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (bitset_stats_size, bitset_stats_list,
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (bitset_iterator.num, bitset_iterator.i, bitset_first...
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (struct bitset_vtable.size, struct bitset_vtable.count,
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (abitset_bytes): Use size_t, not unsigned int, to count...
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (struct abitset_struct.n_bits, abitset_small_list,...
|
commit | commitdiff | tree |
2002-09-07 |
Paul Eggert | 2002-09-06 Paul Eggert <eggert@twinsun.com> 2002-09-06 Paul Eggert <eggert@twinsun.com>
|
commit | commitdiff | tree |
2002-09-07 |
Paul Eggert | (Conditions): Say that the exceptions apply only to...
|
commit | commitdiff | tree |
2002-09-07 |
Paul Eggert | data/yacc.c: Move the GPL exception comment from c...
|
commit | commitdiff | tree |
2002-09-07 |
Paul Eggert | (b4_copyright): Move the GPL exception comment from...
|
commit | commitdiff | tree |
2002-08-30 |
Paul Eggert | Add "Java, Fortran, etc." Mention the already-existing...
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | No longer needed, since we're not using the stage stuff.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Version 1.49b.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | * Makefile.am (SUBDIRS): Remove intl.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Regenerate.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Add pt_BR.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Fix comment about `$$ = $1': it can copy garbage.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Add Paul Hilfinger.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (AT_INCREASE_DATA_SIZE): New macro.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (AC_SYNCLINES_COMPILE): Accept any nonzero
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Do not use 'cc -c input.c -o input';
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (yylex): Do not pass signed char to isupper; it's not...
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (EXTRA_DIST): Avoid +=, a GNU make extension.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (table_grow, pack_vector): Wrap strings in _() if
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (alloca): Use same pattern as ../lib/error.c.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (symbol_get): Don't cast LHS of an assignment;
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Wrap strings in _() if they need translation.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (relation_transpose): Wrap strings in _() if they need...
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Fix spelling in comment.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Cast result of bindtextdomain and textdomain
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (lookaheads_print): Wrap strings in _() if they need...
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (injections_compute): Wrap strings in _() if
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (grammar_dump): Wrap strings in _() if they need translation.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (compute_header_macro): Remove; unused.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (strerror_r): Remove decl; not needed.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (print_closure, set_firsts, closure): Wrap strings...
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (assoc_to_string): Wrap strings in _() if they need...
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (INCLUDES): Do not include from the intl directory...
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (state_list_append, new_itemsets, get_state, append_states...
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Update translations from Translation Project.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Add src/assoc.c, src/closure.c, src/gram.c,
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | New files from gettext-0.11.5.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Sync with gettext (comment change only).
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Sync with fileutils.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Sync with diffutils.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (EXTRA_DIST): Remove codeset.m4,
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (lbitset_set, lbitset_reset): Do not assume that
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (ebitset_set, ebitset_reset): Do not assume that bitset_word...
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (bitset_set, bitset_reset): Do not assume that bitset_word...
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Include "gettext.h".
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (BITSET_WORD_BITS): Now of type unsigned, not
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Sync with fileutils, except use
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Use GPL, not LGPL.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Sync with GNU tar.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (abitset_reverse_list, ebitset_reverse_list):
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (INCLUDES): Do not include from the intl directory...
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | New translation.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | From fileutils.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Include string.h, for strlen.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Sync with Automake 1.6.3.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | (AC_CHECK_DECLS): Add getenv, getopt.
|
commit | commitdiff | tree |
2002-08-12 |
Paul Eggert | Mention that GNU M4 is now required. Clarify what...
|
commit | commitdiff | tree |
next |