store

Clone Tools
  • last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix configure.ac quoting

  1. … 2 more files in changeset.
- some more cleanup of autoconf (more quoting, remove obsolete file, use recent install-sh) - try to stick closer to current tcl conventions

    • -6924
    • +5313
    ./XOTclGdbm/configure
    • -0
    • +528
    ./XOTclGdbm/tclconfig/install-sh
    • -6891
    • +5286
    ./XOTclSdbm/configure
    • -0
    • +528
    ./XOTclSdbm/tclconfig/install-sh
  1. … 16 more files in changeset.
Removing configure artifact, otherwise lintian complains

- updated copyright dates - added announce file for xotcl-1-6-8 - fixed typos in Changelog

  1. … 30 more files in changeset.
- follow modern autoconf conventions - use TEA 3.9 - use new tcl.m4

    • -0
    • +303
    ./XOTclGdbm/configure.ac
    • -0
    • +262
    ./XOTclSdbm/configure.ac
  1. … 9 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

  1. … 66 more files in changeset.
- make sure that packages from XOTcl 1 require XOTcl 1

  1. … 81 more files in changeset.
- Removed obsolete CVS-$Ids - Updated dates of Copyrights - Removed unneeded c++ hints for Emacs

  1. … 17 more files in changeset.
- make cppcheck happy

  1. … 3 more files in changeset.
- created own directory structure xotcl under library containing doc, tests, apps, lib etc. and moved obvious content here. - adjusted regression test and old documentation system to work with new structure

  1. … 390 more files in changeset.
tests/doc.xotcl

  1. … 5 more files in changeset.
- xotcl 1.6.6: one more cases for the packaging, where we want to load xotcl1 not 2

  1. … 4 more files in changeset.
- xotcl 1.6.6: more cases for the regression test, where we want to load xotcl1 not 2

  1. … 9 more files in changeset.
- remove unneeded files from repository

  1. … 1 more file in changeset.
- get rid of misleading RCS: lines - passing --prefix to subdirs - regenerated configure files

    • -3515
    • +4888
    ./XOTclGdbm/configure
    • -3512
    • +4886
    ./XOTclSdbm/configure
  1. … 12 more files in changeset.
- added Stefan's expat linking addition for debian

  1. … 6 more files in changeset.
- updating tcl.m4 in version 1.6.6 to the actual verison (TEA 3.7)

  1. … 4 more files in changeset.
- updating tcl.m4 to the actual verison (TEA 3.7)

  1. … 4 more files in changeset.
- bumped version number to 1.6.6

  1. … 5 more files in changeset.
- made error messages for failed conversions more consistent (note that tcl does not provide the parameter name in the error message, but user-defined converters do)

  1. … 12 more files in changeset.
- xotcl.c: removed all names starting with "inst" (exception: instvar)

  1. … 6 more files in changeset.
- fixed var resolver/memory leak problem reported by Victor Mayevski - bumped version number to 1.6.5

  1. … 6 more files in changeset.
* Some documentation fixes, added stack example to documentation * Bumped version number to 1.6.4

    • -3260
    • +3727
    ./XOTclGdbm/configure
    • -3255
    • +3723
    ./XOTclSdbm/configure
  1. … 11 more files in changeset.
- moved xotcl-1.* definition into an own library file - renamed library/lib/changeXOTclVersion.xotcl to library/lib/changeXOTclVersion to ease pkgIndex generation - new function "xotcl::use xotcl1" or "xotcl::use xotcl2" to ease switching between xotcl 1 and 2 - changed library/lib/test to xotcl2 - added for all regression test "xotcl::use xotcl1" instead of "namespace import ::xotcl::*"

    • -3687
    • +3225
    ./XOTclGdbm/configure
    • -3686
    • +3223
    ./XOTclSdbm/configure
  1. … 24 more files in changeset.
- changed version number from 2.0.0a to 2.0.0 to avoid problems with package require - found crashes in deletion order (when tcl implicitly deletes xotcl objects), introduced temporary compile flag OLD_DELETE

  1. … 10 more files in changeset.
- set version number to 2.0.0a

    • -3198
    • +3678
    ./XOTclGdbm/configure
    • -3190
    • +3667
    ./XOTclSdbm/configure
  1. … 5 more files in changeset.
merge with 1.6.3 (HEAD)

  1. … 123 more files in changeset.
- bump version number to 1.6.3

  1. … 5 more files in changeset.
- handle nonposargs in method "copy" properly - extend regression test for copy - added "<class> mixinof -closure ?pattern?" - extended regression test for mixinof - updated documentation

  1. … 12 more files in changeset.
* additional argument for "info precedence": "-intrinsic" Syntax: <objName> info precedence ?-intrinsic? ?pattern? If "-intrinsic" is specified, only the classes of the superclass type hierarchy are returnd. Otherwise, the precedence contains mixin classes as well. * Remove pattern argument from "info class" * Check results for guards to be boolean instead of integer (now, guards are allowed to return e.g. "true") * Bump version number to 1.6.1

  1. … 9 more files in changeset.