library

Clone Tools
  • last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix version number

    • -1
    • +1
    ./xotcl/library/serialize/Serializer.xotcl
* nx.tcl, pkgIndex.tcl: Fix version number to include patch level: x.y.z

silence gcc7+: use attribute based approach for denoting fall through in case statements

  1. … 4 more files in changeset.
fix missed version bump

Bump version number to 2.4.0

  1. … 3 more files in changeset.
update tcl.4 file (get rid of macOS warnings about obsolete option "-prebind", likely to become an error in future macOS versions)

  1. … 2 more files in changeset.
Update copyright years [skip ci]

  1. … 3 more files in changeset.
- make gridfs test more robust

bump version number

improve spelling consistency

improve documentation

  1. … 6 more files in changeset.
* nsf-gridfs.test: Add one more piece of harness to test suite [skip ci]

* library/mongodb/*: Ran NSF MongoDB tests, against MongoDB 4.0.9 and Mongo-C driver 1.14.0 (both, latest stable); updated README.md accordingly, and fixed gridfs tests that hadn't been corrected for renaming README to README.md

improve grammar and spelling

  1. … 7 more files in changeset.
* nx.tcl, properties.test: Add exists accessor to properties and variables; incl. tests and documentation

  1. … 7 more files in changeset.
Bump version number from 2.3a0 to 2.3

  1. … 4 more files in changeset.
Change http:// occurrences to https://, if applicable (URLs tested)

  1. … 51 more files in changeset.
Rewrite URLs containing tcl.tk as authority to tcl-lang.org

  1. … 12 more files in changeset.
improve spelling

  1. … 3 more files in changeset.
improve wording

  1. … 1 more file in changeset.
WIP

  1. … 2 more files in changeset.
avoid variable name "index" in generated code since "index" shadows an outer function

  1. … 3 more files in changeset.
mongodb: add "bson asJSON" convenience method

improve spelling

improve spelling

* nx.tcl, xotcl2.tcl: Fully qualify uses of Tcl's upvar and uplevel, to avoid confusion when introducing equally named procs/ cmds in the OS namespaces.

improve spelling

    • -1
    • +1
    ./xotcl/library/lib/metadataAnalyzer.xotcl
  1. … 2 more files in changeset.
improve spelling

    • -1
    • +1
    ./xotcl/library/lib/metadataAnalyzer.xotcl
  1. … 1 more file in changeset.
- improved handling of object property autonamed

A call of "new" calls internally the "create" method. When the

"create" method is overloaded, we want to be able to check already

on this level, whether the object is autonamed or not. The previous

version has set the property at the end of the "new" method, which

was too late for ttrace.

  1. … 1 more file in changeset.
xotcl1 compatibility: preserve overwritte slot accessor methods via instprocs

many thanks to Zoran for indicating this