summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <jbj>2010-06-18 18:48:23 +0000
committerjbj <jbj>2010-06-18 18:48:23 +0000
commit2875e8fcee2121c4b3265e10004937a5b5b54136 (patch)
tree9ecbea8f4dfac8857bc254509e88c5fa5d27eba4
parentbe4bd694dc54fc0f8730d8b71957d37626f81d70 (diff)
downloadlibpopt-2875e8fcee2121c4b3265e10004937a5b5b54136.tar.gz
- bump version to 1.17.DEVEL.
-rw-r--r--CHANGES1
-rwxr-xr-xconfigure.ac2
-rw-r--r--po/popt.pot78
3 files changed, 47 insertions, 34 deletions
diff --git a/CHANGES b/CHANGES
index 4079dbb..86bdc7c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,5 @@
1.17 -> 2.0:
+ - jbj: bump version to 1.17.DEVEL.
- jbj: tests: test-cases for UNWANTEDARGS (Wayne Davison<wayned@samba.org>).
- jbj: wire-up almost all *alloc's with assertions.
- jbj: rename (to shorten) internal con->av[con->ac:con->nav] variables.
diff --git a/configure.ac b/configure.ac
index 57f9e94..e50f350 100755
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.63)
-AC_INIT([popt],[1.16],[popt-devel@rpm5.org])
+AC_INIT([popt],[1.17.DEVEL],[popt-devel@rpm5.org])
AC_CONFIG_SRCDIR([lookup3.c])
AC_CONFIG_HEADERS([config.h])
AC_CANONICAL_TARGET
diff --git a/po/popt.pot b/po/popt.pot
index e1be585..3b342be 100644
--- a/po/popt.pot
+++ b/po/popt.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: popt 1.16\n"
+"Project-Id-Version: popt 1.17.DEVEL\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2010-02-17 13:35-0500\n"
+"POT-Creation-Date: 2010-06-16 18:35-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15,127 +15,139 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: popt.c:47
+#: popt.c:52
msgid "unknown errno"
msgstr ""
-#: popt.c:1290
+#: popt.c:1410
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr ""
-#: popt.c:1711
+#: popt.c:1852
msgid "missing argument"
msgstr ""
-#: popt.c:1713
+#: popt.c:1854
msgid "unknown option"
msgstr ""
-#: popt.c:1715
+#: popt.c:1856
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1717
+#: popt.c:1858
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1719
+#: popt.c:1860
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1721
+#: popt.c:1862
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1723
+#: popt.c:1864
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1725
+#: popt.c:1866
msgid "number too large or too small"
msgstr ""
-#: popt.c:1727
+#: popt.c:1868
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1729
+#: popt.c:1870
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1733
+#: popt.c:1872
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1874
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1876
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1880
msgid "unknown error"
msgstr ""
-#: popthelp.c:75 popthelp.c:86
+#: popthelp.c:81 popthelp.c:92
msgid "Show this help message"
msgstr ""
-#: popthelp.c:76 popthelp.c:87
+#: popthelp.c:82 popthelp.c:93
msgid "Display brief usage message"
msgstr ""
-#: popthelp.c:90
+#: popthelp.c:96
msgid "Display option defaults in message"
msgstr ""
-#: popthelp.c:92
+#: popthelp.c:98
msgid "Terminate options"
msgstr ""
-#: popthelp.c:191
+#: popthelp.c:197
msgid "Help options:"
msgstr ""
-#: popthelp.c:192
+#: popthelp.c:198
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:200
+#: popthelp.c:206
msgid "NONE"
msgstr ""
-#: popthelp.c:202
+#: popthelp.c:208
msgid "VAL"
msgstr ""
-#: popthelp.c:206
+#: popthelp.c:212
msgid "INT"
msgstr ""
-#: popthelp.c:207
+#: popthelp.c:213
msgid "SHORT"
msgstr ""
-#: popthelp.c:208
+#: popthelp.c:214
msgid "LONG"
msgstr ""
-#: popthelp.c:209
+#: popthelp.c:215
msgid "LONGLONG"
msgstr ""
-#: popthelp.c:210
+#: popthelp.c:216
msgid "STRING"
msgstr ""
-#: popthelp.c:211
+#: popthelp.c:217
msgid "FLOAT"
msgstr ""
-#: popthelp.c:212
+#: popthelp.c:218
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:215
+#: popthelp.c:221
msgid "ARG"
msgstr ""
-#: popthelp.c:649
+#: popthelp.c:658
msgid "Usage:"
msgstr ""
-#: popthelp.c:672
+#: popthelp.c:684
msgid "[OPTION...]"
msgstr ""