| | 14 | |
| | 15 | Restored the redefined entity warnings for back-end Prolog compilers |
| | 16 | that support multifile predicates. Simplified updating of the runtime |
| | 17 | tables when compiling and loading with back-end Prolog compilers that |
| | 18 | don't support multifile predicates. |
| | 19 | |
| | 20 | When loading a redefined object, also clean all entries in the event |
| | 21 | handlers table where the object plays the role of a monitor. |
| | 22 | |
| | 23 | Modified the Logtalk runtime to clean all lookup caches when compiling |
| | 24 | and loading source files (instead of doing it only when the files |
| | 25 | redefine existing entities). |