| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
FossilOrigin-Name: 71edbde46a8f75eec71181b2238ccd0b3c7c7849
|
| |
|
| |
FossilOrigin-Name: 4eecde7be6f379a7ca084fa3158e854c7e7ea95d
|
| |
|
|
|
|
| |
typedefs, add a few missing bits)
FossilOrigin-Name: 29df58df24d30f1fa853980095d4e8573cf89bef
|
| |
|
| |
FossilOrigin-Name: d1f7550cd9bf1343d8505fb99fc5141b58bb88bf
|
| |
|
|
|
| |
generation works
FossilOrigin-Name: 273847833ca13d62417e5af893e17a7215ba1ef0
|
| |
|
|
|
|
|
|
| |
* doc/*.1: Revert doc changes that broke
* doc/*.3: `make html` so we can get the release
* doc/*.n: out the door.
FossilOrigin-Name: b67e3f215e5ed2c3abc44b48bd54a2c3a7ad948a
|
| |
|
| |
FossilOrigin-Name: bf4174f4b149b58ef4659cd259cdb2f02daafb3f
|
| |
|
|
|
|
|
|
|
| |
* doc/Ensemble.3: Contents) exposed by `make checkdoc`
* doc/FileSystem.3:
* doc/GetTime.3:
* doc/PkgRequire.3:
FossilOrigin-Name: 6daee4f0e44806bd545d5df27dd1205215cb5a1b
|
| |
|
| |
FossilOrigin-Name: 36d41f9c70134edfa4abbba5724c161a9a2dbc6b
|
| |
|
| |
FossilOrigin-Name: 64ead18760084c51a7868039fd99020f00e59b97
|
| |
|
| |
FossilOrigin-Name: a7f57f3411abd4442a52e3c6b62ab3f1fb28ef6a
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/Encoding.3: New subcommand [encoding dirs].
* doc/encoding.n: New routine Tcl_GetEncodingNameFromEnvironment.
* generic/tcl.decls: Made public:
* generic/tclBasic.c: TclGetEncodingFromObj
* generic/tclCmdAH.c: -> Tcl_GetEncodingFromObj
* generic/tclEncoding.c:TclGetEncodingSearchPath
* generic/tclInt.decls: -> Tcl_GetEncodingSearchPath
* generic/tclInt.h: TclSetEncodingSearchPath
* generic/tclTest.c: -> Tcl_SetEncodingSearchPath
* library/init.tcl: Removed commands:
* tests/cmdAH.test: [tcl::unsupported::EncodingDirs]
* tests/encoding.test: [testencoding path] (Tcltest)
* unix/tclUnixInit.c: [Patch 1413934].
* win/tclWinInit.c:
* generic/tclDecls.h: make genstubs
* generic/tclIntDecls.h:
* generic/tclStubInit.c:
FossilOrigin-Name: aea60299f7c1bd5109302de603d9770706d76d4d
|
| |
|
| |
FossilOrigin-Name: 94bf67038b29cfae21210fee195b9e2879c939e3
|
| |
|
| |
FossilOrigin-Name: 9a6f35d2a813f9e74fe24d14106fb22d1efe4dd3
|
| |
|
| |
FossilOrigin-Name: dcba7c799d5c4345dc2f465a5d8a137b364fe6cc
|
| |
|
|
|
|
| |
of symbols like TCL_OK, TCL_ERROR, etc.
FossilOrigin-Name: 98776f715157a84ebbced1be85ea316525ae8c3f
|
| |
|
| |
FossilOrigin-Name: 3e34564c9e6923a1da22c3eeaa4769978d5163d8
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tclInterp.c (Tcl_Init): Stopped setting the
tcl_libPath variable. [tclInit] can get all its directories
without it.
* tests/unixInit.test: Modified test code that made use of
tcl_libPath variable.
* unix/tclUnixInit.c: Stopped setting the tclDefaultLibrary variable,
execept on the Mac OS X platform with HAVE_CFBUNDLE. In that configuration
we should seek some way to make use of the TIP 59 facilities and
get rid of that usage of tclDefaultLibrary as well.
FossilOrigin-Name: 82f0fc8f01fa951f8126201f4d4b92f0a10cd620
|
| |
|
| |
FossilOrigin-Name: b6330dbac725e2d527ad089669aa7f4779d19398
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/CrtTrace.3: by using "null" everywhere to refer to
* doc/Encoding.3: the character '\0', and using "NULL"
* doc/Eval.3: everywhere to refer to the value of a
* doc/GetIndex.3: pointer that points to nowhere.
* doc/Hash.3: Also dropped references to ASCII that
* doc/LinkVar.3: are no longer true, and standardized on
* doc/Macintosh.3: the hyphenated spelling of "null-terminated".
* doc/OpenFileChnl.3:
* doc/SetVar.3:
* doc/StringObj.3:
* doc/Utf.3:
FossilOrigin-Name: a15f50a932b66bb4ca93f919ffbe477ff00a6af2
|
| |
|
| |
FossilOrigin-Name: 1e13c36e906e26b82e04e760a91b891e70154bbd
|
| |
|
| |
FossilOrigin-Name: 34cded11b7d729621dd98d2f6dc3fb89428f97e8
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
restored to return (char *): Tcl_DStringAppend,
Tcl_DStringAppendElement, Tcl_JoinPath, Tcl_TranslateFileName,
Tcl_ExternalToUtfDString, Tcl_UtfToExternalDString,
Tcl_UniCharToUtfDString, Tcl_GetCwd, Tcl_WinTCharToUtf. Also
restored Tcl_WinUtfToTChar to return (TCHAR *) and
Tcl_UtfToUniCharDString to return (Tcl_UniChar *). Modified
some callers. This change recognizes that Tcl_DStrings are
de-facto white-box objects.
* generic/tclCmdMZ.c: corrected use of C++-style comment.
FossilOrigin-Name: bb1a244cde9f05a5477cf5dd8e8ab44cd978459f
|
| |
|
|
|
|
|
|
|
| |
* [Patch 506818] Updated interfaces of generic/tclHash.c (TIP 27).
* [Patch 506807] Updated interfaces of generic/tclObj.c (TIP 27).
* [Patch 507304] Updated interfaces of win/tclWin32.c (TIP 27).
* Update all callers.
FossilOrigin-Name: 375ac8d641fa53159537f27eb1f836c043495c3b
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
generic/tclIOUtil.c, generic/tclPipe.c, generic/tclResult.c,
generic/tclUtil.c, generic/tclVar.c and mac/tclMacResource.c according
to TIP 27. Tcl_TranslateFileName rewritten as wrapper around
VFS-aware version. Updated callers.
***POTENTIAL INCOMPATIBILITY***
Includes source incompatibilities: argv arguments of Tcl_Concat,
Tcl_JoinPath, Tcl_OpenCommandChannel, Tcl_Merge; argvPtr arguments of
Tcl_SplitList and Tcl_SplitPath.
FossilOrigin-Name: fceed15544ad472b748cdf463c3b4005e83b5e8f
|
| |
|
| |
FossilOrigin-Name: 175164594bc80d64b8c8aa4ccd5840836da9adbb
|
| |
|
|
|
|
| |
* doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588]
FossilOrigin-Name: 9772601e1f9ebb9cd5b8613e21170f240af3c795
|
| |
|
|
|
|
|
|
|
| |
pack-old.n. Patch from Don Porter. [Bug: 2469]
* doc/Encoding.n: Applied patch to fix typo in .SH NAME line.
Patch from Don Porter. [Bug: 2451]
FossilOrigin-Name: 11860a3bdfe560b2514f8fa7751c142a86099b70
|
| |
|
| |
FossilOrigin-Name: f1b3babf61ee215cee5407ee5c8dc5c9bd578fd6
|
| |
|
| |
FossilOrigin-Name: dc45694c11c7ad43dd4c5dca49bfe1d7cedec9bb
|
|
|
FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
|