]> git.saurik.com Git - bison.git/log
bison.git
24 years ago* src/vcg.h (graph_s): color, textcolor, bordercolor are now
Akim Demaille [Mon, 10 Sep 2001 08:33:25 +0000 (08:33 +0000)] 
* src/vcg.h (graph_s): color, textcolor, bordercolor are now
enum color_e.
* src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
to `normal'.
* src/reader.c (parse_token_decl): Initialize token with tok_eof.
* src/lex.h: Adjust prototype.
(token_t): Add `tok_undef'.
* src/lex.c (struct percent_table_struct): Retval is now a token_t.
(parse_percent_token): Now returns token_t.
Add default statement in switch.
(lex): Separate `c' as an input variable, from the token_t result
part.
(unlexed): Is a token_t.

24 years ago* configure.in: Bump to 1.29a.
Akim Demaille [Mon, 10 Sep 2001 08:23:56 +0000 (08:23 +0000)] 
* configure.in: Bump to 1.29a.

24 years ago.
Akim Demaille [Fri, 7 Sep 2001 12:56:52 +0000 (12:56 +0000)] 
.

24 years agoIn config/ now.
Akim Demaille [Fri, 7 Sep 2001 12:34:16 +0000 (12:34 +0000)] 
In config/ now.

24 years agoVersion 1.29. BISON-1_29
Akim Demaille [Fri, 7 Sep 2001 12:12:30 +0000 (12:12 +0000)] 
Version 1.29.

24 years agoNewer translations.
Akim Demaille [Fri, 31 Aug 2001 14:11:48 +0000 (14:11 +0000)] 
Newer translations.

24 years agoUpdate
Marc Autret [Fri, 31 Aug 2001 00:08:57 +0000 (00:08 +0000)] 
Update

24 years agoRegen. and fix typo in configure.in.
Akim Demaille [Thu, 30 Aug 2001 15:41:41 +0000 (15:41 +0000)] 
Regen. and fix typo in configure.in.

24 years ago* tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
Akim Demaille [Thu, 30 Aug 2001 15:36:37 +0000 (15:36 +0000)] 
* tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
* m4/atconfig.m4: Remove.
* tests/testsuite.at, tests/atlocal.in, tests/output.at,
* tests/bison: New.
* tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
m4_if, m4_patsubst, and m4_regexp.
* tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
`input' file instead of echo.

24 years agoBump to 1.28e.
Akim Demaille [Wed, 29 Aug 2001 12:54:26 +0000 (12:54 +0000)] 
Bump to 1.28e.

24 years agoVersion 1.28d. BISON-1_28d
Akim Demaille [Wed, 29 Aug 2001 12:32:10 +0000 (12:32 +0000)] 
Version 1.28d.

24 years ago* src/bison.simple (yyparse): Don't take the address of an
Robert Anisko [Wed, 29 Aug 2001 12:21:38 +0000 (12:21 +0000)] 
* src/bison.simple (yyparse): Don't take the address of an
item before the start of an array, as that doesn't conform to
the C Standard.

24 years ago* doc/bison.texinfo (Location Tracking Calc): New node.
Akim Demaille [Wed, 29 Aug 2001 12:16:04 +0000 (12:16 +0000)] 
* doc/bison.texinfo (Location Tracking Calc): New node.

24 years ago* src/output.c (output): Do not define const, as this now
Robert Anisko [Wed, 29 Aug 2001 12:13:03 +0000 (12:13 +0000)] 
* src/output.c (output): Do not define const, as this now
causes more problems than it cures.

24 years agoMore ignores.
Akim Demaille [Wed, 29 Aug 2001 12:08:41 +0000 (12:08 +0000)] 
More ignores.

