Skip to content

Commit b09e74b

Browse files
author
PetersSharp
committed
initial 0.0.7 version 2018-07-30
1 parent edba775 commit b09e74b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+466
-463
lines changed

config.status

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.63 for libwchar2 0.0.6.
3+
# Generated by GNU Autoconf 2.63 for libwchar2 0.0.7.
44
#
55
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
66
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -743,8 +743,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
743743
# Identity of this package.
744744
PACKAGE_NAME='libwchar2'
745745
PACKAGE_TARNAME='libwchar2'
746-
PACKAGE_VERSION='0.0.6'
747-
PACKAGE_STRING='libwchar2 0.0.6'
746+
PACKAGE_VERSION='0.0.7'
747+
PACKAGE_STRING='libwchar2 0.0.7'
748748
PACKAGE_BUGREPORT=''
749749

750750
ac_unique_file="src/libwchar.c"
@@ -1492,7 +1492,7 @@ if test "$ac_init_help" = "long"; then
14921492
# Omit some internal or obsolete options to make the list less imposing.
14931493
# This message is too long to be a string in the A/UX 3.1 sh.
14941494
cat <<_ACEOF
1495-
\`configure' configures libwchar2 0.0.6 to adapt to many kinds of systems.
1495+
\`configure' configures libwchar2 0.0.7 to adapt to many kinds of systems.
14961496

14971497
Usage: $0 [OPTION]... [VAR=VALUE]...
14981498

@@ -1563,7 +1563,7 @@ fi
15631563

15641564
if test -n "$ac_init_help"; then
15651565
case $ac_init_help in
1566-
short | recursive ) echo "Configuration of libwchar2 0.0.6:";;
1566+
short | recursive ) echo "Configuration of libwchar2 0.0.7:";;
15671567
esac
15681568
cat <<\_ACEOF
15691569

@@ -1672,7 +1672,7 @@ fi
16721672
test -n "$ac_init_help" && exit $ac_status
16731673
if $ac_init_version; then
16741674
cat <<\_ACEOF
1675-
libwchar2 configure 0.0.6
1675+
libwchar2 configure 0.0.7
16761676
generated by GNU Autoconf 2.63
16771677

16781678
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1686,7 +1686,7 @@ cat >config.log <<_ACEOF
16861686
This file contains any messages produced by compilers while
16871687
running configure, to aid debugging if configure makes a mistake.
16881688

1689-
It was created by libwchar2 $as_me 0.0.6, which was
1689+
It was created by libwchar2 $as_me 0.0.7, which was
16901690
generated by GNU Autoconf 2.63. Invocation command line was
16911691

16921692
$ $0 $@
@@ -4673,7 +4673,7 @@ fi
46734673

46744674
# Define the identity of the package.
46754675
PACKAGE='libwchar2'
4676-
VERSION='0.0.6'
4676+
VERSION='0.0.7'
46774677

46784678

46794679
cat >>confdefs.h <<_ACEOF
@@ -16190,7 +16190,7 @@ exec 6>&1
1619016190
# report actual input values of CONFIG_FILES etc. instead of their
1619116191
# values after options handling.
1619216192
ac_log="
16193-
This file was extended by libwchar2 $as_me 0.0.6, which was
16193+
This file was extended by libwchar2 $as_me 0.0.7, which was
1619416194
generated by GNU Autoconf 2.63. Invocation command line was
1619516195

1619616196
CONFIG_FILES = $CONFIG_FILES
@@ -16253,7 +16253,7 @@ Report bugs to <bug-autoconf@gnu.org>."
1625316253
_ACEOF
1625416254
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1625516255
ac_cs_version="\\
16256-
libwchar2 config.status 0.0.6
16256+
libwchar2 config.status 0.0.7
1625716257
configured by $0, generated by GNU Autoconf 2.63,
1625816258
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1625916259

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
AC_PREREQ([2.63])
3-
AC_INIT([libwchar2], [0.0.6], [])
3+
AC_INIT([libwchar2], [0.0.7], [])
44
AC_CONFIG_SRCDIR([src/libwchar.c])
55
AC_CONFIG_HEADERS([config.h])
66
AC_CONFIG_AUX_DIR([build])

docs/CHANGELOG-master.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212
- [#7](https://github.com/ClnViewer/LibWchar2/commit/fffb546b29c9360f2f3876bcae597a561c079eb6) reorganizing CMakeList 2018-07-28 (*2018-07-28T18:55:06Z*)
1313
- [#8](https://github.com/ClnViewer/LibWchar2/commit/af48511d1c94d0f0fdef0f56452d6e8515a2df20) update docs 2018-07-28 (*2018-07-28T15:52:12Z*)
1414
- [#9](https://github.com/ClnViewer/LibWchar2/commit/0aef1bad7ed349d144334cea28d1c9453e510ab2) update tests 2018-07-28 (*2018-07-28T15:24:34Z*)
15-
- [#10](https://github.com/ClnViewer/LibWchar2/commit/39e5529700a8e646afb071586e1ae505ac70a8e0) add update ChangeLog 2018-07-28 (*2018-07-28T15:21:27Z*)

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
DOXYFILE_ENCODING = UTF-8
3-
PROJECT_NAME = "libwchar2 0.0.6"
3+
PROJECT_NAME = "libwchar2 0.0.7"
44
INPUT = include/wchar2.h docs/doxman
55
OUTPUT_DIRECTORY = docs
66
EXAMPLE_PATH = ./ docs/doxman

docs/html/annotated.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
66
<meta name="generator" content="Doxygen 1.8.14"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8-
<title>libwchar2 0.0.6: Data Structures</title>
8+
<title>libwchar2 0.0.7: Data Structures</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
1010
<script type="text/javascript" src="jquery.js"></script>
1111
<script type="text/javascript" src="dynsections.js"></script>
@@ -22,7 +22,7 @@
2222
<tbody>
2323
<tr style="height: 56px;">
2424
<td id="projectalign" style="padding-left: 0.5em;">
25-
<div id="projectname">libwchar2 0.0.6
25+
<div id="projectname">libwchar2 0.0.7
2626
</div>
2727
</td>
2828
</tr>
@@ -74,7 +74,7 @@
7474
</div><!-- contents -->
7575
<!-- start footer part -->
7676
<hr class="footer"/><address class="footer"><small>
77-
Generated on Mon Jul 30 2018 01:55:37 for libwchar2 0.0.6 by &#160;<a href="http://www.doxygen.org/index.html">
77+
Generated on Mon Jul 30 2018 02:03:08 for libwchar2 0.0.7 by &#160;<a href="http://www.doxygen.org/index.html">
7878
<img class="footer" src="doxygen.png" alt="doxygen"/>
7979
</a> 1.8.14
8080
</small></address>

docs/html/btowc.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
66
<meta name="generator" content="Doxygen 1.8.14"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8-
<title>libwchar2 0.0.6: btowc manual</title>
8+
<title>libwchar2 0.0.7: btowc manual</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
1010
<script type="text/javascript" src="jquery.js"></script>
1111
<script type="text/javascript" src="dynsections.js"></script>
@@ -22,7 +22,7 @@
2222
<tbody>
2323
<tr style="height: 56px;">
2424
<td id="projectalign" style="padding-left: 0.5em;">
25-
<div id="projectname">libwchar2 0.0.6
25+
<div id="projectname">libwchar2 0.0.7
2626
</div>
2727
</td>
2828
</tr>
@@ -83,16 +83,16 @@ <h1><a class="anchor" id="autotoc_md2"></a>
8383
See example</h1>
8484
<dl class="section see"><dt>See also</dt><dd><a href="https://github.com/ClnViewer/LibWchar2/blob/master/test/test_btowc.c">https://github.com/ClnViewer/LibWchar2/blob/master/test/test_btowc.c</a></dd></dl>
8585
<p><dl class="section user"><dt>LibWchar2 information</dt><dd></dd></dl>
86-
<dl class="section version"><dt>Version</dt><dd>libwchar2 0.0.6 </dd></dl>
87-
<dl class="section date"><dt>Date</dt><dd>Sun Jul 29 2018 </dd></dl>
86+
<dl class="section version"><dt>Version</dt><dd>libwchar2 0.0.7 </dd></dl>
87+
<dl class="section date"><dt>Date</dt><dd>Mon Jul 30 2018 </dd></dl>
8888
<dl class="section author"><dt>Author</dt><dd>(c) PS 2018-2018</dd></dl>
8989
<dl class="section user"><dt>Manual author and license</dt><dd></dd></dl>
9090
<dl class="section copyright"><dt>Copyright</dt><dd>GNU Public License version 2. <a class="el" href="mlicense.html">Manual license details</a></dd></dl>
9191
</p>
9292
</div></div><!-- contents -->
9393
<!-- start footer part -->
9494
<hr class="footer"/><address class="footer"><small>
95-
Generated on Mon Jul 30 2018 01:55:37 for libwchar2 0.0.6 by &#160;<a href="http://www.doxygen.org/index.html">
95+
Generated on Mon Jul 30 2018 02:03:08 for libwchar2 0.0.7 by &#160;<a href="http://www.doxygen.org/index.html">
9696
<img class="footer" src="doxygen.png" alt="doxygen"/>
9797
</a> 1.8.14
9898
</small></address>

docs/html/dir_d44c64559bbebec7f509842c48db8b23.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
66
<meta name="generator" content="Doxygen 1.8.14"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8-
<title>libwchar2 0.0.6: include Directory Reference</title>
8+
<title>libwchar2 0.0.7: include Directory Reference</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
1010
<script type="text/javascript" src="jquery.js"></script>
1111
<script type="text/javascript" src="dynsections.js"></script>
@@ -22,7 +22,7 @@
2222
<tbody>
2323
<tr style="height: 56px;">
2424
<td id="projectalign" style="padding-left: 0.5em;">
25-
<div id="projectname">libwchar2 0.0.6
25+
<div id="projectname">libwchar2 0.0.7
2626
</div>
2727
</td>
2828
</tr>
@@ -79,7 +79,7 @@
7979
</div><!-- contents -->
8080
<!-- start footer part -->
8181
<hr class="footer"/><address class="footer"><small>
82-
Generated on Mon Jul 30 2018 01:55:37 for libwchar2 0.0.6 by &#160;<a href="http://www.doxygen.org/index.html">
82+
Generated on Mon Jul 30 2018 02:03:08 for libwchar2 0.0.7 by &#160;<a href="http://www.doxygen.org/index.html">
8383
<img class="footer" src="doxygen.png" alt="doxygen"/>
8484
</a> 1.8.14
8585
</small></address>

docs/html/files.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
66
<meta name="generator" content="Doxygen 1.8.14"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8-
<title>libwchar2 0.0.6: Files</title>
8+
<title>libwchar2 0.0.7: Files</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
1010
<script type="text/javascript" src="jquery.js"></script>
1111
<script type="text/javascript" src="dynsections.js"></script>
@@ -22,7 +22,7 @@
2222
<tbody>
2323
<tr style="height: 56px;">
2424
<td id="projectalign" style="padding-left: 0.5em;">
25-
<div id="projectname">libwchar2 0.0.6
25+
<div id="projectname">libwchar2 0.0.7
2626
</div>
2727
</td>
2828
</tr>
@@ -75,7 +75,7 @@
7575
</div><!-- contents -->
7676
<!-- start footer part -->
7777
<hr class="footer"/><address class="footer"><small>
78-
Generated on Mon Jul 30 2018 01:55:37 for libwchar2 0.0.6 by &#160;<a href="http://www.doxygen.org/index.html">
78+
Generated on Mon Jul 30 2018 02:03:08 for libwchar2 0.0.7 by &#160;<a href="http://www.doxygen.org/index.html">
7979
<img class="footer" src="doxygen.png" alt="doxygen"/>
8080
</a> 1.8.14
8181
</small></address>

docs/html/globals.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
66
<meta name="generator" content="Doxygen 1.8.14"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8-
<title>libwchar2 0.0.6: Globals</title>
8+
<title>libwchar2 0.0.7: Globals</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
1010
<script type="text/javascript" src="jquery.js"></script>
1111
<script type="text/javascript" src="dynsections.js"></script>
@@ -22,7 +22,7 @@
2222
<tbody>
2323
<tr style="height: 56px;">
2424
<td id="projectalign" style="padding-left: 0.5em;">
25-
<div id="projectname">libwchar2 0.0.6
25+
<div id="projectname">libwchar2 0.0.7
2626
</div>
2727
</td>
2828
</tr>
@@ -580,7 +580,7 @@ <h3><a id="index_w"></a>- w -</h3><ul>
580580
</div><!-- contents -->
581581
<!-- start footer part -->
582582
<hr class="footer"/><address class="footer"><small>
583-
Generated on Mon Jul 30 2018 01:55:37 for libwchar2 0.0.6 by &#160;<a href="http://www.doxygen.org/index.html">
583+
Generated on Mon Jul 30 2018 02:03:08 for libwchar2 0.0.7 by &#160;<a href="http://www.doxygen.org/index.html">
584584
<img class="footer" src="doxygen.png" alt="doxygen"/>
585585
</a> 1.8.14
586586
</small></address>

0 commit comments

Comments
 (0)