doc

Clone Tools
  • last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix typo

doc: fixed line-number handling locally

  1. … 1 more file in changeset.
- removed documentation about incompatibility to XOTcl1 in respect of the method interface for object invocations

  1. … 1 more file in changeset.
- updates for the tutorial (mustly typos and stilistic changes)

- doc fixes in tutorial: fix typos and improve some wordings

- generic/nsfInt.h: Provided the DECR_REF_COUNT2 #define macro for __WIN32__ builds (e.g., MinGW). Thanks to Stephan Adelsberger for pointing to the issue. - Made temp file handling in a rosetta example OS-independent; thanks to Stephan Adelsberger for the initial patch

    • -2
    • +3
    ./example-scripts/rosetta-serialization.tcl
  1. … 2 more files in changeset.
- close parens in Annouce file

- adding anouncement for the release of 1.6.7

- fixed documentation bug in migration guide, since arguments in "info slot ..." were deleted in the code, but not in the guide

- updated indentation

- updated migration guide

- updated "make tar"

  1. … 2 more files in changeset.
- remove obsolete CVS IDs

  1. … 2 more files in changeset.
- make sure to use "XOTcl 2.0" instead of just XOTcl in "package req" to avoid confusions due to beta state - remove more obsolete and untested files

  1. … 56 more files in changeset.
- minor documentation updates

- minor documentation updates

- added "info method handle" as short form of "info method definitionhandle" - added "info method origin" to return the target of an alias (or empty)

- update migration guide and tutorial

  1. … 4 more files in changeset.
- rename "info method handle /methodName/" into "info method registrationhandle /methodName/" - rename "info method origin /methodName/" into "info method definitionhandle /methodName/" - added "info method origin" to return the target of an alias (or empty)

  1. … 18 more files in changeset.
Merge branch '2.0.0-develop'

Conflicts:

.gitignore

ChangeLog

Makefile.in

apps/xml/rdfExample.xotcl

apps/xml/xmlExample.xotcl

config/mktar.sh

configure

configure.in

doc/index.html

doc/langRef-xotcl.pdf

doc/tutorial.pdf

doc/xo-daemon.html

doc/xo-whichPkg.html

generic/predefined.h

generic/predefined.xotcl

generic/xotcl.c

generic/xotcl.decls

generic/xotcl.h

generic/xotclAccessInt.h

generic/xotclAppInit.c

generic/xotclDecls.h

generic/xotclError.c

generic/xotclInt.decls

generic/xotclInt.h

generic/xotclMetaData.c

generic/xotclProfile.c

generic/xotclShadow.c

generic/xotclStubInit.c

generic/xotclStubLib.c

generic/xotclTrace.c

generic/xotclUtil.c

library/lib/changeNextVersion

library/lib/make.xotcl

library/lib/pkgIndex.tcl

library/lib/test.xotcl

library/lib/upvarcompat.xotcl

library/mongodb/tcl.m4

library/rdf/COPYRIGHT

library/rdf/rdfExample.xotcl

library/registry/COPYRIGHT

library/serialize/Serializer.xotcl

library/store/COPYRIGHT

library/xml/COPYRIGHT

library/xml/xmlExample.xotcl

library/xotcl/apps/comm/webserver.xotcl

library/xotcl/doc/langRef.xotcl

library/xotcl/doc/tutorial.html

library/xotcl/library/lib/makeDoc.xotcl

library/xotcl/library/rdf/rdfExample.xotcl

library/xotcl/library/store/XOTclGdbm/configure

library/xotcl/library/store/XOTclGdbm/configure.in

library/xotcl/library/store/XOTclSdbm/Makefile

library/xotcl/library/store/XOTclSdbm/configure

library/xotcl/library/store/XOTclSdbm/configure.in

library/xotcl/library/store/XOTclSdbm/tcl.m4

library/xotcl/library/xml/TclExpat-1.1/Makefile

library/xotcl/library/xml/TclExpat-1.1/configure

library/xotcl/library/xml/TclExpat-1.1/configure.in

library/xotcl/library/xml/TclExpat-1.1/tcl.m4

library/xotcl/library/xml/xmlExample.xotcl

library/xotcl/tests/UNIVERSAL.test

library/xotcl/tests/actiweb.test

library/xotcl/tests/persistence.test

library/xotcl/tests/slottest.xotcl

library/xotcl/tests/speedtest.xotcl

library/xotcl/tests/testo.xotcl

library/xotcl/tests/testx.xotcl

library/xotcl/tests/xoRDF.test

library/xotcl/tests/xocomm.test

tcl.m4

tests/forwardtest.xotcl

unix/tclAppInit.c

unix/tkAppInit.c

win/rc/xotcl.rc

win/winMain.c

xotcl.m4

  1. … 10 more files in changeset.
- fix typo

- added example file for container classes

    • -0
    • +1130
    ./example-scripts/container.html
    • -0
    • +181
    ./example-scripts/container.tcl
  1. … 1 more file in changeset.
- provide means for "autoloading" traits

    • -16
    • +16
    ./example-scripts/traits-composite.html
    • -15
    • +15
    ./example-scripts/traits-composite.tcl
  1. … 5 more files in changeset.
- added tk-spread and tk-locomotive to example scripts

    • -0
    • +946
    ./example-scripts/tk-locomotive.html
    • binary
    ./example-scripts/tk-locomotive.png
    • -0
    • +196
    ./example-scripts/tk-locomotive.tcl
    • -0
    • +887
    ./example-scripts/tk-spread.html
    • binary
    ./example-scripts/tk-spread.png
    • -0
    • +115
    ./example-scripts/tk-spread.tcl
  1. … 3 more files in changeset.
- traits: renamed "useTrait" into "require trait"

    • -6
    • +6
    ./example-scripts/traits-composite.html
    • -5
    • +5
    ./example-scripts/traits-composite.tcl
  1. … 2 more files in changeset.
- fix typo

- nx-traits: * use "info methods -closure" instead of instantiating a class at trait-insertion time * added trait as package nx::callback

- example scripts: added tk-mini and tk-horse-race

    • -0
    • +896
    ./example-scripts/tk-horse-race.html
    • binary
    ./example-scripts/tk-horse-race.png
    • -0
    • +153
    ./example-scripts/tk-horse-race.tcl
    • -0
    • +778
    ./example-scripts/tk-mini.html
    • binary
    ./example-scripts/tk-mini.png
    • -0
    • +37
    ./example-scripts/tk-mini.tcl
  1. … 5 more files in changeset.
- doc: * extended method resolution section * documented invocation flags for colon

  1. … 1 more file in changeset.
- documentation updates

  1. … 1 more file in changeset.
- added "nonleadingdash" to UML class diagramm

- add traits package and example scripts

    • -0
    • +899
    ./example-scripts/traits-composite.html
    • -0
    • +99
    ./example-scripts/traits-composite.tcl
    • -0
    • +846
    ./example-scripts/traits-simple.html
    • -0
    • +64
    ./example-scripts/traits-simple.tcl
  1. … 2 more files in changeset.