scuffed-code/icu4c/source/tools/toolutil
2011-08-18 18:47:16 +00:00
..
dbgutil.cpp ICU-7586 fix namespace bugs 2010-06-15 21:19:16 +00:00
dbgutil.h ICU-8680 require C++ namespace, replace most U_NAMESPACE_QUALIFIER with icu::, remove still-draft U_STD_NS, U_STD_NSQ, and U_STD_NS_USE 2011-07-06 04:03:35 +00:00
denseranges.cpp ICU-8105 hardcode Unicode property names data (formatVersion 2); includes new dictionary-type tries (ByteTrie & UCharTrie see ticket #8167); merge branches/markus/tries -r 29040:29249 2010-12-31 18:21:36 +00:00
denseranges.h ICU-8105 hardcode Unicode property names data (formatVersion 2); includes new dictionary-type tries (ByteTrie & UCharTrie see ticket #8167); merge branches/markus/tries -r 29040:29249 2010-12-31 18:21:36 +00:00
filestrm.c ICU-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411 2011-07-23 00:10:30 +00:00
filestrm.h
filetools.cpp ICU-8730 move some @internal, rarely-used platform macros to putilimp.h 2011-07-27 20:55:09 +00:00
filetools.h ICU-3933 Move swapping of file sep char to filetools.h. Update Makefile and project files. 2009-01-12 23:02:36 +00:00
flagparser.c ICU-8559 Removed requirement for flags being in a fixed order 2011-06-27 21:58:09 +00:00
flagparser.h ICU-8559 Removed requirement for flags being in a fixed order 2011-06-27 21:58:09 +00:00
Makefile.in ICU-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411 2011-07-23 00:10:30 +00:00
package.cpp ICU-8707 Clean up compiler warnings from GCC 2011-08-12 21:16:53 +00:00
package.h ICU-7888 fix package:enumDependencies 2010-08-15 00:55:54 +00:00
pkg_genc.c ICU-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411 2011-07-23 00:10:30 +00:00
pkg_genc.h ICU-6998 swat a bunch of compiler warnings. 2009-07-10 18:58:35 +00:00
pkg_gencmn.c ICU-8707 Clean up compiler warnings from GCC 2011-08-12 21:16:53 +00:00
pkg_gencmn.h ICU-3933 Merge pkgdata update from branch to trunk. 2008-11-24 20:04:52 +00:00
pkg_icu.cpp ICU-6935 missing C++ namespace use 2009-05-14 18:30:49 +00:00
pkg_icu.h ICU-8680 require C++ namespace, replace most U_NAMESPACE_QUALIFIER with icu::, remove still-draft U_STD_NS, U_STD_NSQ, and U_STD_NS_USE 2011-07-06 04:03:35 +00:00
pkg_imp.h
pkgitems.cpp ICU-8680 require C++ namespace, replace most U_NAMESPACE_QUALIFIER with icu::, remove still-draft U_STD_NS, U_STD_NSQ, and U_STD_NS_USE 2011-07-06 04:03:35 +00:00
swapimpl.cpp ICU-8350 zOS fixes round one 2011-05-03 03:40:34 +00:00
swapimpl.h
toolutil.cpp ICU-8452 Fix some more Cygwin MVSC and Cygwin GCC build issues 2011-08-18 18:47:16 +00:00
toolutil.h ICU-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411 2011-07-23 00:10:30 +00:00
toolutil.vcxproj ICU-8452 consolidate definition of _XOPEN_SOURCE for access to POSIX functions; do not use __STDC_VERSION__ in C++ code where it is not defined 2011-07-25 21:02:32 +00:00
ucbuf.c ICU-8575 option for not including utf headers by default; replace uses of deprecated utf_old.h macros 2011-07-27 05:53:56 +00:00
ucbuf.h ICU-6236 remove broken 'unescape' functionality from ucbuf_ungetc. Fix error condition. Add comments to clarify code. 2008-05-28 20:51:38 +00:00
ucln_tu.c ICU-7708 compiler warnings for 4.5.1 (batch 1) 2010-05-25 22:17:12 +00:00
ucm.c ICU-6799 more warning fixes 2009-04-02 07:34:37 +00:00
ucm.h ICU-7138 Merge branch to trunk adding support for alternative SI/SO ebcdic codepages. 2010-02-27 03:39:15 +00:00
ucmstate.c ICU-7138 Merge branch to trunk adding support for alternative SI/SO ebcdic codepages. 2010-02-27 03:39:15 +00:00
udbgutil.cpp ICU-7627 move dbgutil from ctestfw to toolutil ( merge from r28050 r28051 r28052 r28054 ) 2010-05-12 17:56:02 +00:00
udbgutil.h ICU-7627 move dbgutil from ctestfw to toolutil ( merge from r28050 r28051 r28052 r28054 ) 2010-05-12 17:56:02 +00:00
unewdata.c ICU-7273 merge in Normalizer2 API & code, and ICU-5785 UnicodeSet::span(UnicodeString) and ICU-7296 tempSubString()/retainBetween(); merge -r 26971:27150 branches/markus/norm2 2010-01-06 23:50:03 +00:00
unewdata.h ICU-7273 merge in Normalizer2 API & code, and ICU-5785 UnicodeSet::span(UnicodeString) and ICU-7296 tempSubString()/retainBetween(); merge -r 26971:27150 branches/markus/norm2 2010-01-06 23:50:03 +00:00
uoptions.c
uoptions.h ICU-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411 2011-07-23 00:10:30 +00:00
uparse.c ICU-8575 option for not including utf headers by default; replace uses of deprecated utf_old.h macros 2011-07-27 05:53:56 +00:00
uparse.h ICU-7237 adjust BiDiConformanceTest for Unicode 6 BidiTest.txt (auto-RTL in bit set) 2010-07-08 05:16:35 +00:00
writesrc.c ICU-8105 hardcode Unicode property names data (formatVersion 2); includes new dictionary-type tries (ByteTrie & UCharTrie see ticket #8167); merge branches/markus/tries -r 29040:29249 2010-12-31 18:21:36 +00:00
writesrc.h ICU-8105 hardcode Unicode property names data (formatVersion 2); includes new dictionary-type tries (ByteTrie & UCharTrie see ticket #8167); merge branches/markus/tries -r 29040:29249 2010-12-31 18:21:36 +00:00
xmlparser.cpp ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies 2010-05-19 17:29:33 +00:00
xmlparser.h