+2004-10-15 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * FdExt.subproj/NSString+Escaping.m: minor code cleanups, removed a
+ superfluous statement (v4.3.125)
+
2004-10-15 Helge Hess <helge.hess@opengroupware.org>
* FdExt.subproj/NSString+Escaping.m: minor code cleanups, removed a
safeString = [NSMutableString stringWithCapacity:length];
- length = prevRange.length;
do {
NSString *s;
todoRange.location = prevRange.location;
todoRange.length = length - prevRange.location;
escRange = [self rangeOfCharacterFromSet:_escSet
- options:0
- range:todoRange];
+ options:0
+ range:todoRange];
}
while(escRange.length > 0);
);
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 4.3.123;
+ DYLIB_CURRENT_VERSION = 4.3.124;
FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
FRAMEWORK_VERSION = A;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
# version
-SUBMINOR_VERSION:=124
+SUBMINOR_VERSION:=125
# v4.3.115 requires libFoundation v1.0.59
# v4.2.72 requires libEOControl v4.2.39