Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
60 check-ins using file generic/tclProc.c version 871f5518e8
|
2004-09-17
| ||
| 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 | |