summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* fs documentationvincentdarley2003-06-231-13/+13
|
* * generic/tcl.decls: Ported the changes from theandreas_kupries2003-06-091-0/+123
| | | | | | | | | | | | | | | | | * generic/tcl.h: 'tip-59-implementation' branch into the CVS * generic/tclBasic.c: head. Regenerated stub table. Regenerated * generic/tclInt.h: the configure's scripts, with help from Joe * generic/tclDecls.h English. * generic/tclStubInit.c: * generic/tclConfig.c: * generic/tclPkgConfig.c: * unix/Makefile.in: * unix/configure.in: The changes in the windows section are not * unix/tcl.m4: yet committed, they await feedback from * unix/mkLinks: David Gravereaux. * doc/RegConfig.3: * mac/tclMacPkgConfig.c: * tests/config.test:
* Fixed type error.patthoyts2003-05-231-2/+2
|
* * doc/dde.n: Updated documentation re TIP #130.patthoyts2003-05-161-4/+9
| | | | | * tests/winDde.test: Applied patch for [Bug 738929] by KKB and changed to new-style tests.
* * doc/socket.n: nroff font handling correction.hobbs2003-05-151-2/+2
|
* Implementation of TIP 118:das2003-05-141-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclFCmd.c (TclFileAttrsCmd): return the list of attributes that can be retrieved without error for a given file, instead of aborting the whole command when any error occurs. * unix/tclUnixFCmd.c: added support for new file attributes and for copying Mac OS X file attributes & resource fork during [file copy]. * generic/tclInt.decls: added declarations of new external commands needed by new file attributes support in tclUnixFCmd.c. * macosx/tclMacOSXFCmd.c (new): Mac OS X specific implementation of new file attributes and of attribute & resource fork copying. * mac/tclMacFCmd.c: added implementation of -rsrclength attribute & fixes to other attributes for consistency with OSX implementation. * mac/tclMacResource.c: fixes to OSType handling. * doc/file.n: documentation of [file attributes] changes. * unix/configure.in: check for APIs needed by new file attributes. * unix/Makefile.in: * unix/tcl.m4: added new platform specifc tclMacOSXFCmd.c source. * unix/configure: * generic/tclStubInit.c: * generic/tclIntPlatDecls.h: regen. * tools/genStubs.tcl: fixes to completely broken code trying to prevent overlap of "aqua", "macosx", "x11" and "unix" stub entries. * tests/unixFCmd.test: added tests of -readonly attribute. * tests/macOSXFCmd.test (new): tests of macosx file attributes and of preservation of attributes & resource fork during [file copy]. * tests/macFCmd.test: restore -readonly attribute of test dir, as otherwise its removal can fail on unices supporting -readonly.
* * doc/Eval.3: Corrected prototype for Tcl_GlobalEvalObj [Bug 727622].dgp2003-05-121-2/+2
|
* Fixed very strange language in the documentation for 'trace add execution'.dkf2003-05-071-2/+3
|
* Moved serial line options to their creator, open.n, from the generic pagedkf2003-04-182-203/+178
| | | | fconfigure.n which was never an obvious spot for them. [Bug 679010]
* If you deal with network sockets, you should care about encodings. Tcl cannotdkf2003-04-161-2/+9
| | | | guess it for you. Updated socket docs to remind people about this. [Bug 630621]
* Math funcs might have to deal with wide ints; document this. [Bug 709720]dkf2003-04-161-7/+20
|
* Added example section "SCOPED SCRIPTS", supplied by Kevin Kenny.jenglish2003-04-151-2/+26
| | | | (Fixes [Bug 219183])
* Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt Kevin B Kenny2003-04-121-9/+28
| | | | | | return values). Fixed Bug 710310 (duplicate test numbers in clock.test). Made major changes to tclWinTime.c and related code to improve loop filter stability.
* * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Correcteddgp2003-04-111-2/+2
| | | | | | | | inconsistent results of [string is integer] observed on systems where sizeof(long) != sizeof(int). [Bug 718878] * tests/string.test: Added tests for Bug 718878. * doc/string.n: Clarified that [string is integer] accepts 32-bit integers.
* Fixed formatting problem (thanks Emacs... not!) that madedkf2003-04-101-3/+2
| | | | tools/tcltk-man2html.tcl barf. Thanks to George Petasis for reporting this.
* Another minor typodkf2003-04-101-2/+2
|
* Silly typo fix. [Bug 718543]dkf2003-04-101-2/+2
|
* The bulk of the TIP#111 implementation. Still need to finish plumbing thisdkf2003-04-052-0/+367
| | | | into the rest of the core, but that won't take long...
* update docs for latest changedgp2003-03-261-6/+3
|
* typo fixes in ARGUMENTSdgp2003-03-261-3/+3
|
* * doc/Eval.3 (Tcl_EvalObjEx): Corrected CONST anddgp2003-03-192-8/+10
| | | | | * doc/ParseCmd.3 (Tcl_EvalTokensStandard): return type errors in documentation. [Bug 683994]
* Fix docbug in lsearch and lsort commands for -ascii opt (which works withdkf2003-03-172-5/+7
| | | | unicode in the obvious order, really.) [Bug #703807]
* * doc/tcltest.n: Added missing "-body" to example. Thanks todgp2003-03-081-3/+3
| | | | Helmut Giese. [Bug 700011]
* file documentation fixvincentdarley2003-02-281-2/+2
|
* * doc/pkgMkIndex.n: Modified [pkg_mkIndex] to use -nocase matchingdgp2003-02-251-2/+3
| | | | | | * library/package.tcl: of -load patterns, to better accomodate common user errors due to confusion between [package names] names and [info loaded] names.
* Typo fix [Bug #688943]dkf2003-02-201-2/+2
|
* Added language to describe the handling of the end-of-file character Kevin B Kenny2003-02-131-3/+13
| | | | \u001a embedded in a script file. [Bug 685485]
* * doc/append.n: Return value was not documented. [Bug 683188]dkf2003-02-101-1/+3
|
* further fs cleanupvincentdarley2003-02-101-1/+7
|
* filesystem speed up round 2vincentdarley2003-02-101-10/+12
|
* doc formatting fixhobbs2003-02-041-3/+3
|
* * generic/tclBasic.c: Changed [trace add command] so that 'rename' Kevin B Kenny2003-02-031-1/+3
| | | | | | | | | | callbacks get fully qualified names of the command. [Bug 651271]. ***POTENTIAL INCOMPATIBILITY*** * tests/trace.test: Modified the test cases for [trace add command] to expect fully qualified names on the 'rename' callbacks. Added a case for renaming a proc within a namespace. * doc/trace.n: Added language about use of fully qualified names in trace callbacks.
* 2003-02-01 Kevin Kenny <kennykb@users.sourceforge.net> Kevin B Kenny2003-02-011-14/+15
| | | | | | | | | * doc/Tcl.n: Added headings to the eleven paragraphs, to improve formatting in the tools that attempt to extract tables of contents from the manual pages. [Bug 627455] * generic/tclClock.c: Expanded mutex protection around the setting of env(TZ) and the thread-unsafe call to tzset(). [Bug 656660]
* Use [file dirname], not the abbreviation [file dir]dgp2003-01-241-2/+2
|
* corrected overlooked bump to version 2.2dgp2003-01-241-3/+3
|
* * doc/lset.n: Fixed fault in return values from lset indkf2003-01-231-15/+17
| | | | | documentation examples [SF Bug #658463] and tidied up a bit at the same time.
* Clarified documentation of [namespace inscope] [SF Patch #670110]jenglish2003-01-211-13/+12
|
* Corrected and expanded documentation for rand() and srand() functions.dgp2003-01-031-7/+10
|
* Added missing .BE [Bug 629330]dkf2002-11-154-4/+8
|
* 3 small fixesvincentdarley2002-11-131-2/+4
|
* Corrected indentation of the new language. Oops.Kevin B Kenny2002-11-111-1/+2
|
* Corrected indentation of the new language. Oops.Kevin B Kenny2002-11-111-2/+3
|
* Added language to the Endekalogue to make it clearKevin B Kenny2002-11-101-1/+9
| | | | | that substitutions always take place from left to right. [Bug #635644]
* Documentation didn't say that the UTF-8-rep of a Tcl_Obj was UTF-8 (sans NUL)!dkf2002-10-222-12/+19
| | | | [Bug 624919]
* note 1.1 version updatehobbs2002-10-191-3/+4
|
* * doc/registry.n: Added support for broadcasting changes tohobbs2002-10-181-1/+19
| | | | | * tests/registry.test: the registry Environment. Noted proper code * win/tclWinReg.c: in the docs. [Patch #625453]
* * doc/Tcl.n: Clarified that namespace separators are legal indgp2002-10-101-4/+5
| | | | the variable names during $-subtitution. [Bug 615139]
* * doc/regexp.n: Typo correction. Thanks Ronnie Brunner. [Bug 606826]dgp2002-10-101-2/+2
|
* More clarification of [binary scan]'s behaviour.dkf2002-10-091-5/+16
|
* * doc/Alloc.3: Added a note to mention that attempting to allocatedkf2002-10-091-2/+4
| | | | a zero-length block can return NULL. [Tk bug 619544]