From 592b935146edddc568832bde41567d13fb2630b3 Mon Sep 17 00:00:00 2001
From: Andrew Johnson
The linker flag -flat_namespace has been restored for creating +shared libraries, although not for loadable libraries (bundles). This was +required for building using the latest versions of Apple XCode.
A regression was introduced in 7.0.2 which caused record chains with -loops to be incorrectly broken. Processing should be skipped when a -DB_LINK with Process Passive (PP) closes a loop to a synchronous record.
+A regression was introduced in 7.0.2 which caused record chains with loops to +be incorrectly broken. Processing should be skipped when a DB_LINK with Process +Passive (PP) closes a loop to a synchronous record.
-Instead in 7.0.2 the targeted record would be processed if processing began with -a remote action (or other caller of dbPutField() ). The would result in the loop -running a second time. The loop would be broken on the second iteration.
+Instead in 7.0.2 the targeted record would be processed if processing began +with a remote action (or some other caller of dbPutField()). This would +result in the loop running a second time. The loop would be broken on the second +iteration.
- +