1999-08-24 objectbase.h mgd
(VarProbe): Declare DefaultString, CharString, IntString.
1999-08-22 objectbase.h mgd
Add VarProbe, MessageProbe, and ProbeMap typing.
1999-08-21 objectbase.h mgd
Add Zone typing to +create:* methods. (Swarm): Return Activity with
activateIn:
1999-08-08 objectbase.h alex
(EmptyProbeMap): Add +create:forClass: convenience create message to
protocol.
1999-08-07 objectbase.h alex
(ActivityControl): Move -attachToActivity: to USING phase, doesn't
need to be a CREATING phase method.
1999-07-14 objectbase.h alex
(CustomProbeMap): Document existing methods. Add new SETTING method
(addProbesForClass:withIdentifiers:) which allows post-create time
addition of variables and method names via the list-delimiter form.
1999-05-28 objectbase.h mgd
Include externvar.h.
1999-05-27 objectbase.h mgd
Use `externvar' for external variables.
1999-04-28 objectbase.h mgd
(MessageProbe), MessageProbe.[hm] ([MessageProbe
-longDynamicCallOn:]): Replaces intDynamicCallOn:
1999-04-21 objectbase.h mgd
(MessageProbe): Add setting tag.
1999-04-15 objectbase.h mgd
(val_t): Use types_t instead of included union.
1999-04-06 objectbase00.sgml alex
Fixed erroneous example code that referred to the global probeLibrary
instance rather than the intended CustomProbeMap instance. Thanks to
Albert-Jan Brouwer <ajbrouw@casema.net> for reporting this.
1999-03-31 objectbase.h vjojic
Protocol Swarm inherits protocols SwarmProcess and CREATABLE.
1999-03-20 objectbase.h mgd
Make SwarmObject creatable.
1999-03-19 objectbase.h mgd
Add @class DefaultProbeMap.
1999-03-07 objectbase.h mgd
Fix return type of getArg: (val_t), and correct documentation for
getArg: and getArgName:.
1999-02-25 objectbase.h mgd
Add CREATABLE tags to all non-abstract protocols.
1999-02-22 objectbase.h mgd
(VarProbe, _VarProbe): Merge.
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/.