chiark / gitweb /
chiark-tcl (1.1.1+nmu1) unstable; urgency=low
authorSergei Golovan <sgolovan@debian.org>
Tue, 15 Oct 2013 17:12:46 +0000 (18:12 +0100)
committerSergei Golovan <sgolovan@debian.org>
Tue, 15 Oct 2013 17:12:46 +0000 (18:12 +0100)
commit6fd9d63aabc27f4bffc59fcb84e19792cfed6294
tree02cae7920e5f3913647e1e4c61dc4fd8a3b1bbbe
chiark-tcl (1.1.1+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * Build against the default Tcl version instead of deprecated 8.4
    (closes: #725248).

# imported from the archive
69 files changed:
Makefile [new file with mode: 0644]
adns/Makefile [new file with mode: 0644]
adns/adns.c [new file with mode: 0644]
adns/adns.tct [new file with mode: 0644]
adns/chiark_tcl_adns.h [new file with mode: 0644]
base/Makefile [new file with mode: 0644]
base/base.tct [new file with mode: 0644]
base/chiark-tcl-base.h [new file with mode: 0644]
base/chiark-tcl.h [new file with mode: 0644]
base/common.make [new file with mode: 0644]
base/enum.c [new file with mode: 0644]
base/extension.make [new file with mode: 0644]
base/final.make [new file with mode: 0644]
base/hook.c [new file with mode: 0644]
base/idtable.c [new file with mode: 0644]
base/parse.c [new file with mode: 0644]
base/scriptinv.c [new file with mode: 0644]
base/shlib.make [new file with mode: 0644]
base/tcmdifgen [new file with mode: 0755]
base/tcmdiflib.c [new file with mode: 0644]
cdb/Makefile [new file with mode: 0644]
cdb/cdb.tct [new file with mode: 0644]
cdb/chiark_tcl_cdb.h [new file with mode: 0644]
cdb/lookup.c [new file with mode: 0644]
cdb/readonly.c [new file with mode: 0644]
cdb/writeable.c [new file with mode: 0644]
crypto/Makefile [new file with mode: 0644]
crypto/algtables.c [new file with mode: 0644]
crypto/bcmode.c [new file with mode: 0644]
crypto/chiark_tcl_crypto.h [new file with mode: 0644]
crypto/crypto.c [new file with mode: 0644]
crypto/crypto.h [new file with mode: 0644]
crypto/crypto.tct [new file with mode: 0644]
crypto/hash.c [new file with mode: 0644]
crypto/hook.c [new file with mode: 0644]
debian/README [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/extractdoc [new file with mode: 0644]
debian/lintian-overrides [new file with mode: 0644]
debian/rules [new file with mode: 0755]
dgram/Makefile [new file with mode: 0644]
dgram/chiark_tcl_dgram.h [new file with mode: 0644]
dgram/dgram.c [new file with mode: 0644]
dgram/dgram.h [new file with mode: 0644]
dgram/dgram.tct [new file with mode: 0644]
dgram/hook.c [new file with mode: 0644]
dgram/misc.c [new file with mode: 0644]
dgram/sockaddr.c [new file with mode: 0644]
hbytes/Makefile [new file with mode: 0644]
hbytes/chiark_tcl_hbytes.h [new file with mode: 0644]
hbytes/chop.c [new file with mode: 0644]
hbytes/hbytes-base.tct [new file with mode: 0644]
hbytes/hbytes.c [new file with mode: 0644]
hbytes/hbytes.h [new file with mode: 0644]
hbytes/hbytes.tct [new file with mode: 0644]
hbytes/hook.c [new file with mode: 0644]
hbytes/parse.c [new file with mode: 0644]
hbytes/ulongs.c [new file with mode: 0644]
maskmap/addrmap.c [new file with mode: 0644]
maskmap/maskmap-bits.c [new file with mode: 0644]
maskmap/maskmap.c [new file with mode: 0644]
maskmap/maskmap.tct [new file with mode: 0644]
tuntap/Makefile [new file with mode: 0644]
tuntap/chiark_tcl_tuntap.h [new file with mode: 0644]
tuntap/tuntap.c [new file with mode: 0644]
tuntap/tuntap.tct [new file with mode: 0644]