nsf

Clone Tools
  • last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fixed crash for deleted classes in new code - changed name from MixinResetInstanceOrder() to MixinResetOrderForInstances() - imporving documentation - made code more local - activate assertion during development

Merge branch 'master' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/xotcl

- new function from Martin MixinResetInstanceOrder() - better cleanup when classes are deleted

Adding Martin's patches for instmixinof

fix alias command for aliasing to tcl procs

insert missing word "list" (typo)

added missing file (install.sh from tclconfig)

add missing file

- change panic() to Tcl_Panic() - panic, when cmdlist contains deleted command

make test slightly more verbose

added xotclConfig.sh

- set clopt->assertions to NULL on class cleanup

- do not remove class from mixinof and instmixinof lists on recreate - fix deletion of clopt on Class recreate - fix street address in file header

added project-wide ignore-file

added more patterns

add a project-wide ignore file

remove files, which should not be in git

syntactical cleanup

syntactical cleanup

follow tcl coding convention to make merge easier

fixed typo

synchronized with head version xotcl-2007-10-30

  1. … 55 more files in changeset.
* change Tcl_ObjSetVar2() to Tcl_SetVar2Ex() to address problem in setting variables from C. The set variable was not seen in an eval. * extended regression test

Don't though error when the last argument of "obj info class <...>" or "cl info superclass <....>" is a non-existing class, but return false instead. This leaves room for pattern matching.

return mixins before procs in procsearch added regression test for this case

minor cleanup and variable renaming

some code refactoring making new code more robust

Adding mixinof and instmixinof - new class info options: mixinof instmixinof - on class destroy entry is now removed from mixin and instmixin lists

removed unneeded file

prepare forthcoming version

  1. … 42 more files in changeset.