gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5803 - in doodle: . m4 po src/doodle


From: gnunet
Subject: [GNUnet-SVN] r5803 - in doodle: . m4 po src/doodle
Date: Wed, 5 Dec 2007 18:33:12 -0700 (MST)

Author: grothoff
Date: 2007-12-05 18:33:11 -0700 (Wed, 05 Dec 2007)
New Revision: 5803

Modified:
   doodle/ChangeLog
   doodle/INSTALL
   doodle/configure.ac
   doodle/ltmain.sh
   doodle/m4/codeset.m4
   doodle/m4/glibc21.m4
   doodle/m4/intdiv0.m4
   doodle/m4/intmax.m4
   doodle/m4/inttypes-pri.m4
   doodle/m4/inttypes_h.m4
   doodle/m4/lcmessage.m4
   doodle/m4/longdouble.m4
   doodle/m4/longlong.m4
   doodle/m4/printf-posix.m4
   doodle/m4/size_max.m4
   doodle/m4/stdint_h.m4
   doodle/m4/uintmax_t.m4
   doodle/m4/ulonglong.m4
   doodle/m4/wchar_t.m4
   doodle/m4/wint_t.m4
   doodle/m4/xsize.m4
   doodle/po/de.po
   doodle/po/eu.po
   doodle/po/ga.po
   doodle/po/it.po
   doodle/po/nl.po
   doodle/po/sq.po
   doodle/po/sv.po
   doodle/po/vi.po
   doodle/src/doodle/semaphore.c
Log:
release

Modified: doodle/ChangeLog
===================================================================
--- doodle/ChangeLog    2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/ChangeLog    2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,3 +1,7 @@
+Wed Dec  5 18:26:24 MST 2007
+       Added "missing" include file for pthread_kill.
+       Releasing doodle 0.6.7.
+
 Tue Nov  6 12:01:10 MST 2007
        Updated Dutch translation.
 

Modified: doodle/INSTALL
===================================================================
--- doodle/INSTALL      2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/INSTALL      2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,8 +1,8 @@
 Installation Instructions
 *************************
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
-Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006 Free Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
@@ -10,7 +10,10 @@
 Basic Installation
 ==================
 
-These are generic installation instructions.
+Briefly, the shell commands `./configure; make; make install' should
+configure, build, and install this package.  The following
+more-detailed instructions are generic; see the `README' file for
+instructions specific to this package.
 
    The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -23,9 +26,9 @@
 
    It can also use an optional file (typically called `config.cache'
 and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  (Caching is
+the results of its tests to speed up reconfiguring.  Caching is
 disabled by default to prevent problems with accidental use of stale
-cache files.)
+cache files.
 
    If you need to do unusual things to compile the package, please try
 to figure out how `configure' could check whether to do them, and mail
@@ -35,20 +38,17 @@
 may remove or edit it.
 
    The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You only need
-`configure.ac' if you want to change it or regenerate `configure' using
-a newer version of `autoconf'.
+`configure' by a program called `autoconf'.  You need `configure.ac' if
+you want to change it or regenerate `configure' using a newer version
+of `autoconf'.
 
 The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
-     `./configure' to configure the package for your system.  If you're
-     using `csh' on an old version of System V, you might need to type
-     `sh ./configure' instead to prevent `csh' from trying to execute
-     `configure' itself.
+     `./configure' to configure the package for your system.
 
-     Running `configure' takes awhile.  While running, it prints some
-     messages telling which features it is checking for.
+     Running `configure' might take a while.  While running, it prints
+     some messages telling which features it is checking for.
 
   2. Type `make' to compile the package.
 
@@ -78,7 +78,7 @@
 by setting variables in the command line or in the environment.  Here
 is an example:
 
-     ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
+     ./configure CC=c99 CFLAGS=-g LIBS=-lposix
 
    *Note Defining Variables::, for more details.
 
@@ -87,17 +87,15 @@
 
 You can compile the package for more than one kind of computer at the
 same time, by placing the object files for each architecture in their
-own directory.  To do this, you must use a version of `make' that
-supports the `VPATH' variable, such as GNU `make'.  `cd' to the
+own directory.  To do this, you can use GNU `make'.  `cd' to the
 directory where you want the object files and executables to go and run
 the `configure' script.  `configure' automatically checks for the
 source code in the directory that `configure' is in and in `..'.
 
-   If you have to use a `make' that does not support the `VPATH'
-variable, you have to compile the package for one architecture at a
-time in the source code directory.  After you have installed the
-package for one architecture, use `make distclean' before reconfiguring
-for another architecture.
+   With a non-GNU `make', it is safer to compile the package for one
+architecture at a time in the source code directory.  After you have
+installed the package for one architecture, use `make distclean' before
+reconfiguring for another architecture.
 
 Installation Names
 ==================
@@ -190,12 +188,12 @@
      ./configure CC=/usr/local2/bin/gcc
 
 causes the specified `gcc' to be used as the C compiler (unless it is
-overridden in the site shell script).  Here is a another example:
+overridden in the site shell script).
 
