Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
207 check-ins using file win/rules.vc version 5e1b72234d
|
2002-02-20
| ||
| 18:46 | * generic/tcl.decls (Tcl_RegExpRange,Tcl_GetIndexFromObjStruct): Overlooked a few so... check-in: 3dc93acf1e user: dgp tags: trunk | |
| 12:35 | no message check-in: 2729c0f886 user: davygrvy tags: trunk | |
| 12:33 | * win/makefile.vc: Added the pentium errata switches to $(cflags) which should have already been t... check-in: 25d1437dfd user: davygrvy tags: trunk | |
| 00:35 | Made tcl.h better at guessing what is going on with 64-bit types when configure doesn't tell it expl... check-in: 731126179b user: dkf tags: trunk | |
|
2002-02-19
| ||
| 10:26 | Fixed behaviour of [format] on 64-bit platforms by defining it to work with machine words by default... check-in: 6229fe3c30 user: dkf tags: trunk | |
| 08:38 | * First draft of updated changes for 8.4a4 release. check-in: dc83a531e4 user: dgp tags: trunk | |
|
2002-02-16
| ||
| 01:17 | * unix/tclUnixPort.h: add strtoll/strtoull declarations for platforms that do not define them. check-in: 0c1fd4f491 user: hobbs tags: trunk | |
| 00:37 | * generic/tclIndexObj.c (STRING_AT): removed ptrdiff_t cast and use of VOID* in default case (GNU-... check-in: 8fabaaf5c8 user: hobbs tags: trunk | |
|
2002-02-15
| ||
| 23:42 | Further changes to the TIP 72 patch to make it compile under VC++ check-in: ffd6a7d773 user: kennykb tags: trunk | |
| 19:58 | * tclExecute.c: * tclIOGT.c: * tclIndexObj.c: Touchups to the TIP 72 patch to make it compile... check-in: ee7fe962db user: andreas_kupries tags: trunk | |
| 14:28 | TIP#72 implementation. See ChangeLog for details. This version builds clean on Solaris/SPARC, with ... check-in: 8d82de1905 user: dkf tags: trunk | |
|
2002-02-14
| ||
| 19:24 | * generic/tclIOCmd.c (Tcl_GetsObjCmd): Trivial fix for bug #517503, a memory leak reported by M... check-in: 88790e07f1 user: andreas_kupries tags: trunk | |
|
2002-02-12
| ||
| 14:39 | * djgpp/ (new directory) * djgpp/Makefile (new): * unix/tclAppInit.c: * unix/tclMtherr.c: * uni... check-in: b125c254e3 user: davygrvy tags: trunk | |
| 14:22 | * djgpp/ (new directory) * djgpp/Makefile (new): * unix/tclAppInit.c: * unix/tclMtherr.c: * uni... check-in: 58a026b69c user: davygrvy tags: trunk | |
|
2002-02-10
| ||
| 20:36 | Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken and Tcl_SetCommandInfoFromToken. (TIPs #32 and... check-in: 5a7e3737aa user: kennykb tags: trunk | |
|
2002-02-08
| ||
| 09:40 | see ChangeLog check-in: a417a2060a user: hobbs tags: trunk | |
| 09:33 | * unix/configure: * unix/tcl.m4: added -pthread for FreeBSD to EXTRA_CFLAGS and LDFLAGS. Also tr... check-in: 1e1180665c user: hobbs tags: trunk | |
| 09:33 | * generic/tclScan.c (Tcl_ScanObjCmd): prevented ckfree being called on a pointer to NULL. check-in: a394db9b1f user: hobbs tags: trunk | |
| 09:33 | * unix/tclUnixPort.h: * unix/tclUnixThrd.c: added thread-safe versions of readdir, localtime, gmt... check-in: 66e9f4d6b4 user: hobbs tags: trunk | |
| 02:53 | see ChangeLog check-in: 468e1f5f71 user: dgp tags: trunk | |
| 02:52 | * Partial TIP 27 rollback. Following routines restored to return (char *): Tcl_DStringAppe... check-in: bb1a244cde user: dgp tags: trunk | |
|
2002-02-07
| ||
| 01:50 | * tests/scan.test: * generic/tclScan.c (Tcl_ScanObjCmd): corrected scan 0x... %x handling that di... check-in: 003ecd26ba user: hobbs tags: trunk | |
| 01:04 | * generic/tclCompCmds.c (TclCompileRegexpCmd): made early check for bad RE to stop checking furthe... check-in: 9c1324e2c2 user: hobbs tags: trunk | |
| 01:03 | see ChangeLog check-in: 3366b1dcf1 user: hobbs tags: trunk | |
| 00:56 | * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): added special case to search for simple 'string map' styl... check-in: 96d63652fd user: hobbs tags: trunk | |
| 00:52 | extra code coverage cases check-in: f29484391e user: hobbs tags: trunk | |
| 00:51 | added 10.18 and 10.19 extra tests check-in: cf60e92880 user: hobbs tags: trunk | |
| 00:48 | generic/regc_locale.c (casecmp): slight performance improvement check-in: 4fa5ad1498 user: hobbs tags: trunk | |
|
2002-02-05
| ||
| 17:08 | * Corrected use of http::error when ::error was intended. Bump to http 2.4.2. check-in: 8c11b0ebb0 user: dgp tags: trunk | |
| 02:48 | reverted pwd changes for AIX, the best fix is to replace sh with bsh on 4.3.3 check-in: a16f86cc9c user: hobbs tags: trunk | |
| 01:30 | get full path to pwd to avoid errors on AIX-4.3 check-in: 742eee4684 user: hobbs tags: trunk | |
| 01:02 | call /bin/pwd on AIX-4.3 to avoid pwd errors check-in: 79c170779f user: hobbs tags: trunk | |
|
2002-02-04
| ||
| 23:51 | * unix/tclUnixChan.c (FileOutputProc): Fixed [bug 465765] reported by Dale Talcott <daletalcott... check-in: 6e2600e273 user: andreas_kupries tags: trunk | |
| 18:30 | * doc/open.n: Fixed [Bug 511540], added cross-reference to 'pid' as the command to use to retri... check-in: 083ac14867 user: andreas_kupries tags: trunk | |
|
2002-02-02
| ||
| 00:20 | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): handle quirky about case earlier to avoid shimmering prob... check-in: 8dd6f681a3 user: hobbs tags: trunk | |
|
2002-02-01
| ||
| 21:19 | * tests/io.test: io-39.22 split into two tests, one platform dependent, the other not. -eofchar... check-in: 9e60923323 user: andreas_kupries tags: trunk | |
| 21:08 | typos and omissions check-in: 417701c6f5 user: dgp tags: trunk | |
| 17:17 | tclTest.c fix check-in: 5ba47ab16f user: vincentdarley tags: trunk | |
|
2002-01-31
| ||
| 23:21 | make mklinks after recent doc additions to FileSystem.3 check-in: 3dd0a80dc7 user: dgp tags: trunk | |
| 21:07 | * win/tclWinFCmd.c: TIP 27: Applied patch fixing CONST warnings on behalf of Don Porter <dgp@us... check-in: ac7cf66301 user: uid37547 tags: trunk | |
| 04:39 | * For each interface identified in the TIP 27 changes below as a POTENTIAL INCOMPATIBILITY,... check-in: 9b3023c6c4 user: dgp tags: trunk | |
|
2002-01-30
| ||
| 17:33 | docs check-in: 41f1949999 user: vincentdarley tags: trunk | |
| 02:50 | * tests/regexpComp.test: * generic/tclCompCmds.c (TclCompileRegexpCmd): enhanced to support -noca... check-in: b44774892b user: hobbs tags: trunk | |
|
2002-01-29
| ||
| 04:57 | * unix/tcl.m4 (SC_LOAD_TCLCONFIG): * win/tcl.m4 (SC_LOAD_TCLCONFIG): Set TCL_LIB_SPEC, TCL_STUB_L... check-in: c019e8d6a8 user: mdejong tags: trunk | |
| 03:18 | * win/tclWinReg.c (regConnectRegistryProc,RecursiveDeleteKey) (DeleteKey,GetKeyNames,GetType,GetVa... check-in: f8f4e1af89 user: hobbs tags: trunk | |
| 03:03 | updated error-1.3 result that changed with string bc correction check-in: 81a974c32a user: hobbs tags: trunk | |
| 02:40 | * tests/regexpComp.test (new): * generic/tclInt.h: * generic/tclBasic.c: added TclCompileRegexpCm... check-in: 1c5cd2dcff user: hobbs tags: trunk | |
| 02:28 | Corportation -> Corporation sp fix check-in: ce44b62668 user: hobbs tags: trunk | |
| 02:21 | * generic/tclExecute.c (TclExecuteByteCode:INST_LIST): correct possibly dangerous decr in macro ca... check-in: e59425524f user: hobbs tags: trunk | |
| 02:19 | win/tclWinInit.c (TclpFindVariable): CONSTification touch-up check-in: e5177d3f58 user: hobbs tags: trunk | |
| 02:04 | * win/tclWinReg.c (OpenSubKey): corrected bug introduced in CONSTification that dropped pointer re... check-in: ad0f1a3f39 user: hobbs tags: trunk | |
| 01:17 | * ChangeLog.2000 (new file): * ChangeLog: broke changes from 2000 into ChangeLog.2000 to reduce ... check-in: 61dfae55d5 user: hobbs tags: trunk | |
|
2002-01-28
| ||
| 12:23 | no message check-in: 02c234a1c0 user: davygrvy tags: trunk | |
| 12:23 | * generic/tclPlatDecls.h: Added preprocessor logic to force a typedef of TCHAR when __STDC__ is d... check-in: 561807f26f user: davygrvy tags: trunk | |
|
2002-01-27
| ||
| 17:35 | * Documented global namespace context for script evaluation by [package require]. check-in: 574c5ea4a7 user: dgp tags: trunk | |
| 11:09 | * generic/tclInt.decls: * generic/tclIntPlatDecls.h: * mac/tclMacChan.c: * mac/tclMacFCmd.c: * ... check-in: 02f6dcb5d2 user: das tags: trunk | |
|
2002-01-26
| ||
| 01:10 | * Sought out and eliminated instances of CONST-casting that are no longer needed after the TIP 27 ... check-in: 4bca1d26db user: dgp tags: trunk | |
|
2002-01-25
| ||
| 23:06 | Make -eofchar and -translation options read only for server sockets. [Bug 496733] * generic/tclI... check-in: 1c08e33e95 user: mdejong tags: trunk | |
| 22:01 | * [Patch 501006] Updated APIs in generic/tclResolve.c and generic/tclNamesp.c according to ... check-in: f9df4b63e5 user: dgp tags: trunk | |
| 21:36 | * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27). * [Patch 506818] Updated inte... check-in: 375ac8d641 user: dgp tags: trunk | |
| 20:40 | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, generic/tclIOUtil.c, ge... check-in: fceed15544 user: dgp tags: trunk | |
| 04:27 | * Corrected tilde-substitution of pathnames where > 1 separator follows the ~. [Bug 504950... check-in: 15e6bf11b4 user: dgp tags: trunk | |
| 03:07 | * library/http/pkgIndex.tcl: * library/http/http.tcl: don't add port in default case to handle br... check-in: e65dde74b0 user: hobbs tags: trunk | |
|
2002-01-24
| ||
| 01:34 | Corrections to earlier TIP 27 changes. Thanks to Andreas Kupries for the feedback. check-in: 0c4eacfb56 user: dgp tags: trunk | |
|
2002-01-23
| ||
| 21:22 | * unix/mkLinks: Regenerated. * doc/CrtChannel.3: * doc/ChnlStack.3: Moved documentation for 'Tcl... check-in: ef8b87bfac user: andreas_kupries tags: trunk | |
| 20:46 | * Updated socket interfaces according to TIP 27. Updated callers. check-in: f28c83d817 user: dgp tags: trunk | |
|
2002-01-21
| ||
| 22:50 | no message check-in: 50349a11ba user: davygrvy tags: trunk | |
| 22:47 | TclpLoadFile() didn't match proto of typedef Tcl_FSLoadFileProc. [Patch #502488] check-in: 33c81ebeff user: davygrvy tags: trunk | |
| 21:05 | * Converted declarations of TestReport file system to more portable form. [Bug 501417]. check-in: e78bbf1c73 user: dgp tags: trunk | |
| 20:38 | * generic/tclIO.c (WriteChars): Fix for SF #506297, reported by Martin Forssen <ruric@users.sou... check-in: 1b53b7b70c user: andreas_kupries tags: trunk | |
| 16:15 | * Updated APIs in generic/tclCmdMZ.c according to the guidelines of TIP 27. check-in: 8006e9294e user: dgp tags: trunk | |
|
2002-01-18
| ||
| 14:17 | * Overlooked callers of Tcl_FSGetNativePath check-in: 9671705056 user: dgp tags: trunk | |
| 14:07 | * Overlooked callers of Tcl_GetIndexFromObj check-in: 305121f7f5 user: dgp tags: trunk | |
| 03:29 | * generic/tclThreadTest.c: * mac/tclMacChan.c: * mac/tclMacFCmd.c: * mac/tclMacFile.c: * mac/tc... check-in: be42c7ba89 user: das tags: trunk | |
| 03:22 | * generic/tclThreadTest.c: * mac/tclMacChan.c: * mac/tclMacFCmd.c: * mac/tclMacFile.c: * mac/tc... check-in: 07c625a70c user: das tags: trunk | |
|
2002-01-17
| ||
| 20:35 | * generic/tclIOCmd.c (Tcl_GetsObjCmd): Fixed bug #504642 as reported by Brian Griffin <bgriffin... check-in: c1e3c4a857 user: andreas_kupries tags: trunk | |
| 15:24 | doc correction check-in: 05a0a92d54 user: dgp tags: trunk | |
| 05:28 | added patch numbers to ChangeLog check-in: 8ebfacb177 user: dgp tags: trunk | |
| 04:37 | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were overlooked before. Update... check-in: 28b6020550 user: dgp tags: trunk | |
| 03:03 | * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c according to the guidelines of TIP 27. ... check-in: 17ade15700 user: dgp tags: trunk | |
| 02:46 | * unix/tcl.m4 (SC_LOAD_TCLCONFIG): * win/tcl.m4 (SC_LOAD_TCLCONFIG): Subst TCL_DBGX into TCL_STUB... check-in: 01e280ee5a user: mdejong tags: trunk | |
| 02:43 | * Updated APIs in generic/tclParse.c according to the guidelines of TIP 27. Updated callers. check-in: 3f74f46185 user: dgp tags: trunk | |
|
2002-01-16
| ||
| 06:02 | * Updated APIs in generic/tclHistory.c according to the guidelines of TIP 27. * Updated APIs in ... check-in: 4124fa6dcf user: dgp tags: trunk | |
|
2002-01-15
| ||
| 21:47 | * Corrected documentation for Tcl_ErrnoMsg; it takes an integer argument. Thanks to Georgios Peta... check-in: d2700a2157 user: dgp tags: trunk | |
| 21:19 | * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.c according to the guidelines of TIP... check-in: c606fbd2da user: dgp tags: trunk | |
| 18:34 | doc/StringObj.3: added Tcl_GetUnicodeFromObj docs. check-in: 7548186a2f user: hobbs tags: trunk | |
| 17:55 | * Updated APIs in the file generic/tclIO.c according to the guidelines of TIP 27. Several ... check-in: 9c9edf24eb user: dgp tags: trunk | |
|
2002-01-14
| ||
| 15:10 | typo correction check-in: 04e8adaa99 user: dgp tags: trunk | |
| 15:07 | * Updated APIs in the file generic/tclIndexObj.c according to the guidelines of TIP 27. check-in: df8a4c2bfe user: dgp tags: trunk | |
|
2002-01-11
| ||
| 20:46 | * unix/configure: Regen. * unix/configure.in: * win/configure: Regen. * win/configure.in: Use ${... check-in: 71ae8c066c user: mdejong tags: trunk | |
| 20:21 | * win/tclWinSerial.c (SerialSetOptionProc): Applied patch for SF bug #500348 supplied by Rolf S... check-in: 41af58fa7f user: andreas_kupries tags: trunk | |
| 20:10 | no message check-in: ef053add25 user: davygrvy tags: trunk | |
| 20:07 | Removed -GD compiler option. It was intended for future use, but MS is again changing the future at... check-in: 860bca84f7 user: davygrvy tags: trunk | |
| 19:21 | added missing bug number check-in: 7984586a9b user: mdejong tags: trunk | |
| 19:17 | * unix/Makefile.in: Burn Tcl build directory into tcltest executable to avoid crashes caused by l... check-in: f191c4e387 user: mdejong tags: trunk | |
|
2002-01-10
| ||
| 22:03 | Applied patch from bug 501101. check-in: 22c7a5b972 user: kennykb tags: trunk | |
|
2002-01-09
| ||
| 21:26 | correct error in recent entry check-in: e5bc03f919 user: dgp tags: trunk | |
| 19:09 | Updated APIs in the files */tcl*Load*.c according to the guidelines of TIP 27. check-in: ce9573a39c user: kennykb tags: trunk | |
| 19:03 | More changes for test portability. Using euro symbol. check-in: d7937ae39f user: dgp tags: trunk | |
| 17:50 | * generic/tclTest.c (MainLoop): * tests/main.test (Tcl_Main-1.{3,4,5,6}): Corrected some n... check-in: 3435db0ae4 user: dgp tags: trunk | |
|
2002-01-08
| ||
| 20:44 | TclCreatePipeline is in tclIntDecls.h; no need for it in tclInt.h. check-in: c223491f12 user: dgp tags: trunk | |
| 17:14 | * typos and formatting check-in: c8ce36dee8 user: dgp tags: trunk | |
|
2002-01-07
| ||
| 23:09 | * generic/tclEvent.c (TclInExit): * generic/tclIOUtil.c (SetFsPathFromAbsoluteNormalized, ... check-in: 66602e16c0 user: dgp tags: trunk | |
| 17:54 | * generic/tclMain.c: Bug fix: neglected the NULL case in TclGetStartupScriptFileName(). B... check-in: 913cc898b6 user: dgp tags: trunk | |
|
2002-01-05
| ||
| 22:55 | * doc/Tcl_Main.3: * generic/tclMain.c: Substantial rewrite and expanded documentation ... check-in: f24c18a585 user: dgp tags: trunk | |
|
2002-01-04
| ||
| 15:43 | * generic/tclThreadJoin.c (TclRememberJoinableThread,TclJoinThread): Replaced Tcl_Alloc and... check-in: 7fbf4354d0 user: dgp tags: trunk | |
| 11:21 | * mac/tclMacTime.c (TclpGetTZName): fix for daylight savings TZName bug check-in: 5f2bddc4fb user: das tags: trunk | |
| 00:45 | * expanded abbreviations in previous log entries check-in: 2616674809 user: dgp tags: trunk | |
|
2002-01-03
| ||
| 21:52 | * doc/FileSystem.3: * generic/tclIOUtil.c: Updated some old uses of "fileName" to n... check-in: a328e0ec79 user: dgp tags: trunk | |
| 18:23 | Added fix for Bug #494348; the [foreach] implementation was doing some cacheing that didn't seem to ... check-in: de112c87cb user: dkf tags: trunk | |
| 11:58 | Added test from Bug #494348, but solution still far off. check-in: 9a1a314b56 user: dkf tags: trunk | |
|
2002-01-02
| ||
| 13:52 | Fixed fault with case-insensitive string matching (Bug#233257) and rewrote some tests to test what t... check-in: 99e550c5be user: dkf tags: trunk | |
|
2001-12-29
| ||
| 00:52 | * library/init.tcl: make sure env(COMSPEC) on Windows is executed with the right case, as it may o... check-in: 07fe71faee user: hobbs tags: trunk | |
| 00:49 | correct static-ness of function decls check-in: 4285daaddf user: hobbs tags: trunk | |
|
2001-12-28
| ||
| 23:36 | * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem): Added the [memory on... check-in: cf5397db43 user: dgp tags: trunk | |
|
2001-12-27
| ||
| 22:46 | * mac/tclMacInit.c: * mac/tclMacTclCode.r: synced up tclInit features to unix/win: implemented Tc... check-in: 82a9adf678 user: das tags: trunk | |
|
2001-12-20
| ||
| 23:33 | * typo corrections in comments check-in: bc9a5dec31 user: dgp tags: trunk | |
| 21:28 | * unix/tcl.m4 (SC_PATH_TCLCONFIG, SC_PATH_TKCONFIG): Search for config file using exec_prefix inst... check-in: b662595ca9 user: mdejong tags: trunk | |
| 18:57 | * unix/mkLinks.tcl: improved case-insensitive filesystem support. * unix/mkLinks: Regen. check-in: 0e0253eee2 user: das tags: trunk | |
| 18:13 | * unix/tcl.m4: fixed incorrect SHLIB_LD_LIBS setting for MacOSX / Darwin. * unix/configure: Regen... check-in: fb6d02215b user: das tags: trunk | |
| 02:17 | * corrected use of eolFix.tcl on working files. It should operate on distributed files. [... check-in: 2bc00deb4e user: dgp tags: trunk | |
| 01:36 | no message check-in: 2811b92cae user: davygrvy tags: trunk | |
| 01:30 | Fix for #495120. tcl.wse.in was stored in cvs with improper <eol>. This resulted in corrupted <eol... check-in: 6711360dbb user: davygrvy tags: trunk | |
|
2001-12-19
| ||
| 21:34 | * unix/configure: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Update SunOS 5.[0-6] target so that correct l... check-in: 8702034d71 user: mdejong tags: trunk | |
| 21:26 | * unix/README: Update to account for changes in the unix/dltest directory, the way autoconf is ru... check-in: d8079a7f71 user: mdejong tags: trunk | |
| 20:11 | * unix/Makefile.in: Rename dltest to dlpkgs to fix problem where lib files were not getting built... check-in: e56caaccb5 user: mdejong tags: trunk | |
| 19:34 | * win/tclWinSerial.c (SerialCheckProc): corrected time calculations to be unsigned. (schroedter) check-in: e18bb1c91f user: hobbs tags: trunk | |
| 17:23 | * commit tools/tcl.wse.in after a 'make dist' check-in: 5ba901ca40 user: dgp tags: trunk | |
| 17:21 | * make mklinks check-in: 6bdbd0cb9b user: dgp tags: trunk | |
| 11:03 | * unix/Makefile.in: Define new dltest target that simply does a cd to dltest/ before running make.... check-in: a97fc107a5 user: mdejong tags: trunk | |
|
2001-12-18
| ||
| 15:21 | Minor stub-table fixes; see ChangeLog for details check-in: 5b3388e24f user: dkf tags: trunk | |
| 00:21 | note about Preserve.3 checkin check-in: 8224c5bf71 user: hobbs tags: trunk | |
|
2001-12-17
| ||
| 22:55 | * Applied #219311 on behalf of Rolf Schroedter <schroedter@users.sourceforge.net> to prevent fc... check-in: 0e625dfd2b user: andreas_kupries tags: trunk | |
|
2001-12-14
| ||
| 20:31 | docs and comments corrections [Bug 493412] check-in: aed88b0471 user: msofer tags: trunk | |
| 10:32 | * win/tclWinNotify.c (Tcl_FinalizeNotifier): Stop Tcl on Windows from crashing when shutdown from ... check-in: 8ef3055eae user: dkf tags: trunk | |
| 06:04 | * Repaired some fractured phrasing. check-in: f6547945a9 user: dgp tags: trunk | |
|
2001-12-13
| ||
| 18:07 | * win/tclWinSock.c (TcpGetOptionProc): Fix for tcl bug item #478565 reported by an unknown pers... check-in: 4e78c91ebe user: andreas_kupries tags: trunk | |
| 00:58 | docd TCL_DYNAMIC use. [Patch #483989] (porter) check-in: 578e25a5fb user: hobbs tags: trunk | |
|
2001-12-12
| ||
| 22:32 | * generic/tclIO.c (Tcl_GetsObj): Applied patch for bug #491341 as provided by Don Porter <dgp@u... check-in: 8c4490b8d5 user: andreas_kupries tags: trunk | |
|
2001-12-11
| ||
| 19:45 | small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLAT check-in: 11d55c29e7 user: msofer tags: trunk | |
| 17:57 | fix debug messages in INST_LSET_LIST. check-in: 09c0f57660 user: msofer tags: trunk | |
| 14:29 | removed overestimates of necessary stack depth for bytecodes in the fix for [Bug 483611]. check-in: cf43b96f2d user: msofer tags: trunk | |
| 02:42 | * unix/tclUnixPipe.c (TclpCreateProcess): Applied Don Porter's patch fixing bug #437489. check-in: 3b43ae38d4 user: andreas_kupries tags: trunk | |
|
2001-12-10
| ||
| 20:30 | fix background error reporting in the absence of a bgerror proc [Bug 219142]. check-in: f64442352c user: msofer tags: trunk | |
| 15:50 | * Several typo and formatting corrections discovered during conversion to TMML. Thanks to ... check-in: c6a543090c user: dgp tags: trunk | |
| 15:44 | fixed the calculation of the maximal stack depth required by bytecodes [Bug 483611]. check-in: 1a664a49d8 user: msofer tags: trunk | |
|
2001-12-07
| ||
| 17:38 | fixed typo check-in: 9fc4146751 user: dgp tags: trunk | |
| 13:55 | restored consistency in refCount accounting by array traces [Bug #4484339] check-in: 23f9cbbc00 user: msofer tags: trunk | |
|
2001-12-06
| ||
| 10:59 | More expr syntax error improvements check-in: cd9316932b user: dkf tags: trunk | |
|
2001-12-05
| ||
| 22:26 | * fixed typo: index -> lindex check-in: f509d0199a user: dgp tags: trunk | |
| 20:43 | new algorithm for [array get], safe when there are traces that modify the array [Bug #449893]. check-in: 986407077b user: msofer tags: trunk | |
|
2001-12-04
| ||
| 15:36 | Improved messages produced on getting a syntax error in an expression check-in: 7496369e64 user: dkf tags: trunk | |
|
2001-12-03
| ||
| 10:42 | Improved expr documentation. check-in: 583756bf09 user: dkf tags: trunk | |
| 08:59 | no message check-in: e941904819 user: davygrvy tags: trunk | |
| 08:56 | Some install target bugs repaired along with $(TCLSTUBLIB) added to the dependencies rather than imp... check-in: f1122c9f0d user: davygrvy tags: trunk | |
|
2001-11-30
| ||
| 14:59 | Tcl_Preserve'ing VarTrace structures to avoid memory corruption [Bug: 484334] check-in: 42b20a50be user: msofer tags: trunk | |
|
2001-11-29
| ||
| 19:38 | Modified test namespace-41.2, added 41.3 check-in: 740493c6b7 user: msofer tags: trunk | |
| 18:14 | added new test for bug 231259 check-in: 96c877863d user: msofer tags: trunk | |
| 15:38 | * generic/tclBinary.c: Added caching scheme to reduce number of object allocations when doing... check-in: 3d0f0e218b user: dkf tags: trunk | |
|
2001-11-28
| ||
| 13:15 | Manpage fix (RE syntax now in separate page.) Resolves Bug486159 reported by Larry Virden. check-in: 97a6ff93bf user: dkf tags: trunk | |
| 03:19 | Fix a coredump in the filename normalizer code for Win95/98. check-in: be370d39fb user: drh tags: trunk | |
| 01:07 | no message check-in: 182c63ddce user: davygrvy tags: trunk | |
| 01:05 | Removed the Tk reference for the 'winhelp' target. Converge at install will need to be the solution... check-in: 2e1304b87c user: davygrvy tags: trunk | |
|
2001-11-27
| ||
| 14:12 | Made test cmdAH-24.2 more robust. check-in: 0d498a5b56 user: dkf tags: trunk | |
| 13:47 | Replace isspace(char) with isspace(UCHAR(char)) for safety... check-in: b59b610eb8 user: dkf tags: trunk | |
| 13:30 | Tightened up the argument passing for [switch] to promote robuster scripts. check-in: 877f39bc96 user: dkf tags: trunk | |
|
2001-11-26
| ||
| 18:06 | * generic/tclIntPlatDecls.h: 'make genstubs' after changes in 2001-11-23 commit from Daniel... check-in: f48952a972 user: dgp tags: trunk | |
|
2001-11-25
| ||
| 05:22 | * unix/Makefile.in: Add comments to better describe TCL_EXE and when it should be available. * wi... check-in: 1c51ca7925 user: mdejong tags: trunk | |
| 01:56 | * win/configure: Regen. * win/tcl.m4 (SC_CONFIG_CFLAGS): Add comctl32.lib to wish link libs. This... check-in: 105862eef5 user: mdejong tags: trunk | |
| 01:50 | Fixed up some non-standard ChangeLog entries which did not parse correctly. check-in: 832904c5f9 user: mdejong tags: trunk | |
|
2001-11-23
| ||
| 01:44 | * unix/configure: regened check-in: fc08ed9b93 user: das tags: trunk | |
| 01:39 | *unix/Makefile.in: *unix/configure.in: *unix/install-sh: *unix/mkLinks: *unix/mkLinks.tcl: *un... check-in: f37029ffea user: das tags: trunk | |
| 01:26 | ** upport to 8.4 of mac code changes for 8.3.3 & various new ** changes for 8.4, some already ba... check-in: 2211e7f47d user: das tags: trunk | |
| 01:26 | ** upport to 8.4 of mac code changes for 8.3.3 & various new ** changes for 8.4, some already ba... check-in: df80aeb569 user: das tags: trunk | |
| 01:25 | ** upport to 8.4 of mac code changes for 8.3.3 & various new ** changes for 8.4, some already ba... check-in: f961ecdd17 user: das tags: trunk | |
|
2001-11-21
| ||
| 19:53 | another fix for test trace-8.8 check-in: e1acd2856e user: dgp tags: trunk | |
| 17:37 | * corrected test trace-8.8 for Bug 219393 check-in: 147dd3c897 user: dgp tags: trunk | |
| 17:17 | * generic/tclBasic.c (Tcl_DeleteCommandFromToken,CallCommandTraces): * generic/tclCmdMZ>c (Tcl_Unt... check-in: 6614c36c48 user: dgp tags: trunk | |
| 02:59 | addition of GetTime.3 Tcl_GetTime doc to mkLinks check-in: c5222c98ff user: hobbs tags: trunk | |
| 02:58 | convert to DOS eol format check-in: 65af0149aa user: hobbs tags: trunk | |
| 02:36 | added TIP#73 patch #483500 from Kevin Kenny. This deprecates TclpGetTime in favor of new Tcl_GetTime... check-in: ad0e26f63b user: hobbs tags: trunk | |
|
2001-11-20
| ||
| 22:47 | moving all code relative to bytecodes from tclBasic.c to tclExecute.c check-in: 769c97c05a user: msofer tags: trunk | |
| 21:19 | correction in the Changelog entry. check-in: 4ff249a848 user: msofer tags: trunk | |
| 21:17 | code reorganisation and factorisation. check-in: 78c5b23742 user: msofer tags: trunk | |
| 19:45 | a better variant of the previous-to-last commit (restoring numLevels computations) check-in: 61ff97c7fc user: msofer tags: trunk | |
| 18:47 | committing unix/configure after running autoconf. A version with extra debug echos got committed b... check-in: 17e150def0 user: dgp tags: trunk | |
| 16:52 | missing variable declaration under TCL_COMPILE_DEBUG. check-in: b52327e976 user: msofer tags: trunk | |
| 16:36 | restoring the computations of iPtr->numLevels to the original logic (previous to buggy modifs on 200... check-in: 714cd03017 user: msofer tags: trunk | |
| 10:15 | * tools/eolFix.tcl (new-file): * unix/Makefile.in: added EOL correction for Windows bat files to ... check-in: 977e6ec041 user: hobbs tags: trunk | |
| 09:24 | * unix/tclUnixInit.c (TclpSetInitialEncodings): update of patch from 2001-11-16 that uses the old ... check-in: 8b6064c1b3 user: hobbs tags: trunk | |
| 04:24 | no message check-in: ca8917f286 user: davygrvy tags: trunk | |
| 04:23 | Added useful comments. check-in: 69942c62a8 user: davygrvy tags: trunk | |
|
2001-11-19
| ||
| 21:04 | * tests/compile.test: added a test for bug [Bug 483309] check-in: 34e03422d0 user: msofer tags: trunk | |
| 17:45 | win fs fixes check-in: 393f41f0e5 user: vincentdarley tags: trunk | |
| 17:43 | correcting erroneous date in Changelog. check-in: 35a11147c1 user: msofer tags: trunk | |
| 17:30 | Code reorganisation: moving all eval functions from tclParse.c to tclBasic.c check-in: 03ae8b576c user: msofer tags: trunk | |
| 14:35 | Changes due to TIP#68; memory handling in variable traces is now correct! check-in: c358dba51f user: dkf tags: trunk | |
| 12:25 | patch for [Bug 483309] check-in: 47264be42d user: msofer tags: trunk | |
|
2001-11-17
| ||
| 00:10 | added hpux nl_langinfo alias fallbacks check-in: e88189b8aa user: hobbs tags: trunk | |
|
2001-11-16
| ||
| 23:40 | adjusted HAVE_LANGINFO to allow for fallback table, added gb2312-1980 alias for gb2312 check-in: e4fff81c13 user: hobbs tags: trunk | |
| 22:28 | * tests/interp.test: * generic/tclInterp.c (SlaveObjCmd): Corrected argument checking for '$inter... check-in: 12ec29d26b user: hobbs tags: trunk | |
| 21:41 | Removed a rogue C++ comment that inadvertently got left in tclListObj.c check-in: 0d3715a770 user: kennykb tags: trunk | |
| 20:55 | * unix/tclUnixInit.c: added HAVE_LANGINFO code block. * unix/configure: regened * unix/configure.... check-in: 405bb72939 user: hobbs tags: trunk | |
| 20:14 | Moved Tcl_GetCommandFromObj and all defining code for tclCmdNameType objects to tclObj.c check-in: 1d6e05be0f user: msofer tags: trunk | |
| 20:01 | Code reordering; execution levels made consistent [Bug 480896]. check-in: 3ff5c422b0 user: msofer tags: trunk | |
|
2001-11-15
| ||
| 00:20 | no message check-in: 84dfeffc60 user: davygrvy tags: trunk | |
| 00:19 | * win/makefile.vc: * win/rules.vc: Small bug fixes. * win/README: added some docs pointing to t... check-in: 44e8867b77 user: davygrvy tags: trunk | |