summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - sanity.rpm-5_4_15-releasejbj2014-08-1340-41/+41
|
* - i18n: add gu hr ia kn pt_BR ta, msgmerge (Translation Project).jbj2014-08-0941-135/+1096
|
* - use latest gettext.jbj2014-07-201-1/+1
|
* configure.ac: add -Wdeclaration-after-statement if built with ↵devzero20002014-04-151-0/+1
| | | | --enable-gcc-warnings
* This patch series changes everywhere the back-quotes construct for commanddevzero20002014-03-282-9/+9
| | | | | | | | | | | | | substitution with the $( ... ). The backquoted form is the historical method for command substitution, and is supported by POSIX. However, all but the simplest uses become complicated quickly. In particular, embedded command substitutions and/or the use of double quotes require careful escaping with the backslash character. Because of this the POSIX shell adopted the $(…) feature from the Korn shell. Because this construct uses distinct opening and closing delimiters, it is much easier to follow. Also now the embedded double quotes no longer need escaping.
* add cpp suppressions directive for dealing withdevzero20002014-01-0839-545/+554
| | | | | false positive. Enable cppcheck inline suppression for the make cppcheck target
* popthelp.c reduce variables scope (cppcheck warning)devzero20002014-01-082-2/+3
|
* poptint.c reduce variables scope (cppcheck warning)devzero20002014-01-082-1/+3
|
* poptconfig.c reduce variables scope (cppcheck warning)devzero20002014-01-082-1/+2
|
* poptconfig.c: add some curly bracesdevzero20002013-12-191-0/+2
| | | | In c89 declarations were only valid at the beginning of blocks.
* cpptarget: missing local includedirdevzero20002013-12-191-1/+1
|
* poptconfig: drop cppcheck false positivedevzero20002013-12-191-1/+1
|
* add cppcheck conditional makefile targetdevzero20002013-12-193-0/+11
|
* - spell corrections.jbj2013-11-241-2/+2
|
* fix coverity CID 1057440: Unused pointer value (UNUSED_VALUE)rpm-5_4_13-releasedevzero20002013-08-161-1/+1
|
* drop expr syntax error in make check under dashdevzero20002013-07-302-2/+3
| | | | Submitted by: Elia Pinto
* - default to "make V=0" silent builds to get rid of endless spewage.rpm-5_4_11-releasejbj2013-07-081-0/+1
| | | | - ignore cruft.
* Print to the end of the configure phase the options we havedevzero20002013-07-043-11/+42
| | | | | | enabled and their results on the basis of the target system. Fix also some trivial quoting in configure.ac
* remove cruftdevzero20002013-07-041-163/+0
|
* - fix: remove duplicated /bin/sh (with bizarre error message).jbj2013-07-041-2/+1
|
* - ignore "make distcheck" cruft.jbj2013-07-041-0/+2
|
* - fix: permit reading aliases, remove left over "goto exit" replacing by assert.jbj2013-07-031-1/+0
|
* fail autogen.sh if autoreconf faildevzero20002013-07-032-2/+3
|
* /tmp/m4devzero20002013-07-032-3/+5
|
* Don't use MALLOC_CHECK_ and valgrind(memcheck) at thedevzero20002013-07-033-10/+52
| | | | | | | | | | | | | | | | | | | same time The test suite can use valgrind(memcheck) via 'configure --enable-valgrind' Memcheck wraps client calls to malloc(), and puts a "red zone" on each end of each block in order to detect access overruns. Memcheck already detects double free() (up to the limit of the buffer which remembers pending free()). Thus memcheck subsumes all the documented coverage of MALLOC_CHECK_. If MALLOC_CHECK_ is set non-zero when running memcheck, then the overruns that might be detected by MALLOC_CHECK_ would be overruns on the wrapped blocks which include the red zones. Thus MALLOC_CHECK_ would be checking memcheck, and not the client. This is not useful, and actually is wasteful. The only possible [documented] advantage of using MALLOC_CHECK_ and memcheck together, would be if MALLOC_CHECK_ detected duplicate free() in more cases than memcheck because memcheck's buffer is too small.
* malloc check voodo portability quirkdevzero20002013-07-032-2/+12
| | | | | | | | | | Get rid of a non portable shell export VAR=VALUE costruct. "Posix requires export to honor assignments made as arguments, but older shells do not support this, including /bin/sh in Solaris 10. Portable scripts should separate assignments and exports into different statements" (from http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Limitations-of-Builtins.html)
* - fix: add missing #endifjbj2013-07-021-0/+1
|
* check secure_getenv for glibc 2.17devzero20002013-07-026-5/+18
| | | | | | | | | | Use secure_getenv if it is available. Fall back to __secure_getenv if it is not. In glibc 2.17, __secure_getenv was renamed to secure_getenv. So check also for it. Reference: http://sourceware.org/glibc/wiki/Tips_and_Tricks/secure_getenv http://marc.info/?t=134192618500001&r=1&w=2
* Update the minimum gettext version requireddevzero20002013-07-023-3/+4
|
* Fix misspellingdevzero20002013-06-265-9/+11
| | | | Fix misspelling using http://github.com/lyda/misspell-check
* ignore cruft.jbj2013-06-251-0/+1
|
* - ignore cruftjbj2013-06-241-1/+3
|
* - sanity.jbj2013-06-246-6/+7
|
* - fix: handle newly added asset(...) call like elsewhere.jbj2013-06-241-1/+7
|
* - make sure that non-linux -liconv is tracked as dependent library.jbj2013-06-241-1/+11
| | | | | - stub in a manual coverity scan target. - fix: handle newly added asset(...) call like elsewhere.
* - repair memory leak on failure return.jbj2013-06-241-2/+4
|
* /tmp/Fdevzero20002012-09-112-1/+4
|
* - ignore AUtoFu cruft.rpm-5_4_9-releasejbj2012-05-011-0/+2
|
* - autofu: make peace with automake-1.12.jbj2012-05-011-0/+2
|
* fix typodevzero20002012-04-171-2/+2
|
* - add sr.po (Translation Project).jbj2012-04-0235-102/+265
|
* - macosx: both -lintl and -liconv are needed for static linking.rpm-5_4_8-releasejbj2012-03-281-1/+1
|
* fix compiler warning -Wunused-variabledevzero20002012-03-0435-69/+69
| | | | | | | Add also to CHANGES the previous jbj commit "use words instead of jargon to increase portability" Submitted by: devzero2000
* - use words instead of jargon to increase portability.jbj2012-03-031-6/+6
|
* - reduce the probability of false positives.jbj2012-03-031-2/+2
|
* - macosx: needs $(INTLLIBS) explictly.rpm-5_4_7-releasejbj2012-02-262-1/+2
|
* - autofu: fix: MacPorts uses glibtool/gliboolize. test earlier.jbj2012-02-252-11/+13
|
* - i18n: msgmerge (Translation Project)rpm-5_4_5-releasejbj2012-02-1934-67/+69
|
* fix the trash in README-prereqdevzero20002012-02-101-4/+2
|
* Enable many more gcc warnings for poptdevzero20002012-02-102-1/+68
| | | | | | Inspired by http://www.spinics.net/lists/selinux/msg11726.html but popt can, unlike libselinux now, also detect if gcc support a compiler flag or not