From: Bruno Haible Date: Mon, 17 Jan 2005 11:32:30 +0000 (+0000) Subject: Comment. X-Git-Tag: v0.14.2~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f3e43c1ad8ef1e3471e527b8d7392e9c812942e;p=thirdparty%2Fgettext.git Comment. --- diff --git a/gettext-tools/src/x-lisp.c b/gettext-tools/src/x-lisp.c index c3c8a556b..e3a78859d 100644 --- a/gettext-tools/src/x-lisp.c +++ b/gettext-tools/src/x-lisp.c @@ -1,5 +1,5 @@ /* xgettext Lisp backend. - Copyright (C) 2001-2003 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc. This file was written by Bruno Haible , 2001. @@ -590,7 +590,7 @@ is_potential_number (const struct token *tp, int *basep) return true; } -/* A number is one integer, ratio, float. Each has a particular syntax. +/* A number is one of integer, ratio, float. Each has a particular syntax. See CLHS 2.3.1 "Numbers as Tokens". But note a mistake: The exponent rule should read: exponent ::= exponent-marker [sign] {decimal-digit}+ diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index 229589367..f4480108e 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -113,6 +113,7 @@ EXTRA_DIST += $(TESTS) \ XGETTEXT = ../src/xgettext # For debugging memory leaks and memory allocation bugs. +# You should build with --disable-shared when using valgrind. CHECKER = #CHECKER = valgrind --tool=memcheck --suppressions=$(srcdir)/../lib/allocsa.valgrind --num-callers=20 --leak-check=yes --leak-resolution=high --show-reachable=yes #CHECKER = valgrind --tool=massif --format=html --depth=10 --alloc-fn=xmalloc --alloc-fn=xrealloc --stacks=no