nsf

Clone Tools
  • last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- added example scripts rosetta-sudoku.{tcl,html} and tk-ludo.{tcl,html}

    • -0
    • +1099
    /doc/example-scripts/rosetta-sudoku.html
    • -0
    • +312
    /doc/example-scripts/rosetta-sudoku.tcl
    • -0
    • +1389
    /doc/example-scripts/tk-ludo.html
    • -0
    • +547
    /doc/example-scripts/tk-ludo.tcl
mongodob: - don't call NsfLog() in Nsfmongo_Exit, since interp-data might be already cleaned up

- improve robustness

- added flag for verbosity

monogodb: - updated to most recent version of c-driver (0.7.1) - adapted to nx 2.0b5 (use everywhere cget interface) - tested with mongodb 2.4.5

    • -0
    • +314
    /library/mongodb/configure.ac
- updated locomotive example to use nx::callback

    • -4
    • +7
    /doc/example-scripts/tk-locomotive.html
    • -3
    • +6
    /doc/example-scripts/tk-locomotive.tcl
- add URL query variables as arguments

- updated TODO

- prepare for providing nx as a tcl module (.tm file). this is just a preparation, since for testing, one cannot set up a path that prefers a local copy over a global installed one (the global tcl-site is preferred over the one specified in e.g. TCL8_5_TM_PATH)

- explore the usage of dict instead of anonymous array

nsf.c: - dont't use the default of a invocation parameter in "configure" when the object is already initialized. The default is in general only used when the parameter is not specified. We do not want e.g. superclass to be reset to ::nx::Object, when configure is called on a class without arguments. - extended regression test

- remove debug statement

- keep this single pkgIndex.tcl

- keep packages versions from 2.0 and 1.0 disjoint

    • -2
    • +2
    /library/xotcl/library/comm/Access.xotcl
    • -2
    • +2
    /library/xotcl/library/comm/Httpd.xotcl
    • -1
    • +1
    /library/xotcl/library/comm/Imap.xotcl
    • -1
    • +1
    /library/xotcl/library/comm/Ldap.xotcl
    • -1
    • +1
    /library/xotcl/library/comm/Mime.xotcl
    • -1
    • +1
    /library/xotcl/library/comm/PCache.xotcl
    • -9
    • +9
    /library/xotcl/library/comm/pkgIndex.tcl
  1. … 14 more files in changeset.
- make version management simpler and freeze XOTcl 1.* versions In order to avoid bad interactions between XOTcl 1.0 and XOTcl 2.0 the version dependency in 1.0 where changed to "package require -exact ... 1.0" where possible, and the provides where upgraded to 1.0 in most cases

    • -4
    • +4
    /library/actiweb/AgentManagement.xotcl
    • -12
    • +11
    /library/actiweb/HttpPlace.xotcl
    • -4
    • +3
    /library/actiweb/PlaceAccessControl.xotcl
    • -3
    • +3
    /library/actiweb/SecureHtmlPlace.xotcl
    • -4
    • +2
    /library/actiweb/SecureHttpPlace.xotcl
  1. … 56 more files in changeset.
code cleanup

- make sure that packages from XOTcl 1 require XOTcl 1

  1. … 73 more files in changeset.
- added full ChangeLog

- update releases building notes

- more release work

    • -0
    • +23
    /library/mongodb/mongoAPI.nxdocindex
- release work

Minor correction in announcement

Fix the implementation of NsfInterpObjCmd() which crashed previously due to the broken resolution of the child interpreter

Proof-read announcement for a second time

- NsfDStringPrintf(): set the length of the resulting DString

Using the ANSI-compliant I/O operations such as vsnprintf() under MinGW and MinGW-w64 tool chains

Updated test suite to be executed in makefile.vc

tcl_platform(threaded) is not present as array element in non-threaded builts

- updated release documents

- add needed "cget" call

    • -47
    • +66
    /doc/example-scripts/tk-horse-race.html
    • -1
    • +1
    /doc/example-scripts/tk-horse-race.tcl