Commit Graph

  • e5259cfacf Update translations just to pick up the new contact info Panu Matilainen 2020-02-12 10:47:54 +02:00
  • 7e139f64b6 Minimally tweak to make it 'autoreconf -i' bootstrap work Panu Matilainen 2020-02-12 10:46:57 +02:00
  • 680147d643 Drop xcode project file Panu Matilainen 2020-02-12 10:28:22 +02:00
  • 1548389dd5 Update contact addresses Panu Matilainen 2020-02-12 10:14:33 +02:00
  • 16690d4d4e Remove antiquated upstream spec file Panu Matilainen 2020-02-12 10:10:32 +02:00
  • ce73d9f73f - release popt-1.16. Jeff Johnson 2010-05-07 15:19:10 +00:00
  • 3edbb739cb - add specialized types for destructor unit tests. Jeff Johnson 2010-03-13 03:56:15 +00:00
  • 677401099d - improve specialized types in unit tests. Jeff Johnson 2010-03-13 02:40:44 +00:00
  • 958535ce5a - name unit test config same as rpm. Jeff Johnson 2010-03-13 00:32:47 +00:00
  • a16f6de1a5 - add lv.po, update translations (Translation Project). Jeff Johnson 2010-02-17 20:12:56 +00:00
  • 9648f24777 - include xcode project in distribution tar ball. Jeff Johnson 2010-02-17 20:01:01 +00:00
  • a9fe17b450 - make distcheck is now squeaky clean. - permit VPATH builds. - add shallow tests using ISP/RAS api-sanity-autotest.pl. Jeff Johnson 2010-02-17 19:43:48 +00:00
  • 86b6bbde03 - set "popt" as product name. Jeff Johnson 2010-02-12 23:18:20 +00:00
  • 650bba8540 - make sure libpopt.dylib is also compiled as a test1 pre-requisite. - ignore per-developer configgery files. Jeff Johnson 2010-02-12 23:12:09 +00:00
  • b949756c0d - add -liconv for static linkage. - ignore the xcode build directory Jeff Johnson 2010-02-12 22:29:12 +00:00
  • 5daf145ac3 - add xcode project. Jeff Johnson 2010-02-12 22:01:26 +00:00
  • 0bfb55ae7c - prefix bit set routines with popt to avoid symbol coolisions w rpm. Jeff Johnson 2010-01-19 00:39:09 +00:00
  • d4c549eab8 - typo in with POPT_WCHAR_HACK. - typo in libopt.vers Jeff Johnson 2009-08-28 00:06:33 +00:00
  • de7ffd5a51 - repair the AutoFu (by eliminating build-aux/ subdir). Jeff Johnson 2009-08-18 22:06:22 +00:00
  • 29908b6fd7 add AC_CONFIG_AUX_DIR, AC_CONFIG_MACRO_DIR to configure. del acinclude.m4 : AC_CHECK_VA_COPY is not used Elia Pinto 2009-08-13 13:17:33 +00:00
  • 0162b119f5 Probably it is better to restrict the previous fix only for Linux systems. Elia Pinto 2009-08-12 14:29:39 +00:00
  • 0674cc4ebb fix (hope) portability problem in popt.pc Elia Pinto 2009-08-12 13:15:21 +00:00
  • fae26fc3b5 Drop -L from popt.pc : it cause problem - ref novelbz#529921 Elia Pinto 2009-08-11 13:32:58 +00:00
  • 5ac6c6d248 - tdict: use poptBitsUnion and poptBitsIntersect too. Jeff Johnson 2009-07-26 19:23:56 +00:00
  • eeb6b7a158 - add tdict.c to exercise popt bit sets against /usr/dict/words. Jeff Johnson 2009-07-26 19:14:09 +00:00
  • 49564442d5 - add poptBitsArgs() method to generate args bit set. Jeff Johnson 2009-07-26 17:09:27 +00:00
  • 601851f32c - splint fiddles. Jeff Johnson 2009-07-26 16:38:25 +00:00
  • b9124151fb - add methods for bit set union and intersection. - permit comma separated attribute lists, handle negated attributes. - better test for POPT_ARG_BITSET. Jeff Johnson 2009-07-26 16:25:23 +00:00
  • e28413162e - add POPT_ARG_BITSET handling. Jeff Johnson 2009-07-25 22:24:29 +00:00
  • ffd5cee155 - add POPT_ARG_SHORT handling. Jeff Johnson 2009-07-25 18:52:36 +00:00
  • 6d8a74ddc0 - handle all callback traversals within a C switch (for extendability ease). Jeff Johnson 2009-07-25 16:30:03 +00:00
  • bc650f3bcd - add popt.pc. Jeff Johnson 2009-07-25 05:47:13 +00:00
  • 45bdb73081 - ignore po/* files. Jeff Johnson 2009-07-25 04:50:43 +00:00
  • 9434abbe62 - check realloc returns (Jim Meyering). Jeff Johnson 2009-05-20 13:18:07 +00:00
  • d1085b0a12 Updated German popt translation (re-apply of http://rpm5.org/cvs/chngview?cn=10394 after it got killed somehow) Robert Scheck 2009-04-17 12:07:30 +00:00
  • a6973b8be8 Ok, we decided to still include those fixes into 1.15 Ralf S. Engelschall 2009-04-12 19:29:28 +00:00
  • c134274a7e ops, sorry, I get a local patch still applied when regenerating the po/ stuff. Hence repeat it with a sane workspace Ralf S. Engelschall 2009-04-12 18:15:34 +00:00
  • e88dff38d4 update po/ files after recent changes Ralf S. Engelschall 2009-04-12 18:11:51 +00:00
  • e6a2d924ca fix building under --disable-nls Ralf S. Engelschall 2009-04-12 17:56:17 +00:00
  • acf5dd9ca4 remember recent changes Ralf S. Engelschall 2009-04-12 17:55:20 +00:00
  • 8a93cd3ccf Fix portability: Ralf S. Engelschall 2009-04-12 07:30:47 +00:00
  • 4925a19bf3 Errr.. no, "-D_GNU_SOURCE -D_REENTRANT" has nothing to do with GCC (it is a platform specific thing and not a compiler thing). So, first put it out of the condition (as it is in RPM, too). Ralf S. Engelschall 2009-04-12 07:24:40 +00:00
  • 8a877eae66 - jbj: release popt-1.15. Jeff Johnson 2009-04-11 12:51:11 +00:00
  • a28bf5671a - poptReadFile: permit NULL if return values are not desired. Jeff Johnson 2009-01-25 17:38:53 +00:00
  • e331969a54 - jbj: add poptReadFile routine. Jeff Johnson 2009-01-25 15:23:03 +00:00
  • ecde91e843 - jbj: splint fiddles. Jeff Johnson 2009-01-24 18:12:38 +00:00
  • 132fd5d1ac - trim out escaped newline(s) from file content, other fixes Jeff Johnson 2009-01-24 13:44:37 +00:00
  • d69093eb59 - permit popt alias/exec to include content from a file. Jeff Johnson 2009-01-23 21:57:27 +00:00
  • 18645dd2d4 - permit glob(3) patterns in appName field of popt alias/exec config. Jeff Johnson 2009-01-23 20:43:36 +00:00
  • bd72098084 - add test cases for bit operations and toggles. Jeff Johnson 2009-01-23 17:41:56 +00:00
  • 6f2b6d0bcc - avoid displaying --[no]nofoo with POPT_ARGFLAG_TOGGLE. Jeff Johnson 2009-01-21 22:29:10 +00:00
  • 4528b057cf - jbj: fix typo, display toggled long options as "--[no]foo" with --help. Jeff Johnson 2009-01-21 20:14:26 +00:00
  • ac163def55 - add poptArgInfo() to get argInfo, implementing POPT_ARGFLAG_TOGGLE. - add longOptionStrcmp() to match w POPT_ARGFLAG_TOGGLE. - change singleDash arg to a bit enum, use LF_ISSET(ONEDASH) instead. Jeff Johnson 2009-01-21 19:51:00 +00:00
  • c22ccfd2ae - jbj: rework the glob wrappers into something more useful. portability todo++. Jeff Johnson 2008-12-20 21:44:56 +00:00
  • 64db73908e - stub in glob(3) wrappers for popt. more useful poptGlob() API next. Jeff Johnson 2008-12-20 19:28:39 +00:00
  • a6c1e8e262 - jbj: expose new methods in loader map as well. Jeff Johnson 2008-12-19 20:46:30 +00:00
  • 3a4eef4b08 - add poptInit/poptFini/poptReadConfigFiles/poptSaneFile routines. Jeff Johnson 2008-12-19 20:43:38 +00:00
  • 1b69eef667 - jbj: rewrite poptReadConfigFile(), styling for (i.e. my) readbility. Jeff Johnson 2008-12-19 17:01:18 +00:00
  • 8883b2fce2 - jbj: reserve a bit for --[no]opt prefix toggling. Jeff Johnson 2008-12-18 20:00:48 +00:00
  • 39761ed458 - jbj: fix: check/print argv[0] in --help for NULL. Jeff Johnson 2008-12-18 19:40:16 +00:00
  • 64b41aa1b5 - jbj: splint (3.1.2) fiddles. Jeff Johnson 2008-12-18 17:09:49 +00:00
  • 405a446177 - jbj: permit type/group bitmasks to be changed (if needed somewhen). Jeff Johnson 2008-12-18 16:55:43 +00:00
  • 8c4eaa7fbb - jbj: snip out 8 unused bits for argument groups. Jeff Johnson 2008-12-18 03:54:41 +00:00
  • f74cfd35a7 - jbj: fix: eliminate dead code (CID#5). Jeff Johnson 2008-12-04 21:05:27 +00:00
  • 8b61acd0bf - jbj: fix: rearrange code to better hint to coverity scan (CID#9). Jeff Johnson 2008-12-04 20:54:01 +00:00
  • defbf884dd - jbj: fix: rewrite (and simplify) strdup_locale_from_utf8(). Jeff Johnson 2008-12-04 20:37:31 +00:00
  • 590a8994d3 - test/use HAVE_SRANDOM to avoid portability issues. Jeff Johnson 2008-10-25 19:02:58 +00:00
  • 8688c00958 - jbj: fix: remove AC_CHECK_VA_COPY check, va_copy is no longer used. Jeff Johnson 2008-10-04 19:23:50 +00:00
  • 73aa812046 - jbj: add eo.po and id.po (Translation Project). Jeff Johnson 2008-09-18 18:16:28 +00:00
  • 92725aa07b - jbj: updated da.po (Translation Project). Jeff Johnson 2008-09-18 18:12:53 +00:00
  • 73c96778b2 - jbj: correct typo in commented out make target. Jeff Johnson 2008-09-18 18:08:58 +00:00
  • c83e0ede47 fix description of POPT_ARG_NONE Ralf S. Engelschall 2008-07-17 12:54:02 +00:00
  • d726563d6f Updated German popt translation Robert Scheck 2008-05-25 12:39:22 +00:00
  • c147ce4391 - jbj: extend coverage to poptPeekArg(). Jeff Johnson 2008-05-05 20:54:31 +00:00
  • b12e1c5bde - jbj: extend coverage to several additional setup routines. Jeff Johnson 2008-05-05 20:29:45 +00:00
  • 011bb004f8 - jbj: add tests for --usage/--help coverage. Jeff Johnson 2008-05-05 19:45:06 +00:00
  • 4fa9cda9c1 - jbj: add lconv/gcov targets to Makefile.am. Jeff Johnson 2008-05-05 19:27:31 +00:00
  • f2ac0b6dd0 - jbj: refactor automagic (*opt->arg) option arg store to poptSaveArg(). Jeff Johnson 2008-05-05 17:38:33 +00:00
  • 10b9e577df - ldv: update INPUT tag in Doxyfile.in, fix doxygen warnings in popthelp.c. Dmitry V. Levin 2008-04-26 21:57:32 +00:00
  • 61bbb1bf15 - start popt-1.15 development. Jeff Johnson 2008-04-06 14:00:23 +00:00
  • 9f734fd6e2 - jbj: remove findme.c, add poptint.c, to po/POTFILES.in. Jeff Johnson 2008-04-02 17:37:04 +00:00
  • 2c09749b7e - jbj: use stpcpy 2 more places (Wayne Davison<wayned@samba.org>). Jeff Johnson 2008-03-27 17:35:33 +00:00
  • 2a18288d63 - jbj: add @LTLIBICONV@ when needed (Stanislav Brabec<sbrabec@suse.cz>). - jbj: fix: remove the "echo --" Fedorable hack-a-round. Jeff Johnson 2008-03-27 17:31:24 +00:00
  • d26039c9bd Updated de.po (not from the Translation Project) Robert Scheck 2008-03-12 21:26:58 +00:00
  • d5006916bf - jbj: study the mess with splint. Sigh, splint is so easily confused ... - jbj: rewrite findProgramPath & move to popt.c. Nuke the findme.{c,h} toys. - jbj: use stpcpy several more places (Wayne Davison<wayned@samba.org>). Jeff Johnson 2008-03-10 08:13:09 +00:00
  • e8f4293f73 - jbj: enable tests for -c=foo short options. Thanks Wayne! Jeff Johnson 2008-03-10 04:08:43 +00:00
  • 1aa13e46bc - jbj: fix: typ, vasprintf needs an ampersand. Thanks Wayne! Jeff Johnson 2008-03-10 04:06:23 +00:00
  • 59d9e5b598 - jbj: enable equal after short option (Wayne Davison<wayned@samba.org>). Jeff Johnson 2008-03-09 23:10:05 +00:00
  • f179c0c492 - jbj: permit "#define POPT_fprintf fprintf" to lose the malloc'ing fprintf. - jbj: use vasprintf(3) when available (Wayne Davison<wayned@samba.org>). Jeff Johnson 2008-03-09 22:53:24 +00:00
  • c329d39bcb - jbj: study the mess with splint, remove annotations where possible. - jbj: add -D_GNU_SOURCE for gcc to use __builtin_stpcpy when available. - jbj: add static inline stpcpy for the deprived. - jbj: use stpcpy to eliminate sprintf calls everywhere but popthelp.c - jbj: remove (now unneeded afaik) va_copy() from POPT_fprintf(). - jbj: inline strdup_fprintf() => POPT_fprintf keeping (unneeded?) va_copy. Jeff Johnson 2008-03-09 20:24:45 +00:00
  • 7a42a9a9d5 Fix memcpy(3) based va_copy(3) fallbacks Ralf S. Engelschall 2008-03-09 07:14:06 +00:00
  • ca8747e0d7 - jbj: fix: short option with "foo=bar" argument was mishandled. (Wayne Davison<wayned@samba.org>). Jeff Johnson 2008-03-09 06:01:05 +00:00
  • e4924f6243 - jbj: rename _ABS to avoid collisions, define DBL_EPSILON if not present (Wayne Davison<wayned@samba.org>). Jeff Johnson 2008-03-09 05:51:16 +00:00
  • ffa18fbe15 - jbj: add tests for -c=foo, but commented out for now. Jeff Johnson 2008-03-08 23:11:56 +00:00
  • 7663ef59c7 - jbj: Davison, not Davidson. Jeff Johnson 2008-03-08 21:52:10 +00:00
  • 3dfe5de030 - jbj: test for <glob.h>, disable reading directory poptrc files if not. - jbj: add __attribute__(__unused__) (Wayne Davidson<wayned@samba.org>). - jbj: permit equal after short option (Wayne Davidson<wayned@samba.org>). Jeff Johnson 2008-03-08 17:26:30 +00:00
  • 3e99904831 - jbj: make sure that short options are printed only once with --usage. Jeff Johnson 2008-03-08 03:47:53 +00:00
  • 27966e9c63 - jbj: don't display hidden short options with --usage. Jeff Johnson 2008-03-08 03:40:35 +00:00
  • 3cd3241b6b - jbj: updated sv.po (Translation Project). Jeff Johnson 2008-02-24 04:41:51 +00:00
  • c649dfa6d6 - jbj: updated {fi,nl}.po (Translation Project). Jeff Johnson 2008-02-21 16:46:43 +00:00