1998-11-11 objectbase.h mgd
(Arguments): Remove (moved to defobj.h).
1998-09-03 objectbase.h mgd
(val_t): Add _short and _ushort.
1998-09-02 objectbase.h mgd
(val_t): Add _uint, _ulong, and _long.
1998-08-19 objectbase.h mgd
Declare setDefaultAppDataPath:.
1998-08-18 objectbase.h mgd
Declare setDefaultAppConfigPath:.
1998-08-18 objectbase.h mgd
Do it here.
1998-08-06 objectbase.h mgd
Add @class SwarmObject.
1998-07-14 objectbase.h mgd
Split VarProbe into new features vs. user presentation.
1998-07-13 objectbase.h mgd
Minor reformatting of documentation.
1998-07-06 objectbase.h mgd
(Probe): Add argument to setProbeClass.
1998-07-05 objectbase.h alex
(Arguments): Further clarify use of Arguments with main.m program
fragment in Example.
1998-06-23 objectbase.h alex
(Arguments): Add protocol. Add documentation description for
Arguments, including long example marked-up with //E:.
1998-06-16 objectbase.h mgd
Document Swarm.
1998-06-16 objectbase00.sgml alex
Added missing reference to import of activity.h.
1998-06-16 objectbasemeta.sgml alex
Removed redundant text from ABSTRACT.
1998-06-16 Makefile.am mgd
Include from refbook/ instead of src/.
1998-06-14 Makefile.am mgd
(MODULE): New variable. Include Makefile.rules from src. Remove
everything else.
1998-06-11 objectbase00.sgml, objectbasecont.sgml mgd
Update IDs to SWARM.module.SGML.type.
1998-06-05 objectbase.ent mgd
Use public identifiers.
1998-06-04 Makefile.am mgd
(swarm_ChangeLog): Add.
1998-06-02 objectbase.h mgd
Update documentation tags.
1998-05-27 objectbase.h mgd
Include defobj.h.
1998-05-26 objectbase.ent.in mgd
Remove @srcdir@ in revhistory.
1998-05-22 Makefile.am mgd
New file.
1998-05-22 objectbase.ent.in mgd
New file.
1998-05-22 objecbase.ent mgd
Removed.
1998-05-21 mgd
Begin revision log.
1998-05-05 objectbase.h mgd
Spacing changes in method declarations throughout. (ProbeConfig,
DefaultProbeMap): Add description string. (CompleteProbeMap): Add
phase tags. (EmptyProbeMap): Remove -createEnd. (CompleteVarMap):
Add //S.
1998-04-21 objectbase.h mgd
Remove includes of SwarmObject.h and Swarm.h.
1998-04-14 objectbase.h mgd
Add //D: documentation comment tag for module.
1998-03-18 objectbase.h mgd
Add const char * slot to val_t union.
1998-03-17 objectbase.h mgd
Declare swarm_version.
1998-03-01 objectbase.h mgd
(MessageProbe): Declare doubleDynamicCallOn:.
1998-02-25 objectbase.h mgd
(val_t): Add _uchar.
1998-02-22 objectbase.h mgd
(val_t): Define. Change declarations per MessageProbe.h changes
below.
1998-02-03 objectbase.h mgd
Change header comment to objectbase.h. Include from swarmobject/ to
objectbase/.
1998-01-23 objectbase.h mgd
In MesageProbe protocol, declare setArg:ToObjectName:. Constify To:
argument of setArg:To:. Constify second arugment to
dynamicCallOn:resultStorage:.
1997-12-08 objectbase.h mgd
Constify argument to getProbedForVariable and getProbeForMessage
(SwarmObject). Constify return of getProbedType (Probe). Constify
argument to setProbedVariable (VarProbe). Constify return of
getProbedVariable (VarProbe). Constify argument to setFloatFormat
(VarProbe). Constify return of probeAsString (VarProbe, both).
Constify ToString argument to setData (VarProbe). Constify argument
to setProbedMessage (MessageProbe). Constify return of getArgName
(MessageProbe). Constify argument to getProbeForVariable and
getProbeForMessage (ProbeMap). Constify argument to
dropProbeForVariable and dropProbeForMessage (ProbeMap). Constify
first argument to getProbeForVariable and getProbeForMessage
(ProbeLibrary). Reformatting throughout.
1997-12-08 objectbase.h gepr
Moved all swarmobject files from swarmobject directory to objectbase
directory. Renamed swarmobject.h to objectbase.h. Changed all
instances of swarmobject.h to objectbase.h and all instances of
swarmobject/ to objectbase/.