summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* blah: wrong branching : fix conflictdevzero20002012-02-102-10/+12
|
* Fix move popt.m4 to acinclude.m4popt_1_17_merge_1devzero20002012-02-0936-70/+73
| | | | so we can put it under version control
* - get rid of cruft.jbj2011-12-221-1400/+0
|
* give some color to autogen.shdevzero20002011-11-253-17/+1435
| | | | Certainly not so useful but not hurt either.
* redo commit 8396019 againrpm-5_4_3-releasedevzero20002011-09-053-7/+2
| | | | | get rid of LONG_LONG format specifier and inline it instead
* - i18n: msgmerge (Translation Project).rpm-5_4_2-releasejbj2011-09-0534-627/+628
|
* redo commit 8396019devzero20002011-09-053-0/+13
| | | | | | | Useless to have format crap just for conforming to oddball platform (http://rpm5.org/community/rpm-devel/5166.html). Keep the patch only inside MinGW.
* devzero2000: merge commit fc8836e from git pull requestdevzero20002011-09-053-2/+17
| | | | | | | https://github.com/devzero2000/POPT/pull/2 "Fix more MSVC build warnings" by asenm (Matt Arsenault). This is the last commit of this patch series and pull request.
* merge commit aee9f24 from git pull requestdevzero20002011-09-054-1/+250
| | | | | | | https://github.com/devzero2000/POPT/pull/2 "Add makefile for mingw" by asenm (Matt Arsenault). Include these new object in EXTRA_DIST (Makefile.am) by devzero2000 (Elia Pinto)
* merge commit 8396019 from git pull requestdevzero20002011-09-054-14/+29
| | | | | | https://github.com/devzero2000/POPT/pull/2 "Work around missing format for long long in windows; fix warnings" by asenm (Matt Arsenault)
* merge commit ea2978d from git pull requestdevzero20002011-09-053-10/+18
| | | | | | https://github.com/devzero2000/POPT/pull/2 "Fix build with MinGW 32/64 + MSVC" by arsenm (Matt Arsenault)
* i18n: update po files (Translation Project).jbj2011-09-0433-613/+613
|
* fix compiler warning -Wunused-but-set-variable (GCC 4.6)devzero20002011-06-164-15/+19
|
* fix typo in CHANGESdevzero20002011-06-161-1/+1
|
* redo the autofu vendor-script linker script check for openindiana nativedevzero20002011-06-163-36/+40
| | | | | | | ld, using modern and not deprecated autoconf construct. Even if the check is not perfect but it is based on a resultant ld warningi, on openindiana the result actually work with gcc and native ld. This patch also fix the build on openindiana broken by the precedent patch.
* add missing README-prereqdevzero20002011-06-162-0/+13
|
* try to redo the bootstrap check betterrpm-5_3_11-releasedevzero20002011-05-243-32/+137
|
* add configmake.h to .gitignoredevzero20002011-05-052-0/+2
|
* document the /etc/popt.d use in popt(3)devzero20002011-05-022-4/+8
|
* - fix: plug another memory leak related to contiguous argv malloc.rpm-5_3_10-releasejbj2011-04-194-8/+23
|
* - fix: plug a memory leak related to contiguous argv malloc.jbj2011-04-192-4/+9
|
* fix the configmake.h make rule: update its timestamp also if it don't changedevzero20002011-04-152-0/+5
|
* revert bad commit: add missing glob.h and fnmatch.h in configure.ac, add ↵devzero20002011-04-143-1/+3
| | | | struct sb in poptconfig.c
* Fix: describe the last commit in CHANGESdevzero20002011-04-141-0/+2
|
* Rewrite the logic in poptReadDefaultConfig fordevzero20002011-04-144-15/+71
| | | | | | | | | | finding the popt alias file Introduce in Makefile.am an automatically generated configmake.h for setting the gnu standard directory and include it in system.h. So it is possible to semplify poptReadDefaultConfig a bit.