xotcl

Clone Tools
  • last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

avoid overly short method names

add object level method "dict" similar to "array" for larger symmetry of commands

improve spelling

  1. … 6 more files in changeset.
improve spelling

  1. … 2 more files in changeset.
Add script to automatically configure auto_path if needed. Refactor shell script generation routines into build.tcl

  1. … 5 more files in changeset.
improve spelling

  1. … 5 more files in changeset.
* nsf.c, testx.xotcl: Substitute tab-based indentation (1x) for space-based one (8x) for 'required argument' error msg.

  1. … 1 more file in changeset.
improve spelling

  1. … 9 more files in changeset.
improve spelling

  1. … 6 more files in changeset.
improve spelling

  1. … 3 more files in changeset.
fix version number

Bump version number to 2.4.0

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

  1. … 4 more files in changeset.
bump version number

improve documentation

  1. … 7 more files in changeset.
improve grammar and spelling

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

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

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

  1. … 13 more files in changeset.
improve wording

  1. … 1 more file in changeset.
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.

  1. … 1 more file in changeset.
improve spelling

  1. … 2 more files in changeset.
improve spelling

  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

  1. … 1 more file in changeset.
xotcl regression test: Added a more complex test for testing "new" + volatile

- improved error message "not allowed to have default": make clear, this is from a parameter specification - added object property "autonamed" (set automatically for objects created via "new") - xotcl2 volatile: improved backward compatibility with XOTcl 1 - extended regression test

  1. … 4 more files in changeset.