]> git.tdb.fi Git - libs/core.git/commit
Move files around to prepare for assimilation into core strings-master
authorMikko Rasa <tdb@tdb.fi>
Wed, 25 May 2011 07:28:17 +0000 (10:28 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 25 May 2011 07:28:17 +0000 (10:28 +0300)
commitb42ed73a1b241c0e93ee03c43c4584b41c549bac
tree4f24e08f7f165d3c5293a8331beb2426df97e8b5
parent5b1368cb791cab043f0435628cacbaff36e39b7b
Move files around to prepare for assimilation into core
75 files changed:
Build
source/ascii.cpp [deleted file]
source/ascii.h [deleted file]
source/codec.cpp [deleted file]
source/codec.h [deleted file]
source/codecutils.cpp [deleted file]
source/codecutils.h [deleted file]
source/fmt.cpp [deleted file]
source/fmt.h [deleted file]
source/formatter.cpp [deleted file]
source/formatter.h [deleted file]
source/glob.cpp [deleted file]
source/glob.h [deleted file]
source/iso2022jp.cpp [deleted file]
source/iso2022jp.h [deleted file]
source/iso646fi.cpp [deleted file]
source/iso646fi.h [deleted file]
source/iso88591.cpp [deleted file]
source/iso88591.h [deleted file]
source/iso885915.cpp [deleted file]
source/iso885915.h [deleted file]
source/jisx0201.cpp [deleted file]
source/jisx0201.h [deleted file]
source/jisx0208.cpp [deleted file]
source/jisx0208.h [deleted file]
source/jisx0208.table [deleted file]
source/lexicalcast.cpp [deleted file]
source/lexicalcast.h [deleted file]
source/regex.cpp [deleted file]
source/regex.h [deleted file]
source/regmatch.cpp [deleted file]
source/regmatch.h [deleted file]
source/stringcodec/ascii.cpp [new file with mode: 0644]
source/stringcodec/ascii.h [new file with mode: 0644]
source/stringcodec/codec.cpp [new file with mode: 0644]
source/stringcodec/codec.h [new file with mode: 0644]
source/stringcodec/codecutils.cpp [new file with mode: 0644]
source/stringcodec/codecutils.h [new file with mode: 0644]
source/stringcodec/iso2022jp.cpp [new file with mode: 0644]
source/stringcodec/iso2022jp.h [new file with mode: 0644]
source/stringcodec/iso646fi.cpp [new file with mode: 0644]
source/stringcodec/iso646fi.h [new file with mode: 0644]
source/stringcodec/iso88591.cpp [new file with mode: 0644]
source/stringcodec/iso88591.h [new file with mode: 0644]
source/stringcodec/iso885915.cpp [new file with mode: 0644]
source/stringcodec/iso885915.h [new file with mode: 0644]
source/stringcodec/jisx0201.cpp [new file with mode: 0644]
source/stringcodec/jisx0201.h [new file with mode: 0644]
source/stringcodec/jisx0208.cpp [new file with mode: 0644]
source/stringcodec/jisx0208.h [new file with mode: 0644]
source/stringcodec/jisx0208.table [new file with mode: 0644]
source/stringcodec/utf8.cpp [new file with mode: 0644]
source/stringcodec/utf8.h [new file with mode: 0644]
source/stringcodec/windows1252.cpp [new file with mode: 0644]
source/stringcodec/windows1252.h [new file with mode: 0644]
source/strings/fmt.cpp [new file with mode: 0644]
source/strings/fmt.h [new file with mode: 0644]
source/strings/formatter.cpp [new file with mode: 0644]
source/strings/formatter.h [new file with mode: 0644]
source/strings/glob.cpp [new file with mode: 0644]
source/strings/glob.h [new file with mode: 0644]
source/strings/lexicalcast.cpp [new file with mode: 0644]
source/strings/lexicalcast.h [new file with mode: 0644]
source/strings/regex.cpp [new file with mode: 0644]
source/strings/regex.h [new file with mode: 0644]
source/strings/regmatch.cpp [new file with mode: 0644]
source/strings/regmatch.h [new file with mode: 0644]
source/strings/utils.cpp [new file with mode: 0644]
source/strings/utils.h [new file with mode: 0644]
source/utf8.cpp [deleted file]
source/utf8.h [deleted file]
source/utils.cpp [deleted file]
source/utils.h [deleted file]
source/windows1252.cpp [deleted file]
source/windows1252.h [deleted file]