• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

POSIX.1 National Language Support API for MinGW


Commit MetaInfo

Revision22bb1b61a2c78e4c0fc251d9e9378753d5f4ea5b (tree)
Zeit2008-01-13 03:27:34
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

MinGW-catgets version 1.0 released.

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
11 2008-01-12 Keith Marshall <keithmarshall@users.sourceforge.net>
22
3+ MinGW-catgets version 1.0 released.
4+
5+ * configure.ac (VERSION_MAJOR, VERSION_MINOR): Updated.
6+ (PATCHLEVEL): Reset to zero; commented out.
7+
8+ * configure: Regenerated.
9+
10+ * All files (RELEASE_1_0): CVS tag assigned.
11+
12+2008-01-12 Keith Marshall <keithmarshall@users.sourceforge.net>
13+
314 * gencat.c: Force an abort, with appropriate diagnostic, on parsing an
415 unrecognised command line option.
516
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
11 #! /bin/sh
22 # Guess values for system-dependent variables and create Makefiles.
3-# Generated by GNU Autoconf 2.59 for MinGW catgets 0.1.
3+# Generated by GNU Autoconf 2.59 for MinGW catgets 1.0.
44 #
55 # Report bugs to <https://sourceforge.net/tracker/?group_id=2435&atid=102435>.
66 #
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
269269 # Identity of this package.
270270 PACKAGE_NAME='MinGW catgets'
271271 PACKAGE_TARNAME='mingw-catgets'
272-PACKAGE_VERSION='0.1'
273-PACKAGE_STRING='MinGW catgets 0.1'
272+PACKAGE_VERSION='1.0'
273+PACKAGE_STRING='MinGW catgets 1.0'
274274 PACKAGE_BUGREPORT='https://sourceforge.net/tracker/?group_id=2435&atid=102435'
275275
276276 # Factoring default headers for most tests.
@@ -779,7 +779,7 @@ if test "$ac_init_help" = "long"; then
779779 # Omit some internal or obsolete options to make the list less imposing.
780780 # This message is too long to be a string in the A/UX 3.1 sh.
781781 cat <<_ACEOF
782-\`configure' configures MinGW catgets 0.1 to adapt to many kinds of systems.
782+\`configure' configures MinGW catgets 1.0 to adapt to many kinds of systems.
783783
784784 Usage: $0 [OPTION]... [VAR=VALUE]...
785785
@@ -836,7 +836,7 @@ fi
836836
837837 if test -n "$ac_init_help"; then
838838 case $ac_init_help in
839- short | recursive ) echo "Configuration of MinGW catgets 0.1:";;
839+ short | recursive ) echo "Configuration of MinGW catgets 1.0:";;
840840 esac
841841 cat <<\_ACEOF
842842
@@ -958,7 +958,7 @@ fi
958958 test -n "$ac_init_help" && exit 0
959959 if $ac_init_version; then
960960 cat <<\_ACEOF
961-MinGW catgets configure 0.1
961+MinGW catgets configure 1.0
962962 generated by GNU Autoconf 2.59
963963
964964 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -972,7 +972,7 @@ cat >&5 <<_ACEOF
972972 This file contains any messages produced by compilers while
973973 running configure, to aid debugging if configure makes a mistake.
974974
975-It was created by MinGW catgets $as_me 0.1, which was
975+It was created by MinGW catgets $as_me 1.0, which was
976976 generated by GNU Autoconf 2.59. Invocation command line was
977977
978978 $ $0 $@
@@ -5577,7 +5577,7 @@ _ASBOX
55775577 } >&5
55785578 cat >&5 <<_CSEOF
55795579
5580-This file was extended by MinGW catgets $as_me 0.1, which was
5580+This file was extended by MinGW catgets $as_me 1.0, which was
55815581 generated by GNU Autoconf 2.59. Invocation command line was
55825582
55835583 CONFIG_FILES = $CONFIG_FILES
@@ -5637,7 +5637,7 @@ _ACEOF
56375637
56385638 cat >>$CONFIG_STATUS <<_ACEOF
56395639 ac_cs_version="\\
5640-MinGW catgets config.status 0.1
5640+MinGW catgets config.status 1.0
56415641 configured by $0, generated by GNU Autoconf 2.59,
56425642 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
56435643
@@ -6346,4 +6346,4 @@ if test "$no_create" != yes; then
63466346 fi
63476347
63486348 #
6349-# $RCSfile$Revision: 1.4 $: end of file
6349+# $RCSfile$Revision: 1.5 $: end of file
--- a/configure.ac
+++ b/configure.ac
@@ -15,12 +15,12 @@
1515 # Tag Value
1616 # --------------- ---------
1717 MINGW_AC_DEFINE_PACKAGE_ID([BASENAME], [catgets])
18- MINGW_AC_DEFINE_PACKAGE_ID([VERSION_MAJOR], [0])
19- MINGW_AC_DEFINE_PACKAGE_ID([VERSION_MINOR], [1])
18+ MINGW_AC_DEFINE_PACKAGE_ID([VERSION_MAJOR], [1])
19+ MINGW_AC_DEFINE_PACKAGE_ID([VERSION_MINOR], [0])
2020 #
2121 # PATCHLEVEL is optional; comment/uncomment and adjust as required.
2222 #
23-# MINGW_AC_DEFINE_PACKAGE_ID([PATCHLEVEL], [3])
23+# MINGW_AC_DEFINE_PACKAGE_ID([PATCHLEVEL], [0])
2424 #
2525 # DLL_VERSION is required; installed DLLs will be versioned, by
2626 # appending a hyphen, the specified tag value, and then the `.dll'
@@ -129,4 +129,4 @@
129129 AC_CONFIG_FILES([Makefile])
130130 AC_OUTPUT
131131 #
132-# $RCSfile$Revision: 1.4 $: end of file
132+# $RCSfile$Revision: 1.5 $: end of file