Skip to content

Commit 3b78bc2

Browse files
committed
Merge branch 'v2.0'
2 parents 8c7417d + ec803c6 commit 3b78bc2

File tree

183 files changed

+15177
-3735
lines changed

Some content is hidden

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

183 files changed

+15177
-3735
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.deps/
2+
.libs/
3+
*.cache/
4+
*.la
5+
*.a
6+
*.so
7+
*.lo
8+
*.o
9+
*.utoutput
10+
it
11+
ut
12+
cscope.*
13+
*.swp

ChangeLog

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1+
2011-12-04 Bo Wang <activesys.wb@gmail.com>
2+
Version 2.0.3
3+
* Release libcstl-2.0.3.
4+
* Fixup bug 27, 28.
15

2-
2010-10-01 Bo Wang <activesys.wb@gmail.com
6+
2011-10-22 Bo Wang <activesys.wb@gmail.com>
7+
* Fixup bug 28.
8+
9+
2011-10-12 Bo Wang <activesys.wb@gmail.com>
10+
* Fixup bug 27.
11+
12+
2011-10-09 Bo Wang <activesys.wb@gmail.com>
13+
Version 2.0.2
14+
* Release libcstl-2.0.2.
15+
* Fixup bug 4, 12, 13, 14, 16, 17, 18, 19, 20, 22.
16+
* Add version macro.
17+
18+
2010-10-01 Bo Wang <activesys.wb@gmail.com>
319

420
Version 2.0.1
521
* Release libcstl-2.0.1.

Makefile

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ DIST_ARCHIVES = $(distdir).tar.gz
102102
GZIP_ENV = --best
103103
distuninstallcheck_listfiles = find . -type f -print
104104
distcleancheck_listfiles = find . -type f -print
105-
ACLOCAL = ${SHELL} /home/wb/project/libcstl/trunk/missing --run aclocal-1.11
106-
AMTAR = ${SHELL} /home/wb/project/libcstl/trunk/missing --run tar
105+
ACLOCAL = ${SHELL} /home/wb/project/git/libcstl/missing --run aclocal-1.11
106+
AMTAR = ${SHELL} /home/wb/project/git/libcstl/missing --run tar
107107
AR = ar
108-
AUTOCONF = ${SHELL} /home/wb/project/libcstl/trunk/missing --run autoconf
109-
AUTOHEADER = ${SHELL} /home/wb/project/libcstl/trunk/missing --run autoheader
110-
AUTOMAKE = ${SHELL} /home/wb/project/libcstl/trunk/missing --run automake-1.11
108+
AUTOCONF = ${SHELL} /home/wb/project/git/libcstl/missing --run autoconf
109+
AUTOHEADER = ${SHELL} /home/wb/project/git/libcstl/missing --run autoheader
110+
AUTOMAKE = ${SHELL} /home/wb/project/git/libcstl/missing --run automake-1.11
111111
AWK = gawk
112112
CC = gcc -std=gnu99
113113
CCDEPMODE = depmode=gcc3
114-
CFLAGS = -g -O2
114+
CFLAGS = -g
115115
CPP = gcc -E
116116
CPPFLAGS =
117117
CYGPATH_W = echo
@@ -139,7 +139,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool
139139
LIPO =
140140
LN_S = ln -s
141141
LTLIBOBJS =
142-
MAKEINFO = ${SHELL} /home/wb/project/libcstl/trunk/missing --run makeinfo
142+
MAKEINFO = ${SHELL} /home/wb/project/git/libcstl/missing --run makeinfo
143143
MKDIR_P = /bin/mkdir -p
144144
NM = /usr/bin/nm -B
145145
NMEDIT =
@@ -150,21 +150,21 @@ OTOOL64 =
150150
PACKAGE = libcstl
151151
PACKAGE_BUGREPORT = activesys.wb@gmail.com
152152
PACKAGE_NAME = libcstl
153-
PACKAGE_STRING = libcstl 2.0.2
153+
PACKAGE_STRING = libcstl 2.0.3
154154
PACKAGE_TARNAME = libcstl
155155
PACKAGE_URL =
156-
PACKAGE_VERSION = 2.0.2
156+
PACKAGE_VERSION = 2.0.3
157157
PATH_SEPARATOR = :
158158
RANLIB = ranlib
159159
SED = /bin/sed
160160
SET_MAKE =
161161
SHELL = /bin/sh
162162
STRIP = strip
163-
VERSION = 2.0.2
164-
abs_builddir = /home/wb/project/libcstl/trunk
165-
abs_srcdir = /home/wb/project/libcstl/trunk
166-
abs_top_builddir = /home/wb/project/libcstl/trunk
167-
abs_top_srcdir = /home/wb/project/libcstl/trunk
163+
VERSION = 2.0.3
164+
abs_builddir = /home/wb/project/git/libcstl
165+
abs_srcdir = /home/wb/project/git/libcstl
166+
abs_top_builddir = /home/wb/project/git/libcstl
167+
abs_top_srcdir = /home/wb/project/git/libcstl
168168
ac_ct_CC = gcc
169169
ac_ct_DUMPBIN =
170170
am__include = include
@@ -192,7 +192,7 @@ host_vendor = pc
192192
htmldir = ${docdir}
193193
includedir = ${prefix}/include
194194
infodir = ${datarootdir}/info
195-
install_sh = ${SHELL} /home/wb/project/libcstl/trunk/install-sh
195+
install_sh = ${SHELL} /home/wb/project/git/libcstl/install-sh
196196
libdir = ${exec_prefix}/lib
197197
libexecdir = ${exec_prefix}/libexec
198198
localedir = ${datarootdir}/locale