24 years ago* doc/bison.texinfo: Modernize `@node' and `@top' use: just name
Akim Demaille [Wed, 29 Aug 2001 12:07:46 +0000 (12:07 +0000)] 
* doc/bison.texinfo: Modernize `@node' and `@top' use: just name
the nodes.
Be sure to tag the `detailmenu'.

24 years agoUpdate.
Akim Demaille [Wed, 29 Aug 2001 10:46:39 +0000 (10:46 +0000)] 
Update.

24 years ago* Makefile.maint (do-po-update): Wget refuses to overwrite files:
Akim Demaille [Wed, 29 Aug 2001 10:46:17 +0000 (10:46 +0000)] 
* Makefile.maint (do-po-update): Wget refuses to overwrite files:
download in a tmp dir.

24 years ago* config/depcomp: New file.
Marc Autret [Tue, 28 Aug 2001 16:25:45 +0000 (16:25 +0000)] 
* config/depcomp: New file.

24 years ago* doc/bison.1 (mandoc): Adjust.
Marc Autret [Tue, 28 Aug 2001 13:58:27 +0000 (13:58 +0000)] 
* doc/bison.1 (mandoc): Adjust.
From Juan Manuel Guerrero.

24 years ago* src/print_graph.c (print_state): Fix.
Marc Autret [Tue, 28 Aug 2001 11:33:36 +0000 (11:33 +0000)] 
* src/print_graph.c (print_state): Fix.

24 years ago* src/vcg.h (classname_s, infoname_s, node_s): Constify the
Marc Autret [Mon, 27 Aug 2001 22:16:23 +0000 (22:16 +0000)] 
* src/vcg.h (classname_s, infoname_s, node_s): Constify the
char * members.
Echo modifications to the functions prototypes.
* src/vcg.c (add_classname, add_infoname): Adjust arguments.

24 years ago* src/vcg.c: Include `xalloc.h'.
Marc Autret [Mon, 27 Aug 2001 12:02:47 +0000 (12:02 +0000)] 
* src/vcg.c: Include `xalloc.h'.
(add_colorentry): New.
(add_classname): New.
(add_infoname): New.
* src/vcg.h: Add new prototypes.

24 years agoRegen.
Akim Demaille [Mon, 27 Aug 2001 10:50:12 +0000 (10:50 +0000)] 
Regen.

24 years ago* Makefile.maint: Sync. again with CVS Autoconf.
Akim Demaille [Mon, 27 Aug 2001 10:44:39 +0000 (10:44 +0000)] 
* Makefile.maint: Sync. again with CVS Autoconf.

24 years agoRun update.
Akim Demaille [Mon, 27 Aug 2001 10:14:26 +0000 (10:14 +0000)] 
Run update.

24 years ago* Makefile.maint: Formatting changes.
Akim Demaille [Mon, 27 Aug 2001 10:14:05 +0000 (10:14 +0000)] 
* Makefile.maint: Formatting changes.
(po-update, cvs-update, update): New targets.
(AMTAR): Remove.

24 years ago* Makefile.am (AUTOMAKE_OPTIONS): 1.5.
Akim Demaille [Mon, 27 Aug 2001 09:33:34 +0000 (09:33 +0000)] 
* Makefile.am (AUTOMAKE_OPTIONS): 1.5.
* Makefile.maint: Sync. with CVS Autoconf.

24 years ago* src/vcg.h (struct infoname_s): New.
Marc Autret [Sun, 26 Aug 2001 23:48:50 +0000 (23:48 +0000)] 
* src/vcg.h (struct infoname_s): New.
(struct colorentry_s): New.
(graph_s): New fields {vertical,horizontal}_order in structure.
Add `infoname' field.
Add `colorentry' field;
* src/vcg_defaults.h (G_VERTICAL_ORDER): New.
(G_HORIZONTAL_ORDER): New.
(G_INFONAME): New.
(G_COLORENTRY): New.
* src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
Add output of `infoname'.
Add output of `colorentry'.

24 years ago* src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
Marc Autret [Sun, 26 Aug 2001 23:36:42 +0000 (23:36 +0000)] 
* src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
This one shadowed a global parameter.

24 years agoAdjust
Marc Autret [Sun, 26 Aug 2001 23:31:49 +0000 (23:31 +0000)] 
Adjust

24 years ago* src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
Marc Autret [Fri, 24 Aug 2001 18:47:20 +0000 (18:47 +0000)] 
* src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
instead of `unsigned'.
(print_state): Donnot call obstack_object_size () in obstack_grow ()
to avoid macro variables shadowing.

