summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix missing author in CHANGESdevzero20002011-04-131-1/+1
* update .cvsignoredevzero20002011-04-1321-19/+22
* typo in .gitignorerpm-5_3_8-releasedevzero20002011-01-241-2/+0
* fix compiler warning [-Wuninitialized]devzero20002011-01-212-3/+4
* fix compiler warning (comparison between signed and unsigned integer expressi...devzero20002011-01-141-1/+1
* fix compiler warning (unused var)devzero20002011-01-141-1/+0
* - i18n: update po files (Translation Project).rpm-5_4_0-releasejbj2010-12-0134-1189/+1191
* Put all the ifdef _MSC_VER in one place. Keep the inline function for nowdevzero20002010-11-291-19/+8
* rewrite FLT_MIN, FLT_MAX msdn hack workround in a less confusing waydevzero20002010-11-291-0/+7
* use C-style comment not C++devzero20002010-11-291-1/+1
* partially rewrite Get-built-with-MSVC-though-tests-are-failing patchdevzero20002010-11-291-1/+3
* Fix typo: Makefile.am should not be in .gitignoredevzero20002010-11-2935-80/+78
* Get built with MSVC, though tests are failingdevzero20002010-11-295-41/+79
* Start of fixes to get build with MSVCdevzero20002010-11-293-10/+58
* Cast all of the mallocs; MSVC demands it.devzero20002010-11-294-62/+62
* add version-script linker capability also for openindiana native lddevzero20002010-11-103-14/+54
* add test3 to the unit test, add color-tests automake optiondevzero20002010-11-045-10/+31
* - i18n: update po files (Translation Project).jbj2010-10-3133-1096/+1904
* added mudflap experimental build supportdevzero20002010-10-282-1/+43
* add tdict to the unit test: augment make check with some tdict testsdevzero20002010-10-273-4/+50
* readd .gitignoredevzero20002010-10-271-0/+112
* drop .gitignoredevzero20002010-10-271-53/+0
* add test2 to the unit test: augment make check with some test2 testsdevzero20002010-10-274-3/+332
* fix: add missing automake per target test* LDFLAGSdevzero20002010-10-262-0/+4
* require, as in autogen.sh, a minimal automake version for bootstrapdevzero20002010-10-262-1/+2
* - i18n: update translations.jbj2010-10-2633-1394/+1001
* Remove AC_CANONICAL_TARGET macro from configuredevzero20002010-10-111-1/+1
* revert to libtool 1.x macros. Drop the libtool version control in autogen.shdevzero20002010-08-122-72/+11
* dropped useless AM_COND_IFdevzero20002010-08-121-5/+0
* new autogen.sh for checking the minimun version required of the autofu tooldevzero20002010-08-101-9/+129
* - fix: obscure iconv mis-call error path could lead to strdup(NULL) (coverity).jbj2010-08-091-1/+1
* typodevzero20002010-07-301-1/+0
* drop useless abs path in Makefile.am. Added .gitignore for git hub clone. Upd...devzero20002010-07-304-1/+65
* fixup popt pkgconfig destination for multiarch installdevzero20002010-07-281-1/+1
* Fix: missing builddir var dir for the destination Valgrind log.devzero20002010-07-261-1/+1
* Remove the rubbish leftdevzero20002010-07-261-1/+0
* added --enable-valgrind autoconf optiondevzero20002010-07-265-4/+204
* fix again test1.c for running testit.sh alonedevzero20002010-07-261-0/+5
* add build-pie to autoconfdevzero20002010-07-233-1/+45
* use popt_CFLAGS_ADD everywheredevzero20002010-07-231-15/+18
* add the gcc security extension as rpm5 dodevzero20002010-07-231-0/+10
* add --enable-gcc-warnings configure option. Probably sometime usefuldevzero20002010-07-232-0/+31
* added popt_CFLAGS_ADD macrosdevzero20002010-07-231-0/+34
* (style) reduce the scope of variables. drop cppcheck minor warndevzero20002010-07-232-14/+18
* (style) reduce the scope of variables. drop cppcheck minor warndevzero20002010-07-231-4/+5
* use x=_free(x) (the jbj transform) consistentlydevzero20002010-07-231-19/+10
* (style) reduce the scope of variablesdevzero20002010-07-231-8/+9
* Fixed the bug introduced with the correction of VPATHdevzero20002010-06-303-5/+3
* Fixed VPATH building with arbitrary directory structuredevzero20002010-06-303-2/+11
* A bunch of minor fixdevzero20002010-06-296-73/+104