Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
78 check-ins using file doc/load.n version 48a4929e96
|
2000-04-14
| ||
| 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 | |
| 21:16 | * msgcat.n: Added docs for new behavior from patch in [Bug: 4158]. * msgcat.test: Added tests for n... check-in: 3991fa63bb user: ericm tags: trunk | |
| 01:04 | Fixed compiler warnings check-in: 7f42a656b6 user: welch tags: trunk | |
| 01:04 | Updated to work with thread extension, if present check-in: 78b08a48a9 user: welch tags: trunk | |
| 01:04 | Changes for threading update check-in: b5288176c3 user: welch tags: trunk | |
|
2000-04-10
| ||
| 23:42 | fixed conflict in this file check-in: 8dbc8717ba user: welch tags: trunk | |
| 22:44 | Fixed Tcl_CreateThreadProc declaration check-in: c66c45242e user: welch tags: trunk | |
| 21:08 | * win/tclWinPipe.c (TclpCreateTempFile): Added conversion of contents string from UTF to native enco... check-in: 1908ebdc39 user: ericm tags: trunk | |
| 18:17 | * generic/tcl.h: removed specific typedef of Tcl_ThreadCreateProc for Windows as the build choked.... check-in: 484f58332a user: hobbs tags: trunk | |
| 17:18 | * tests/*.test: Changed all occurances of "namespace import ::tcltest" to "namespace import -force :... check-in: c2f93a113c user: ericm tags: trunk | |
| 00:27 | * generic/tclBasic.c (Tcl_SetCommandInfo): comment fix check-in: 0ed4a6b7ce user: hobbs tags: trunk | |
| 00:26 | * tests/reg.test (matchexpected): corrected tests to use tcltest constraint types to skip certain ... check-in: 1387708c80 user: hobbs tags: trunk | |
| 00:26 | * tests/reg.test (matchexpected): corrected tests to use tcltest constraint types to skip certain ... check-in: ccc1337b10 user: hobbs tags: trunk | |
|
2000-04-09
| ||
| 23:56 | Added "server closes without reading post data" case. check-in: 1803037c3d user: welch tags: trunk | |
| 23:56 | Adjusted file events and unified error handling. check-in: e3eb4545f0 user: welch tags: trunk | |
| 23:55 | Documented error cases. check-in: 00a3a996cb user: welch tags: trunk | |
| 23:55 | Updates for htp check-in: 7fb7d11f65 user: welch tags: trunk | |
| 21:14 | * unix/tclUnixThrd.c (Tcl_CreateThread): moved TCL_THREADS ifdef inside of func as it is declared ... check-in: 26ed7e69c3 user: hobbs tags: trunk | |
| 16:04 | 2000-04-08 Andreas Kupries <a.kupries@westend.com> * Overall change: Definition of a public API f... check-in: 51f6c167f6 user: kupries tags: trunk | |
|
2000-04-08
| ||
| 02:35 | * tests/fCmd.test: marked test 8.1 knownBug because it is dangerous on poorly configured systems [... check-in: 89587dc15b user: hobbs tags: trunk | |
| 02:35 | * library/tcltest1.0/tcltest.tcl (initConstraints): removed win32s references (no longer supported... check-in: 4c4ac9c48f user: hobbs tags: trunk | |
| 02:35 | * doc/binary.n: clarified docs on sign extension in binary scan [Bug: 3466] check-in: 7552c56cef user: hobbs tags: trunk | |
| 02:35 | * doc/binary.n: clarified docs on sign extension in binary scan [Bug: 3466] * library/tcltest1.0... check-in: 6716ee0f7c user: hobbs tags: trunk | |
|
2000-04-05
| ||
| 19:02 | Forgot to update the ChangeLog. Fixed. check-in: de3554b5c6 user: kupries tags: trunk | |
| 19:00 | 2000-04-05 Andreas Kupries <a.kupries@westend.com> * generic/tclIO.c (Tcl_UnstackChannel, line 18... check-in: 52b3ac564c user: kupries tags: trunk | |
| 00:42 | Added dependency of tclStubInit.c on the stubs tables check-in: b0e8d28f5d user: welch tags: trunk | |
| 00:42 | Fixed compilation w/out TCL_THREADS check-in: 8dddd071dc user: welch tags: trunk | |
| 00:42 | Updated for TCL_THREADS and stubs table stuff check-in: c3aefafff6 user: welch tags: trunk | |
| 00:30 | 2000-03-29 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: For the -querych... check-in: 709209ad4d user: sandeep tags: trunk | |
|
2000-04-04
| ||
| 20:28 | 2000-04-03 Andreas Kupries <a.kupries@westend.com> * Overall change: Definition of public API's f... check-in: 861e460865 user: kupries tags: trunk | |
| 08:06 | * unix/dltest/pkg[a-e].c: Cleaned up test packages [Bug: 2293] check-in: b0a1e49e5b user: hobbs tags: trunk | |
| 08:05 | * unix/Makefile.in (MAN_INSTALL_DIR): patch to accept --mandir correctly [Bug: 4085] * unix/tclUn... check-in: 45165c0e6d user: hobbs tags: trunk | |
| 08:05 | * tools/man2help2.tcl: fixed winhelp cross-linking error [Bug: 4156] improved translation to winhe... check-in: 6c60529376 user: hobbs tags: trunk | |
| 08:05 | * tests/foreach.test: * tests/namespace.test: * tests/var.test: Added lsorts to avoid random sort... check-in: 8394b788c5 user: hobbs tags: trunk | |
| 08:04 | * generic/tclCmdIL.c (InfoVarsCmd): checked for non-NULL procPtr to prevent itcl info override cra... check-in: 3181b69dce user: hobbs tags: trunk | |
| 08:04 | * generic/tclCmdIL.c (InfoVarsCmd): checked for non-NULL procPtr to prevent itcl info override cra... check-in: 4b3b0b572c user: hobbs tags: trunk | |
|
2000-03-31
| ||
| 19:39 | * generic/tclGet.c (Tcl_GetDouble): Added additional conditions to error test (previously only errno... check-in: 27f457dd13 user: ericm tags: trunk | |
| 08:52 | * generic/tclInt.decls: * generic/tclIntPlatDecls.h: * generic/tclStubInit.c: * win/tclWin32Dll.... check-in: 36c0007d3f user: hobbs tags: trunk | |
| 08:52 | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Added comments noting the need to pair ckalloc ... check-in: 4d38e9fd6a user: hobbs tags: trunk | |
| 08:51 | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Added comments noting the need to pair ckalloc ... check-in: 0f620f033e user: hobbs tags: trunk | |
|
2000-03-30
| ||
| 04:36 | Created branch scriptics-sc-2-0-b5-synthetic Closed-Leaf check-in: 80dddef3ef user: cvs2fossil tags: scriptics-sc-2-0-b5-synthetic, scriptics-sc-2-0-b5 | |
| 04:36 | Created branch scriptics-sc-2-0-fixed-synthetic Closed-Leaf check-in: 1f13ffc351 user: cvs2fossil tags: scriptics-sc-2-0-fixed-synthetic, scriptics-sc-2-0-fixed | |
| 04:36 | Created branch scriptics-sc-2-0-b2-synthetic Closed-Leaf check-in: 26b1008bda user: cvs2fossil tags: scriptics-sc-2-0-b2-synthetic, scriptics-sc-2-0-b2 | |
| 04:36 | * generic/tclCompile.c (TclCleanupByteCode): made ByteCode cleanup more aware of TCL_BYTECODE_PREC... check-in: 95a7cc2831 user: hobbs tags: trunk | |
|
2000-03-29
| ||
| 20:19 | 2000-03-29 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: Removed a... check-in: 21ce42ac0d user: sandeep tags: trunk | |
|
2000-03-27
| ||
| 22:19 | * tests/httpd: removed unnecessary 'puts stderr "Post Dispatch"' * tests/namespace.test: * gener... check-in: 2188389346 user: hobbs tags: trunk | |
| 22:18 | * tests/namespace.test: * generic/tclNamesp.c (Tcl_Export): added a uniq'ing test to the export l... check-in: 6f0ee764c1 user: hobbs tags: trunk | |
| 22:18 | * tests/httpd: removed unnecessary 'puts stderr "Post Dispatch"' * tests/namespace.test: * gener... check-in: b0d58d49d1 user: hobbs tags: trunk | |
| 21:22 | Added catch around fileevent to fix test suite failure check-in: 6631c99875 user: welch tags: trunk | |
| 18:34 | * unix/tclUnixChan.c: Added (off_t) type casts in lseek() call [Bug: 4409]. * unix/tclLoadAout.c: *... check-in: 30a242b059 user: ericm tags: trunk | |
|
2000-03-24
| ||
| 23:15 | Updated file list. check-in: e19dc38d8e user: ericm tags: trunk | |
|
2000-03-22
| ||
| 22:49 | 2000-03-22 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: Fixed a b... check-in: 78af155baa user: sandeep tags: trunk | |
| 21:18 | 2000-03-22 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: Fixed bug... check-in: cf54817498 user: sandeep tags: trunk | |
|
2000-03-21
| ||
| 22:55 | * tests/clock.test: Modified some tests that were not robust with respect to the time zone in which ... check-in: 80bb9d067f user: ericm tags: trunk | |
|
2000-03-19
| ||
| 23:45 | 2000-03-19 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: geturl used to t... check-in: f3a17a1b81 user: sandeep tags: trunk, scriptics-sc-2-0-b1 | |
| 22:32 | * library/http2.1/http.tcl: Added -querychannel option and altered some of Brent's modifications t... check-in: aadf3c36fe user: sandeep tags: trunk | |
|
2000-03-18
| ||
| 02:16 | updated package index file to use version 2.3 instead of 2.2. check-in: adccf407b1 user: hershey tags: trunk | |
|
2000-03-17
| ||
| 02:15 | Added tests for -queryprogress check-in: e63f79f70b user: welch tags: trunk | |
| 02:15 | Added -queryprogress callback to http::geturl and also changed it so that writing the post data is e... check-in: f147131f44 user: welch tags: trunk | |
| 02:14 | Added note about geturl addition check-in: 34b130a668 user: welch tags: trunk | |
|
2000-03-07
| ||
| 02:21 | Install the dde and reg .lib files in the same place as the corresponding .dlls check-in: c332a2164a user: wart tags: trunk | |
|
2000-03-06
| ||
| 19:17 | * library/package.tcl: Applied patch from Bug: 2570; rather than setting geometry of slave interp to... check-in: d5871cf1fe user: ericm tags: trunk | |
|
2000-03-03
| ||
| 02:58 | * win/README.binary: change mailing lists from @consortium.org to @scriptics.com [Bug: 4173] check-in: 0135308c93 user: hobbs tags: trunk | |
| 02:58 | * library/package.tcl (tclPkgUnknown): extended to allow recognizes changes in the auto_path while... check-in: 4e3bbc1d41 user: hobbs tags: trunk | |
| 02:57 | * generic/tclFileName.c (Tcl_TranslateFileName): Applied patch from Newman to significantly speedu... check-in: 486f2c37ac user: hobbs tags: trunk | |
| 02:57 | * doc/FindExec.3: fixed doc for declaration of Tcl_FindExecutable [Bug: 4275] check-in: 89ca3862b7 user: hobbs tags: trunk | |
| 02:57 | * library/package.tcl (tclPkgUnknown): extended to allow recognizes changes in the auto_path while... check-in: 418acce075 user: hobbs tags: trunk | |
|
2000-02-28
| ||
| 18:49 | * tests/clock.test: Added test for ISO bases < 100000 * generic/tclDate.c: (generated on Solaris) *... check-in: 7f9ecc28ca user: ericm tags: trunk | |
|
2000-02-14
| ||
| 22:40 | * unix/Makefile.in: Added rpm target to generate Tcl binary RPM. * unix/tcl.spec: RPM specification... check-in: 442aaf884c user: ericm tags: trunk | |
|
2000-02-10
| ||
| 10:21 | syntax cleanup check-in: aed7e39769 user: hobbs tags: trunk, core-8-3-0 | |
| 10:09 | cleaned up syntax, corrected package:: -> pkg:: check-in: df11d61bdc user: hobbs tags: trunk | |
| 09:59 | Remove need for "OLDROUTINENAMES" def'n in one more file... check-in: 53236a711c user: jingham tags: trunk | |
| 09:53 | * doc/load.n: added notes about dll load errors on Windows check-in: 492839384e user: hobbs tags: trunk | |