haiku/src
Oliver Tappe 70dda8d85a Fix POSIX-specific mbsrtowcs() and wcsrtombs().
* src was sometimes accessed incorrectly (needs double dereference)
* the source pointers may only be adjusted in case there is the
  destination pointer is not NULL
2011-12-12 17:27:43 +01:00
..
add-ons Fix the build, sorry for the noise. 2011-12-12 15:20:48 +01:00
apps Use architecture to determine correct frame pointer comparison. 2011-12-12 08:41:45 -05:00
bin Fix use after free. CID 10567. 2011-12-12 01:58:50 +01:00
build Correct signature mismatch that prevented this symbol from winding up 2011-12-11 19:33:27 -05:00
data Added Dvorak (programmer's) keymap. Patch by Duggan. Fixes #8177. 2011-12-03 21:45:52 +00:00
documentation Fixed "Haiku Operating System" reference. 2011-01-10 18:25:38 +00:00
kits Point don't use any math functions. 2011-12-10 17:11:55 +01:00
libs When calculating the min, max and pref size, relax the range of the right and bottom tab. These tabs are set to the layout borders again when solving the layout. 2011-12-08 11:22:09 +13:00
preferences Fix resource leakage 2011-11-27 23:24:18 -05:00
servers Fix invalid use of iterator after erase and lock corruption. 2011-12-10 21:23:35 +01:00
system Fix POSIX-specific mbsrtowcs() and wcsrtombs(). 2011-12-12 17:27:43 +01:00
tests Added tests, exposing problems in wcsrtombs() and mbsrtowcs(). 2011-12-12 17:27:43 +01:00
tools Add "package add" command. 2011-11-25 06:19:00 +01:00
Jamfile