Wykres commitów

5 Commity (433a3c562952b01a7d0a8ba73b98cba39e67239d)

Autor SHA1 Wiadomość Data
Stelios Bounanos c3814bc1a4 Add NLS support
Merge patch by Stephane Fillod <fillods@users.sourceforge.net>:

* gettextsize fldigi
* add initial French translation

Minor additional changes by me (sb):

* Remove bundled intl and associated m4 macros and compiler flags
* Move new m4 macros to m4/intl
* Move gettext.h to src/include and add to src/Makefile.am
* Modify setup_nls():
  * Search for message catalogs in $PWD/locale and
    $FLDIGI_LOCALE_DIR/locale, in addition to LOCALEDIR
  * Do not call setlocale() for LC_NUMERIC, as this can break the
    configuration read/write routines when handling floating point
    numbers in locales that use a comma as the decimal point
  * Fix static initialisation
* Add INTL_LIBS and INTL_CFLAGS configure variables that can be used
  to override AM_GNU_GETTEXT
* Update po/Makevars
* Update po files
* Remove po/Makefile.in and po/remove-potcdate.sed
2008-12-04 16:11:21 +00:00
Stelios Bounanos 68936c6e81 repo maintenance 2008-03-03 09:39:15 +00:00
Stelios Bounanos 12b1d6807d Fix argument handling
Long arguments without a space (--opt=arg) now work correctly.
Also, move sound initialisation to a separate function, add an
undocumented --exit-after SECONDS argument, and update mkversions.sh
to include CXXFLAGS in the --version output.
2008-02-08 08:17:21 +00:00
Stelios Bounanos 023e1f3915 Fix g++-4.3 errors and warnings 2007-12-09 18:44:52 +00:00
Stelios Bounanos 41f65cdd08 autoconfiscate 2007-11-29 00:11:20 +00:00