ChangeLog
上传用户:shenzhenrh
上传日期:2013-05-12
资源大小:2904k
文件大小:16k
- 2002-10-18 <pauljohn@dv253s74.lawrence.ks.us>
- * Makefile.in (install-java-classes-as-jar): $(DESTDIR) appended
- to ${datadir}
- 2002-04-14 Alex Lancaster <alex@swarm.org>
- * BaseImpl.java, CustomizedType.java, Globals.java,
- NonUniqueMethodSignatureException.java, ObjCProxy.java,
- PhaseCImpl.java, Primitives.java, ProxyClassLoader.java,
- Selector.java, SignatureNotFoundException.java: Change copyright
- statement to canonical version as suggested by GNU GPL.
-
- 2001-07-18 Marcus G. Daniels <mgd@dhcp70.santafe.edu>
- * BaseImpl.java: Make objcPtr private. Archiving this is a
- really bad thing.
- 2001-07-13 <mgd@maya.santafe.edu>
-
- * BaseImpl.java: New file.
- * PhaseCImpl.java: Inherit from it.
- * Makefile.in (PRECLASSES): Add BaseImpl.
- 2001-04-17 <mgd@coyote.santafe.edu>
- * Selector.java: Skip over same-named, but different arity methods.
- 2000-11-28 Marcus G. Daniels <mgd@forager.swarm.org>
- * Selector.java: Add getSignature method.
- 2000-08-21 Marcus G. Daniels <mgd@forager.swarm.org>
- * Globals.java: Add envC.
- 2000-07-16 Marcus G. Daniels <mgd@nest.swarm.org>
- * Globals.java: Set up for a phase switch to SwarmEnvironmentImpl.
- * Makefile.in (SECLASSES): Add.
- (POSTCLASSES): Include above.
- * SwarmEnvironment.java: Remove.
- 2000-07-02 Marcus G. Daniels <mgd@nest.swarm.org>
- * ObjCProxy.java, ProxyClassLoader.java: New files.
- * SwarmEnvironment.java (SwarmEnvironment):
- Add Start, Member, End, scratchZone, and proxyClassLoader with
- initializations.
- * Makefile.in (top_srcdir, top_dossrcdir, KAWAJAR, KAWAPATH): New
- variables.
- (JAVACOMPILE): Use KAWAPATH.
- (PRECLASSES): Add ObjCProxy.
- (POSTCLASSES): Add ProxyClassLoader.
- 2000-05-10 Marcus G. Daniels <mgd@nest.swarm.org>
- * Selector.java: Properly convert Objective C style method
- signature to Java style.
- 2000-04-20 <mgd@nest.swarm.org>
- * SwarmEnvironment.java: Add Initialized, Running, Stopped, Holding,
- Released, Terminated, and Completed.
- 2000-03-28 <mgd@nest.swarm.org>
- * Swarm 2.1.1 frozen.
- 2000-02-18 <mgd@nest.swarm.org>
- * Swarm 2.1 frozen.
- * Makefile.in (POSTCLASSES): Add CustomizedType.
- * CustomizedType.java: New file.
- 2000-02-14 <mgd@nest.swarm.org>
-
- * SwarmEnvironment.java (randomGenerator): Add and initialize.
- 1999-12-26 <mgd@DRONE>
- * SwarmEnvironment.java (dumpDirectory): New native method.
- 1999-12-24 <mgd@DRONE>
- * SwarmEnvironment.java (xprint, xfprint): New native methods.
- 1999-12-21 <mgd@nest.swarm.org>
- * SwarmEnvironment.java: Add symbol Sequential.
- 1999-11-20 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * Makefile.rules.in (JAVADEPS): Better handling for relative paths
- in Unix and cygwin.
- 1999-09-28 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * Makefile.in (PRECLASSES): Add Primitives.
- * Makefile.rules.in (top_srcdir): Add substitution.
- * Primitives.java: New class.
- 1999-09-18 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * Swarm 2.0.1 released.
- 1999-09-16 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * SwarmEnvironment.java (Randomized, {lisp,hdf5}{App}Archiver):
- New symbols.
- * Globals.java: Renamed from Globals.java.in. Use java.vm.name
- property to determine what library to load. Catch UnsatisfiedLinkError
- instead of Exception.
- 1999-09-12 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * SwarmEnvironment.java (initSwarm): Add appName, version, bugAddress
- arguments. Add window geometry record name arguments to all
- ArchivedProbeDisplay creation and setter methods.
- 1999-09-03 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * Selector.java (typeSignature): Add.
- 1999-09-03 <mgd@HELEN>
- * Makefile.in (JAVACOMPILE): Use JAVACLASSESARG instead of JAVACLASSES.
- * Makefile.rules.in (JAVACOMPILE): Likewise.
- (.deps): Use JAVACLASSESARG for classpatha rg.
- (JAVALIBSARG): New substitution (for use in JAVA).
-
- 1999-09-01 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * SwarmEnvironment.java: Switch from variables with Impl typing
- to interface typing.
- 1999-08-28 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * Swarm 2.0 released.
- 1999-08-27 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * Makefile.rules.in (JAVADEPS): Switch to JavaDeps.jar and handle
- case of "srcdir=.".
- * Globals.java.in: Rename from Globals.java to allow
- for JAVASWARM_DLL_LOADNAME substitution.
- 1999-08-25 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * Makefile.in (jar): Do wildcard with Cygwin to avoid command line
- length problems, otherwise name all the files, since Unix jar doesn't
- handle wildcards.
- 1999-08-23 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * Globals.java: Remove loading messages.
- 1999-08-19 <mgd@HELEN>
- * SwarmEnvironment.java: Initialize globalZone, uniformIntRand,
- uniformDblRand, probeLibrary, and probeDisplayManager in constructor.
- 1999-08-09 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * SwarmEnvironment.java (SwarmEnvironment): New variable guiFlag.
- 1999-08-07 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * Makefile.in (Globals.class): Depend on SwarmEnvironment.class.
- 1999-08-05 Alex Lancaster <alex@santafe.edu>
- * Makefile.in (POSTCLASSES): Add Globals.
- * Globals.java: New class. Make `env' a public static variable of
- type `SwarmEnvironment'.
- * SwarmEnvironment.java: Move the static initialization of the
- javaswarm library to new Globals class.
- 1999-08-04 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * PhaseCImpl.java: Don't print ivars as they're copied.
- * Selector.java (hashCode, equals): New methods.
- (Selector): Allow duplicate methods to be found, but check
- that the types are the same.
- 1999-07-27 Vladimir Jojic <vjojic@ute.santafe.edu>
- * PhaseCImpl.java (_copy_creating_phase_to_using_phase):
- New function that copies values of variables from creating
- phase object to using phase object.
-
- 1999-07-21 Vladimir Jojic <vjojic@chama.santafe.edu>
- * SwarmEnvironment.java: New methods that correspond to macros
- in simtoolsgui.
- 1999-07-12 Vladimir Jojic <vjojic@chama.santafe.edu>
- * SwarmEnvironment.java: New getCurrent... methods that correspond
- to calls of getCurrent... macros from activity.h
- (probeLibrary): New field.
- New create...ProbeDisplay methods that correspond to
- CREATE_..._PROBE_DISPLAY macros from simtoolsgui.h
- Add new ControlState... fields that correspond to
- ControlState... Symbols from simtoolsgui.
- 1999-07-10 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * Makefile.in (class-protocols, interface-protocols,
- module-create-classes, module-using-classes): New macros.
- (module-classes, module-interfaces): Changed from -files to
- plural.
- (install-java-classes-as-files): Do separate phase by phase
- expansion to avoid command line argument overlow on Irix 6.5.
- 1999-07-03 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * Makefile.in (Selector.class): Depend on
- NonUniqueMethodSignatureException.class and
- SignatureNotFoundException.class.
- 1999-07-01 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * Makefile.in: Use $(module_creatable_PROTOCOLS) for classes,
- $(module_[non]creatable_PROTOCOLS) for interfaces.
- * Makefile.rules.in (INTERFACES, _CLASSES): Likewise.
- 1999-06-29 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * PhaseCImpl.java: New file.
- * SwarmEnvironment.java: Accomodate U -> C suffix change.
- * Makefile.in (CLASSPHASES, module-class-files,
- module-interface-files): Make using phase the unqualified one.
- (PRECLASSES): Add PhaseCImpl.
- * Makefile.rules (CLASSPHASES, INTERFACES, _CLASSES): Likewise.
- 1999-06-23 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * SwarmEnvironment.java (globalZone): Pass null as zone.
- (uniformIntRand, uniformDblRand): Pass globalZone as zone.
- 1999-06-20 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * SwarmEnvironment.java: Classes now end in "Impl".
- * Makefile.in (module-class-files, module-interface-files): Switch
- from i_* for interfaces to *Impl for classes.
- * Makefile.rules.in (INTERFACES, _CLASSES): Likewise.
- 1999-06-08 Marcus G. Daniels <mgd@pojoaque.santafe.edu>
- * Makefile.rules.in (all-classes): Strip