haiku/headers/private
Michael Lotz 3379428150 * Made UTF8 functions overflow safe
* Unified UTF8CountChars and UTF8ToLength and removed the latter
* Rewrote UTF8CountBytes to use the more safe algorithm from UTF8CountChars
* Removed the unsafe count_utf8_bytes() function

This should fix bug #839. Marcus can you please review?

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19624 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-12-25 21:58:00 +00:00
..
app Addition of constant used when restarting the input_server within the 2006-12-23 22:56:18 +00:00
audio
debug
disk_scanner
drivers
graphics * Made header C++ safe. 2006-12-20 21:13:59 +00:00
input
interface * Made UTF8 functions overflow safe 2006-12-25 21:58:00 +00:00
kernel added a jam rule AddDriverRegistrationToHaikuImage to add device mappings on the image 2006-11-29 19:09:45 +00:00
libroot Added a private call to get the dependencies of a loaded image. This will be used 2006-10-06 11:40:20 +00:00
mail
media
midi Made all server version and signatures consistent, and thus closing bug #909. 2006-10-22 17:56:02 +00:00
net * Moved some private members of net_socket into the new net_socket_private structure. 2006-12-19 03:01:18 +00:00
opengl/GL/internal
print * fixed all compilation issues of printkit-stuff with gcc4 on Linux 2006-10-23 22:57:37 +00:00
runtime_loader
screen_saver
shared get_class_info takes a size argument 2006-11-14 19:37:11 +00:00
storage Fixed GCC 4 warnings. 2006-10-13 10:35:04 +00:00
syslog_daemon
textencoding
tracker
usb_vision