Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
198 check-ins using file unix/tclUnixInit.c version d600aa6f17
|
2004-09-22
| ||
| 14:15 | Updated America/Montevideo check-in: 0a4e37f4c1 user: kennykb tags: trunk | |
| 03:19 | * generic/tclCompCmds.c: Tolerate [append] syntax errors * tests/appendComp.t... check-in: 03e134c9ce user: dgp tags: trunk | |
|
2004-09-21
| ||
| 22:45 | * generic/tclBasic.c: Reworked management of the interp * generic/tclCompile.c: fl... check-in: 0d93a42195 user: dgp tags: trunk | |
| 21:14 | * generic/tclExecute.c (TclCompEvalObj): Simplified the TclCompEvalObj routin... check-in: b689c66e81 user: dgp tags: trunk | |
| 16:19 | Tighten up wording on [interp eval] and stack frames. [Bug 926590] check-in: 5421b83c84 user: dkf tags: trunk | |
| 16:04 | Highlight document-internal references check-in: 7002ec1735 user: dkf tags: trunk | |
|
2004-09-20
| ||
| 15:52 | * tests/error.test (error-6.2,3): Added more tests to verify ::errorCode setti... check-in: e91f587f7e user: dgp tags: trunk | |
|
2004-09-19
| ||
| 15:03 | Some tests were non-portable, alas. check-in: 4a8aaf2ed7 user: dkf tags: trunk | |
| 13:08 | * generic/tclCmdAH.c: removed outdated comment [Bug 1029518]. check-in: 32c0ea8742 user: msofer tags: trunk | |
|
2004-09-18
| ||
| 22:03 | no message check-in: 844a1097db user: davygrvy tags: trunk | |
| 22:01 | Dde package can load into a safe interp. Claim this fact for the Tcl_StaticPackage() call when the ... check-in: 1ce80d39e0 user: davygrvy tags: trunk | |
| 19:24 | Fix silly mistakes :} and make sure that the original bug is a test case. check-in: 100b844ba6 user: dkf tags: trunk | |
| 18:04 | Make sure large shifts shift for real. [Bug 868467] check-in: e9db7518ad user: dkf tags: trunk | |
| 17:37 | Fix "operand"/"operator" confusion check-in: 59ffee4ef8 user: dkf tags: trunk | |
| 17:17 | more formatting police check-in: a543906177 user: dkf tags: trunk | |
| 17:01 | More fixes from Mikhail Kolesnitchenko, and also standardize highlighting of symbols like TCL_OK, TC... check-in: 98776f7151 user: dkf tags: trunk | |
| 14:52 | Whitespace police check-in: a3b760aaca user: dkf tags: trunk | |
|
2004-09-17
| ||
| 22:59 | * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo): * generic/tclCmdAH.c... check-in: 919a686d01 user: dgp tags: trunk | |
| 22:06 | more changes for bison support check-in: c556cf0609 user: kennykb tags: trunk | |
| 19:41 | make tclGetDate.y use bison instead of yacc check-in: ba15c2a65d user: kennykb tags: trunk | |
|
2004-09-14
| ||
| 21:42 | silence compiler warning in tclClock.c check-in: 81647620b2 user: kennykb tags: trunk | |
| 17:45 | * doc/interp.n: * generic/tclInterp.c (TclPreventAliasLoop, AliasCreate): * tests/interp.test (17... check-in: de8c43016d user: msofer tags: trunk | |
|
2004-09-13
| ||
| 10:49 | Fix [Bug 1026903] by storing what ensemble the ensemble is cached for. check-in: 2ff73a53f1 user: dkf tags: trunk | |
|
2004-09-11
| ||
| 18:57 | * generic/tclClock.c (TclMktimeObjCmd): Corrected a bad check for error return from 'mktime'. * gene... check-in: 7602ffab0a user: kennykb tags: trunk | |
| 13:45 | * generic/tclExecute.c (INST_CONCAT1): fix for [Bug 1025834]; avoid unnecessary string copies. check-in: 983c8f61f9 user: msofer tags: trunk | |
| 00:39 | tcltest-12.3-4 needed to have ::tcltest::loadScript set to empty in their -setup check-in: 0386eb5975 user: davygrvy tags: trunk | |
|
2004-09-10
| ||
| 22:43 | Minor mods to latest commit to correct bugs and compiler warnings on TCL_WIDE_INT_IS_LONG platforms.... check-in: 762142fd71 user: dgp tags: trunk | |
| 21:29 | One less crazy long/wide aunt in the attic [Bug 868489] check-in: b68fc39b3e user: dkf tags: trunk | |
| 20:04 | Fix [Bug 1025359]; make sure wide seeks don't lose errors check-in: f1b225581b user: dkf tags: trunk | |
| 19:54 | * generic/tcl.h: Micro formatting fixes. * generic/tclIOGT.c: Channel version fixed, must be 3, t... check-in: 52cb3a381e user: andreas_kupries tags: trunk | |
| 18:19 | comment typo check-in: 683f26f6c0 user: dgp tags: trunk | |
| 18:15 | * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolved longstanding incons... check-in: 0c0ef95e3c user: dgp tags: trunk | |
| 17:50 | fixed a bug where %z was always positive in :localtime check-in: fa72d13149 user: kennykb tags: trunk | |
| 12:48 | * generic/tclExecute.c (INST_CONCAT1): added a peephole optimisation for concatting an empty strin... check-in: 20c21cbe11 user: msofer tags: trunk | |
| 01:52 | Calls to WriteFile and WriteConsoleA changed to WriteConsole. check-in: 9eca8d271e user: davygrvy tags: trunk | |
|
2004-09-09
| ||
| 17:09 | Also corrected faulty prevention of [namespace import] cycles. [Bug 1017299] check-in: 639db5a35d user: dgp tags: trunk | |
| 15:44 | * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faulty * tests/namespace.t... check-in: 6957cd2467 user: dgp tags: trunk | |
|
2004-09-08
| ||
| 18:46 | * compat/strftime.c (_conv): Corrected a problem where hour 0 would format as a blank format group w... check-in: 5b7d61b147 user: kennykb tags: trunk | |
| 17:03 | * generic/tclBasic.c (Tcl_CreateInterp): Removed obsolete field for storing t... check-in: bfbb057734 user: dgp tags: trunk | |
| 15:55 | fixed clock-34.* to use same time zone on input and output check-in: 8b00dd4d07 user: kennykb tags: trunk | |
| 15:38 | * generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug where the month was scanned incorrectly in ... check-in: f602407b52 user: kennykb tags: trunk | |
| 14:27 | Corrected a buglet in the header information. [Bug 1024058] check-in: 86d63dfa3c user: kennykb tags: trunk | |
| 00:08 | no message check-in: ef967d594e user: davygrvy tags: trunk | |
| 00:05 | some quoting needed to be removed as it was breaking with VC7. check-in: 5643b8dae9 user: davygrvy tags: trunk | |
|
2004-09-07
| ||
| 22:16 | Fixed indentation check-in: 24bf1c16b9 user: kennykb tags: trunk | |
| 21:41 | * doc/clock.n: Documented the default -format, and changed references to a (nonexistent) msgcat comm... check-in: ab2ea8a8fb user: kennykb tags: trunk | |
| 19:12 | * tests/timer.test (timer-1.1, timer-2.1): Changed to (one hopes!) be more resilient on an overloade... check-in: 3f6b63f2ab user: kennykb tags: trunk | |
| 18:24 | removed unused cmdInfo variable check-in: 26226ddb0a user: kennykb tags: trunk | |
| 18:09 | Converted to http://tip.tcl.tk URL. Should be more long term reliable. check-in: 9534b4d72b user: dgp tags: trunk | |
| 17:55 | Changed incorrect references to the "msgcat command" to "msgcat package" check-in: 2f3e98a409 user: dgp tags: trunk | |
| 17:38 | * generic/tclTimer.c: Removed a premature optimisation that attempted to store the assoc data in the... check-in: 58fb9afc44 user: kennykb tags: trunk | |
|
2004-09-06
| ||
| 09:48 | Oops, missed one file from last commit check-in: bc674a1626 user: dkf tags: trunk | |
| 09:44 | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] check-in: 3e34564c9e user: dkf tags: trunk | |
|
2004-09-03
| ||
| 10:59 | Stop NULL interp args from causing crashes. [Bug 1020538] check-in: 088b6e6a3c user: dkf tags: trunk | |
|
2004-09-02
| ||
| 13:55 | Clarify meaning of [lsearch -dictionary]. check-in: fc5d177914 user: dkf tags: trunk | |
| 11:22 | clock.tcl installation check-in: aec8605a7b user: vincentdarley tags: trunk | |
|
2004-09-01
| ||
| 17:41 | * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium), until we have it, just return un... check-in: a8677f610a user: hobbs tags: trunk | |
| 17:40 | WIN64 corrections check-in: 1e2c2edfd3 user: hobbs tags: trunk | |
| 09:50 | Correct some abbreviation usage. check-in: 7ad2cc5de8 user: dkf tags: trunk | |
|
2004-08-31
| ||
| 16:25 | Completed an incomplete undo of a mistaken commit that broke the HEAD. check-in: aa6427fbc4 user: dgp tags: trunk | |
| 15:24 | Undo mistaken commit of code in sandbox. <:} D'oh! check-in: 760cf198b9 user: dkf tags: trunk | |
| 15:19 | Grammar and spelling fixes. [Patch 1018486] check-in: 1b588c2346 user: dkf tags: trunk | |
| 09:20 | two bugs fixed in filesystem docs and tests check-in: 3d70fb2105 user: vincentdarley tags: trunk | |
| 04:33 | * unix/Makefile.in (install-libraries): portable sh fix. check-in: 2043e6f1e0 user: das tags: trunk | |
|
2004-08-30
| ||
| 18:06 | Fix a crash caused by sharing in [string map]. [Bug 1018562] check-in: ee48b7f359 user: dkf tags: trunk | |
|
2004-08-27
| ||
| 14:39 | Fix old tests to check [namespace which] sanely... check-in: 02562339b9 user: dkf tags: trunk | |
| 13:59 | Make [namespace which] use newer option parsing code for more flexibility. check-in: 7513bca8c0 user: dkf tags: trunk | |
| 11:04 | Minor fixes check-in: b7ff266582 user: dkf tags: trunk | |
| 09:18 | Fix/improve tests check-in: c4db2e3ed6 user: dkf tags: trunk | |
| 09:07 | Fix [Bug 1017022] by factorizing out the ensemble lookup code and fixing once. check-in: 75b7cd6b79 user: dkf tags: trunk | |
| 08:12 | Fix patch-number reference. check-in: e88b6604f4 user: dkf tags: trunk | |
|
2004-08-26
| ||
| 17:36 | * tests/env.test: macosx fixes. check-in: b4d16fcd42 user: das tags: trunk | |
| 16:01 | * unix/Makefile.in: added customization of default module path roots via TCL_MODULE_PATH makefile ... check-in: 65c4340ea4 user: das tags: trunk | |
|
2004-08-25
| ||
| 22:21 | * tests/timer.test (timer-10.1): Test for Bug 1016167. * generic/tclTimer.c: ... check-in: 756125248b user: dgp tags: trunk | |
| 21:37 | D'oh! Put the correct value in... :^} check-in: a1ca45af5f user: dkf tags: trunk | |
| 21:35 | Stop test from getting stomped by preceding tests... check-in: 2256af9fe0 user: dkf tags: trunk | |
| 21:28 | Fixes to ensemble -unknown handler processing to stop [namespace import] from disrupting things horr... check-in: 95c97b2bef user: dkf tags: trunk | |
| 01:10 | * generic/tclProc.c: The routine TclProcInterpProc was a specific * gener... check-in: d67b8edcbd user: dgp tags: trunk | |
|
2004-08-24
| ||
| 23:25 | update out of date comment check-in: c3be36f9e4 user: dgp tags: trunk | |
| 08:59 | Added clarifying note on [string map]'s behaviour. check-in: 7a99970647 user: dkf tags: trunk | |
|
2004-08-23
| ||
| 17:40 | * library/auto.tcl: Updated [tcl_findLibrary] search path to include any [<pkg>:... check-in: 72c6efe0bd user: dgp tags: trunk | |
|
2004-08-21
| ||
| 18:03 | Fixed bug in CET time spec - times change at 0100 Greenwuch, not local. check-in: d2b5b523a3 user: kennykb tags: trunk | |
| 17:57 | * tests/clock.test (clock-38.1): Changed TZ setting to specify CET in excruciating detail to deal wi... check-in: 7b85501acb user: kennykb tags: trunk | |
|
2004-08-19
| ||
| 20:58 | Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011860] check-in: 142ba4167b user: dkf tags: trunk | |
| 18:55 | * library/clock.tcl (format): Changed default timezone format from alphabetic to numeric to produce... check-in: 4cde370a99 user: kennykb tags: trunk | |
| 00:13 | * doc/tm.n: New file, documentation for Tcl Modules, based on the TIP. * unix/mkLinks: Regene... check-in: 3de8eca68b user: andreas_kupries tags: trunk | |
|
2004-08-18
| ||
| 22:33 | added note about times out of Posix range check-in: bb0ba0aee8 user: kennykb tags: trunk | |
| 22:13 | Fixed httpd's abuse of the [clock] command check-in: 50364f0355 user: kennykb tags: trunk | |
| 22:03 | * library/init.tcl: Integrated TIP #189. We source a separate file (see below), instead of inli... check-in: f6eaca8b8c user: andreas_kupries tags: trunk | |
| 21:29 | silence compiler warning on systems without mktime check-in: 85982dc155 user: kennykb tags: trunk | |
| 20:59 | unbreak Win build after TIP#173 and TIP#209 commit check-in: b01aea8524 user: kennykb tags: trunk | |
| 19:58 | TIP #173 and #209 implementation - see ChangeLog for details check-in: 251b9c6eca user: kennykb tags: trunk | |
|
2004-08-16
| ||
| 14:29 | date correction check-in: f66151c3bc user: dgp tags: trunk | |
| 14:11 | fix for [Bug 1008314] check-in: 4d54cd3e57 user: msofer tags: trunk | |
|
2004-08-13
| ||
| 21:39 | * library/msgcat/msgcat.tcl: Added checks to prevent [mclocale] * tests/msgcat.te... check-in: 7bfc5a8b19 user: dgp tags: trunk | |
|
2004-08-10
| ||
| 19:40 | Changed handling of the returned thread ID since broken on 64-bit systems (Cray). Thanks to Rob Ratc... check-in: 942144282c user: vasiljevic tags: trunk | |
|
2004-08-04
| ||
| 09:00 | Standardized constraint name check-in: 0d4698bdc4 user: dkf tags: trunk | |
|
2004-08-03
| ||
| 21:46 | Plug leak and clarify code check-in: f276672de0 user: dkf tags: trunk | |
| 20:31 | Add field initialization to fix [Bug 989298]. D'oh! check-in: b2f9e9415e user: dkf tags: trunk | |
|
2004-08-02
| ||
| 22:01 | * library/package.tcl (pkg_mkIndex): Updated [pkg_mkIndex] to make use of [glob -... check-in: 3c765af2b5 user: dgp tags: trunk | |
| 20:55 | TIP#207 IMPLEMENTATION * doc/interp.n: Added support for a -namespace optio... check-in: 07142774f2 user: dgp tags: trunk | |
| 15:33 | * generic/tclLiteral.c (TclCleanupLiteralTable): Corrected * tests/compile.te... check-in: 4a8caea634 user: dgp tags: trunk | |
| 15:12 | Whitespace policing... check-in: 2cb4a42bdf user: dkf tags: trunk | |
|
2004-07-30
| ||
| 21:09 | More explicit compatibility warning, regarding TIP 148 check-in: 7a2ab965af user: dgp tags: trunk | |
| 16:54 | * tests/safe.test (safe-2.1): Disabled senseless test. [Bug 999612] * library/aut... check-in: 2b1825b4bf user: dgp tags: trunk | |
| 15:16 | * generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalize so that Tcl_ExitPr... check-in: 8973ec966c user: dgp tags: trunk | |
| 08:31 | * unix/configure: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to expli... check-in: bf9884901c user: das tags: trunk | |
|
2004-07-29
| ||
| 15:55 | * library/package.tcl: [::pkg::create] is now an alias. Test safe-2.1 will now fai... check-in: 7ecd70ea13 user: dgp tags: trunk | |
|
2004-07-28
| ||
| 18:00 | * library/package.tcl: Moved private command * library/tclIndex: ... check-in: 4e908b7bad user: dgp tags: trunk | |
|
2004-07-25
| ||
| 22:06 | * tests/io.test: Make io-61.1 create file as binary to pass on Win32 check-in: fc89b74eed user: patthoyts tags: trunk | |
|
2004-07-23
| ||
| 18:32 | * generic/tclVar.c: simplify tclLocalVarNameType, removing the reference to the corresponding proc... check-in: 63de804c96 user: msofer tags: trunk | |
| 16:27 | formatting check-in: de6666f396 user: dgp tags: trunk | |
| 15:58 | * tests/eofchar.data (removed): Test io-61.1 now generates its own * tests/io.test: ... check-in: c55655fe5c user: dgp tags: trunk | |
| 15:06 | Tcl 8.4.7 changes ported forward. Other changes on HEAD also recorded. check-in: e63018391c user: dgp tags: trunk | |
| 14:18 | typo check-in: 4a6391a197 user: dgp tags: trunk | |
|
2004-07-22
| ||
| 21:41 | typo/format fixes check-in: 91ad80aadf user: dgp tags: trunk | |
|
2004-07-21
| ||
| 01:45 | * generic/tclEvent.c: Correct threaded obj allocator to * generic/tclInt.h: fully cl... check-in: 8a65a24648 user: hobbs tags: trunk | |
| 00:42 | 2004-07-21 Kevin Kenny <kennykb@acm.org> * generic/tclBasic.c (DeleteInterpProc): * generic/tcl... check-in: 460aa80311 user: kennykb tags: trunk | |
|
2004-07-20
| ||
| 10:23 | * unix/Makefile.in: * win/Makefile.in: added 'install-private-headers' makefile target to allow o... check-in: 542b0bd9ec user: das tags: trunk | |
| 10:12 | * unix/tclUnixFile.c (NativeMatchType): added support for readonly matching of user immutable file... check-in: efbebac211 user: das tags: trunk | |
| 05:40 | * macosx/tclMacOSXBundle.c: dynamically acquire address for CFBundleOpenBundleResourceMap symbol, ... check-in: c34d162c15 user: das tags: trunk | |
|
2004-07-19
| ||
| 19:19 | Redefined MASTER_LOCK in win/tclWinThrd.c to call TclpMasterLock for the sake of Tcl API users never... check-in: 04bcb3edbe user: vasiljevic tags: trunk | |
|
2004-07-17
| ||
| 12:18 | cd infinite loop bug fixed check-in: 78d046b47e user: vincentdarley tags: trunk | |
|
2004-07-16
| ||
| 23:31 | * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their * unix/configure.in, unix/config... check-in: 13ed0c4154 user: hobbs tags: trunk | |
| 22:37 | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in the generation of error messages an... check-in: 97beee6402 user: andreas_kupries tags: trunk | |
| 22:22 | * doc/OpenFileChnl.3: Added description of the behaviour of Tcl_ReadChars when its 'charsToRead... check-in: 941ab20e13 user: andreas_kupries tags: trunk | |
| 20:46 | * doc/CrtCommand.3: Added note that the arguments given to the command proc of a Tcl_CreateComm... check-in: 1102a1fc59 user: andreas_kupries tags: trunk | |
| 20:11 | * doc/ChnlStack.3: Removed the declaration that the interp argument to Tcl_(un)StackChannel can... check-in: e5d49a5121 user: andreas_kupries tags: trunk | |
| 19:43 | Typo fix. check-in: 2beab26c7f user: andreas_kupries tags: trunk | |
| 19:20 | * tests/socket.test: Accepted two new testcases by Stuart Casoff <stwo@users.sourceforge.net> c... check-in: 068705083d user: andreas_kupries tags: trunk | |
| 17:38 | * unix/tclUnixNotfy.c (NotifierThreadProc): Accepted Joe Mistachkin's patch for [Tcl SF Bug 990... check-in: e3d114f623 user: andreas_kupries tags: trunk | |
|
2004-07-15
| ||
| 22:04 | * unix/tclUnixThrd.c (TclpFinalizeMutex): Accepted Joe Mistachkin's patch for [Tcl SF Bug 99453... check-in: f4cc086246 user: andreas_kupries tags: trunk | |
| 21:17 | Added new fix for the Tcl Bug #770053. Now we conditionaly perform the TclFinalizeNotifier in order ... check-in: 663e5a0f11 user: vasiljevic tags: trunk | |
| 20:46 | * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set in * generic/tclIO.c (Tcl_UnregisterChan... check-in: ec89766307 user: andreas_kupries tags: trunk | |
| 20:19 | * generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to the old depreceated newline syntax... check-in: 571069b435 user: andreas_kupries tags: trunk | |
| 20:04 | Stuffed memory leak incurred by re-initializing of TSD slots after the last call to TclFinalizeThrea... check-in: d91074b88a user: vasiljevic tags: trunk | |
| 18:31 | * generic/tclLiteral.c (TclReleaseLiteral): Removed unused variable 'codePtr' to silence a message f... check-in: d437bc09c5 user: kennykb tags: trunk | |
| 17:42 | * generic/tclCompile.c (TclCompileScript): * generic/tclLiteral.c (TclReleaseLiteral): fix for [Bu... check-in: 639bb865de user: msofer tags: trunk | |
| 10:00 | Removed initialization of TSD for the new thread in NewThreadProc since this will result in TclInitN... check-in: 68afdac7e7 user: vasiljevic tags: trunk | |
| 09:50 | See file... check-in: 91ba63a40a user: vasiljevic tags: trunk | |
| 09:50 | Removed unused variable in NewThreadProc() check-in: ef7d631e71 user: vasiljevic tags: trunk | |
| 09:44 | Backout of changes to fix the Tcl Bug #770053. See SF bugreport for more info. check-in: 73c0fd55ab user: vasiljevic tags: trunk | |
|
2004-07-12
| ||
| 01:56 | * generic/tclBasic.c (Tcl_EvalEx): leak fix by dgp, release objv[objectsUsed] on error. check-in: 5709457dc7 user: msofer tags: trunk | |
| 01:09 | * generic/tclParse.c (Tcl_SubstObj): leak fix by dgp, release result on error. check-in: fe44c63747 user: msofer tags: trunk | |
|
2004-07-11
| ||
| 23:11 | Another leak fix for [Bug 989093] check-in: dbd61bfe98 user: dkf tags: trunk | |
| 23:01 | Stop [dict unset] from leaking objects. [Bug 989093 in part] check-in: 615865b512 user: dkf tags: trunk | |
| 21:56 | * generic/tclExecute.c (TEBC): fixed leak of expandNestList objs when there is an error while an e... check-in: 3db46fa346 user: msofer tags: trunk | |
| 21:13 | cd fix in vfs check-in: 5f75a341f3 user: vincentdarley tags: trunk | |
|
2004-07-10
| ||
| 21:26 | Sanitized another couple of uses of the environment. check-in: d2538694e8 user: kennykb tags: trunk | |
| 21:02 | Added code to restore env(LC_TIME) after the test completes, silencing a warning from 'make TESTFLAG... check-in: d73cd59f37 user: kennykb tags: trunk | |
| 20:38 | clock.test: Changed clock-2.11 so that it isn't an infinite loop when run on a slow virtual machine.... check-in: e6489b7dbb user: kennykb tags: trunk | |
|
2004-07-08
| ||
| 18:46 | Modified the logic of literal table cleanup at interp deletion time, insuring that the fix of [Bug 9... check-in: 1647401b73 user: msofer tags: trunk | |
| 16:53 | Silenced a compiler warning about a type mismatch in AppendEnvironment check-in: 6d6ee42226 user: kennykb tags: trunk | |
| 15:43 | make mkLinks check-in: 5b3546c22a user: dgp tags: trunk | |
| 08:06 | Whitespace fixing check-in: 000f91b606 user: dkf tags: trunk | |
|
2004-07-07
| ||
| 22:05 | * generic/tclCompile.c (TclCompileScript): fix for [Bug 458361]. Single-word scripts are compiled ... check-in: 046cee7227 user: msofer tags: trunk | |
| 14:00 | * generic.tclCmdMZ.c (TclMergeReturnOptions): Simplified logic and removed potentia... check-in: 212ee836fd user: dgp tags: trunk | |
| 12:08 | Oops, forgot a bit check-in: fb7a58d22d user: dkf tags: trunk | |
| 10:55 | Generate RTF (for HLP files) correctly from manpages using advanced *roff formatting constructs. check-in: c23087c29a user: dkf tags: trunk | |
| 08:21 | Add missing objTypes to catalog check-in: f89d3d0cc7 user: dkf tags: trunk | |
|
2004-07-06
| ||
| 21:08 | * tests/cmdMZ.test (cmdMZ-return-2.17): Added a test that a word containing backsla... check-in: 22941dd4e1 user: dgp tags: trunk | |
| 20:17 | * tests/cmdMZ.test (cmdMZ-return-2.15,cmdMZ-return-2.16): Added a test that a return code containing... check-in: 8e3628cad7 user: kennykb tags: trunk | |
| 09:27 | More elegant fix for tab size handling check-in: 7b9e3511bb user: dkf tags: trunk | |
| 09:25 | Encourage emacs to fontify the file correctly... check-in: 89488877da user: dkf tags: trunk | |
| 09:21 | Adapt HTML generator to be able to cope with advanced constructs in Tk's bind.n check-in: d299710c58 user: dkf tags: trunk | |
|
2004-07-05
| ||
| 22:40 | * generic/tclBasic.c (DeleteInterpProc): fix for [Bug 983660], found by pspjuth. Tear down the glo... check-in: 040dd3ce17 user: msofer tags: trunk | |
|
2004-07-04
| ||
| 18:02 | Added missing constraint definition... check-in: dde7a00ae2 user: dkf tags: trunk | |
|
2004-07-03
| ||
| 21:36 | added support for wide integers to round(); [Bug 908375], reported by Hemang Lavana. check-in: 9f9931dd39 user: msofer tags: trunk | |
| 02:03 | Moved declaration of TclCompEvalObj() from tclCompile.h to the internal stubs table, for compiler ex... check-in: b60704a848 user: msofer tags: trunk | |
|
2004-07-02
| ||
| 23:35 | * generic/regcomp.c (stid): correct minor pointer size error check-in: 5e68b3a970 user: hobbs tags: trunk | |
| 23:31 | * generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patch * doc/exec.n, tests/exec.test: ... check-in: 28a61147a1 user: hobbs tags: trunk | |
| 18:46 | tests/winPipe.test (winpipe-1.11): Fixed a bug that caused test to fail if the path name of the work... check-in: deda5ef522 user: kennykb tags: trunk | |
| 18:36 | tests/io.test: Changed several tests to run the event loop rather than just calling [update] periodi... check-in: 74c189e67a user: kennykb tags: trunk | |
| 13:11 | added test check-in: 857b54aa76 user: vincentdarley tags: trunk | |
|
2004-07-01
| ||
| 12:07 | Fix warning check-in: 48d8c377f5 user: dkf tags: trunk | |
| 10:08 | Fix missed references to 8.4, spotted by Theo Verelst. check-in: 152efc3ad3 user: dkf tags: trunk | |
| 07:59 | Doc fixes. [Bug 983146] check-in: b204edf100 user: dkf tags: trunk | |
|
2004-06-30
| ||
| 20:53 | * tests/fileSystem.test: Minor correction to new fileSystem-9.X tests so that they c... check-in: bee486dac1 user: dgp tags: trunk | |
| 14:46 | fix to trailing slash documentation and to a filesystem 'file join' bug on windows check-in: 3753a9000e user: vincentdarley tags: trunk | |
| 12:34 | TIP#188 implementation. Thanks to KBK! [Patch 940915] check-in: 93e9c318bd user: dkf tags: trunk | |
|
2004-06-29
| ||
| 14:03 | * win/tclWinInit.c: Corrected reference counting flaw in recent changes. Thanks... check-in: 10db641414 user: dgp tags: trunk | |
| 10:07 | fix to compilation error with VC++ 5.2 check-in: 47ebcf3c8a user: vincentdarley tags: trunk | |
| 09:34 | Fix [Bug 981733]; bizarre resolver brokenness strikes again! check-in: 563ba4de34 user: dkf tags: trunk | |
|
2004-06-24
| ||
| 10:34 | Fix constraints so can test with tclsh as well as tcltest [Bug 736431] check-in: dcdd52fc3d user: dkf tags: trunk | |
| 09:05 | Oops! check-in: 928e22066f user: dkf tags: trunk | |
| 08:58 | Style and whitespace fixes check-in: e7c7a606b8 user: dkf tags: trunk | |
| 04:13 | * generic/tclThreadStorage.c: Corrected type casting errors that led to calculatio... check-in: 37c97c8ebf user: dgp tags: trunk | |
| 01:29 | Version 5 of [Patch 976496] check-in: 6d178830b8 user: mistachkin tags: trunk | |
|
2004-06-23
| ||
| 22:45 | Add update to let the async events work check-in: c1ebe3aba1 user: patthoyts tags: trunk | |
| 22:02 | * tests/io.test: Added -force to 18.1 and 18.2. This was failing on WinXP. check-in: be2b7d29a4 user: patthoyts tags: trunk | |
| 21:32 | * tests/winFCmd.test: Added a cleanup to winFCmd-16.11 to avoid a failure in 16.12. check-in: 88a51c52e3 user: patthoyts tags: trunk | |
| 21:01 | * tests/eofchar.data: Added -kb option to ensure a binary checkout to win32 systems. This fixes a fa... check-in: 5071106ca0 user: patthoyts tags: trunk | |
| 19:23 | * win/makefile.vc: fix for bug #977369 about launching tclsh to generate a tclConfig.sh with the nma... check-in: 30a13c52a1 user: patthoyts tags: trunk | |
| 17:26 | * tests/winDde.test (createChildProcess): Added a 200-ms delay (with the event loop live) when shutt... check-in: c612fd8217 user: kennykb tags: trunk | |
| 15:46 | Simplify constraint by assuming Mac is Unix (which is true these days) check-in: 618540629e user: dkf tags: trunk | |
| 15:36 | Standardize some use of test constraints onto names that are documented check-in: f6289216a6 user: dkf tags: trunk | |
| 15:10 | Fixed constraint name and whitespace usage check-in: 05a86b8fb7 user: dkf tags: trunk | |
| 03:49 | Corrected typo in latest patch that broke build on OS X. check-in: 4609b442b3 user: dgp tags: trunk | |