Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
145 check-ins using file win/Makefile.in version 454deba1de
|
2004-11-26
| ||
| 20:02 | * win/tclWinDde.c (ExecuteRemoteObject): Removed bogus semicolon found at the end of the header... check-in: d421ebab80 user: andreas_kupries tags: trunk | |
| 19:49 | * library/auto.tcl (tcl_findLibrary): Made sure the uniquifying operations on the ... check-in: 6771608575 user: dgp tags: trunk | |
| 14:00 | Oops! Got the test sense wrong. check-in: 273673b40b user: dkf tags: trunk | |
| 11:17 | Spread the goodness of AC_CACHE_VAL a bit further. [Patch 1073524] check-in: 7beb4f6748 user: dkf tags: trunk | |
| 10:02 | Added simple foreach example. [FRQ 1073334] check-in: 5fa0ef6033 user: dkf tags: trunk | |
|
2004-11-25
| ||
| 16:37 | Fix [Bug 1066837] without reopening other bugs... What a horrid hack! :^/ check-in: 457eb30a98 user: dkf tags: trunk | |
| 16:17 | * tests/tcltest.test: The order in which [glob] returns the file names is undefined, so tests should... check-in: 301a880117 user: rmax tags: trunk | |
| 16:03 | See file check-in: a97119e819 user: vasiljevic tags: trunk | |
| 16:01 | Added changes from core-8-4-branch check-in: 22a6e2458a user: vasiljevic tags: trunk | |
| 13:26 | Fix ordering of AC_MSG_RESULT/AC_CHECK_FUNCS so messages are simpler. check-in: 777c4c3bfe user: dkf tags: trunk | |
| 11:28 | Assorted cleanup and doc-fixes for the dde package. check-in: 46a09eeaa0 user: dkf tags: trunk | |
| 00:57 | * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determine the number of... check-in: cae3b06249 user: dgp tags: trunk | |
|
2004-11-24
| ||
| 21:39 | no message check-in: 5254bb6aed user: davygrvy tags: trunk | |
| 21:37 | * generic/tclPort.h: Relative include of tclWinPort.h returned as it was requiring me set -I$(tcl_ro... check-in: dd01d87bbf user: davygrvy tags: trunk | |
| 21:12 | Fixed compilation error in tclWinInit.c on VC++ --enable-symbols check-in: 0b8d3437af user: kennykb tags: trunk | |
| 20:12 | * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check for 3-argument readdir_r [Bug 1001325]. * uni... check-in: aeeefc88e1 user: kennykb tags: trunk | |
| 19:28 | * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new * tests/info.test ... check-in: 14f9c14a23 user: dgp tags: trunk | |
| 11:24 | Fix various problems with man2html converter reported by AKu Also updated to use [package require Tc... check-in: a2fcb23a54 user: dkf tags: trunk | |
| 00:10 | Fix [Bug 1068171] though the fix is commented out for now. check-in: edfe4fc35f user: dkf tags: trunk | |
|
2004-11-23
| ||
| 00:12 | Remove call to Tcl_GetStringResult to speed up processing of [$canv postscript] and other repeated c... check-in: 43d814b56e user: dkf tags: trunk | |
|
2004-11-22
| ||
| 23:28 | Whitespace fixes check-in: bb1e05b2ad user: dkf tags: trunk | |
| 22:59 | * unix/configure: Regen. * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Define HAVE_TYPE_OFF64_T only when o... check-in: 2d736f4133 user: mdejong tags: trunk | |
| 22:40 | * unix/configure: Regen. * unix/tcl.m4 (SC_ENABLE_THREADS): Check for a 2 argument version of rea... check-in: de53d33e5e user: mdejong tags: trunk | |
| 22:13 | * unix/tclUnixInit.c (TclpInitLibraryPath): Purged dead code that * win/tclWinIn... check-in: 3a853080c2 user: dgp tags: trunk | |
| 21:24 | * generic/tclInterp.c: Restored several directories to the search * tests/unixInit.... check-in: 622c5fa060 user: dgp tags: trunk | |
| 12:53 | fix to windows file join bug check-in: 90d16bc7a6 user: vincentdarley tags: trunk | |
|
2004-11-21
| ||
| 23:17 | * doc/AddErrInfo.3: Typo corrections (Thanks Daniel South). * doc/interp.n: check-in: f898c4bdb4 user: dgp tags: trunk | |
|
2004-11-20
| ||
| 00:17 | * doc/AddErrInfo.3: Docs for Tcl_(Get|Set)ReturnOptions. [TIP 227] * doc/AddEr... check-in: 347e3ef551 user: dgp tags: trunk | |
|
2004-11-19
| ||
| 17:29 | * tests/unixInit.test: Removed "knownBug" constraints to prompt bug fixing before 8... check-in: 345674e190 user: dgp tags: trunk | |
| 14:48 | typo check-in: 33adf546e7 user: das tags: trunk | |
| 10:20 | Classic sed doesn't support | in REs. check-in: 89ba81e830 user: rmax tags: trunk | |
| 06:28 | * macosx/Makefile: * unix/configure.in: * unix/tclUnixInit.c (MacOSXGetLibraryPath): changed dete... check-in: 6303b4f776 user: das tags: trunk | |
|
2004-11-18
| ||
| 22:04 | * doc/SaveResult.3: Documentation for Tcl_*InterpState (TIP 226). check-in: 560640de2a user: dgp tags: trunk | |
| 21:00 | * tests/interp.test (interp-36.*): [interp bgerror] tests. * generic/tclInterp... check-in: 85987a85c4 user: dgp tags: trunk | |
| 20:15 | * generic/tclEvent.c (HandleBgErrors): Simplified program flow. check-in: dbdbaa5cee user: dgp tags: trunk | |
| 19:22 | * tests/basic.test: Updated functional (not testing) uses of * tests/io.test: ... check-in: db27a439b1 user: dgp tags: trunk | |
| 18:34 | port changes updates from 8-4 branch check-in: a02aa29385 user: dgp tags: trunk | |
| 18:30 | some seds don't support comments :( check-in: c3b4336b3f user: rmax tags: trunk | |
| 13:00 | generated configure and fixed manpage installaton check-in: 062857618c user: rmax tags: trunk | |
| 00:45 | 2004-11-18 Reinhard Max <max@suse.de> * unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved ve... check-in: 19909f1951 user: rmax tags: trunk | |
|
2004-11-17
| ||
| 17:52 | * unix/configure.in: The change below reveals that the public data type Tcl_StatB... check-in: 657138b7b1 user: dgp tags: trunk | |
| 02:51 | * unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuring -ttycontrol on a channel. [Bug 10... check-in: 3026fd5b76 user: hobbs tags: trunk | |
| 00:31 | * generic/tclIOUtil.c (TclFSEpochOk): There were two code paths via which the thre... check-in: 5ce5994b49 user: dgp tags: trunk | |
|
2004-11-16
| ||
| 09:34 | Stop architecture flags to 'ld' from going missing when [load] is disabled. check-in: 75cef1144b user: dkf tags: trunk | |
| 03:30 | * generic/tcl.h: * unix/configure.in: changed HAVE_CONFIG_H to HAVE_TCL_CONFIG_H. * unix/configu... check-in: d9c3774188 user: das tags: trunk | |
|
2004-11-15
| ||
| 22:04 | more changes for 8.5a2 check-in: d8d907872f user: dgp tags: trunk | |
| 21:47 | * generic/tclInt.h: Added comment warning that the old ERR_IN_PROGRESS and ERROR... check-in: 888788f6f9 user: dgp tags: trunk | |
| 21:46 | Added listing of shell-specific variables to general tclvars page [Patch 1065732] check-in: 2785500c6c user: dkf tags: trunk | |
|
2004-11-13
| ||
| 00:19 | TIP #221 IMPLEMENTATION * generic/tclBasic.c: Define [::tcl::Bgerror] in new inter... check-in: 2475a460cd user: dgp tags: trunk | |
|
2004-11-12
| ||
| 23:42 | * generic/tclEncoding.c (TableFromUtfProc): correct crash condition when TCL_UTF_MAX == 6. [Bug 10... check-in: 4480f283a8 user: hobbs tags: trunk | |
| 23:27 | Documentation for TIP#221 check-in: 6a794021fc user: dkf tags: trunk | |
| 22:52 | * unix/tclAppInit.c: Removed tclConfig.h #include, now that tcl.h ... check-in: e02679800a user: dgp tags: trunk | |
| 21:07 | ChangeLog reformat. Now that tcl.h takes care of tclConfig.h, tclPort.h no longer should. check-in: 4e171ce6f9 user: dgp tags: trunk | |
| 20:27 | * generic/tcl.h: * generic/tclInt.h: * unix/Makefile.in: include tclConfig.h from tcl.h and insta... check-in: c706d886d7 user: das tags: trunk | |
| 20:20 | * unix/Makefile.in: Be sure -I{BUILD_DIR} comes first so that we #include the co... check-in: cbef34a2b0 user: dgp tags: trunk | |
| 19:16 | * generic/tclInt.h: Moved verification of ptrdiff_t typedef from * generic/tclEx... check-in: 675ab6016e user: dgp tags: trunk | |
| 19:08 | * unix/tclUnixInit.c: moved check for HAVE_CFBUNDLE define after #include "tclInt.h" to ensure tcl... check-in: 2e4cb21f12 user: das tags: trunk | |
| 19:03 | UNIX_DIR, and SRC_DIR are always the same, so no need to -I them both. check-in: 2cac0c49b4 user: rmax tags: trunk | |
| 18:13 | tclConfig.h.in also depends on tcl.m4. check-in: 3e4139affd user: rmax tags: trunk | |
| 18:09 | *** empty log message *** check-in: cab43285d4 user: rmax tags: trunk | |
| 18:07 | * unix/config.h.in: * unix/tclConfig.h.in: renamed * unix/Makefile.in: Completed support for config... check-in: 9e44908447 user: rmax tags: trunk | |
| 16:44 | Adapt Tcl so it uses a config.h header instead of stuffing all #defs on the command line. Third part... check-in: 17ad03f44f user: dkf tags: trunk | |
| 14:19 | Regen check-in: 60f3873811 user: dkf tags: trunk | |
| 14:18 | * unix/tcl.m4, unix/tclUnixPort.h: Check for pthread_attr_get_np in <pthread.h> befo... check-in: 8b56fd0b64 user: dkf tags: trunk | |
| 11:03 | More minor doc fixes for greater clarity check-in: 2826a692f4 user: dkf tags: trunk | |
| 09:01 | * doc/CrtChannel.3: * doc/Interp.3: * doc/Limit.3: * doc/binary.n: * doc/dict.n: * doc/tm.n: ... check-in: 70b61d2ad8 user: das tags: trunk | |
|
2004-11-11
| ||
| 01:20 | * tests/fCmd.test: * unix/tclUnixFCmd.c (TraverseUnixTree): added option to rewind() the readdir(... check-in: ccd14d9ae8 user: das tags: trunk | |
| 01:17 | * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() instead of manual copy loop to shift li... check-in: 30ac98366b user: das tags: trunk | |
| 01:16 | * macosx/Makefile: corrected path to html help inside framework. Prevent parallel make from buildi... check-in: 4b682e3ec1 user: das tags: trunk | |
| 01:16 | * tests/fileName.test: * tests/fileSystem.test: * tests/io.test: * tests/msgcat.test: * tests/t... check-in: e3d174f72e user: das tags: trunk | |
| 01:14 | * tests/fCmd.test: * unix/tclUnixFCmd.c (TraverseUnixTree): added option to rewind() the readdir(... check-in: 7349b80092 user: das tags: trunk | |
|
2004-11-10
| ||
| 19:33 | * unix/tclUnixChan.c: [Bug 727786]. Exterminated the code marked DEPRECATED. This code has not ... check-in: 885b9e49d8 user: andreas_kupries tags: trunk | |
|
2004-11-09
| ||
| 15:47 | Janitorial whitespace/style fixes. check-in: 95ac722b47 user: dkf tags: trunk | |
| 10:02 | Minor formatting changes and clarifications check-in: 0aedba75d0 user: dkf tags: trunk | |
| 04:53 | no message check-in: a200e04cba user: davygrvy tags: trunk | |
| 04:51 | * doc/open.n: Added a note about -blocking 0 and lack of exit status as it had never been documented... check-in: 4cd5ba99ea user: davygrvy tags: trunk | |
| 04:10 | no message check-in: bfe2b234e1 user: davygrvy tags: trunk | |
| 04:07 | * win/tclWinPipe.c: The pipe channel driver now respects the -blocking option when closing is the sa... check-in: 00e4912fca user: davygrvy tags: trunk | |
|
2004-11-08
| ||
| 19:19 | * tests/winFile.test: Attempted and untested fix for 1062491 check-in: 58c1ea03c7 user: davygrvy tags: trunk | |
|
2004-11-07
| ||
| 21:18 | no message check-in: e7944d3592 user: davygrvy tags: trunk | |
| 20:56 | * tests/winFile.test: added contraint to winFile-4.0 to prevent it being run on NT4 check-in: d54313d9d7 user: davygrvy tags: trunk | |
|
2004-11-05
| ||
| 15:15 | Major simplification of reg.test to de-Spencer it somewhat. It's still cryptic, but perhaps not quit... check-in: 33836ef30c user: dkf tags: trunk | |
| 09:21 | Add [file normalize] so expected paths come out right on Windows. [Bug 1053568] check-in: a428ffb800 user: dkf tags: trunk | |
|
2004-11-04
| ||
| 07:40 | * changes: Updates toward an 8.5a2 release. check-in: 31ec2aeb8c user: dgp tags: trunk | |
| 00:23 | niggly test suite fixes check-in: 196f30214c user: dgp tags: trunk | |
|
2004-11-03
| ||
| 23:00 | remove knownBugs from clock tests by fixing them check-in: 2ddee576d4 user: kennykb tags: trunk | |
| 22:12 | niggly test suite fixes check-in: 3417d7bc9f user: dgp tags: trunk | |
| 21:49 | test cleanup correction check-in: 21dd997705 user: dgp tags: trunk | |
| 21:22 | no message check-in: e2df8d61dd user: davygrvy tags: trunk | |
| 21:20 | * generic/tclCompile.h: Removed extrainious reset of TCL_STORAGE_CLASS missed in last edit. check-in: c899ac6efb user: davygrvy tags: trunk | |
| 21:07 | * generic/tcl.h: Moved the preprocessor logic * generic/tclDecls.h: from tclInt.h of setting the *... check-in: b7eb0a41da user: davygrvy tags: trunk | |
| 20:30 | * library/init.tcl ([unknown]): Corrections to the 2004-10-25 mods to Aunt ??? in [u... check-in: bfb33ac10c user: dgp tags: trunk | |
| 19:13 | * generic/tcl.h: Moved the preprocessor logic * generic/tclDecls.h: from tclInt.h of setting the *... check-in: 89bb140d4a user: davygrvy tags: trunk | |
| 19:12 | no message check-in: 68e6343ea1 user: davygrvy tags: trunk | |
| 18:25 | no message check-in: 25c2697d67 user: davygrvy tags: trunk | |
| 17:16 | * generic/tclTrace.c (TclCallVarTraces): Improved ability to debug * tests/incr-old... check-in: ae1a4b3855 user: dgp tags: trunk | |
| 00:57 | * generic/tclRegexp.h: manipulating TCL_STORAGE_CLASS unnecessary. check-in: 6e7d80fe4b user: davygrvy tags: trunk | |
| 00:53 | no message check-in: ac8985c89d user: davygrvy tags: trunk | |
| 00:53 | * generic/tclFileSystem.h: Added use of MODULE_SCOPE on protos. check-in: f7258bdf3e user: davygrvy tags: trunk | |
| 00:27 | no message check-in: 3e5c9416c9 user: davygrvy tags: trunk | |
| 00:26 | * win/tclWinInt.h: * win/tclWinPort.h: exported internals dropped by a count of 14. check-in: db6ba42d9e user: davygrvy tags: trunk | |
| 00:13 | no message check-in: 1d555ee241 user: davygrvy tags: trunk | |
| 00:11 | * generic/tclCompile.h: Exchanged use of the EXTERN macro to the new MODULE_SCOPE macro. Lowered ex... check-in: fa5776ef68 user: davygrvy tags: trunk | |
|
2004-11-02
| ||
| 21:30 | no message check-in: 78ea86edc9 user: davygrvy tags: trunk | |
| 21:11 | no message check-in: ddaf6f3927 user: davygrvy tags: trunk | |
| 21:08 | * generic/tclInt.h: added a check for #ifdef __cplusplus around the #define of MODULE_SCOPE. About ... check-in: ed10d6a196 user: davygrvy tags: trunk | |
| 19:03 | 2004-11-02 Don Porter <dgp@users.sourceforge.net> * library/tcltest/tcltest.tcl: ... check-in: 8dd03226ef user: dgp tags: trunk | |
| 15:32 | Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch. [Bug 761471] check-in: fc3247cc03 user: dkf tags: trunk | |
| 15:16 | updates to Havana and Cuiaba time zones check-in: 2a5075ede2 user: kennykb tags: trunk | |
| 12:13 | TclpUTime simplification check-in: 6c005a1584 user: vincentdarley tags: trunk | |
| 10:11 | Make core less eager to spew its guts all over the place; core symbols in tclInt.h are now no longer... check-in: dd41039533 user: dkf tags: trunk | |
| 09:23 | Add synopsis for Tcl_GetChannelMode. [Bug 1058446] check-in: 6e6f7aa4c8 user: dkf tags: trunk | |
|
2004-11-01
| ||
| 16:58 | Second part of fix for Bug 926106 check-in: 824c70e9e5 user: kennykb tags: trunk | |
| 14:41 | Remove unused label check-in: bb87df3526 user: dkf tags: trunk | |
| 14:38 | Fix for [Bug 761471]; NaN is now *never* equal to NaN... check-in: f6393bd784 user: dkf tags: trunk | |
| 14:21 | Cleaning up of the namespace guts. check-in: 6bcf8b0c20 user: dkf tags: trunk | |
| 11:58 | Cleaning up; mostly whitespace and comment fixes. check-in: d4e3860340 user: dkf tags: trunk | |
| 09:24 | Improved comments on selected flags in tcl.h check-in: 7bb1a3157b user: dkf tags: trunk | |
|
2004-10-31
| ||
| 23:59 | command quoting fix check-in: 4cd6f8c661 user: dgp tags: trunk | |
| 21:24 | typo fix check-in: 3994f820fa user: dgp tags: trunk | |
| 19:12 | General cleanup check-in: 5b1d810ff2 user: dkf tags: trunk | |
| 18:46 | Fix pseudo-constraint check-in: 150f42b48f user: dkf tags: trunk | |
| 18:44 | Minor fixes for marginally more clarity check-in: 172b22ddbd user: dkf tags: trunk | |
| 18:38 | Turn umask2 constraint into something more commonly satisfiable Also turn conditional tests into con... check-in: 713e9337d6 user: dkf tags: trunk | |
| 17:38 | Added constraint to test that won't ever work on Unix (no drive letters!) check-in: e591345f87 user: dkf tags: trunk | |
| 17:36 | General clean up check-in: ee022adb71 user: dkf tags: trunk | |
| 17:07 | Remove broken test constraint. [bug 1053908] check-in: b6efd8b906 user: dkf tags: trunk | |
| 16:28 | Make [info globals ::foo] work. [Bug 1057461] check-in: d4670e6381 user: dkf tags: trunk | |
| 16:01 | Rework to be many lines shorter Also convert a few `ASCII's to `Unicode's Also do some formatting fi... check-in: 3f3f365d40 user: dkf tags: trunk | |
| 15:38 | Fix typo check-in: 4a2bb784c9 user: dkf tags: trunk | |
|
2004-10-30
| ||
| 21:36 | Fixed conversion between FILETIME and Tcl time -Bug 926106 check-in: f99264e927 user: kennykb tags: trunk | |
| 18:03 | replaced WIN32 with __WIN32__ [Bug 1054357] (Gravereaux) check-in: bbd3b03bde user: kennykb tags: trunk | |
| 02:16 | * library/tcltest/tcltest.tcl: Correct reaction to errors in the obsolete processCm... check-in: b8cfda2859 user: dgp tags: trunk | |
|
2004-10-29
| ||
| 15:39 | Allow ensembles to rewrite their subcommands' error messages to be more relevant to users. [Patch 10... check-in: 7162a54053 user: dkf tags: trunk | |
|
2004-10-28
| ||
| 17:21 | fix for execution stack corruption [Bug 1055676]. Credit dgp for detective work and fix. check-in: f1a5745b04 user: msofer tags: trunk | |
| 04:57 | no message check-in: 79f94beac4 user: davygrvy tags: trunk | |
| 04:54 | D'oh! check-in: 6da1b272d9 user: dgp tags: trunk | |
| 04:52 | * unix/tclAppInit.c: When built as tcltest, TclThread_Init was getting called * win/tclAppInit.c: ... check-in: 7bd534cd4f user: davygrvy tags: trunk | |
| 04:17 | * tests/socket.test (socket-13.1): Balanced [makeFile] and [removeFile] command... check-in: 2aef95bfda user: dgp tags: trunk | |
| 00:04 | * tests/clock.test: Correct duplicate test names. * tests/namespace.test: ... check-in: a891dd598a user: dgp tags: trunk | |
|
2004-10-27
| ||
| 23:21 | no message check-in: b269ebbd96 user: davygrvy tags: trunk | |
| 23:20 | * generic/tcl.h: Removed the file level 'extern "C" {' and the coresponding closing block as it serv... check-in: af45deaac3 user: davygrvy tags: trunk | |
| 21:00 | more clarity added to my last entry check-in: 302f75bfad user: davygrvy tags: trunk | |
| 20:58 | * win/tclWinThrd.c (TclFinalizeLock): release the critical section before deleting it. [Bug 731778] check-in: 100f4d4a60 user: davygrvy tags: trunk | |
| 20:53 | * tests/registry.test: Fixed test files to load the correct * tests/winDde.test: registry and dde pa... check-in: b7e5a90f69 user: davygrvy tags: trunk | |