2009-09-29 Jens Alfke * Merged in jbm's changes for Linux compatibility, fixing Mac compatibility in the process :) default tip
2009-09-28 jbm jbm: it compiles... but bombs in unit tests
2009-09-26 Jens Alfke Added private-externs flag to Xcode build targets, which prevents pesky link warnings in the Release configuration.
2009-09-24 Jens Alfke Initial Cocoa (Objective-C) API.
2009-09-24 Jens Alfke Oops, forgot to set _previousTrailerPosition, which made the previousVersion() accessor not work. Fixed. Also added some sanity-checking of its value.
2009-09-24 Jens Alfke * Fixed a bug in Ottoman: the parameterless constructor didn't initialize _file, leaving it garbage and leading to a crash if you deleted the object without saving.
2009-09-24 Jens Alfke Fixed a nasty bug in HashDictionary that could cause heap corruption after removing a value. Added a test case to catch that bug. A few tweaks to Hash.
2009-09-20 Jens Alfke Added library target, changed some build settings, and fixed 64-to-32-bit conversion warnings.
2009-09-20 Jens Alfke Moved non-public headers out of include/ directory.
2009-09-20 Jens Alfke First official checkin.