24 years ago* src/lex.c (percent_table): Typo: s/naem/name/.
Marc Autret [Fri, 24 Aug 2001 18:36:50 +0000 (18:36 +0000)] 
* src/lex.c (percent_table): Typo: s/naem/name/.
Add graph option.
Normalize new options declarations.

24 years ago* tests/suite.at: Exercise %header_extension and %source_extension.
Pascal Bart [Tue, 21 Aug 2001 07:30:37 +0000 (07:30 +0000)] 
* tests/suite.at: Exercise %header_extension and %source_extension.

24 years agoUpdate with new graph option.
Marc Autret [Thu, 16 Aug 2001 20:56:55 +0000 (20:56 +0000)] 
Update with new graph option.

24 years ago* src/reader.c (parse_dquoted_param): New.
Marc Autret [Thu, 16 Aug 2001 20:48:02 +0000 (20:48 +0000)] 
* src/reader.c (parse_dquoted_param): New.
(parse_header_extension_decl): Use it.
(parse_source_extension_decl): Likewise.

24 years ago* src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
Marc Autret [Thu, 16 Aug 2001 20:01:14 +0000 (20:01 +0000)] 
* src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
(get_xxxx_str): Use assert () instead of complain ().
Remove return invokations in default cases.
(get_decision_str): Modify default behaviour. Remove second argument.
Echo modifications on calls.
(output_graph): Fix.

24 years ago* src/getargs.c (usage): Update with ``-g, --graph''.
Marc Autret [Thu, 16 Aug 2001 18:50:04 +0000 (18:50 +0000)] 
* src/getargs.c (usage): Update with ``-g, --graph''.

24 years ago* doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
Marc Autret [Thu, 16 Aug 2001 18:29:46 +0000 (18:29 +0000)] 
* doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
(Option Cross Key): Likewise.
* doc/bison.1: Update.

24 years ago. BISON-1_28c
Akim Demaille [Wed, 15 Aug 2001 08:56:45 +0000 (08:56 +0000)] 
.

24 years ago(compute_header_macro): Unconstify the result.
Akim Demaille [Wed, 15 Aug 2001 08:53:15 +0000 (08:53 +0000)] 
(compute_header_macro): Unconstify the result.

24 years agopo/POTFILES.in: Complete it even more.
Akim Demaille [Wed, 15 Aug 2001 08:49:20 +0000 (08:49 +0000)] 
po/POTFILES.in: Complete it even more.

24 years agopo/POTFILES.in: Complete.
Akim Demaille [Wed, 15 Aug 2001 08:47:15 +0000 (08:47 +0000)] 
po/POTFILES.in: Complete.

24 years agoVersion 1.28c.
Akim Demaille [Wed, 15 Aug 2001 08:44:16 +0000 (08:44 +0000)] 
Version 1.28c.

24 years agoMore cvsignore.
Akim Demaille [Wed, 15 Aug 2001 08:43:44 +0000 (08:43 +0000)] 
More cvsignore.

24 years ago* src/reader.c (readgram): Indent output macro YYSTYPE.
Akim Demaille [Wed, 15 Aug 2001 08:40:19 +0000 (08:40 +0000)] 
* src/reader.c (readgram): Indent output macro YYSTYPE.
(packsymbols): Likewise.
(output_token_defines): Likewise.
* src/files.c: Standardize.
(compute_header_macro): New.
(defines_obstack_save): New. Use compute_header_macro.
(output_files): Update. Use defines_obstack_save.

24 years agoRegen.
Akim Demaille [Wed, 15 Aug 2001 08:38:25 +0000 (08:38 +0000)] 
Regen.

24 years agoFormatting changes.
Akim Demaille [Wed, 15 Aug 2001 08:32:42 +0000 (08:32 +0000)] 
Formatting changes.

24 years ago* doc/bison.texinfo (Table of Symbols): Document
Akim Demaille [Wed, 15 Aug 2001 08:25:10 +0000 (08:25 +0000)] 
* doc/bison.texinfo (Table of Symbols): Document
YYSTACK_USE_ALLOCA.

24 years ago* missing: Update from CVS Automake.
Akim Demaille [Wed, 15 Aug 2001 08:09:19 +0000 (08:09 +0000)] 
* missing: Update from CVS Automake.
* config/config.guess, config/config.sub, config/texinfo.tex:
Update from gnu.org.