README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ how to compile libcstl on Windows.
99

1010
Problems, bugs, questions, desirable enhancements, etc. should be sent
1111
to the address "activesys.wb@gmail.com". Bugs, support requests, and
12-
feature requests may also be submitted on the GoogleCode site for
12+
feature requests may also be submitted on the GitHub sit for libcstl at
13+
https://github.com/activesys/libcstl or GoogleCode site for
1314
libcstl at http://code.google.com/p/libcstl/issues/list
1415

1516
The source file os libcstl are:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2.0.2
1+
2.0.3
22

build-win/Makefile

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,16 @@ am__relativize = \
8989
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
9090
done; \
9191
reldir="$$dir2"
92-
ACLOCAL = ${SHELL} /home/wb/project/libcstl/trunk/missing --run aclocal-1.11
93-
AMTAR = ${SHELL} /home/wb/project/libcstl/trunk/missing --run tar
92+
ACLOCAL = ${SHELL} /home/wb/project/git/libcstl/missing --run aclocal-1.11
93+
AMTAR = ${SHELL} /home/wb/project/git/libcstl/missing --run tar
9494
AR = ar
95-
AUTOCONF = ${SHELL} /home/wb/project/libcstl/trunk/missing --run autoconf
96-
AUTOHEADER = ${SHELL} /home/wb/project/libcstl/trunk/missing --run autoheader
97-
AUTOMAKE = ${SHELL} /home/wb/project/libcstl/trunk/missing --run automake-1.11
95+
AUTOCONF = ${SHELL} /home/wb/project/git/libcstl/missing --run autoconf
96+
AUTOHEADER = ${SHELL} /home/wb/project/git/libcstl/missing --run autoheader
97+
AUTOMAKE = ${SHELL} /home/wb/project/git/libcstl/missing --run automake-1.11
9898
AWK = gawk
9999
CC = gcc -std=gnu99
100100
CCDEPMODE = depmode=gcc3
101-
CFLAGS = -g -O2
101+
CFLAGS = -g
102102
CPP = gcc -E
103103
CPPFLAGS =
104104
CYGPATH_W = echo
@@ -126,7 +126,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool
126126
LIPO =
127127
LN_S = ln -s
128128
LTLIBOBJS =
129-
MAKEINFO = ${SHELL} /home/wb/project/libcstl/trunk/missing --run makeinfo
129+
MAKEINFO = ${SHELL} /home/wb/project/git/libcstl/missing --run makeinfo
130130
MKDIR_P = /bin/mkdir -p
131131
NM = /usr/bin/nm -B
132132
NMEDIT =
@@ -137,21 +137,21 @@ OTOOL64 =
137137
PACKAGE = libcstl
138138
PACKAGE_BUGREPORT = activesys.wb@gmail.com
139139
PACKAGE_NAME = libcstl
140-
PACKAGE_STRING = libcstl 2.0.2
140+
PACKAGE_STRING = libcstl 2.0.3
141141
PACKAGE_TARNAME = libcstl
142142
PACKAGE_URL =
143-
PACKAGE_VERSION = 2.0.2
143+
PACKAGE_VERSION = 2.0.3
144144
PATH_SEPARATOR = :
145145
RANLIB = ranlib
146146
SED = /bin/sed
147147
SET_MAKE =
148148
SHELL = /bin/sh
149149
STRIP = strip
150-
VERSION = 2.0.2
151-
abs_builddir = /home/wb/project/libcstl/trunk/build-win
152-
abs_srcdir = /home/wb/project/libcstl/trunk/build-win
153-
abs_top_builddir = /home/wb/project/libcstl/trunk
154-
abs_top_srcdir = /home/wb/project/libcstl/trunk
150+
VERSION = 2.0.3
151+
abs_builddir = /home/wb/project/git/libcstl/build-win
152+
abs_srcdir = /home/wb/project/git/libcstl/build-win
153+
abs_top_builddir = /home/wb/project/git/libcstl
154+
abs_top_srcdir = /home/wb/project/git/libcstl
155155
ac_ct_CC = gcc
156156
ac_ct_DUMPBIN =
157157
am__include = include
@@ -179,7 +179,7 @@ host_vendor = pc
179179
htmldir = ${docdir}
180180
includedir = ${prefix}/include
181181
infodir = ${datarootdir}/info
182-
install_sh = ${SHELL} /home/wb/project/libcstl/trunk/install-sh
182+
install_sh = ${SHELL} /home/wb/project/git/libcstl/install-sh
183183
libdir = ${exec_prefix}/lib
184184
libexecdir = ${exec_prefix}/libexec
185185
localedir = ${datarootdir}/locale

