haiku/src
Axel Dörfler bf4ddb61e1 * As found by Karsten, the reference count was not initialized in
_ReplaceAtPositions(), and _DoCharacterEscape() (we don't need to preserve
  it, though, as it must be 1).
* Factored out an _Alloc() method which is now always called when the private
  data is allocated. It also takes care of correct initialization (and thus
  fixes the above problem).
* This fix finally allows turning on reference counting again, thanks Karsten!
* Minor cleanup, renamed "oldAdr"/"newAdr" to "oldString", resp. "newString".


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24348 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-03-10 19:14:05 +00:00
..
add-ons Added HVIF and SVG icon for root folder, should look better :) 2008-03-09 23:26:38 +00:00
apps Show popup menu also when right-clicking the load meter. It was a blind spot. Added the virtual keyword to the other two load meter view hooks. 2008-03-08 20:06:50 +00:00
bin Enable process group synchronization via a pipe. Not sure what 2008-03-09 23:42:21 +00:00
build R5 host platform needs this too (for Haiku target platform). 2008-03-03 22:25:16 +00:00
data
documentation
kits * As found by Karsten, the reference count was not initialized in 2008-03-10 19:14:05 +00:00
libs
preferences Followed Andreas' suggestion, and enlarged timeout to 12 seconds. 2008-03-09 17:01:39 +00:00
servers Use the front buffer for screenshots always, otherwise we don't get the contents 2008-03-10 15:32:01 +00:00
system We didn't copy the close-on-exec flags on fork(), thus always leaving 2008-03-09 18:00:17 +00:00
tests Added a program that tests how getpeername() behaves. 2008-03-09 15:23:58 +00:00
tools Added "query" and "chmod" (octal, non-recursive only) commands. 2008-03-09 17:41:42 +00:00
Jamfile