24 years agoMakefile.maint (CVS): New var.
Akim Demaille [Wed, 15 Aug 2001 08:08:56 +0000 (08:08 +0000)] 
Makefile.maint (CVS): New var.

24 years ago* Makefile.maint: Sync with CVS Autoconf.
Akim Demaille [Wed, 15 Aug 2001 07:56:58 +0000 (07:56 +0000)] 
* Makefile.maint: Sync with CVS Autoconf.

24 years agoApply GNU Free Documentation License to manual.
Pascal Bart [Tue, 14 Aug 2001 14:13:16 +0000 (14:13 +0000)] 
Apply GNU Free Documentation License to manual.

24 years agoTurn on %{source,header}_extension features.
Marc Autret [Tue, 14 Aug 2001 11:28:48 +0000 (11:28 +0000)] 
Turn on %{source,header}_extension features.
* src/lex.c (percent_table): Un-CPP out header_extension and
source_extension.
* src/files.c (compute_exts_from_gf): Compare pointers with NULL.
(compute_exts_from_src): Remove conditions. It restores priorities
between options.

24 years ago* src/files.c (compute_base_names): Add extensions computing when
Marc Autret [Tue, 14 Aug 2001 10:38:12 +0000 (10:38 +0000)] 
* src/files.c (compute_base_names): Add extensions computing when
`--file-prefix' used.
Standardize function calls.

24 years ago* src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
Marc Autret [Mon, 13 Aug 2001 21:37:22 +0000 (21:37 +0000)] 
* src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
defining it (defined but null disables alloca).

24 years ago* src/bison.simple (_yy_memcpy): CPP reformat.
Marc Autret [Mon, 13 Aug 2001 21:10:10 +0000 (21:10 +0000)] 
* src/bison.simple (_yy_memcpy): CPP reformat.

24 years ago* tests/atconfig.in (CPPFLAGS): Fix.
Pascal Bart [Mon, 13 Aug 2001 19:30:26 +0000 (19:30 +0000)] 
* tests/atconfig.in (CPPFLAGS): Fix.

24 years agoalloca.c, alloca.h and allocate.c are really to be removed.
Akim Demaille [Mon, 13 Aug 2001 14:54:50 +0000 (14:54 +0000)] 
alloca.c, alloca.h and allocate.c are really to be removed.

24 years agoTypos and Copyright.
Akim Demaille [Mon, 13 Aug 2001 14:51:15 +0000 (14:51 +0000)] 
Typos and Copyright.

24 years agoUpdate.
Akim Demaille [Mon, 13 Aug 2001 14:49:18 +0000 (14:49 +0000)] 
Update.

24 years agoAdd unlink GPL file
Pascal Bart [Fri, 10 Aug 2001 17:32:25 +0000 (17:32 +0000)] 
Add unlink GPL file

24 years agoAdd GPL in an include file
Pascal Bart [Fri, 10 Aug 2001 17:21:49 +0000 (17:21 +0000)] 
Add GPL in an include file

24 years ago* src/print_graph.h: Fix.
Marc Autret [Fri, 10 Aug 2001 10:44:44 +0000 (10:44 +0000)] 
* src/print_graph.h: Fix.
* src/reader.c (read_declarations): Use parse_header_extension_decl ().

24 years ago* src/system.h: Provide default declarations for stpcpy, strndup,
Akim Demaille [Fri, 10 Aug 2001 09:35:50 +0000 (09:35 +0000)] 
* src/system.h: Provide default declarations for stpcpy, strndup,
and strnlen.

24 years agoRegen.
Akim Demaille [Fri, 10 Aug 2001 09:35:01 +0000 (09:35 +0000)] 
Regen.

24 years ago* doc/bison.texinfo (Locations): Update @$ stuff.
Marc Autret [Fri, 10 Aug 2001 08:40:02 +0000 (08:40 +0000)] 
* doc/bison.texinfo (Locations): Update @$ stuff.

24 years ago* doc/bison.texinfo (Locations): Update @$ stuff.
Marc Autret [Fri, 10 Aug 2001 08:16:14 +0000 (08:16 +0000)] 
* doc/bison.texinfo (Locations): Update @$ stuff.

24 years ago* doc/bison.texinfo (Locations): Update @$ stuff.
Marc Autret [Thu, 9 Aug 2001 22:35:26 +0000 (22:35 +0000)] 
* doc/bison.texinfo (Locations): Update @$ stuff.

24 years ago* src/bison.simple (YYLLOC_DEFAULT): Update.
Marc Autret [Thu, 9 Aug 2001 19:59:29 +0000 (19:59 +0000)] 
* src/bison.simple (YYLLOC_DEFAULT): Update.
(yyparse): Adjust.

24 years agoAdjust
Marc Autret [Thu, 9 Aug 2001 09:59:08 +0000 (09:59 +0000)] 
Adjust

24 years agoAdd.
Akim Demaille [Thu, 9 Aug 2001 09:59:03 +0000 (09:59 +0000)] 
Add.

24 years agoRegen.
Akim Demaille [Thu, 9 Aug 2001 09:39:49 +0000 (09:39 +0000)] 
Regen.

24 years agoUpdate.
Akim Demaille [Thu, 9 Aug 2001 06:57:09 +0000 (06:57 +0000)] 
Update.

24 years agoUpdate.
Marc Autret [Wed, 8 Aug 2001 23:16:44 +0000 (23:16 +0000)] 
Update.

24 years agodoc/bison.texinfo: Change @samp{$<@dots{}>} to @samp{$<@dots{}>@var{n}} in Section...
Marc Autret [Wed, 8 Aug 2001 21:55:36 +0000 (21:55 +0000)] 
doc/bison.texinfo: Change @samp{$<@dots{}>} to @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.

24 years agoChangeLog: Adjust.
Marc Autret [Wed, 8 Aug 2001 21:23:04 +0000 (21:23 +0000)] 
ChangeLog: Adjust.

24 years agoVCG updates
Marc Autret [Wed, 8 Aug 2001 20:31:21 +0000 (20:31 +0000)] 
VCG updates

24 years agoMore cvsignore.
Akim Demaille [Tue, 7 Aug 2001 13:06:08 +0000 (13:06 +0000)] 
More cvsignore.

24 years ago* tests/atconfig.in (CPPFLAGS): Fix.
Akim Demaille [Tue, 7 Aug 2001 13:03:20 +0000 (13:03 +0000)] 
* tests/atconfig.in (CPPFLAGS): Fix.

24 years ago* src/print_graph.c (quote): New.
Akim Demaille [Tue, 7 Aug 2001 08:18:32 +0000 (08:18 +0000)] 
* src/print_graph.c (quote): New.
(print_core): Use it.

24 years ago* src/vcg.c (complain.h): Include it.
Akim Demaille [Tue, 7 Aug 2001 07:58:43 +0000 (07:58 +0000)] 
* src/vcg.c (complain.h): Include it.
Unepitaize `return' invocations.
[NDEBUG] (main): Remove.
* src/vcg.h (node_t, edge_t, graph_t): Constify the char * memebers.
* src/files.c (open_files): Initialize graph_obstack.
* src/print_graph.c (print_actions): CPP out useless code.
(print_core): Don't output the last `n' in labels.
Use `quote'.
* src/files.c (output_files): Output the VCG file.
* src/main.c (main): Invoke print_graph ();

24 years agoPO Update.
Akim Demaille [Mon, 6 Aug 2001 10:23:28 +0000 (10:23 +0000)] 
PO Update.

24 years ago* src/print_graph.c (print_actions): CPP out useless code.
Akim Demaille [Mon, 6 Aug 2001 09:50:38 +0000 (09:50 +0000)] 
* src/print_graph.c (print_actions): CPP out useless code.
* src/vcg.c (complain.h): Include it.
Unepitaize `return' invocations.
* src/vcg.c [NDEBUG] (main): Remove.