build-win/vc8/Makefile

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ SOURCES =
4949
DIST_SOURCES =
5050
DATA = $(dist_noinst_DATA)
5151
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
52-
ACLOCAL = ${SHELL} /home/wb/project/libcstl/trunk/missing --run aclocal-1.11
53-
AMTAR = ${SHELL} /home/wb/project/libcstl/trunk/missing --run tar
52+
ACLOCAL = ${SHELL} /home/wb/project/git/libcstl/missing --run aclocal-1.11
53+
AMTAR = ${SHELL} /home/wb/project/git/libcstl/missing --run tar
5454
AR = ar
55-
AUTOCONF = ${SHELL} /home/wb/project/libcstl/trunk/missing --run autoconf
56-
AUTOHEADER = ${SHELL} /home/wb/project/libcstl/trunk/missing --run autoheader
57-
AUTOMAKE = ${SHELL} /home/wb/project/libcstl/trunk/missing --run automake-1.11
55+
AUTOCONF = ${SHELL} /home/wb/project/git/libcstl/missing --run autoconf
56+
AUTOHEADER = ${SHELL} /home/wb/project/git/libcstl/missing --run autoheader
57+
AUTOMAKE = ${SHELL} /home/wb/project/git/libcstl/missing --run automake-1.11
5858
AWK = gawk
5959
CC = gcc -std=gnu99
6060
CCDEPMODE = depmode=gcc3
61-
CFLAGS = -g -O2
61+
CFLAGS = -g
6262
CPP = gcc -E
6363
CPPFLAGS =
6464
CYGPATH_W = echo
@@ -86,7 +86,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool
8686
LIPO =
8787
LN_S = ln -s
8888
LTLIBOBJS =
89-
MAKEINFO = ${SHELL} /home/wb/project/libcstl/trunk/missing --run makeinfo
89+
MAKEINFO = ${SHELL} /home/wb/project/git/libcstl/missing --run makeinfo
9090
MKDIR_P = /bin/mkdir -p
9191
NM = /usr/bin/nm -B
9292
NMEDIT =
@@ -97,21 +97,21 @@ OTOOL64 =
9797
PACKAGE = libcstl
9898
PACKAGE_BUGREPORT = activesys.wb@gmail.com
9999
PACKAGE_NAME = libcstl
100-
PACKAGE_STRING = libcstl 2.0.2
100+
PACKAGE_STRING = libcstl 2.0.3
101101
PACKAGE_TARNAME = libcstl
102102
PACKAGE_URL =
103-
PACKAGE_VERSION = 2.0.2
103+
PACKAGE_VERSION = 2.0.3
104104
PATH_SEPARATOR = :
105105
RANLIB = ranlib
106106
SED = /bin/sed
107107
SET_MAKE =
108108
SHELL = /bin/sh
109109
STRIP = strip
110-
VERSION = 2.0.2
111-
abs_builddir = /home/wb/project/libcstl/trunk/build-win/vc8
112-
abs_srcdir = /home/wb/project/libcstl/trunk/build-win/vc8
113-
abs_top_builddir = /home/wb/project/libcstl/trunk
114-
abs_top_srcdir = /home/wb/project/libcstl/trunk
110+
VERSION = 2.0.3
111+
abs_builddir = /home/wb/project/git/libcstl/build-win/vc8
112+
abs_srcdir = /home/wb/project/git/libcstl/build-win/vc8
113+
abs_top_builddir = /home/wb/project/git/libcstl
114+
abs_top_srcdir = /home/wb/project/git/libcstl
115115
ac_ct_CC = gcc
116116
ac_ct_DUMPBIN =
117117
am__include = include
@@ -139,7 +139,7 @@ host_vendor = pc
139139
htmldir = ${docdir}
140140
includedir = ${prefix}/include
141141
infodir = ${datarootdir}/info
142-
install_sh = ${SHELL} /home/wb/project/libcstl/trunk/install-sh
142+
install_sh = ${SHELL} /home/wb/project/git/libcstl/install-sh
143143
libdir = ${exec_prefix}/lib
144144
libexecdir = ${exec_prefix}/libexec
145145
localedir = ${datarootdir}/locale

