Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to ↵ | jan.nijtmans | 2021-04-07 | 1 | -2/+2 |
| | | | | Tcl_StaticLibrary, Tcl_PackageInitProc to Tcl_LibraryInitProc and Tcl_PackageUnloadProc to Tcl_LibraryUnloadProc. Adapt documentation, mentioning that the old names are now deprecated. | ||||
* | Bring documentation in line with *.decls files | jan.nijtmans | 2021-01-12 | 1 | -2/+2 |
| | |||||
* | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵ | jan.nijtmans | 2021-01-08 | 1 | -3/+3 |
| | | | | | stopped support for MSVC 6++ Change Tcl_WideInt -> long long in various places: Tcl_WideInt could be a 128-bit type, we don't want that everywhere. | ||||
* | TIP #587 for Tcl 8.7 | jan.nijtmans | 2020-09-25 | 1 | -2/+2 |
|\ | |||||
| * | Default utf-8 for source command | jan.nijtmans | 2020-09-20 | 1 | -2/+2 |
| | | |||||
| * | Merge 8.7 | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
| |\ | |/ |/| | |||||
| * | Merge 8.7 | jan.nijtmans | 2020-09-01 | 1 | -2/+2 |
| |\ | |||||
| * \ | merge 8.7 | dgp | 2020-01-06 | 1 | -10/+0 |
| |\ \ | |||||
| * \ \ | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵ | jan.nijtmans | 2018-09-01 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion) | ||||
| * | | | | Remove 4 unneeded compatibility macro's, because those functions never ↵ | jan.nijtmans | 2018-07-10 | 1 | -11/+11 |
| |/ / / | | | | | | | | | | | | | | | | | return -1 anyway. Change documentation to use void * in stead of ClientData | ||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | TIP #581: Mainly documentation and some testcases | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge 8.6. More documentation updates | jan.nijtmans | 2020-08-31 | 1 | -2/+2 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
* | | Remove "new in 8.6" marks from the docs in the 8.7 branch. | dgp | 2020-01-06 | 1 | -10/+0 |
|/ | |||||
* | Eliminate exess spacings in many doc pages. | jan.nijtmans | 2016-03-02 | 1 | -6/+6 |
| | |||||
* | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
|\ | | | | | | | and possibly others. | ||||
| * | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | and possibly others. | ||||
* | | Updated the language of the documentation so that "object" refers to an OO | dkf | 2012-11-08 | 1 | -63/+64 |
| | | | | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is). | ||||
* | | fix Tcl_FSFileAttrStrings doc | jan.nijtmans | 2012-11-04 | 1 | -1/+1 |
| | | |||||
* | | grammar fix (reported on Tcler's Chat) | dkf | 2012-04-23 | 1 | -2/+2 |
| | | |||||
* | | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed | dkf | 2012-04-16 | 1 | -3/+4 |
|\ \ | |/ | | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks. | ||||
| * | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed | dkf | 2012-04-16 | 1 | -3/+4 |
| |\ | | | | | | | | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks. | ||||
| | * | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed | dkf | 2012-04-16 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks. | ||||
* | | | A number of small spelling and wording fixes in the docs. | dkf | 2012-03-11 | 1 | -3/+2 |
| | | | |||||
* | | | The final parts of my doc improvement project | dkf | 2011-07-18 | 1 | -3/+3 |
| | | | |||||
* | | | Corrected statements about ctime field of 'struct stat'; that was always the | dkf | 2011-07-03 | 1 | -6/+8 |
|\ \ \ | |/ / | | | | time of the last metadata change, not the time of creation. | ||||
| * | | Corrected statements about ctime field of 'struct stat'; that was always the | dkf | 2011-07-03 | 1 | -6/+6 |
| |\ \ | | |/ | | | | time of the last metadata change, not the time of creation. | ||||
| | * | Corrected statements about ctime field of 'struct stat'; that was always the | dkf | 2011-07-03 | 1 | -6/+6 |
| | | | | | | | | | time of the last metadata change, not the time of creation. | ||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \ | | |/ | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | * doc/FileSystem.3: added missing Tcl_GlobTypeData documentation | dgp | 2005-06-20 | 1 | -6/+34 |
| | | | | | | | | | | | | [Bug 935853] | ||||
| | * | Backported doc fix | dkf | 2005-04-29 | 1 | -2/+5 |
| | | | |||||
| | * | FileSystem.3 | vincentdarley | 2003-10-03 | 1 | -8/+16 |
| | | | |||||
| | * | fs doc fix | vincentdarley | 2003-06-23 | 1 | -13/+13 |
| | | | |||||
| * | | [Patch 2903921]: Many small spelling fixes from Larry Virden. | dkf | 2009-11-27 | 1 | -5/+5 |
| | | | |||||
* | | | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile | nijtmans | 2010-08-14 | 1 | -10/+9 |
| | | | |||||
* | | | Added a first crack at documentation for TIP #357's Tcl_LoadFile et al. | dkf | 2010-04-04 | 1 | -7/+25 |
| | | | |||||
* | | | Improve linking between pages, put Tk variables in Tk docs. | dkf | 2010-01-14 | 1 | -3/+3 |
| | | | |||||
* | | | Improve choice of keywords | dkf | 2010-01-13 | 1 | -2/+2 |
| | | | |||||
* | | | [Patch 2903921]: Many small spelling fixes from Larry Virden. | dkf | 2009-11-27 | 1 | -5/+5 |
| | | | |||||
* | | | Lots of very minor formatting fixes. | dkf | 2008-10-15 | 1 | -2/+2 |
| | | | |||||
* | | | * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProc | nijtmans | 2008-10-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclFCmd.c: and tclpFileAttrStrings. This allows * generic/tclIOUtil.c: FileSystems to report their attributes * generic/tclTest.c: as const strings, without worrying that * unix/tclUnixFCmd.c: Tcl modifies them (which Tcl should not * win/tclWinFCmd.c: do anyway, but the API didn't indicate that) * generic/tcl.decls * generic/tclDecls.h: regenerated * generic/tcl.h: make sure that if CONST84 is defined as empty, CONST86 should be defined as empty as well (unless overridden). This change complies with TIP #27 *** POTENTIAL INCOMPATIBILITY *** | ||||
* | | | Implement TIP #316. | dkf | 2008-09-24 | 1 | -240/+315 |
| | | | |||||
* | | | * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystem | nijtmans | 2008-07-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.decls: which all are supposed to be a constant, but * generic/tclDecls.h: this was not reflected in the API: * generic/tclFileSystem.h: Tcl_FSGetInternalRep * generic/tclIOUtil.c: Tcl_FSNewNativePath, Tcl_FSData * generic/tclPathObj.c: Tcl_FSRegister, Tcl_FSUnregister * generic/tclTest.c: Tcl_FSGetFileSystemForPath ... This change complies with TIP #24. ***POTENTIAL INCOMPATIBILITY*** | ||||
* | | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -60/+55 |
|/ / | | | | | | | typedefs, add a few missing bits) | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Fix markup errors. | jenglish | 2007-12-10 | 1 | -4/+3 |
| | | | | | | | | Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO". | ||||
* | | First stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-28 | 1 | -50/+125 |
| | | | | | | | | generation works | ||||
* | | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -13/+5 |
| | | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. |