nsf

Clone Tools
  • last updated 29 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* README.release: Updated

* summary.tcl: Report NSF commit id along with NSF package version.

* pkg.vc: Get nmake syntax right. tested.

Merge branch '2-1-0-rc' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/nsf into 2-1-0-rc

* pkg.vc: Provide for incorporating the commit id at least for tarball builds under win/nmake.

- the shell test depends unfortunately on console output. deactivate this test file for nsf configurations with debug output, where this will happen

- don't add extra newlines to log lines

* makefile.vc, pkg.vc: For the time being, set an empty commit id under Win.

* configure.ac, configure: Align TEA versions.

* nsfDebug.c, configure.ac: Provide for the commit id (if available) to be stored in the variable "::nsf::commit".

* README.release: Provide for and document publishing the doctools manpages to https://next-scripting.sourceforge.io/. * man.css: Updated to match doctools markup (tcllib 1.18+; new id and class names) and remove button-style from keywords and syntax elements.

- improve variable names - avoid call of strcmp more often

* gentclAPI.tcl (methodDefinition): Deactivate docstring generation for now, as they are not actively used.

Done with announcement

Merged two ChangeLog entries

Complete ChangeLog

Minor correction in announcement

* configure.ac, configure (AC_INIT): Rather add link to SF ticketing.

Merge branch '2-1-0-rc' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/nsf into 2-1-0-rc

* configure.ac (AC_INIT): Remove third argument to init because PACKAGE_BUGREPORT is unused.

Merge branch '2-1-0-rc' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/nsf into 2-1-0-rc

- remove configure trace|profile

- document nsf::__profile_trace and friends

* win/makefile.vc: Set title for summary.tcl.

merged

* interp.test: Import auto_path from parent interp so that "package req" works as expected.

* nsfInt.h, nsfError.c (NsfDStringVPrintf): The logic assumes _vsnprintf being used under MSVC. However, under Tcl 8.5.*, the mapping is missing from tclInt.h. Fill this gap.

- fix bug that sneaked-in in last commit

- whitespace changes

- white space changes