summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-03Merge pull request #5 from bmwiedemann/dateHEADmasterSuren A. Chilingaryan
Allow to override build date with SOURCE_DATE_EPOCH
2023-01-28Allow to override build date with SOURCE_DATE_EPOCHBernhard M. Wiedemann
in order to make builds reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. This date call works with various implementations of date. Also use UTC to be independent of timezone. This patch was done while working on reproducible builds for openSUSE.
2022-08-14release 0.2.13Suren A. Chilingaryan
2022-08-14Fix LibXML2 initalization/cleanup as requested by LibXML2 developers in ↵Suren A. Chilingaryan
github issue (fixes #1155330295)
2022-08-14Merge pull request #2 from hughmcmaster/debian-libxml2Suren A. Chilingaryan
configure.ac: Use pkg-config to detect libxml2
2022-08-14Merge pull request #3 from hughmcmaster/debian-m4Suren A. Chilingaryan
autogen.sh: Remove obsolete FORBIDDEN_M4MACROS() code paths
2022-08-14Merge pull request #4 from hughmcmaster/debian-spellingSuren A. Chilingaryan
Minor spelling fixes
2022-08-08Minor spelling fixesHugh McMaster
2022-08-08autogen.sh: Remove obsolete FORBIDDEN_M4MACROS() code pathsHugh McMaster
The GNOME project removed support for FORBIDDEN_M4MACROS in 2014. See https://gitlab.gnome.org/GNOME/gnome-common/-/commit/4c8d8ad93
2022-08-08configure.ac: Use pkg-config to detect libxml2Hugh McMaster
2021-03-12Convert to gitSuren A. Chilingaryan
2018-04-11Fix e-mail in copyright statementSuren A. Chilingaryan
2014-06-12Mingw compatibility fixes by trialuserSuren A. Chilingaryan
2014-05-14Fix handling of locale aliasesSuren A. Chilingaryan
2014-02-20fix typo in allocation checkingSuren A. Chilingaryan
2013-11-16Set CPPFLAGS for GTK1 check to prevent preprocessor complains (gtk/gtk.h: ↵Suren A. Chilingaryan
accepted by the compiler, rejected by the preprocessor!)
2013-11-16Unversion generated filesSuren A. Chilingaryan
2013-11-16Add local include directories using top_srcdir instead of ..Suren A. Chilingaryan
2013-11-16Compatibility with older automake and fixes to release scriptSuren A. Chilingaryan
2013-11-16Multiple fixes of build systemSuren A. Chilingaryan
2013-11-15Do not fail on Glib version check if libtranslate is not availableSuren A. Chilingaryan
2013-11-14Fix COPYINGSuren A. Chilingaryan
2013-11-14Fix complaining in exampleSuren A. Chilingaryan
2013-11-13Remove unnecesary labelSuren A. Chilingaryan
2013-11-13Avoid functions deprecated in glib 2.32Suren A. Chilingaryan
2013-11-13Respect warn_unused_result warningsSuren A. Chilingaryan
2013-11-13Fix GTK3 deprecated functions...Suren A. Chilingaryan
2013-11-13Comment out unused variables to prevent warningsSuren A. Chilingaryan
2013-11-13Always clean examplesSuren A. Chilingaryan
2013-11-13Fix build system for compatibility with latest versions of automakeSuren A. Chilingaryan
2013-11-11Support LibGuess 1.1Suren A. Chilingaryan
2013-04-26Language autodetection: prefer english over the languages without any ↵Suren A. Chilingaryan
non-parent word (english is global parent)
2013-04-23Use cs for Czech language (cz is wrong)Suren A. Chilingaryan
2013-01-30Allow disabling of GTK1 UI supportSuren A. Chilingaryan
2013-01-29Remove librcd and enca from pkgconfig requiresSuren A. Chilingaryan
2012-11-11pkgconfigSuren A. Chilingaryan
2012-11-11Prefer CDB initialization of bdb to avoid environment corruption when ↵Suren A. Chilingaryan
multiple processes are running
2012-11-11autoconf patches from ALTSuren A. Chilingaryan
2012-11-11Fixed memory leak with disabled bdbSuren A. Chilingaryan
2012-11-11Update FSF addressSuren A. Chilingaryan
2012-11-11Do not init berkeleydb until caches are enabledSuren A. Chilingaryan
2012-11-11Prevent GTK complainsSuren A. Chilingaryan
2012-11-11Handle disabled charsets in GTK3 UISuren A. Chilingaryan
2012-11-09Initial GTK3 supportSuren A. Chilingaryan
2012-11-09Open berkeleydb allowing mulithreaded accessSuren A. Chilingaryan
2010-07-16Windows fixes and CMake scripts to build under WindowsSuren A. Chilingaryan
2010-06-04Fix clean-up in the case of context initialization failure (call ↵Suren A. Chilingaryan
rccFreeContext instead of rccFree)
2010-03-14Proper ISO 639 name for Czech is 'cs', not 'cz'Suren A. Chilingaryan
2010-03-11One more bug pointed by lintSuren A. Chilingaryan
2010-03-11Few bugs found by lint of OpenSuSE, many thanks to NovelSuren A. Chilingaryan