-     /bin/bash ./configure CONFIG_SHELL=/bin/bash
+Unfortunately, this technique does not work for `CONFIG_SHELL' due to
+an Autoconf bug.  Until the bug is fixed you can use this workaround:
 
-Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
-configuration-related scripts to be executed by `/bin/bash'.
+     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
 
 `configure' Invocation
 ======================

Modified: doodle/configure.ac
===================================================================
--- doodle/configure.ac 2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/configure.ac 2007-12-06 01:33:11 UTC (rev 5803)
@@ -21,8 +21,8 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([doodle], [0.6.6],address@hidden)
-AM_INIT_AUTOMAKE([doodle], [0.6.6])
+AC_INIT([doodle], [0.6.7],address@hidden)
+AM_INIT_AUTOMAKE([doodle], [0.6.7])
 AM_CONFIG_HEADER([config.h])
 
 # Hack for automake 1.10
@@ -33,6 +33,7 @@
 # Checks for programs.
 AC_PROG_AWK
 AC_PROG_CC
+AM_PROG_CC_C_O
 AC_PROG_CPP
 AC_PROG_INSTALL
 AC_PROG_LN_S

Modified: doodle/ltmain.sh
===================================================================
--- doodle/ltmain.sh    2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/ltmain.sh    2007-12-06 01:33:11 UTC (rev 5803)
@@ -43,7 +43,7 @@
 
 PROGRAM=ltmain.sh
 PACKAGE=libtool
-VERSION=1.5.22
+VERSION="1.5.22 Debian 1.5.22-4"
 TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)"
 
 # See if we are running on zsh, and set the options which allow our
@@ -2082,7 +2082,10 @@
        case $pass in
        dlopen) libs="$dlfiles" ;;
        dlpreopen) libs="$dlprefiles" ;;
-       link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
+       link)
+         libs="$deplibs %DEPLIBS%"
+         test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
+         ;;
        esac
       fi
       if test "$pass" = dlopen; then
@@ -3201,6 +3204,11 @@
            age="$number_minor"
            revision="$number_minor"
            ;;
+         *)
+           $echo "$modename: unknown library version type \`$version_type'" 
1>&2
+           $echo "Fatal configuration error.  See the $PACKAGE docs for more 
information." 1>&2
+           exit $EXIT_FAILURE
+           ;;
          esac
          ;;
        no)

Modified: doodle/m4/codeset.m4
===================================================================
--- doodle/m4/codeset.m4        2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/codeset.m4        2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,10 +1,8 @@
-# codeset.m4 serial AM1 (gettext-0.10.40)
-dnl Copyright (C) 2000-2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+# codeset.m4 serial 2 (gettext-0.16)
+dnl Copyright (C) 2000-2002, 2006 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Bruno Haible.
 
@@ -12,7 +10,7 @@
 [
   AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset,
     [AC_TRY_LINK([#include <langinfo.h>],
-      [char* cs = nl_langinfo(CODESET);],
+      [char* cs = nl_langinfo(CODESET); return !cs;],
       am_cv_langinfo_codeset=yes,
       am_cv_langinfo_codeset=no)
     ])

Modified: doodle/m4/glibc21.m4
===================================================================
--- doodle/m4/glibc21.m4        2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/glibc21.m4        2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,15 +1,13 @@
-# glibc21.m4 serial 2 (fileutils-4.1.3, gettext-0.10.40)
-dnl Copyright (C) 2000-2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+# glibc21.m4 serial 3
+dnl Copyright (C) 2000-2002, 2004 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 # Test for the GNU C Library, version 2.1 or newer.
 # From Bruno Haible.
 
-AC_DEFUN([jm_GLIBC21],
+AC_DEFUN([gl_GLIBC21],
   [
     AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer,
       ac_cv_gnu_library_2_1,

Modified: doodle/m4/intdiv0.m4
===================================================================
--- doodle/m4/intdiv0.m4        2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/intdiv0.m4        2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,10 +1,8 @@
 # intdiv0.m4 serial 1 (gettext-0.11.3)
 dnl Copyright (C) 2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Bruno Haible.
 

Modified: doodle/m4/intmax.m4
===================================================================
--- doodle/m4/intmax.m4 2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/intmax.m4 2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,10 +1,8 @@
-# intmax.m4 serial 1 (gettext-0.12)
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+# intmax.m4 serial 3 (gettext-0.16)
+dnl Copyright (C) 2002-2005 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Bruno Haible.
 dnl Test whether the system has the 'intmax_t' type, but don't attempt to
@@ -12,11 +10,11 @@
 
 AC_DEFUN([gt_TYPE_INTMAX_T],
 [
-  AC_REQUIRE([jm_AC_HEADER_INTTYPES_H])
-  AC_REQUIRE([jm_AC_HEADER_STDINT_H])
+  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
+  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
   AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t,
     [AC_TRY_COMPILE([
-#include <stddef.h> 
+#include <stddef.h>
 #include <stdlib.h>
 #if HAVE_STDINT_H_WITH_UINTMAX
 #include <stdint.h>
@@ -24,7 +22,10 @@
 #if HAVE_INTTYPES_H_WITH_UINTMAX
 #include <inttypes.h>
 #endif
-], [intmax_t x = -1;], gt_cv_c_intmax_t=yes, gt_cv_c_intmax_t=no)])
+],     [intmax_t x = -1;
+        return !x;],
+       gt_cv_c_intmax_t=yes,
+       gt_cv_c_intmax_t=no)])
   if test $gt_cv_c_intmax_t = yes; then
     AC_DEFINE(HAVE_INTMAX_T, 1,
       [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])

Modified: doodle/m4/inttypes-pri.m4
===================================================================
--- doodle/m4/inttypes-pri.m4   2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/inttypes-pri.m4   2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,20 +1,20 @@
-# inttypes-pri.m4 serial 1 (gettext-0.11.4)
-dnl Copyright (C) 1997-2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+# inttypes-pri.m4 serial 4 (gettext-0.16)
+dnl Copyright (C) 1997-2002, 2006 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Bruno Haible.
 
+AC_PREREQ(2.52)
+
 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI*
 # macros to non-string values.  This is the case on AIX 4.3.3.
 
 AC_DEFUN([gt_INTTYPES_PRI],
 [
-  AC_REQUIRE([gt_HEADER_INTTYPES_H])
-  if test $gt_cv_header_inttypes_h = yes; then
+  AC_CHECK_HEADERS([inttypes.h])
+  if test $ac_cv_header_inttypes_h = yes; then
     AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken],
       gt_cv_inttypes_pri_broken,
       [
@@ -28,5 +28,9 @@
   if test "$gt_cv_inttypes_pri_broken" = yes; then
     AC_DEFINE_UNQUOTED(PRI_MACROS_BROKEN, 1,
       [Define if <inttypes.h> exists and defines unusable PRI* macros.])
+    PRI_MACROS_BROKEN=1
+  else
+    PRI_MACROS_BROKEN=0
   fi
+  AC_SUBST([PRI_MACROS_BROKEN])
 ])

Modified: doodle/m4/inttypes_h.m4
===================================================================
--- doodle/m4/inttypes_h.m4     2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/inttypes_h.m4     2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,26 +1,24 @@
-# inttypes_h.m4 serial 5 (gettext-0.12)
-dnl Copyright (C) 1997-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+# inttypes_h.m4 serial 7
+dnl Copyright (C) 1997-2004, 2006 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Paul Eggert.
 
 # Define HAVE_INTTYPES_H_WITH_UINTMAX if <inttypes.h> exists,
 # doesn't clash with <sys/types.h>, and declares uintmax_t.
 
-AC_DEFUN([jm_AC_HEADER_INTTYPES_H],
+AC_DEFUN([gl_AC_HEADER_INTTYPES_H],
 [
-  AC_CACHE_CHECK([for inttypes.h], jm_ac_cv_header_inttypes_h,
+  AC_CACHE_CHECK([for inttypes.h], gl_cv_header_inttypes_h,
   [AC_TRY_COMPILE(
     [#include <sys/types.h>
 #include <inttypes.h>],
-    [uintmax_t i = (uintmax_t) -1;],
-    jm_ac_cv_header_inttypes_h=yes,
-    jm_ac_cv_header_inttypes_h=no)])
-  if test $jm_ac_cv_header_inttypes_h = yes; then
+    [uintmax_t i = (uintmax_t) -1; return !i;],
+    gl_cv_header_inttypes_h=yes,
+    gl_cv_header_inttypes_h=no)])
+  if test $gl_cv_header_inttypes_h = yes; then
     AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H_WITH_UINTMAX, 1,
       [Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
        and declares uintmax_t. ])

Modified: doodle/m4/lcmessage.m4
===================================================================
--- doodle/m4/lcmessage.m4      2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/lcmessage.m4      2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,10 +1,8 @@
-# lcmessage.m4 serial 3 (gettext-0.11.3)
-dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+# lcmessage.m4 serial 4 (gettext-0.14.2)
+dnl Copyright (C) 1995-2002, 2004-2005 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 dnl
 dnl This file can can be used in projects which are not available under
 dnl the GNU General Public License or the GNU Library General Public
@@ -20,12 +18,12 @@
 
 # Check whether LC_MESSAGES is available in <locale.h>.
 
-AC_DEFUN([AM_LC_MESSAGES],
+AC_DEFUN([gt_LC_MESSAGES],
 [
-  AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
+  AC_CACHE_CHECK([for LC_MESSAGES], gt_cv_val_LC_MESSAGES,
     [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
-       am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
-  if test $am_cv_val_LC_MESSAGES = yes; then
+       gt_cv_val_LC_MESSAGES=yes, gt_cv_val_LC_MESSAGES=no)])
+  if test $gt_cv_val_LC_MESSAGES = yes; then
     AC_DEFINE(HAVE_LC_MESSAGES, 1,
       [Define if your <locale.h> file defines LC_MESSAGES.])
   fi

Modified: doodle/m4/longdouble.m4
===================================================================
--- doodle/m4/longdouble.m4     2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/longdouble.m4     2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,15 +1,16 @@
-# longdouble.m4 serial 1 (gettext-0.12)
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+# longdouble.m4 serial 2 (gettext-0.15)
+dnl Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Bruno Haible.
 dnl Test whether the compiler supports the 'long double' type.
 dnl Prerequisite: AC_PROG_CC
 
+dnl This file is only needed in autoconf <= 2.59.  Newer versions of autoconf
+dnl have a macro AC_TYPE_LONG_DOUBLE with identical semantics.
+
 AC_DEFUN([gt_TYPE_LONGDOUBLE],
 [
   AC_CACHE_CHECK([for long double], gt_cv_c_long_double,

Modified: doodle/m4/longlong.m4
===================================================================
--- doodle/m4/longlong.m4       2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/longlong.m4       2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,23 +1,46 @@
-# longlong.m4 serial 4
-dnl Copyright (C) 1999-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+# longlong.m4 serial 8
+dnl Copyright (C) 1999-2006 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Paul Eggert.
 
-# Define HAVE_LONG_LONG if 'long long' works.
+# Define HAVE_LONG_LONG_INT if 'long long int' works.
+# This fixes a bug in Autoconf 2.60, but can be removed once we
+# assume 2.61 everywhere.
 
-AC_DEFUN([jm_AC_TYPE_LONG_LONG],
+# Note: If the type 'long long int' exists but is only 32 bits large
+# (as on some very old compilers), AC_TYPE_LONG_LONG_INT will not be
+# defined. In this case you can treat 'long long int' like 'long int'.
+
+AC_DEFUN([AC_TYPE_LONG_LONG_INT],
 [
-  AC_CACHE_CHECK([for long long], ac_cv_type_long_long,
-  [AC_TRY_LINK([long long ll = 1LL; int i = 63;],
-    [long long llmax = (long long) -1;
-     return ll << i | ll >> i | llmax / ll | llmax % ll;],
-    ac_cv_type_long_long=yes,
-    ac_cv_type_long_long=no)])
+  AC_CACHE_CHECK([for long long int], [ac_cv_type_long_long_int],
+    [AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM(
+         [[long long int ll = 9223372036854775807ll;
+           long long int nll = -9223372036854775807LL;
+           typedef int a[((-9223372036854775807LL < 0
+                           && 0 < 9223372036854775807ll)
+                          ? 1 : -1)];
+           int i = 63;]],
+         [[long long int llmax = 9223372036854775807ll;
+           return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
+                   | (llmax / ll) | (llmax % ll));]])],
+       [ac_cv_type_long_long_int=yes],
+       [ac_cv_type_long_long_int=no])])
+  if test $ac_cv_type_long_long_int = yes; then
+    AC_DEFINE([HAVE_LONG_LONG_INT], 1,
+      [Define to 1 if the system has the type `long long int'.])
+  fi
+])
+
+# This macro is obsolescent and should go away soon.
+AC_DEFUN([gl_AC_TYPE_LONG_LONG],
+[
+  AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
+  ac_cv_type_long_long=$ac_cv_type_long_long_int
   if test $ac_cv_type_long_long = yes; then
     AC_DEFINE(HAVE_LONG_LONG, 1,
       [Define if you have the 'long long' type.])

Modified: doodle/m4/printf-posix.m4
===================================================================
--- doodle/m4/printf-posix.m4   2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/printf-posix.m4   2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,10 +1,8 @@
 # printf-posix.m4 serial 2 (gettext-0.13.1)
 dnl Copyright (C) 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Bruno Haible.
 dnl Test whether the printf() function supports POSIX/XSI format strings with

Modified: doodle/m4/size_max.m4
===================================================================
--- doodle/m4/size_max.m4       2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/size_max.m4       2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,10 +1,8 @@
-# size_max.m4 serial 2
-dnl Copyright (C) 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+# size_max.m4 serial 5
+dnl Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Bruno Haible.
 
@@ -13,8 +11,9 @@
   AC_CHECK_HEADERS(stdint.h)
   dnl First test whether the system already has SIZE_MAX.
   AC_MSG_CHECKING([for SIZE_MAX])
-  result=
-  AC_EGREP_CPP([Found it], [
+  AC_CACHE_VAL([gl_cv_size_max], [
+    gl_cv_size_max=
+    AC_EGREP_CPP([Found it], [
 #include <limits.h>
 #if HAVE_STDINT_H
 #include <stdint.h>
@@ -22,40 +21,42 @@
 #ifdef SIZE_MAX
 Found it
 #endif
-], result=yes)
-  if test -z "$result"; then
-    dnl Define it ourselves. Here we assume that the type 'size_t' is not wider
-    dnl than the type 'unsigned long'.
-    dnl The _AC_COMPUTE_INT macro works up to LONG_MAX, since it uses 'expr',
-    dnl which is guaranteed to work from LONG_MIN to LONG_MAX.
-    _AC_COMPUTE_INT([~(size_t)0 / 10], res_hi,
-      [#include <stddef.h>], result=?)
-    _AC_COMPUTE_INT([~(size_t)0 % 10], res_lo,
-      [#include <stddef.h>], result=?)
-    _AC_COMPUTE_INT([sizeof (size_t) <= sizeof (unsigned int)], fits_in_uint,
-      [#include <stddef.h>], result=?)
-    if test "$fits_in_uint" = 1; then
-      dnl Even though SIZE_MAX fits in an unsigned int, it must be of type
-      dnl 'unsigned long' if the type 'size_t' is the same as 'unsigned long'.
-      AC_TRY_COMPILE([#include <stddef.h>
-        extern size_t foo;
-        extern unsigned long foo;
-        ], [], fits_in_uint=0)
-    fi
-    if test -z "$result"; then
-      if test "$fits_in_uint" = 1; then
-        result="$res_hi$res_lo"U
+], gl_cv_size_max=yes)
+    if test -z "$gl_cv_size_max"; then
+      dnl Define it ourselves. Here we assume that the type 'size_t' is not 
wider
+      dnl than the type 'unsigned long'. Try hard to find a definition that can
+      dnl be used in a preprocessor #if, i.e. doesn't contain a cast.
+      _AC_COMPUTE_INT([sizeof (size_t) * CHAR_BIT - 1], size_t_bits_minus_1,
+        [#include <stddef.h>
+#include <limits.h>], size_t_bits_minus_1=)
+      _AC_COMPUTE_INT([sizeof (size_t) <= sizeof (unsigned int)], fits_in_uint,
+        [#include <stddef.h>], fits_in_uint=)
+      if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then
+        if test $fits_in_uint = 1; then
+          dnl Even though SIZE_MAX fits in an unsigned int, it must be of type
+          dnl 'unsigned long' if the type 'size_t' is the same as 'unsigned 
long'.
+          AC_TRY_COMPILE([#include <stddef.h>
+            extern size_t foo;
+            extern unsigned long foo;
+            ], [], fits_in_uint=0)
+        fi
+        dnl We cannot use 'expr' to simplify this expression, because 'expr'
+        dnl works only with 'long' integers in the host environment, while we
+        dnl might be cross-compiling from a 32-bit platform to a 64-bit 
platform.
+        if test $fits_in_uint = 1; then
+          gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        else
+          gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        fi
       else
-        result="$res_hi$res_lo"UL
+        dnl Shouldn't happen, but who knows...
+        gl_cv_size_max='((size_t)~(size_t)0)'
       fi
-    else
-      dnl Shouldn't happen, but who knows...
-      result='~(size_t)0'
     fi
-  fi
-  AC_MSG_RESULT([$result])
-  if test "$result" != yes; then
-    AC_DEFINE_UNQUOTED([SIZE_MAX], [$result],
+  ])
+  AC_MSG_RESULT([$gl_cv_size_max])
+  if test "$gl_cv_size_max" != yes; then
+    AC_DEFINE_UNQUOTED([SIZE_MAX], [$gl_cv_size_max],
       [Define as the maximum value of type 'size_t', if the system doesn't 
define it.])
   fi
 ])

Modified: doodle/m4/stdint_h.m4
===================================================================
--- doodle/m4/stdint_h.m4       2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/stdint_h.m4       2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,26 +1,24 @@
-# stdint_h.m4 serial 3 (gettext-0.12)
-dnl Copyright (C) 1997-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+# stdint_h.m4 serial 6
+dnl Copyright (C) 1997-2004, 2006 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Paul Eggert.
 
 # Define HAVE_STDINT_H_WITH_UINTMAX if <stdint.h> exists,
 # doesn't clash with <sys/types.h>, and declares uintmax_t.
 
-AC_DEFUN([jm_AC_HEADER_STDINT_H],
+AC_DEFUN([gl_AC_HEADER_STDINT_H],
 [
-  AC_CACHE_CHECK([for stdint.h], jm_ac_cv_header_stdint_h,
+  AC_CACHE_CHECK([for stdint.h], gl_cv_header_stdint_h,
   [AC_TRY_COMPILE(
     [#include <sys/types.h>
 #include <stdint.h>],
-    [uintmax_t i = (uintmax_t) -1;],
-    jm_ac_cv_header_stdint_h=yes,
-    jm_ac_cv_header_stdint_h=no)])
-  if test $jm_ac_cv_header_stdint_h = yes; then
+    [uintmax_t i = (uintmax_t) -1; return !i;],
+    gl_cv_header_stdint_h=yes,
+    gl_cv_header_stdint_h=no)])
+  if test $gl_cv_header_stdint_h = yes; then
     AC_DEFINE_UNQUOTED(HAVE_STDINT_H_WITH_UINTMAX, 1,
       [Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
        and declares uintmax_t. ])

Modified: doodle/m4/uintmax_t.m4
===================================================================
--- doodle/m4/uintmax_t.m4      2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/uintmax_t.m4      2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,10 +1,8 @@
-# uintmax_t.m4 serial 7 (gettext-0.12)
-dnl Copyright (C) 1997-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+# uintmax_t.m4 serial 9
+dnl Copyright (C) 1997-2004 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Paul Eggert.
 
@@ -13,12 +11,12 @@
 # Define uintmax_t to 'unsigned long' or 'unsigned long long'
 # if it is not already defined in <stdint.h> or <inttypes.h>.
 
-AC_DEFUN([jm_AC_TYPE_UINTMAX_T],
+AC_DEFUN([gl_AC_TYPE_UINTMAX_T],
 [
-  AC_REQUIRE([jm_AC_HEADER_INTTYPES_H])
-  AC_REQUIRE([jm_AC_HEADER_STDINT_H])
-  if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h = 
no; then
-    AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG])
+  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
+  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
+  if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; 
then
+    AC_REQUIRE([gl_AC_TYPE_UNSIGNED_LONG_LONG])
     test $ac_cv_type_unsigned_long_long = yes \
       && ac_type='unsigned long long' \
       || ac_type='unsigned long'

Modified: doodle/m4/ulonglong.m4
===================================================================
--- doodle/m4/ulonglong.m4      2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/ulonglong.m4      2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,23 +1,46 @@
-# ulonglong.m4 serial 3
-dnl Copyright (C) 1999-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+# ulonglong.m4 serial 6
+dnl Copyright (C) 1999-2006 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Paul Eggert.
 
-# Define HAVE_UNSIGNED_LONG_LONG if 'unsigned long long' works.
+# Define HAVE_UNSIGNED_LONG_LONG_INT if 'unsigned long long int' works.
+# This fixes a bug in Autoconf 2.60, but can be removed once we
+# assume 2.61 everywhere.
 
-AC_DEFUN([jm_AC_TYPE_UNSIGNED_LONG_LONG],
+# Note: If the type 'unsigned long long int' exists but is only 32 bits
+# large (as on some very old compilers), AC_TYPE_UNSIGNED_LONG_LONG_INT
+# will not be defined. In this case you can treat 'unsigned long long int'
+# like 'unsigned long int'.
+
+AC_DEFUN([AC_TYPE_UNSIGNED_LONG_LONG_INT],
 [
-  AC_CACHE_CHECK([for unsigned long long], ac_cv_type_unsigned_long_long,
-  [AC_TRY_LINK([unsigned long long ull = 1ULL; int i = 63;],
-    [unsigned long long ullmax = (unsigned long long) -1;
-     return ull << i | ull >> i | ullmax / ull | ullmax % ull;],
-    ac_cv_type_unsigned_long_long=yes,
-    ac_cv_type_unsigned_long_long=no)])
+  AC_CACHE_CHECK([for unsigned long long int],
+    [ac_cv_type_unsigned_long_long_int],
+    [AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM(
+         [[unsigned long long int ull = 18446744073709551615ULL;
+           typedef int a[(18446744073709551615ULL <= (unsigned long long int) 
-1
+                          ? 1 : -1)];
+          int i = 63;]],
+         [[unsigned long long int ullmax = 18446744073709551615ull;
+           return (ull << 63 | ull >> 63 | ull << i | ull >> i
+                   | ullmax / ull | ullmax % ull);]])],
+       [ac_cv_type_unsigned_long_long_int=yes],
+       [ac_cv_type_unsigned_long_long_int=no])])
+  if test $ac_cv_type_unsigned_long_long_int = yes; then
+    AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], 1,
+      [Define to 1 if the system has the type `unsigned long long int'.])
+  fi
+])
+
+# This macro is obsolescent and should go away soon.
+AC_DEFUN([gl_AC_TYPE_UNSIGNED_LONG_LONG],
+[
+  AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
+  ac_cv_type_unsigned_long_long=$ac_cv_type_unsigned_long_long_int
   if test $ac_cv_type_unsigned_long_long = yes; then
     AC_DEFINE(HAVE_UNSIGNED_LONG_LONG, 1,
       [Define if you have the 'unsigned long long' type.])

Modified: doodle/m4/wchar_t.m4
===================================================================
--- doodle/m4/wchar_t.m4        2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/wchar_t.m4        2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,10 +1,8 @@
 # wchar_t.m4 serial 1 (gettext-0.12)
 dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Bruno Haible.
 dnl Test whether <stddef.h> has the 'wchar_t' type.

Modified: doodle/m4/wint_t.m4
===================================================================
--- doodle/m4/wint_t.m4 2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/wint_t.m4 2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,10 +1,8 @@
 # wint_t.m4 serial 1 (gettext-0.12)
 dnl Copyright (C) 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 dnl From Bruno Haible.
 dnl Test whether <wchar.h> has the 'wint_t' type.

Modified: doodle/m4/xsize.m4
===================================================================
--- doodle/m4/xsize.m4  2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/m4/xsize.m4  2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,14 +1,13 @@
-# xsize.m4 serial 2
-dnl Copyright (C) 2003 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
+# xsize.m4 serial 3
+dnl Copyright (C) 2003-2004 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_XSIZE],
 [
   dnl Prerequisites of lib/xsize.h.
   AC_REQUIRE([gl_SIZE_MAX])
+  AC_REQUIRE([AC_C_INLINE])
   AC_CHECK_HEADERS(stdint.h)
 ])

Modified: doodle/po/de.po
===================================================================
--- doodle/po/de.po     2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/po/de.po     2007-12-06 01:33:11 UTC (rev 5803)
@@ -432,7 +432,6 @@
 #, c-format
 msgid "FATAL: can not allocate %u * %d elements (number too large) at %s:%d.\n"
 msgstr ""
-"FATAL: konnte nicht %u * %d Elemente speichern (Anzahl zu hoch) bei %s:%d.\n"
 
 #: src/doodle/help.c:51
 #, c-format
@@ -463,10 +462,10 @@
 msgstr "libextractor-Erweiterungen werden geladen: »%s'\n"
 
 #: src/doodle/tree.c:194
-#, c-format
+#, fuzzy, c-format
 msgid "Short read at offset %llu (attempted to read %llu bytes).\n"
 msgstr ""
-"Lesen an der Stelle %llu fehlgeschlagen (beim Versuch %llu Bytes zu lesen).\n"
+"Lesen an der Stelle %u fehlgeschlagen (beim Versuch %u Bytes zu lesen).\n"
 
 #: src/doodle/tree.c:212
 #, c-format
@@ -474,10 +473,10 @@
 msgstr "Aufruf von »%s« fehlgeschlagen: %s\n"
 
 #: src/doodle/tree.c:226
-#, c-format
+#, fuzzy, c-format
 msgid "Short write at offset %llu (wanted to write %llu bytes).\n"
 msgstr ""
-"Schreiben an der Stelle %llu fehlgeschlagen (beim Versuch %llu Bytes zu "
+"Schreiben an der Stelle %u fehlgeschlagen (beim Versuch %u Bytes zu "
 "schreiben).\n"
 
 #: src/doodle/tree.c:415 src/doodle/tree.c:437 src/doodle/tree.c:473
@@ -535,9 +534,9 @@
 "werde sie entfernen und die Datenbank neu aufbauen.\n"
 
 #: src/doodle/tree.c:1633
-#, c-format
+#, fuzzy, c-format
 msgid "Could not unlink '%s': %s\n"
-msgstr "Datei »%s« konnte nicht gelöscht werden: %s\n"
+msgstr "Datei »%s« konnte nicht geöffnet werden: %s\n"
 
 #: src/doodle/tree.c:1641
 #, c-format
@@ -618,9 +617,6 @@
 msgid "File '%s' is not a regular file. Removing file from index.\n"
 msgstr "Datei »%s« ist keine reguläre Datei.  Datei wird vom Index entfernt.\n"
 
-#~ msgid "Failed to '%s': %s\n"
-#~ msgstr "Aufruf von »%s« fehlgeschlagen: %s\n"
-
 #~ msgid "Failed to load any libextractor plugins. Aborting.\n"
 #~ msgstr "libextractor-Erweiterungen konnten nicht geladen werden. Abbruch.\n"
 

Modified: doodle/po/eu.po
===================================================================
--- doodle/po/eu.po     2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/po/eu.po     2007-12-06 01:33:11 UTC (rev 5803)
@@ -10,7 +10,7 @@
 "Project-Id-Version: doodle 0.3.0\n"
 "Report-Msgid-Bugs-To: https://gnunet.org/mantis/ or address@hidden"
 "POT-Creation-Date: 2007-01-02 21:51-0700\n"
-"PO-Revision-Date: 2004-09-09 00:23-0500\n"
+"PO-Revision-Date: 2004-08-21 18:29+0200\n"
 "Last-Translator: Mikel Olasagasti <address@hidden>\n"
 "Language-Team: Basque <address@hidden>\n"
 "MIME-Version: 1.0\n"
@@ -107,7 +107,7 @@
 #: src/doodle/doodled.c:396 src/doodle/files.c:79 src/doodle/tree.c:2283
 #, fuzzy, c-format
 msgid "Call to '%s' for file '%s' failed: %s\n"
-msgstr "'%s'-i deiak huts egin du '%s' fitxategiarentzat: %s\n"
+msgstr "'stat'-i deiak huts egin du '%s' fitxategiarentzat: %s\n"
 
 #: src/doodle/doodle.c:199
 #, c-format
@@ -149,7 +149,7 @@
 #: src/doodle/doodle.c:365 src/doodle/doodle.c:404
 #, fuzzy, c-format
 msgid "Call to '%s' for file '%s' failed: %s.\n"
-msgstr "'%s'-i deiak huts egin du '%s' fitxategiarentzat: %s\n"
+msgstr "'stat'-i deiak huts egin du '%s' fitxategiarentzat: %s\n"
 
 #: src/doodle/doodle.c:439
 #, c-format
@@ -196,9 +196,11 @@
 msgstr "%s bertsioa\n"
 
 #: src/doodle/doodle.c:640 src/doodle/doodled.c:894
-#, c-format
+#, fuzzy, c-format
 msgid "Use '--help' to get a list of options.\n"
-msgstr "Erabili '--help' aukera zerrenda bat erakusteko.\n"
+msgstr ""
+"'%c' aukera ezezaguna da. Abortatzen.\n"
+"Erabili '--help' aukera zerrenda bat erakusteko.\n"
 
 #: src/doodle/doodle.c:649
 #, c-format
@@ -497,7 +499,7 @@
 #: src/doodle/tree.c:1602 src/doodle/tree.c:1811
 #, fuzzy, c-format
 msgid "Could not lock database '%s': %s\n"
-msgstr "Huts egin da '%s' datubasea kargatzean: %s\n"
+msgstr "Ezin izan da '%s' ireki: %s\n"
 
 #: src/doodle/tree.c:1627
 #, c-format
@@ -589,23 +591,11 @@
 "'%s'�fitxategia ez da fitxategi erregular bat."
 "�Fitxategia�indizetik�ezabatzen.\n"
 
-#, fuzzy
-#~ msgid "Failed to '%s': %s\n"
-#~ msgstr "Huts egin da '%s' irekitzen: %s\n"
+#~ msgid "Reading complete database into memory.\n"
+#~ msgstr "Datubase guztia memoritik irakurtzen.\n"
 
-#~ msgid "Failed to load any libextractor plugins. Aborting.\n"
-#~ msgstr "Huts egin da libextractor-en plugin-ak kargatzen. Abortatzen.\n"
-
-#, fuzzy
-#~ msgid "Call to '%s' on file '%s' failed: %s\n"
-#~ msgstr "'%s'-i deiak huts egin du '%s' fitxategiarentzat: %s\n"
-
-#, fuzzy
-#~ msgid "Keywords for '%s':\n"
-#~ msgstr "Hitz-gakoa '%s' fitxategia aurkitzeko:\n"
-
 #~ msgid "Call to 'lstat' for file '%s' failed: %s\n"
 #~ msgstr "'lstat'-i deiak huts egin du '%s' fitxategiarentzat: %s\n"
 
-#~ msgid "Reading complete database into memory.\n"
-#~ msgstr "Datubase guztia memoritik irakurtzen.\n"
+#~ msgid "Failed to open '%s': %s\n"
+#~ msgstr "Huts egin da '%s' irekitzen: %s\n"

Modified: doodle/po/ga.po
===================================================================
--- doodle/po/ga.po     2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/po/ga.po     2007-12-06 01:33:11 UTC (rev 5803)
@@ -17,15 +17,20 @@
 
 #: src/doodle/doodle.c:67
 msgid "consider strings to match if DISTANCE letters are different"
-msgstr "glac le teaghr�in mar an gc�anna m� t� FAD litir dhifri�il ann, ar a 
laghad"
+msgstr ""
+"glac le teaghr�in mar an gc�anna m� t� FAD litir dhifri�il ann, ar a laghad"
 
 #: src/doodle/doodle.c:69
 msgid "build database (default is to search)"
 msgstr "cruthaigh bunachar sonra� (cuardach r�amhshocraithe)"
 
 #: src/doodle/doodle.c:71
-msgid "use the generic plaintext extractor for the language with the 2-letter 
language code LANG (use when building database)"
-msgstr "�s�id an t-asbhainteoir ginear�lta t�acs le haghaidh na teanga leis an 
ch�d LANG de r�ir ISO-639-1 (�s�id agus an bunachar sonra� � th�g�il)"
+msgid ""
+"use the generic plaintext extractor for the language with the 2-letter "
+"language code LANG (use when building database)"
+msgstr ""
+"�s�id an t-asbhainteoir ginear�lta t�acs le haghaidh na teanga leis an ch�d "
+"LANG de r�ir ISO-639-1 (�s�id agus an bunachar sonra� � th�g�il)"
 
 #: src/doodle/doodle.c:73 src/doodle/doodled.c:64
 msgid "use location FILENAME to store doodle database"
@@ -33,11 +38,15 @@
 
 #: src/doodle/doodle.c:75
 msgid "for each matching file, print the extracted keywords"
-msgstr "taispe�in na lorgfhocail asbhainte do gach ceann de na comhaid 
chomhoiri�naithe"
+msgstr ""
+"taispe�in na lorgfhocail asbhainte do gach ceann de na comhaid "
+"chomhoiri�naithe"
 
 #: src/doodle/doodle.c:77
 msgid "add the filename to the list of keywords (use when building database)"
-msgstr "cuir an t-ainm comhaid leis an liosta lorgfhocal (�s�id agus an 
bunachar sonra� � th�g�il)"
+msgstr ""
+"cuir an t-ainm comhaid leis an liosta lorgfhocal (�s�id agus an bunachar "
+"sonra� � th�g�il)"
 
 #: src/doodle/doodle.c:79 src/doodle/doodled.c:70
 msgid "print this help page"
@@ -49,7 +58,8 @@
 
 #: src/doodle/doodle.c:83
 msgid "be case-insensitive (use when searching)"
-msgstr "d�an neamhshuim ar cheannlitreacha vs. litreacha beaga (agus ag 
cuardach)"
+msgstr ""
+"d�an neamhshuim ar cheannlitreacha vs. litreacha beaga (agus ag cuardach)"
 
 #: src/doodle/doodle.c:85 src/doodle/doodled.c:74
 msgid "load an extractor plugin named LIBRARY"
@@ -114,8 +124,12 @@
 
 #: src/doodle/doodle.c:227 src/doodle/doodled.c:608
 #, c-format
-msgid "'%s' is an invalid database filename (has a colon) for building 
database (option '%s').\n"
-msgstr "N�l '%s' ina ainm comhaid bail� (t� idirstad ann) le haghaidh t�g�la 
(rogha '%s').\n"
+msgid ""
+"'%s' is an invalid database filename (has a colon) for building database "
+"(option '%s').\n"
+msgstr ""
+"N�l '%s' ina ainm comhaid bail� (t� idirstad ann) le haghaidh t�g�la (rogha "
+"'%s').\n"
 
 #: src/doodle/doodle.c:259 src/doodle/doodled.c:590
 #, c-format
@@ -149,13 +163,20 @@
 
 #: src/doodle/doodle.c:442
 #, c-format
-msgid "Warning: search string is longer than %d characters, search will not 
work.\n"
-msgstr "Rabhadh: t� an teaghr�n cuardaigh n�os faide n� %d carachtar, n� 
fheidhmeoidh an cuardach.\n"
+msgid ""
+"Warning: search string is longer than %d characters, search will not work.\n"
+msgstr ""
+"Rabhadh: t� an teaghr�n cuardaigh n�os faide n� %d carachtar, n� "
+"fheidhmeoidh an cuardach.\n"
 
 #: src/doodle/doodle.c:447
 #, c-format
-msgid "Warning: search string is longer than %d characters, search may not 
work properly.\n"
-msgstr "Rabhadh: t� an teaghr�n cuardaigh n�os faide n� %d carachtar, is 
f�idir nach bhfeidhmeoidh an cuardach go ceart.\n"
+msgid ""
+"Warning: search string is longer than %d characters, search may not work "
+"properly.\n"
+msgstr ""
+"Rabhadh: t� an teaghr�n cuardaigh n�os faide n� %d carachtar, is f�idir nach "
+"bhfeidhmeoidh an cuardach go ceart.\n"
 
 #: src/doodle/doodle.c:459 src/doodle/doodle.c:469
 #, c-format
@@ -191,7 +212,8 @@
 #: src/doodle/doodle.c:649
 #, c-format
 msgid "Invoke with filenames or directories to index!\n"
-msgstr "Cuir ar si�l le hainmneacha comhaid n� comhadlanna chun inn�acs a 
dh�anamh!\n"
+msgstr ""
+"Cuir ar si�l le hainmneacha comhaid n� comhadlanna chun inn�acs a dh�anamh!\n"
 
 #: src/doodle/doodle.c:650
 #, c-format
@@ -199,8 +221,12 @@
 msgstr "Cuir ar si�l le focail chun cuardach a dh�anamh!\n"
 
 #: src/doodle/doodled.c:61
-msgid "use the generic plaintext extractor for the language with the 2-letter 
language code LANG"
-msgstr "�s�id an t-asbhainteoir ginear�lta t�acs le haghaidh na teanga leis an 
ch�d LANG de r�ir ISO-639-1"
+msgid ""
+"use the generic plaintext extractor for the language with the 2-letter "
+"language code LANG"
+msgstr ""
+"�s�id an t-asbhainteoir ginear�lta t�acs le haghaidh na teanga leis an ch�d "
+"LANG de r�ir ISO-639-1"
 
 #: src/doodle/doodled.c:66
 msgid "run in debug mode, do not daemonize"
@@ -394,7 +420,8 @@
 #: src/doodle/grow.c:100
 #, c-format
 msgid "FATAL: can not allocate %u * %d elements (number too large) at %s:%d.\n"
-msgstr "MARFACH: n� f�idir %u * %d r�ada a dh�ileadh (uimhir r�mh�r) ag 
%s:%d.\n"
+msgstr ""
+"MARFACH: n� f�idir %u * %d r�ada a dh�ileadh (uimhir r�mh�r) ag %s:%d.\n"
 
 #: src/doodle/help.c:51
 #, c-format
@@ -409,8 +436,11 @@
 
 #: src/doodle/help.c:54
 #, c-format
-msgid "Arguments mandatory for long options are also mandatory for short 
options.\n"
-msgstr "Is riachtanach le rogha ghearr aon arg�int at� riachtanach leis an 
rogha fhada.\n"
+msgid ""
+"Arguments mandatory for long options are also mandatory for short options.\n"
+msgstr ""
+"Is riachtanach le rogha ghearr aon arg�int at� riachtanach leis an rogha "
+"fhada.\n"
 
 #: src/doodle/index.c:161
 msgid "Loading default set of libextractor plugins.\n"
@@ -424,7 +454,8 @@
 #: src/doodle/tree.c:194
 #, c-format
 msgid "Short read at offset %llu (attempted to read %llu bytes).\n"
-msgstr "Easpa ar l�amh ag frith�ireamh %llu (ag iarraidh %llu beart a 
l�amh).\n"
+msgstr ""
+"Easpa ar l�amh ag frith�ireamh %llu (ag iarraidh %llu beart a l�amh).\n"
 
 #: src/doodle/tree.c:212
 #, c-format
@@ -434,7 +465,8 @@
 #: src/doodle/tree.c:226
 #, c-format
 msgid "Short write at offset %llu (wanted to write %llu bytes).\n"
-msgstr "Easpa ar scr�obh ag frith�ireamh %llu (ag iarraidh %llu beart a 
scr�obh).\n"
+msgstr ""
+"Easpa ar scr�obh ag frith�ireamh %llu (ag iarraidh %llu beart a scr�obh).\n"
 
 #: src/doodle/tree.c:415 src/doodle/tree.c:437 src/doodle/tree.c:473
 #: src/doodle/tree.c:502 src/doodle/tree.c:664 src/doodle/tree.c:1119
@@ -481,8 +513,12 @@
 
 #: src/doodle/tree.c:1627
 #, c-format
-msgid "Database file '%s' is from incomplete database build.  I will remove it 
and rebuild the database.\n"
-msgstr "Th�inig an comhad bunachair sonra� '%s' as t�g�il neamhioml�n.  
Scriosfaidh m� � agus at�gfaidh m� an bunachar sonra�.\n"
+msgid ""
+"Database file '%s' is from incomplete database build.  I will remove it and "
+"rebuild the database.\n"
+msgstr ""
+"Th�inig an comhad bunachair sonra� '%s' as t�g�il neamhioml�n.  Scriosfaidh "
+"m� � agus at�gfaidh m� an bunachar sonra�.\n"
 
 #: src/doodle/tree.c:1633
 #, c-format
@@ -549,13 +585,18 @@
 msgstr "Lorgfhocail do chomhad '%s' � mbaint.\n"
 
 #: src/doodle/tree.c:2984 src/doodle/tree.c:3045
-msgid "Scanning filesystem in order to remove obsolete entries from existing 
database.\n"
-msgstr "C�ras comhad � scanadh chun go scriostar iontr�lacha i l�ig �n 
bhunachar sonra� at� ann.\n"
+msgid ""
+"Scanning filesystem in order to remove obsolete entries from existing "
+"database.\n"
+msgstr ""
+"C�ras comhad � scanadh chun go scriostar iontr�lacha i l�ig �n bhunachar "
+"sonra� at� ann.\n"
 
 #: src/doodle/tree.c:3003 src/doodle/tree.c:3064
 #, c-format
 msgid "File '%s' could not be accessed: %s. Removing file from index.\n"
-msgstr "N�orbh fh�idir an comhad '%s' a rochtain: %s.  � scriosadh �n 
inn�acs.\n"
+msgstr ""
+"N�orbh fh�idir an comhad '%s' a rochtain: %s.  � scriosadh �n inn�acs.\n"
 
 #: src/doodle/tree.c:3010 src/doodle/tree.c:3071
 #, c-format

Modified: doodle/po/it.po
===================================================================
--- doodle/po/it.po     2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/po/it.po     2007-12-06 01:33:11 UTC (rev 5803)
@@ -603,10 +603,6 @@
 msgid "File '%s' is not a regular file. Removing file from index.\n"
 msgstr "Il file '%s' non � un file regolare. File rimosso dall'indice.\n"
 
-#, fuzzy
-#~ msgid "Failed to '%s': %s\n"
-#~ msgstr "Chiamata a %s non riuscita: %s\n"
-
 #~ msgid "Failed to load any libextractor plugins. Aborting.\n"
 #~ msgstr "Caricamento dei plugin di libextractor non riuscito. Interrotto.\n"
 

Modified: doodle/po/nl.po
===================================================================
--- doodle/po/nl.po     2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/po/nl.po     2007-12-06 01:33:11 UTC (rev 5803)
@@ -26,8 +26,12 @@
 msgstr "gegevensbank aanmaken (standaard is zoeken)"
 
 #: src/doodle/doodle.c:71
-msgid "use the generic plaintext extractor for the language with the 2-letter 
language code LANG (use when building database)"
-msgstr "de gewone-tekst-extractor voor deze (tweelettercode) taal gebruiken -- 
bij aanmaken van gegevensbank"
+msgid ""
+"use the generic plaintext extractor for the language with the 2-letter "
+"language code LANG (use when building database)"
+msgstr ""
+"de gewone-tekst-extractor voor deze (tweelettercode) taal gebruiken -- bij "
+"aanmaken van gegevensbank"
 
 #: src/doodle/doodle.c:73 src/doodle/doodled.c:64
 msgid "use location FILENAME to store doodle database"
@@ -39,7 +43,9 @@
 
 #: src/doodle/doodle.c:77
 msgid "add the filename to the list of keywords (use when building database)"
-msgstr "de bestandsnaam toevoegen aan de lijst van sleutelwoorden -- bij 
aanmaken van gegevensbank"
+msgstr ""
+"de bestandsnaam toevoegen aan de lijst van sleutelwoorden -- bij aanmaken "
+"van gegevensbank"
 
 #: src/doodle/doodle.c:79 src/doodle/doodled.c:70
 msgid "print this help page"
@@ -116,8 +122,12 @@
 
 #: src/doodle/doodle.c:227 src/doodle/doodled.c:608
 #, c-format
-msgid "'%s' is an invalid database filename (has a colon) for building 
database (option '%s').\n"
-msgstr "'%s' is een ongeldige bestandsnaam voor een gegevensbank (het bevat 
een dubbele punt) bij optie '%s'\n"
+msgid ""
+"'%s' is an invalid database filename (has a colon) for building database "
+"(option '%s').\n"
+msgstr ""
+"'%s' is een ongeldige bestandsnaam voor een gegevensbank (het bevat een "
+"dubbele punt) bij optie '%s'\n"
 
 #: src/doodle/doodle.c:259 src/doodle/doodled.c:590
 #, c-format
@@ -151,14 +161,17 @@
 
 #: src/doodle/doodle.c:442
 #, c-format
-msgid "Warning: search string is longer than %d characters, search will not 
work.\n"
+msgid ""
+"Warning: search string is longer than %d characters, search will not work.\n"
 msgstr ""
 "Waarschuwing: de zoektekst is langer dan %d tekens;\n"
 "het zoeken zal niet werken.\n"
 
 #: src/doodle/doodle.c:447
 #, c-format
-msgid "Warning: search string is longer than %d characters, search may not 
work properly.\n"
+msgid ""
+"Warning: search string is longer than %d characters, search may not work "
+"properly.\n"
 msgstr ""
 "Waarschuwing: de zoektekst is langer dan %d tekens;\n"
 "het zoeken zal misschien niet goed werken.\n"
@@ -205,7 +218,9 @@
 msgstr "Geef termen op waarnaar gezocht moet worden.\n"
 
 #: src/doodle/doodled.c:61
-msgid "use the generic plaintext extractor for the language with the 2-letter 
language code LANG"
+msgid ""
+"use the generic plaintext extractor for the language with the 2-letter "
+"language code LANG"
 msgstr "de gewone-tekst-extractor voor deze (tweelettercode) taal gebruiken"
 
 #: src/doodle/doodled.c:66
@@ -290,7 +305,9 @@
 
 #: src/doodle/doodled.c:680
 msgid "No files exist that doodled would monitor for changes.  Exiting.\n"
-msgstr "Er zijn geen bestanden die 'doodled' zou monitoren op veranderingen -- 
gestopt\n"
+msgstr ""
+"Er zijn geen bestanden die 'doodled' zou monitoren op veranderingen -- "
+"gestopt\n"
 
 #: src/doodle/doodled.c:688
 #, c-format
@@ -387,7 +404,8 @@
 #: src/doodle/grow.c:46
 #, c-format
 msgid "FATAL: MALLOC called with size < 0!\n"
-msgstr "**interne fout**: malloc() aangeroepen met een grootte kleiner dan 
nul!\n"
+msgstr ""
+"**interne fout**: malloc() aangeroepen met een grootte kleiner dan nul!\n"
 
 #: src/doodle/grow.c:52 src/doodle/grow.c:70
 #, c-format
@@ -402,7 +420,9 @@
 #: src/doodle/grow.c:100
 #, c-format
 msgid "FATAL: can not allocate %u * %d elements (number too large) at %s:%d.\n"
-msgstr "**fatale fout**: kan geen %u * %d elementen reserveren (aantal is te 
groot) op %s:%d.\n"
+msgstr ""
+"**fatale fout**: kan geen %u * %d elementen reserveren (aantal is te groot) "
+"op %s:%d.\n"
 
 #: src/doodle/help.c:51
 #, c-format
@@ -417,8 +437,11 @@
 
 #: src/doodle/help.c:54
 #, c-format
-msgid "Arguments mandatory for long options are also mandatory for short 
options.\n"
-msgstr "Argumenten die verplicht zijn voor lange opties zijn dat ook voor 
korte opties.\n"
+msgid ""
+"Arguments mandatory for long options are also mandatory for short options.\n"
+msgstr ""
+"Argumenten die verplicht zijn voor lange opties zijn dat ook voor korte "
+"opties.\n"
 
 #: src/doodle/index.c:161
 msgid "Loading default set of libextractor plugins.\n"
@@ -460,7 +483,9 @@
 #: src/doodle/tree.c:1046
 #, c-format
 msgid "Memory limit (%u bytes) hit, serializing some data.\n"
-msgstr "Geheugenlimiet is bereikt (%u bytes); sommige gegevens worden 
geserialiseerd.\n"
+msgstr ""
+"Geheugenlimiet is bereikt (%u bytes); sommige gegevens worden "
+"geserialiseerd.\n"
 
 #: src/doodle/tree.c:1084
 #, c-format
@@ -489,8 +514,12 @@
 
 #: src/doodle/tree.c:1627
 #, c-format
-msgid "Database file '%s' is from incomplete database build.  I will remove it 
and rebuild the database.\n"
-msgstr "Gegevensbank-bestand '%s' is onvolledig aangemaakt.  Deze wordt 
verwijderd en opnieuw aangemaakt.\n"
+msgid ""
+"Database file '%s' is from incomplete database build.  I will remove it and "
+"rebuild the database.\n"
+msgstr ""
+"Gegevensbank-bestand '%s' is onvolledig aangemaakt.  Deze wordt verwijderd "
+"en opnieuw aangemaakt.\n"
 
 #: src/doodle/tree.c:1633
 #, c-format
@@ -557,15 +586,22 @@
 msgstr "Verwijderen van sleutelwoorden voor bestand '%s'.\n"
 
 #: src/doodle/tree.c:2984 src/doodle/tree.c:3045
-msgid "Scanning filesystem in order to remove obsolete entries from existing 
database.\n"
-msgstr "Doorzoeken van het bestandssysteem om verouderde items uit de 
gegevensbank te verwijderen.\n"
+msgid ""
+"Scanning filesystem in order to remove obsolete entries from existing "
+"database.\n"
+msgstr ""
+"Doorzoeken van het bestandssysteem om verouderde items uit de gegevensbank "
+"te verwijderen.\n"
 
 #: src/doodle/tree.c:3003 src/doodle/tree.c:3064
 #, c-format
 msgid "File '%s' could not be accessed: %s. Removing file from index.\n"
-msgstr "Kan geen toegang krijgen tot bestand '%s': %s.  Het wordt verwijderd 
uit de index.\n"
+msgstr ""
+"Kan geen toegang krijgen tot bestand '%s': %s.  Het wordt verwijderd uit de "
+"index.\n"
 
 #: src/doodle/tree.c:3010 src/doodle/tree.c:3071
 #, c-format
 msgid "File '%s' is not a regular file. Removing file from index.\n"
-msgstr "Bestand '%s' is geen gewoon bestand.  Het wordt verwijderd uit de 
index.\n"
+msgstr ""
+"Bestand '%s' is geen gewoon bestand.  Het wordt verwijderd uit de index.\n"

Modified: doodle/po/sq.po
===================================================================
--- doodle/po/sq.po     2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/po/sq.po     2007-12-06 01:33:11 UTC (rev 5803)
@@ -603,19 +603,8 @@
 msgid "File '%s' is not a regular file. Removing file from index.\n"
 msgstr "File '%s' nuk është një file i rregullt. File po hiqet nga treguesi.\n"
 
-#, fuzzy
-#~ msgid "Failed to '%s': %s\n"
-#~ msgstr "Thirrja e 'fstat' dështoi: %s\n"
+#~ msgid "Keywords for '%s':\n"
+#~ msgstr "Fjalë kyçe për '%s':\n"
 
-#~ msgid "Failed to load any libextractor plugins. Aborting.\n"
-#~ msgstr "Ngarkimi i çdo plugins të libextractor dështoi. Abortim.\n"
-
-#, fuzzy
-#~ msgid "Call to '%s' on file '%s' failed: %s\n"
-#~ msgstr "Thirrja tek '%s' për file '%s' dështoi: %s\n"
-
 #~ msgid "Checking integrity of existing database.\n"
 #~ msgstr "Kontrolli i integritetit të databazës ekzistuese.\n"
-
-#~ msgid "Keywords for '%s':\n"
-#~ msgstr "Fjalë kyçe për '%s':\n"

Modified: doodle/po/sv.po
===================================================================
--- doodle/po/sv.po     2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/po/sv.po     2007-12-06 01:33:11 UTC (rev 5803)
@@ -597,9 +597,5 @@
 msgid "File '%s' is not a regular file. Removing file from index.\n"
 msgstr "Fil \"%s\" är inte en vanlig fil. Tar bort fil från index.\n"
 
-#, fuzzy
-#~ msgid "Failed to '%s': %s\n"
-#~ msgstr "Anrop till \"%s\" misslyckades: %s\n"
-
 #~ msgid "Failed to load any libextractor plugins. Aborting.\n"
 #~ msgstr "Misslyckades att läsa in något libextractor-instick. Avbryter.\n"

Modified: doodle/po/vi.po
===================================================================
--- doodle/po/vi.po     2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/po/vi.po     2007-12-06 01:33:11 UTC (rev 5803)
@@ -1,21 +1,21 @@
 # Vietnamese translation for Doodle.
-# Copyright © 2005 Christian Grothoff
+# Copyright © 2007 Christian Grothoff
 # This file is distributed under the same license as the doodle-0.6.4 package.
-# Clytie Siddall <address@hidden>, 2005.
+# Clytie Siddall <address@hidden>, 2005-2007.
 # 
 msgid ""
 msgstr ""
-"Project-Id-Version: doodle 0.6.4\n"
+"Project-Id-Version: doodle 0.6.6\n"
 "Report-Msgid-Bugs-To: https://gnunet.org/mantis/ or address@hidden"
 "POT-Creation-Date: 2007-01-02 21:51-0700\n"
-"PO-Revision-Date: 2006-07-12 17:07+0930\n"
+"PO-Revision-Date: 2007-05-29 18:37+0930\n"
 "Last-Translator: Clytie Siddall <address@hidden>\n"
 "Language-Team: Vietnamese <address@hidden>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: LocFactoryEditor 1.6b2\n"
+"X-Generator: LocFactoryEditor 1.6.3b1\n"
 
 #: src/doodle/doodle.c:67
 msgid "consider strings to match if DISTANCE letters are different"

Modified: doodle/src/doodle/semaphore.c
===================================================================
--- doodle/src/doodle/semaphore.c       2007-12-06 00:16:00 UTC (rev 5802)
+++ doodle/src/doodle/semaphore.c       2007-12-06 01:33:11 UTC (rev 5803)
@@ -30,6 +30,7 @@
 #include "semaphore.h"
 
 #include <pthread.h>
+#include <signal.h>
 
 #if SOLARIS
 #include <semaphore.h>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]