Codebase list itcl3 / 04056b6e-26ef-46f3-ab1f-05381e31fedb/main
Trim trailing whitespace. Fixes lintian: file-contains-trailing-whitespace See https://lintian.debian.org/tags/file-contains-trailing-whitespace.html for more details. Debian Janitor 4 years ago
2 changed file(s) with 10 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 itcl3 (3.4.3-4) UNRELEASED; urgency=medium
1
2 * Trim trailing whitespace.
3
4 -- Debian Janitor <janitor@jelmer.uk> Thu, 12 Dec 2019 06:32:50 +0000
5
06 itcl3 (3.4.3-3) unstable; urgency=medium
17
28 * Add conflicts for itcl3-dev and itcl3-doc with tcl-itcl-dev and
151157
152158 itcl3 (3.2.1-0pre2) unstable; urgency=low
153159
154 * Second prerelease testing package. Changed package name(s).
160 * Second prerelease testing package. Changed package name(s).
155161 * Removed provides lines for itclsh and itkwish (which no are no longer
156162 provided).
157163 * Although this itcl *should* work with any tcl8.x, my tests indicate
2121 embeddable Tcl scripting language. The name is a play on C++, and
2222 itcl has a similar object model, including multiple inheritance and
2323 public and private classes and variables. Unlike most OOP extensions
24 to Tcl, itcl is written in C for speed.
24 to Tcl, itcl is written in C for speed.
2525 .
2626 This package contains everything you need to run itcl scripts and
2727 itcl-enabled apps.
4040 embeddable Tcl scripting language. The name is a play on C++, and
4141 itcl has a similar object model, including multiple inheritance and
4242 public and private classes and variables. Unlike most OOP extensions
43 to Tcl, itcl is written in C for speed.
43 to Tcl, itcl is written in C for speed.
4444 .
4545 This package contains the headers and libraries needed to embed or
4646 add C extensions to itcl.
5858 embeddable Tcl scripting language. The name is a play on C++, and
5959 itcl has a similar object model, including multiple inheritance and
6060 public and private classes and variables. Unlike most OOP extensions
61 to Tcl, itcl is written in C for speed.
61 to Tcl, itcl is written in C for speed.
6262 .
6363 This package contains the man pages for the new commands that itcl
6464 adds to Tcl.