build-win/vc9/Makefile

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ SOURCES =
4949
DIST_SOURCES =
5050
DATA = $(dist_noinst_DATA)
5151
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
52-
ACLOCAL = ${SHELL} /home/wb/project/libcstl/trunk/missing --run aclocal-1.11
53-
AMTAR = ${SHELL} /home/wb/project/libcstl/trunk/missing --run tar
52+
ACLOCAL = ${SHELL} /home/wb/project/git/libcstl/missing --run aclocal-1.11
53+
AMTAR = ${SHELL} /home/wb/project/git/libcstl/missing --run tar
5454
AR = ar
55-
AUTOCONF = ${SHELL} /home/wb/project/libcstl/trunk/missing --run autoconf
56-
AUTOHEADER = ${SHELL} /home/wb/project/libcstl/trunk/missing --run autoheader
57-
AUTOMAKE = ${SHELL} /home/wb/project/libcstl/trunk/missing --run automake-1.11
55+
AUTOCONF = ${SHELL} /home/wb/project/git/libcstl/missing --run autoconf
56+
AUTOHEADER = ${SHELL} /home/wb/project/git/libcstl/missing --run autoheader
57+
AUTOMAKE = ${SHELL} /home/wb/project/git/libcstl/missing --run automake-1.11
5858
AWK = gawk
5959
CC = gcc -std=gnu99
6060
CCDEPMODE = depmode=gcc3
61-
CFLAGS = -g -O2
61+
CFLAGS = -g
6262
CPP = gcc -E
6363
CPPFLAGS =
6464
CYGPATH_W = echo
@@ -86,7 +86,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool
8686
LIPO =
8787
LN_S = ln -s
8888
LTLIBOBJS =
89-
MAKEINFO = ${SHELL} /home/wb/project/libcstl/trunk/missing --run makeinfo
89+
MAKEINFO = ${SHELL} /home/wb/project/git/libcstl/missing --run makeinfo
9090
MKDIR_P = /bin/mkdir -p
9191
NM = /usr/bin/nm -B
9292
NMEDIT =
@@ -97,21 +97,21 @@ OTOOL64 =
9797
PACKAGE = libcstl
9898
PACKAGE_BUGREPORT = activesys.wb@gmail.com
9999
PACKAGE_NAME = libcstl
100-
PACKAGE_STRING = libcstl 2.0.2
100+
PACKAGE_STRING = libcstl 2.0.3
101101
PACKAGE_TARNAME = libcstl
102102
PACKAGE_URL =
103-
PACKAGE_VERSION = 2.0.2
103+
PACKAGE_VERSION = 2.0.3
104104
PATH_SEPARATOR = :
105105
RANLIB = ranlib
106106
SED = /bin/sed
107107
SET_MAKE =
108108
SHELL = /bin/sh
109109
STRIP = strip
110-
VERSION = 2.0.2
111-
abs_builddir = /home/wb/project/libcstl/trunk/build-win/vc9
112-
abs_srcdir = /home/wb/project/libcstl/trunk/build-win/vc9
113-
abs_top_builddir = /home/wb/project/libcstl/trunk
114-
abs_top_srcdir = /home/wb/project/libcstl/trunk
110+
VERSION = 2.0.3
111+
abs_builddir = /home/wb/project/git/libcstl/build-win/vc9
112+
abs_srcdir = /home/wb/project/git/libcstl/build-win/vc9
113+
abs_top_builddir = /home/wb/project/git/libcstl
114+
abs_top_srcdir = /home/wb/project/git/libcstl
115115
ac_ct_CC = gcc
116116
ac_ct_DUMPBIN =
117117
am__include = include
@@ -139,7 +139,7 @@ host_vendor = pc
139139
htmldir = ${docdir}
140140
includedir = ${prefix}/include
141141
infodir = ${datarootdir}/info
142-
install_sh = ${SHELL} /home/wb/project/libcstl/trunk/install-sh
142+
install_sh = ${SHELL} /home/wb/project/git/libcstl/install-sh
143143
libdir = ${exec_prefix}/lib
144144
libexecdir = ${exec_prefix}/libexec
145145
localedir = ${datarootdir}/locale

