haiku/src/kits/support
beveloper a54e42d79a removed debugger call,
added name to BLocker


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4416 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-30 23:47:55 +00:00
..
Archivable.cpp More tests and fixes for bugs exposed by them. Also removed spurious 2002-08-22 03:43:06 +00:00
BlockCache.cpp removed debugger call, 2003-08-30 23:47:55 +00:00
BufferIO.cpp gcc 3 fix 2003-07-04 21:11:20 +00:00
ByteOrder.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
character_sets.cpp refine the error handling behavior. note: we depart from the bebook specification for returning B_ERROR when no characters are converted. we do this in exactly one situation: when there are no bytes in the input. this behavior is the behavior given by the R5 libs themselves. not having this behavior caused an error in our stylededit as well. stylededit has been fixed to not exercise this functionality. also added in the two most popular chinese encodings for my own evil purposes. GB18030 support is required to legally sell an operating system in mainland china as well. GB18030 support encompasses GBK and GB2312, additionally. 2003-08-13 05:38:07 +00:00
character_sets.h initialize global character set array 2003-07-26 21:27:13 +00:00
character-sets.txt IANA information on character sets 2003-07-27 04:26:43 +00:00
CharacterSet.cpp added default constructor, which just happens to init to UTF-8. do not count on this feature. :-) 2003-07-27 01:34:30 +00:00
CharacterSetRoster.cpp error protection for Get functions 2003-08-13 10:12:46 +00:00
DataBuffer.cpp Added params for specifying whether to copy the buffer on construction. 2003-05-23 23:07:30 +00:00
DataIO.cpp Namespace- and gcc3-related fixes 2003-06-03 18:34:34 +00:00
Flattenable.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
Jamfile refine the error handling behavior. note: we depart from the bebook specification for returning B_ERROR when no characters are converted. we do this in exactly one situation: when there are no bytes in the input. this behavior is the behavior given by the R5 libs themselves. not having this behavior caused an error in our stylededit as well. stylededit has been fixed to not exercise this functionality. also added in the two most popular chinese encodings for my own evil purposes. GB18030 support is required to legally sell an operating system in mainland china as well. GB18030 support encompasses GBK and GB2312, additionally. 2003-08-13 05:38:07 +00:00
List.cpp Changed a "" include to a <> one. Some cosmetic changes. 2003-01-02 11:14:33 +00:00
Locker.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
MallocIO.cpp Added Jack Burton's DataIO-related stuff and cleaned things up a bit. 2002-08-29 04:59:46 +00:00
StopWatch.cpp Namespace- and gcc3-related fixes 2003-06-03 18:34:34 +00:00
string_helper.cpp More BString functions. Constructors, CountChars() and operators "=" and "+=" are tested with cppunit and work fine. 2002-09-30 06:59:26 +00:00
string_helper.h Added missing newline at end of file. 2003-02-15 20:11:18 +00:00
String.cpp Added a big patch from Oliver Tappe. BString now is much faster when it has to deal with very long strings. Thanks Oliver. Fixed the (in)famous LockBuffer(0)->UnlockBuffer(-1) R5 bug. 2003-02-11 19:16:18 +00:00
support.src Minor tweak to BHandler::UnlockLooper() 2003-08-25 07:55:52 +00:00
utf8_conversions.cpp refine the error handling behavior. note: we depart from the bebook specification for returning B_ERROR when no characters are converted. we do this in exactly one situation: when there are no bytes in the input. this behavior is the behavior given by the R5 libs themselves. not having this behavior caused an error in our stylededit as well. stylededit has been fixed to not exercise this functionality. also added in the two most popular chinese encodings for my own evil purposes. GB18030 support is required to legally sell an operating system in mainland china as well. GB18030 support encompasses GBK and GB2312, additionally. 2003-08-13 05:38:07 +00:00