summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclIO.c (CloseChannel): removed the &ing out ofhobbs2000-06-021-2/+1
* (CloseChannel): further extended CloseChannel in the stacked casehobbs2000-06-021-11/+62
* * generic/tclIO.c (CloseChannel): Rewrote CloseChannel code tohobbs2000-06-021-192/+250
* 2000-05-29 Sandeep Tamhankar <sandeep@scriptics.com>sandeep2000-05-311-55/+22
* * doc/memory.n: Man page for Tcl "memory" command, which isericm2000-04-271-22/+55
* * generic/tclAlloc.c: wrapped caddr_t define to not be done on Unixhobbs2000-04-211-1/+6
* * generic/tclFileName.c (SplitUnixPath): added support for QNXhobbs2000-04-191-1/+14
* * README:hobbs2000-04-192-5/+21
* * generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath tohobbs2000-04-181-22/+30
* Added Tcl_CreateThreadType and TCL_RETURN_THREAD_TYPEwelch2000-04-172-15/+27
* * generic/tclBasic.c (Tcl_GetVersion): adjusted use of major/minorhobbs2000-04-151-11/+11
* removed __stdcall decl for WIN32 case on ThreadCreatehobbs2000-04-131-3/+1
* Fixed Tcl_CreateThreadProc declarationwelch2000-04-101-1/+3
* * win/tclWinPipe.c (TclpCreateTempFile): Added conversion ofericm2000-04-101-3/+27
* * generic/tcl.h: removed specific typedef of Tcl_ThreadCreateProchobbs2000-04-101-3/+1
* * generic/tclBasic.c (Tcl_SetCommandInfo): comment fixhobbs2000-04-101-2/+2
* 2000-04-08 Andreas Kupries <a.kupries@westend.com>kupries2000-04-096-15/+47
* 2000-04-05 Andreas Kupries <a.kupries@westend.com>kupries2000-04-051-1/+2
* Fixed compilation w/out TCL_THREADSwelch2000-04-053-15/+29
* 2000-04-03 Andreas Kupries <a.kupries@westend.com>kupries2000-04-048-20/+41
* * generic/tclCmdIL.c (InfoVarsCmd): checked for non-NULL procPtrhobbs2000-04-041-2/+2
* * generic/tclGet.c (Tcl_GetDouble): Added additional conditions toericm2000-03-311-2/+3
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Added commentshobbs2000-03-315-19/+28
* * generic/tclCompile.c (TclCleanupByteCode): made ByteCode cleanuphobbs2000-03-302-4/+35
* * tests/namespace.test:hobbs2000-03-272-23/+46
* * generic/tclFileName.c (Tcl_TranslateFileName): Applied patchhobbs2000-03-031-67/+75
* * tests/clock.test: Added test for ISO bases < 100000ericm2000-02-282-4/+12
* * tests/clock.test: Added tests for "next monthname" constructs.ericm2000-02-092-104/+210
* * generic/tclDecls.h:hobbs2000-02-083-9/+9
* *** empty log message ***hobbs2000-02-051-2/+1
* * tests/regexp.test: added tests for -all and -inline switcheshobbs2000-02-021-74/+150
* * generic/tclFileName.c (Tcl_JoinPath): improved support for specialhobbs2000-02-011-3/+6
* * generic/tclNamesp.c: Undid fix for #956, which broke backwardsericm2000-01-261-3/+2
* * generic/tclClock.c (FormatClock): inlined resultPtr, as ithobbs2000-01-264-13/+24
* * generic/tclInt.h:hobbs2000-01-245-19/+28
* * namespace.test: Added test for undefined variables withericm2000-01-211-2/+3
* * var.test: Added tests for corrected variable behavior (bug #981).ericm2000-01-211-1/+12
* * generic/tclCmdIL.c (InfoBodyCmd): made [info body] return ahobbs2000-01-215-27/+61
* * tests/var.test: Added a test for the array multiple deleteericm2000-01-151-1/+16
* * unix/tclUnixTime.c: New clock format format.ericm2000-01-142-129/+167
* * README:core_8_3_b2hobbs2000-01-142-5/+5
* * tests/cmdIL.test: Added tests for lsort -dictionary withericm2000-01-131-18/+16
* * tests/clock.test: Added tests for "next <day-of-week>" andericm2000-01-122-73/+105
* * doc/tests/clock.test: Added numerous tests for clock scan.ericm2000-01-122-182/+120
* * generic/tclClock.c: fixed support for 64bit handling of clockhobbs2000-01-124-34/+116
* * generic/tclGetDate.y: Added comments for the Convert function.ericm2000-01-122-702/+1039
* * generic/tclGetDate.y: Added comments for the Convert function.ericm2000-01-122-7/+69
* * generic/tclUtf.c: changed Tcl_UtfBackslash to not allowhobbs2000-01-113-9/+21
* fixed "next" constant to give 1 unit ahead, not 2.ericm2000-01-112-4/+4
* yacc runericm2000-01-112-4/+2