config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* #undef CSTL_MAP_AVL_TREE */
66

77
/* Define to 1 if you use libcstl memory management. */
8-
#define CSTL_MEMORY_MANAGEMENT 1
8+
/* #undef CSTL_MEMORY_MANAGEMENT */
99

1010
/* Define to 1 if you implement multimap using avl-tree. */
1111
/* #undef CSTL_MULTIMAP_AVL_TREE */
@@ -76,7 +76,7 @@
7676
#define PACKAGE_NAME "libcstl"
7777

7878
/* Define to the full name and version of this package. */
79-
#define PACKAGE_STRING "libcstl 2.0.2"
79+
#define PACKAGE_STRING "libcstl 2.0.3"
8080

8181
/* Define to the one symbol short name of this package. */
8282
#define PACKAGE_TARNAME "libcstl"
@@ -85,13 +85,13 @@
8585
#define PACKAGE_URL ""
8686

8787
/* Define to the version of this package. */
88-
#define PACKAGE_VERSION "2.0.2"
88+
#define PACKAGE_VERSION "2.0.3"
8989

9090
/* Define to 1 if you have the ANSI C header files. */
9191
#define STDC_HEADERS 1
9292

9393
/* Version number of package */
94-
#define VERSION "2.0.2"
94+
#define VERSION "2.0.3"
9595

9696
/* Define to empty if `const' does not conform to ANSI C. */
9797
/* #undef const */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy