nsf

Clone Tools
  • last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- update annouce with diff stats

- update Changelog

- fix configure.ac quoting

    • -6
    • +6
    /library/xml/TclExpat-1.1/configure.ac
- more configure quoting

- updated Changelog and Annouce file

- some more cleanup of autoconf (more quoting, remove obsolete file, use recent install-sh) - try to stick closer to current tcl conventions

    • -6924
    • +5313
    /library/store/XOTclGdbm/configure
    • -0
    • +528
    /library/store/XOTclGdbm/tclconfig/install-sh
    • -6891
    • +5286
    /library/store/XOTclSdbm/configure
    • -0
    • +528
    /library/store/XOTclSdbm/tclconfig/install-sh
  1. … 7 more files in changeset.
Fix one more compiler warning: undeclared Xotcl_Init()

Removing configure artifact, otherwise lintian complains

    • -1026
    • +0
    /library/store/XOTclGdbm/config.log
LDFLAGS must be referenced differently under TEA

- Makefile.in: Make sure that the LDFLAGS are available for building xotclsh and xowish.

- Makefile.in: Somehow, upgrading to TEA 3.9 missed the proper install-sh settings. `make install` failed.

- Makefile.in, configure, configure.ac: Provide for resolving and for setting the (public) Tk headers (e.g., from tkConfig.sh or --with-tkinclude).

- xmltok_impl.c, updatePosition: Fix for CVE-2009-3720

    • -1
    • +1
    /library/xml/TclExpat-1.1/xmltok_impl.c
- updated copyright dates - added announce file for xotcl-1-6-8 - fixed typos in Changelog

  1. … 16 more files in changeset.
- updated Changelog

- follow modern autoconf conventions - use TEA 3.9 - use new tcl.m4

    • -0
    • +303
    /library/store/XOTclGdbm/configure.ac
    • -303
    • +0
    /library/store/XOTclGdbm/configure.in
    • -528
    • +485
    /library/store/XOTclGdbm/tcl.m4
    • -0
    • +262
    /library/store/XOTclSdbm/configure.ac
    • -262
    • +0
    /library/store/XOTclSdbm/configure.in
    • -528
    • +485
    /library/store/XOTclSdbm/tcl.m4
    • -0
    • +319
    /library/xml/TclExpat-1.1/configure.ac
    • -319
    • +0
    /library/xml/TclExpat-1.1/configure.in
    • -528
    • +485
    /library/xml/TclExpat-1.1/tcl.m4
- remove hard-coded "-rdynamic" from build of xotclsh and xowish

- remove obsolete test

- Makefile.in: Make sure that xotclsh + xowish are explicitly linked against libtclstub*.so, rather than libtcl*.so. Otherwise, building with --with-xotclsh + --with-xowish fails starting with 8.6 (which effectively hides the various stub structures in libtcl*.so). - *AppInit.c: Use the stubbed variant of Tcl_Init(). - Tested under 8.6 (fossil trunk as of commit date) and 8.5 (fossil core-8-5-branch as of commit date). - Thanks to Sergei Golovan (Debian Tcl/Tk Package Mantainers) for reporting the issue and an initial patch (see Debian bug #724816).

- add URL query variables as arguments

- 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

    • -4
    • +4
    /library/actiweb/AgentManagement.xotcl
    • -12
    • +11
    /library/actiweb/HttpPlace.xotcl
    • -4
    • +3
    /library/actiweb/PlaceAccessControl.xotcl
    • -3
    • +3
    /library/actiweb/SecureHtmlPlace.xotcl
    • -4
    • +2
    /library/actiweb/SecureHttpPlace.xotcl
  1. … 56 more files in changeset.
code cleanup

- make sure that packages from XOTcl 1 require XOTcl 1

  1. … 73 more files in changeset.
- update documentation

Make sure to NS_EXPORT Ns_ModuleVersion for people using still the old-style aolserver module.

Extend backport of handling of dashses in XOTcl's configure method to perform a more eager search for command begins. Extended regression test.

Don't overwrite error messages from __unknown handler in several situations (superclass, parameter class, mixin class)

- Commented Change in ChangeLog - bumped version number

Backport from nsf: when processing arguments with leading dashes in "configure", accept only method names without spaces. This solves a problem with Tcl8.4 + ns_eval where the output of the serializer could not be processed by eval (a [list ..] was lost).

Fixed wrong release level