24 years agoPO Update.
Akim Demaille [Mon, 6 Aug 2001 09:28:14 +0000 (09:28 +0000)] 
PO Update.

24 years agoAutomaton VCG graph output.
Akim Demaille [Mon, 6 Aug 2001 09:22:33 +0000 (09:22 +0000)] 
Automaton VCG graph output.
Using option ``-g'' or long option ``--graph'', you can generate
a gram_filename.vcg file containing a VCG description of the LALR (1)
automaton of your grammar.
* src/main.c: Call to print_graph() function.
* src/getargs.h: Update.
* src/getargs.c (options): Update to catch `-g' and `--graph' options.
(graph_flag): New flag.
(longopts): Update.
(getargs): Add case `g'.
* src/files.c (graph_obstack): New obstack struct.
(open_files): Initialize new obstack.
(output_files): Saves graph_obstack if required.
* src/files.h (graph_obstack): New extern declaration.
* src/Makefile.am: Add new source files.

24 years ago* src/print_graph.c, src/print_graph.h (graph): New.
Akim Demaille [Mon, 6 Aug 2001 09:05:53 +0000 (09:05 +0000)] 
* src/print_graph.c, src/print_graph.h (graph): New.
* src/vcg.h: New file.
* src/vcg.c: New file, VCG graph handling.

24 years agoAdd of %source_extension and %header_extension which specify
Akim Demaille [Mon, 6 Aug 2001 08:51:41 +0000 (08:51 +0000)] 
Add of %source_extension and %header_extension which specify
the source or/and the header output file extension.
* src/files.c (compute_base_names): Remove initialisation of
src_extension and header_extension.
(compute_exts_from_gf): Update.
(compute_exts_from_src): Update.
(output_files): Update.
* src/reader.c (parse_header_extension_decl): New.
(parse_source_extension_decl): New.
(read_declarations): New case statements for the new tokens.
* src/lex.c (percent_table): Add entries for %source_extension
and %header_extension.
* src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.

24 years ago* configure.in: Bump to 1.28c.
Akim Demaille [Mon, 6 Aug 2001 08:35:21 +0000 (08:35 +0000)] 
* configure.in: Bump to 1.28c.
* doc/bison.texinfo: Texinfo thingies.

24 years ago* tests/atconfig.in (CPPFLAGS): Add.
Akim Demaille [Sat, 4 Aug 2001 14:00:09 +0000 (14:00 +0000)] 
* tests/atconfig.in (CPPFLAGS): Add.
* tests/calc.at (AT_CHECK): Use CPPFLAGS.

24 years agoVersion 1.28b. BISON-1_28b
Akim Demaille [Fri, 3 Aug 2001 10:14:30 +0000 (10:14 +0000)] 
Version 1.28b.

24 years ago* tests/Makefile.am (check-local): Ship testsuite.
Akim Demaille [Fri, 3 Aug 2001 10:13:42 +0000 (10:13 +0000)] 
* tests/Makefile.am (check-local): Ship testsuite.
* tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
Include `string.h'.

