Introduction of class SuperString
authorArjen Baart <arjen@andromeda.nl>
Fri, 12 Jun 2020 08:07:38 +0000 (10:07 +0200)
committerArjen Baart <arjen@andromeda.nl>
Fri, 12 Jun 2020 08:07:38 +0000 (10:07 +0200)
commitf5803e9b577adc39139403f47ecb11db11abb395
tree71fe1a7ddf6b6188730e39fa7ee06d4f77009631
parentdbe0cdddda3bdb37304cfb769fd9de2559a3f09a
Introduction of class SuperString
23 files changed:
ChangeLog
TODO
doc/Makefile.am
doc/UTC.html [deleted file]
doc/complex.html [deleted file]
doc/hour.html [deleted file]
doc/index.html [deleted file]
doc/manual.xml
doc/string.html [deleted file]
doc/string.xml
doc/superstring.xml [new file with mode: 0644]
src/Makefile.am
src/String.h
src/string.cpp
src/superstring.cpp [new file with mode: 0644]
test/Makefile.am
test/string_cat.cpp
test/string_split_join.cpp [new file with mode: 0644]
test/superstring_assign.cpp [new file with mode: 0644]
test/superstring_assign.exp [new file with mode: 0644]
test/superstring_basics.cpp [new file with mode: 0644]
test/superstring_basics.exp [new file with mode: 0644]
test/superstring_cat.cpp [new file with mode: 0644]