nsf

Clone Tools
  • last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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

- Httpd: force GMT dates as required by RFC

- Removed obsolete CVS-$Ids - Updated dates of Copyrights - Removed unneeded c++ hints for Emacs

    • -1
    • +0
    /library/store/XOTclSdbm/dllEntryPoint.c
  1. … 5 more files in changeset.
- provide hint to prevent misclassification as c++ file

- close parens in Annouce file

- updated ChangeLog

- adding anouncement for the release of 1.6.7

- bumped version numner to 1.6.7

- fixed 2 more version numbers for xotcl 1.6.7

* xotcl.c: some c-cleanup * library files: require exact version numbers to avoid conflicts with XOTcl 2.0

backport of autoname fix from nsf

serializer: fix allInstances to handle names with semicolons

- fix serializer in case the object name contains semicolons

* Backport of nsf to handle partial implicit deletes

- changed test in backport to use hashtablePtr->numEntries instead of pointer check

- Backport of fix for nsf : fixed a nasty bug within namespace deletion

- update of changelog

- make cppcheck happy

    • -0
    • +5
    /library/xml/TclExpat-1.1/readfilemap.c
- configure.in: removed --with-tclinclude option, since it appears to be included in tcl.m4 (since a while). Many thanks to Victor Guerra for noticing it.