haiku/src
Axel Dörfler aee4b7e237 * Fixed two bugs in BPlusTree::Remove(): it could update the tree iterators
incorrectly in case of duplicates. And also, more importantly, it did not
  check if the entry to remove had the same value -- it would happily remove
  any entry with the same attribute content. This could only happen in the
  reindex case, though, and was the cause of bug #3854.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30616 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-03 20:29:50 +00:00
..
add-ons * Fixed two bugs in BPlusTree::Remove(): it could update the tree iterators 2009-05-03 20:29:50 +00:00
apps Tweak the "install done" message. If Deskbar is running, chances are quitting 2009-05-03 17:53:37 +00:00
bin * Now also adds directories to the index (before only in non-recursive mode). 2009-05-03 15:28:54 +00:00
build _kern_open_parent_dir has different semantics for the supplied name argument. 2009-02-15 21:10:02 +00:00
data MediaPlayer is set as the Preferred Application of the audio supertype. The subtype inherits the Preferred Application setting of its supertype and need not set a preferred application, unless another application is truly preferred. E.g. the MidiPlayer for midi files. 2009-05-03 20:26:33 +00:00
documentation
kits There was an "off by one" error in the routine used to detect if a click was inside the arrow buttons. 2009-05-03 01:23:12 +00:00
libs * Applied patch by Olivier that fixes bug #1957. Thanks! 2009-04-17 09:15:46 +00:00
preferences Applied a patch done by VinDuv, which PulkoMandy passed on to me (thanks!): 2009-05-03 14:50:42 +00:00
servers Patch by Shinta: The key code was misnamed. Thanks a lot! 2009-05-03 08:32:17 +00:00
system panic() when a page that is still mapped is freed. 2009-05-03 12:37:51 +00:00
tests * fix gcc4 build of translator add-on tests 2009-05-02 19:01:32 +00:00
tools * fix gcc4 build of cppunit library by explicitly spelling out std:: in 2009-05-02 19:04:52 +00:00
Jamfile libshared.a doesn't deserve a src/ subdirectory. Moved to 2007-06-15 18:32:50 +00:00