Timeline
Not logged in

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

41 check-ins using file win/Makefile.in version 083b689ca4

2000-04-18
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
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