Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

133 check-ins using file win/tclWinPipe.c version caf0475901

2000-07-14
04:16
* generic/tclIO.c (StackSetBlockMode): moved set of chanPtr outside of blockModeProc check to avoi... check-in: d0ec86cd6c user: hobbs tags: core-8-3-1-io-rewrite
2000-07-13
01:08
Added builds of the tclreg and tcldde static libraries. check-in: b7b41af2c9 user: welch tags: core-8-3-1-branch
01:08
*** empty log message *** check-in: 15e292afd9 user: welch tags: core-8-3-1-branch
2000-07-12
01:41
* tests/iogt.test: made tests [345].0 not run by default as they were failing in the new design, b... check-in: 2f00b8921d user: hobbs tags: core-8-3-1-io-rewrite
2000-07-10
17:35
2000-07-10 Andreas Kupries <a.kupries@westend.com> * tests/iogt.test: Reverted some earlier chang... check-in: ddc1b09ee7 user: kupries tags: core-8-3-1-io-rewrite
2000-07-07
03:31
* tests/iogt.test: new tests for stacked channel stuff based off new 'testchannel transform|unstac... check-in: b684e61b81 user: hobbs tags: core-8-3-1-io-rewrite
2000-06-21
03:49
Fix Weak links check-in: 87e0596e14 user: jingham tags: core-8-3-1-branch
2000-06-14
01:38
fixed the arglist for scan--varNames are all optional check-in: e63242ecaa user: hershey tags: core-8-3-1-branch
2000-06-07
01:59
marked 8.4a1 release point check-in: 2af383029e user: hobbs tags: trunk
2000-06-06
19:35
see changes check-in: 96c191ac0f user: hobbs tags: trunk, core-8-4-a1
19:34
* generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP): added test of iResult return from memcmp... check-in: 9c8205c1e7 user: hobbs tags: trunk
19:34
* generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Corrected caching of the index ptr to account... check-in: 23806e51b7 user: hobbs tags: trunk
04:55
Added version 8.4a1 to list of versions to look for. check-in: a5d8ff9ee1 user: ericm tags: trunk
04:51
Added spinbox.tcl to list of files to install. check-in: 75512ed338 user: ericm tags: trunk
04:39
Added tcl.hpj.in to distribution. check-in: 24c88cf726 user: ericm tags: trunk
01:53
Fixed color map. check-in: ed358ee5f4 user: ericm tags: trunk
01:11
Fixed copyright. check-in: 68aca6b5bf user: ericm tags: trunk
01:08
Fixed version number, scriptics -> ajuba logo. check-in: dba67551eb user: ericm tags: trunk
00:45
Fixed version number. check-in: 7e0ca1d918 user: ericm tags: trunk
2000-06-05
23:36
Comment typo correction. check-in: 68d103692c user: ericm tags: trunk
23:27
Added "released 8.4a1" line check-in: addb8dc38e user: ericm tags: trunk
23:14
Corrected credits. check-in: c4bbd232e0 user: ericm tags: trunk
21:39
Added changes since 8.3.1. check-in: 4ff4416169 user: ericm tags: trunk
2000-06-02
23:44
Created branch ajuba-ajuba2-2-0-synthetic Closed-Leaf check-in: 61886d60e7 user: cvs2fossil tags: ajuba-ajuba2-2-0-synthetic, ajuba-ajuba2-2-0
23:44
reduced unnecessary iterations in http-3.13 check-in: dc87c202da user: hobbs tags: core-8-3-1-branch
23:43
reduced unnecessary iterations in http-3.13 check-in: 946105af77 user: hobbs tags: trunk
23:14
2000-05-29 Sandeep Tamhankar <sandeep@scriptics.com> * tests/http.test * doc/http.n * library/h... check-in: 2667506cff user: hobbs tags: trunk
20:04
* generic/tclIO.c (CloseChannel): removed the &ing out of (TCL_READABLE|TCL_WRITABLE) from the fla... check-in: 7659a94a04 user: hobbs tags: core-8-3-1-branch
05:20
(CloseChannel): further extended CloseChannel in the stacked case to effect certain operations on ... check-in: 0224a167ee user: hobbs tags: core-8-3-1-branch
03:01
* generic/tclIO.c (CloseChannel): Rewrote CloseChannel code to unstack a channel during the close ... check-in: f7571ce9e0 user: hobbs tags: core-8-3-1-branch
2000-06-01
00:33
added unset -- -nocomplain options check-in: 1f4fd67a67 user: hobbs tags: trunk
00:33
* tests/set-old.test: * doc/unset.n: * generic/tclVar.c (Tcl_UnsetObjCmd): added -nocomplain and ... check-in: 4f72696ca3 user: hobbs tags: trunk
2000-05-31
15:03
* generic/tclVar.c (Tcl_ArrayObjCmd): Added support for regexp and exact matching for [array names] ... check-in: 634da00427 user: ericm tags: trunk
01:28
2000-05-29 Sandeep Tamhankar <sandeep@scriptics.com> * tests/http.test * doc/http.n * library/h... check-in: 43202241e2 user: sandeep tags: core-8-3-1-branch
2000-05-27
23:58
* tests/info.test: * doc/info.n: * generic/tclIOUtil.c (Tcl_EvalFile): * generic/tclCmdIL.c (Inf... check-in: 11466720a7 user: hobbs tags: trunk
2000-05-26
08:54
new compiled commands, reworked string commands for unicode check-in: 58b3cdf9e7 user: hobbs tags: trunk
08:53
* generic/tclCompExpr.c: changed INST_STREQ -> INST_STR_EQ, INST_STRNEQ -> INST_STR_NEQ * generic... check-in: 42d08624f2 user: hobbs tags: trunk
08:52
* generic/tclStringObj.c (Tcl_AppendUnicodeToObj): removed dead code. (AppendUnicodeToUnicodeRep) ... check-in: 0ea5ede54f user: hobbs tags: trunk
08:51
* generic/tclInt.h: * generic/tclObj.c (Tcl_DbIsShared): added support for checking result of Tcl... check-in: b4ded7886d user: hobbs tags: trunk
08:51
* generic/tclCmdMZ.c (Tcl_RegsubObjCmd): reworked to operate in Unicode, tweaked for performance. ... check-in: 021b3fcbdd user: hobbs tags: trunk
08:50
* tests/string.test: added string map tests for the one-pair case, corrected tests to reflect impr... check-in: 446f8b2bde user: hobbs tags: trunk
2000-05-23
22:10
* generic/tclInt.h: Added function prototypes for TclCompileStringCmd and TclCompileReturnCmd. * ge... check-in: 9a0e714517 user: ericm tags: trunk
02:45
* doc/scan.n: * doc/array.n: minor doc fixes [Bug: 5396] check-in: e139b081e4 user: hobbs tags: trunk
2000-05-22
23:55
see changes check-in: 47b3d7b741 user: hobbs tags: trunk
23:55
* win/tclWinFCmd.c: cast cleanup [Bug: 5627] check-in: b24330d647 user: hobbs tags: trunk
23:54
* win/tclWinSerial.c: cast cleanup [Bug: 5626] check-in: 899476c20b user: hobbs tags: trunk
23:54
* win/tclWinConsole.c: cast and header cleanup [Bug: 5625] check-in: 3f4a2d6af6 user: hobbs tags: trunk
23:54
* generic/tclEnv.c: cast cleanup [Bug: 5624] check-in: 2c6b454dab user: hobbs tags: trunk
2000-05-19
21:30
see changes check-in: 3c461b5722 user: hobbs tags: trunk
21:30
* generic/tclTest.c: * generic/tclIO.c: moved channel test commands from tclIO.c to tclTest.c. *... check-in: a0e9b1640e user: hobbs tags: trunk
18:57
fixed patching problems for mingw compatability check-in: ab2a9725ab user: hobbs tags: trunk
2000-05-18
22:29
* tests/clock.test: Added test for "2 days 2 hours ago" style specifications. * generic/tclDate.c: ... check-in: 5dc84a282d user: ericm tags: trunk
22:19
see changes check-in: ea4f8179a8 user: hobbs tags: trunk
22:19
* win/{tcl.m4,Makefile.in,configure.in}: added support for mingw compile env and cross-compiling. ... check-in: eab5a957cf user: hobbs tags: trunk
21:37
see changes check-in: ed930df419 user: hobbs tags: trunk
21:37
* library/init.tcl (auto_import): added check to see if a valid pattern was coming in, to avoid si... check-in: 27f0354112 user: hobbs tags: trunk
21:37
* doc/regsub.n: correct regsub docs [Bug: 5346] check-in: d7844ddfd5 user: hobbs tags: trunk
21:36
* generic/tclClock.c (FormatClock): correct code to handle locale specific return values from strf... check-in: 7395d09104 user: hobbs tags: trunk
2000-05-15
21:48
* library/history.tcl: Corrected an off-by-one error in HistIndex, which was causing [history redo... check-in: b47be28ecb user: ericm tags: trunk
2000-05-11
01:50
* generic/tclPosixStr.c (Tcl_SignalMsg): clarified #defines for Linux on Sparc to compile correctl... check-in: 23bdc0c3b5 user: hobbs tags: trunk
00:17
see changes check-in: d00cfae838 user: hobbs tags: trunk
00:17
* doc/namespace.n: * tests/namespace.test: * generic/tclNamesp.c (Tcl_NamespaceObjCmd): added 'na... check-in: 1570dc2201 user: hobbs tags: trunk
00:16
* doc/source.n: * doc/Eval.3: * tests/source.test: * generic/tclIOUtil.c (Tcl_EvalFile): added e... check-in: 03cdfc3a86 user: hobbs tags: trunk
2000-05-10
23:49
test fix check-in: 7b12230f7d user: hobbs tags: trunk
2000-05-09
19:13
2000-05-09 Andreas Kupries <a.kupries@westend.com> operating as proxy for David Gravereaux <davyg... check-in: c1e244a299 user: kupries tags: trunk
17:50
* tests/lsearch.test: * doc/lsearch.n: * generic/tclCmdIL.c (Tcl_LsearchObjCmd): Extended [lsearch] ... check-in: 51a0b967fd user: ericm tags: trunk
00:00
* doc/expr.n: * tests/expr.test: * tests/expr-old.test: added tests for 'eq' and 'ne' * generic/... check-in: 0d91727189 user: hobbs tags: trunk
2000-05-08
22:21
* generic/tclCmdIL.c (Tcl_LinsertObjCmd): made use of Tcl_DuplicateObj where code was otherwise du... check-in: 39a3a048f1 user: hobbs tags: trunk
22:14
lint chan = NULL init check-in: 8f82990764 user: hobbs tags: trunk
22:13
* generic/tclObj.c (Tcl_DuplicateObj): simplified code to call TclInitStringRep, which the code wa... check-in: b7f61c3131 user: hobbs tags: trunk
22:10
minor comment correction check-in: 7fc9fd97f3 user: hobbs tags: trunk
22:06
removed unreferenced var check-in: 5482dfcb56 user: hobbs tags: trunk
22:05
removed VS/VE 8.1 macros check-in: bee7a32576 user: hobbs tags: trunk
22:04
* tests/string.test: extended string match tests check-in: 287915a2fe user: hobbs tags: trunk
21:59
* doc/Utf.3: * generic/tclStubInit.c: * generic/tcl.decls: * generic/tclDecls.h: * generic/tclU... check-in: 52c8e2d16d user: hobbs tags: trunk
21:25
* tests/set-old.test: * doc/array.n: * generic/tclVar.c: Added [array statistics] command [RFE: 4557... check-in: 4254340950 user: ericm tags: trunk
2000-05-06
19:51
2000-05-06 Andreas Kupries <a.kupries@westend.com> operating as proxy for David Gravereaux <davygr... check-in: d0d9090813 user: kupries tags: trunk
2000-05-03
00:15
* README: * generic/tcl.h: * library/init.tcl: * library/reg1.0/pkgIndex.tcl: * library/tcltest... check-in: be42a4145e user: hobbs tags: trunk
00:14
* tests/compile.test: * tests/init.test: * tests/proc.test: * tests/proc-old.test: * tests/rena... check-in: e9b0d62a31 user: hobbs tags: trunk
00:13
* unix/Makefile.in: add tclsh.ico and tcl.spec to dist target check-in: bcfb7bbe48 user: hobbs tags: trunk
2000-05-02
22:02
2000-05-02 Andreas Kupries <a.kupries@westend.com> * Overall changes: (1) Implementation of jo... check-in: cdf262856d user: kupries tags: trunk
2000-04-28
00:47
* doc/library.n: Added entries for auto_qualify and auto_import [Bug: 1271]. * doc/Init.3: Manual e... check-in: 3429c5f93a user: ericm tags: trunk
2000-04-27
01:46
* doc/memory.n: Man page for Tcl "memory" command, which is created when TCL_MEM_DEBUG is defined at... check-in: 9aabc80546 user: ericm tags: trunk
2000-04-26
22:36
* unix/mkLinks: Regen'd with new mkLinks.tcl. * unix/mkLinks.tcl: Fixed indentation, made link setu... check-in: 04f453e64f user: ericm tags: trunk
20:49
Created branch core-8-3-1-synthetic Closed-Leaf check-in: 229cb92672 user: cvs2fossil tags: core-8-3-1-synthetic, core-8-3-1
20:49
Fixed bad crosslink command. check-in: e316983b70 user: ericm tags: trunk
17:31
* README: * mac/README: * tools/tcl.wse.in: * unix/README: * unix/tcl.spec: * win/README: * w... check-in: e2a5e3125f user: hobbs tags: trunk
17:05
Updated URLs check-in: b6b9751c73 user: welch tags: trunk
17:01
LogCommandInfo man entry. check-in: aca9cea7e2 user: ericm tags: trunk
17:00
LogCommandInfo man page. check-in: 76377166af user: ericm tags: trunk
17:00
LogCommandInfo man entry. check-in: a6e79bb9c4 user: ericm tags: trunk
00:24
updated for 8.3.1 release check-in: 338f651564 user: hobbs tags: trunk
2000-04-25
23:03
NAME macro fix check-in: 968c1a7522 user: hobbs tags: trunk
22:29
version cleanup check-in: 26d383863d user: hobbs tags: trunk
20:58
* unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: updated for http change and some cleanu... check-in: 1e558a16da user: hobbs tags: trunk
20:21
moved http2.1 to http2.3 check-in: a43b5bad06 user: hobbs tags: trunk
17:56
* unix/tclUnixThrd.c: removed {}s around PTHREAD_MUTEX_INITIALIZER [Bug: 5254] check-in: aa8d40b8f1 user: hobbs tags: trunk
17:55
* unix/tclLoadDyld.c (TclpLoadFile): removed use of interp->result check-in: 390ae98d85 user: hobbs tags: trunk
17:55
* doc/Utf.3: clarified docs for Tcl_(UniChar|Utf)AtIndex check-in: b3b30628d9 user: hobbs tags: trunk
00:54
* unix/mkLinks: * doc/OpenFileChnl.3: Added man entry for Tcl_Ungets [Bug: 1834]. check-in: 09b0933925 user: ericm tags: trunk
00:28
* unix/mkLinks: * doc/SourceRCFile.3: Man page for Tcl_SourceRCFile [Bug: 1833]. check-in: e1c7b67772 user: ericm tags: trunk
2000-04-24
23:52
* unix/mkLinks: * doc/ParseCmd.3: Added documentation for Tcl_ParseVar [Bug: 1828]. check-in: b374c02492 user: ericm tags: trunk
23:32
* unix/tclUnixNotfy.c (Tcl_FinalizeNotifier, NotifierThreadProc): added write of 'q' into triggerP... check-in: b63233fd7f user: hobbs tags: trunk
06:46
*** empty log message *** check-in: 26e0b4a97b user: jingham tags: trunk
06:43
2000-04-23 Jim Ingham <jingham@cygnus.com> These changes make some error handling margina... check-in: 406aaa947b user: jingham tags: trunk
2000-04-23
03:37
*** empty log message *** check-in: d202742949 user: jingham tags: trunk
03:36
2000-04-22 Jim Ingham <jingham@cygnus.com> * library/package.tcl (tclPkgUnknown): Fixed a ... check-in: aa5214fbab user: jingham tags: trunk
2000-04-22
07:07
2000-04-21 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: Fixed a newly in... check-in: 8f0cd2d9ba user: sandeep tags: trunk
00:37
More thrashing with the "server closes without reading post data" scenario. Reverted to the previou... check-in: c0d948dc41 user: welch tags: trunk
00:37
comments for http.tcl check-in: d893bfe62f user: welch tags: trunk
2000-04-21
04:04
* generic/tclAlloc.c: wrapped caddr_t define to not be done on Unix * unix/tclUnixPort.h: added Tc... check-in: 618011d0b2 user: hobbs tags: trunk
2000-04-20
01:30
* library/dde1.1/pkgIndex.tcl: * library/reg1.0/pkgIndex.tcl: * win/tclWinChan.c: * win/tclWinTh... check-in: c818263820 user: hobbs tags: trunk
2000-04-19
23:24
* generic/tclFileName.c (SplitUnixPath): added support for QNX node ids. check-in: 20e78a2f2d user: hobbs tags: trunk
09:17
have to allow for strchr being a macro in TtyParseProc check-in: 8e5dea5253 user: hobbs tags: trunk
08:32
* README: * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/con... check-in: 2bb0593bdf user: hobbs tags: trunk
01:01
* generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath to thread-local storage to prevent ... check-in: 57271c3723 user: hobbs tags: trunk
2000-04-18
23:26
* win/Makefile.in: * win/tcl.rc: * win/tclsh.rc: * win/tclsh.ico: Modified copyright dates in W... check-in: ef4b92e1f8 user: redman tags: trunk
23:10
* generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath to thread-local storage to prevent ... check-in: 800390a3de user: hobbs tags: trunk
23:06
* unix/tclAppInit.c (main): removed #ifdef TCL_TEST that sets the library path as it was unnecessa... check-in: 7545f3c2fc user: hobbs tags: trunk
2000-04-17
20:32
Added Tcl_CreateThreadType and TCL_RETURN_THREAD_TYPE macros for declaring the NewThread callback pr... check-in: 3013a54849 user: welch tags: trunk
20:32
Updates for Tcl_CreateThreadType check-in: cf0b7dd51e user: welch tags: trunk
01:52
Don't append : to folder name if the folder name is empty. check-in: bb30f9a434 user: jingham tags: trunk
2000-04-15
18:42
Added additional information regarding TCLLIBPATH (specifically, that "/" must be used as the path s... check-in: e1576ae91b user: ericm tags: trunk
17:34
* unix/tclUnixChan.c (TtyParseMode): Only allow setting mark/space parity on platforms that suppor... check-in: 64dd87f4a7 user: hobbs tags: trunk
17:34
* generic/tclBasic.c (Tcl_GetVersion): adjusted use of major/minor to not conflict with global dec... check-in: cc48184a22 user: hobbs tags: trunk
17:34
* unix/tclUnixChan.c (TtyParseMode): Only allow setting mark/space parity on platforms that suppor... check-in: a64be0d5f2 user: hobbs tags: trunk
2000-04-14
23:01
* doc/AppInit.3: * doc/Async.3: * doc/BackgdErr.3: * doc/CrtChannel.3: * doc/CrtInterp.3: * do... check-in: 66905b808b user: hobbs tags: trunk
06:42
* unix/tcl.m4 (SC_ENABLE_THREADS): enhanced the detection of pthread_mutex_init [Bug: 4359] and (S... check-in: 720c60af3f user: hobbs tags: trunk
06:42
* doc/regexp.n: doc clarification [Bug: 5037] * doc/update.n: typo fix [Bug: 4996] check-in: f5cd778d6a user: hobbs tags: trunk
06:42
* doc/regexp.n: doc clarification [Bug: 5037] * doc/update.n: typo fix [Bug: 4996] * unix/tcl.m4... check-in: b1dcbfacb9 user: hobbs tags: trunk
2000-04-13
02:30
removed __stdcall decl for WIN32 case on ThreadCreate check-in: e8fa73f24d user: hobbs tags: trunk
2000-04-12
18:41
* doc/dde.n: corrected dde poke docs. [Bug: 4991] check-in: 6356a7ea59 user: hobbs tags: trunk
2000-04-11
21:42
* win/tclWinPipe.c: Added "CONST" keyword to declaration of char *native in TclpCreateTempFile, to s... check-in: abd92d8bbb user: ericm tags: trunk