24 years ago* configure.in: Try using -Wformat when compiling.
Akim Demaille [Fri, 3 Aug 2001 09:45:17 +0000 (09:45 +0000)] 
* configure.in: Try using -Wformat when compiling.

24 years ago* configure.in: Bump to 1.28b.
Akim Demaille [Fri, 3 Aug 2001 09:43:12 +0000 (09:43 +0000)] 
* configure.in: Bump to 1.28b.

24 years ago* src/complain.c: Adjust strerror_r portability issues.
Akim Demaille [Fri, 3 Aug 2001 09:38:03 +0000 (09:38 +0000)] 
* src/complain.c: Adjust strerror_r portability issues.

24 years agoThinko.
Akim Demaille [Fri, 3 Aug 2001 09:15:59 +0000 (09:15 +0000)] 
Thinko.

24 years agoThinko.
Akim Demaille [Fri, 3 Aug 2001 09:11:12 +0000 (09:11 +0000)] 
Thinko.

24 years agoCope with CVS weird way to report warnings.
Akim Demaille [Fri, 3 Aug 2001 09:08:49 +0000 (09:08 +0000)] 
Cope with CVS weird way to report warnings.

24 years agoUpdate PO files.
Akim Demaille [Fri, 3 Aug 2001 09:04:03 +0000 (09:04 +0000)] 
Update PO files.

24 years agoVersion 1.28a.
Akim Demaille [Fri, 3 Aug 2001 09:01:34 +0000 (09:01 +0000)] 
Version 1.28a.