Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
471 check-ins using file unix/tclUnixFile.c version ddae834a0b
|
2005-10-10
| ||
| 17:59 | * generic/tclExecute.c: fixing an error in INST_LNOT and INST_LYES. Interestingly, the error only... Closed-Leaf check-in: b0515a16ba user: msofer tags: msofer-wcodes-branch | |
|
2005-10-09
| ||
| 13:56 | * generic/tclCmdIL.c: * generic/tclInt.h: modified the TclNSVarHashTable definition to not requi... check-in: 8cc97172d4 user: msofer tags: msofer-wcodes-branch | |
|
2005-10-08
| ||
| 23:15 | * unix/configure: * unix/configure.in: * win/configure.in: reverting last patch: pilot error. *... check-in: 17135bce7f user: msofer tags: msofer-wcodes-branch | |
| 22:12 | * unix/configure: * unix/configure.in: * win/configure.in: changes that somehow got left out of t... check-in: 07ba7e1a6c user: msofer tags: msofer-wcodes-branch | |
|
2005-07-19
| ||
| 22:45 | Getting more systematic about style check-in: f9332bdd5d user: dkf tags: trunk | |
| 13:37 | Systematizing the formatting Also simplified the AIX loader so that it's failure-mode code wasn't sc... check-in: b174fe79d4 user: dkf tags: trunk | |
| 08:51 | Formatting systematization. Also removed check of result of ckalloc() for NULL; it will never succe... check-in: ac17f9daa2 user: dkf tags: trunk | |
| 00:09 | Getting more systematic about style check-in: 690576859a user: dkf tags: trunk | |
|
2005-07-17
| ||
| 22:25 | socket wrong#args message now follows the general conventions check-in: 82a53c1796 user: dkf tags: trunk | |
| 22:06 | Try again :-} check-in: 8df7db4799 user: dkf tags: trunk | |
| 22:04 | Ugh; convert unfortunate tab back to a space check-in: 78a4e02f90 user: dkf tags: trunk | |
| 21:54 | D'oh check-in: d331cb6616 user: dkf tags: trunk | |
| 21:46 | oops; how did I reorder those fields? :-( check-in: 911066ce3f user: dkf tags: trunk | |
| 21:17 | Getting more systematic about style check-in: 7591df07d6 user: dkf tags: trunk | |
|
2005-07-16
| ||
| 21:29 | Tk Bug 1227781 check-in: 9a6ea91409 user: kennykb tags: trunk | |
|
2005-07-15
| ||
| 22:32 | Bug 1237907 check-in: 96beb107b1 user: kennykb tags: trunk | |
| 15:53 | Whitespace/comment tidying check-in: 3aa642dd43 user: dkf tags: trunk | |
| 15:09 | More tidying up check-in: 09344621a7 user: dkf tags: trunk | |
|
2005-07-14
| ||
| 13:41 | More minor tinkering with comments and code-layout check-in: 08ca5567ca user: dkf tags: trunk | |
| 12:17 | Stop warning check-in: dad22a94ac user: dkf tags: trunk | |
| 12:12 | Oops check-in: a0355a2506 user: dkf tags: trunk | |
| 10:50 | Style improvements to tclCompile.c, plus bytecode printing enhancements. check-in: 330dac0c81 user: dkf tags: trunk | |
|
2005-07-13
| ||
| 20:33 | copy/paste/fail-to-modify error in comment. check-in: 2ab7e4e48c user: dgp tags: trunk | |
| 20:00 | * unix/tclUnixSock.c: Use a ProcessGlobalValue to store the * win/tclWinSock.c: ... check-in: 1fd12e8db7 user: dgp tags: trunk | |
|
2005-07-12
| ||
| 20:38 | merged changes from HEAD check-in: adeb44b25c user: kennykb tags: kennykb-numerics-branch | |
| 20:35 | merged changes from HEAD check-in: 5316ea45e0 user: kennykb tags: kennykb-numerics-branch | |
| 20:15 | first round of TIP#249 changes check-in: a0804d1a4c user: kennykb tags: kennykb-numerics-branch | |
| 09:39 | Doc clarification check-in: 9fdbe9d9e3 user: dkf tags: trunk | |
|
2005-07-11
| ||
| 15:03 | Purely style-guide cleansing check-in: 4b3d278317 user: dkf tags: trunk | |
|
2005-07-09
| ||
| 00:27 | * generic/tclExecute.c (TclExecuteByteCode): Reimplement long and wide type integer divisio... check-in: 7acb2424cc user: mdejong tags: trunk | |
|
2005-07-06
| ||
| 15:17 | * generic/tclLink.c: Simplified LinkTraceProc [Bug 1208108]. check-in: 828cc933d5 user: dgp tags: trunk | |
|
2005-07-05
| ||
| 20:54 | * unix/Makefile.in: Purged use of TCLTESTARGS [RFE 1161550]. check-in: 874e6a52dd user: dgp tags: trunk | |
| 18:15 | * generic/tclUtil.c: Converted TclFormatInt() into a macro. * generic/tclInt.decl... check-in: 3af2919289 user: dgp tags: trunk | |
| 17:33 | * generic/tclNamesp.c: Allow for [namespace import] of a command * tests/namespace.... check-in: e4ef8384ac user: dgp tags: trunk | |
| 14:19 | Style-guide reformat and get rid of gcc warning check-in: 594cf90263 user: dkf tags: trunk | |
| 11:37 | Much whitespace/style tidying up check-in: 720eee7591 user: dkf tags: trunk | |
|
2005-07-04
| ||
| 22:26 | Whitespace/fmt fixes check-in: c360150c2e user: dkf tags: trunk | |
| 21:19 | Purge remnants of old dictionary rep interlocking code; it only ever worked when the locking was in ... check-in: 15359b6f9c user: dkf tags: trunk | |
|
2005-07-01
| ||
| 10:29 | Protect against spurious wake-ups while waiting on the condition variable when tearing down the noti... check-in: e5562a29ac user: vasiljevic tags: trunk | |
|
2005-06-29
| ||
| 03:28 | * generic/tclExecute.c (TclExecuteByteCode): When parsing an integer operand for a unary ... check-in: 101dfd39ca user: mdejong tags: trunk | |
|
2005-06-27
| ||
| 18:00 | increased warning about [auto_reset] bug fix. check-in: 6f625117c2 user: dgp tags: trunk | |
|
2005-06-26
| ||
| 22:10 | Add explanatory comment about static unprotected variables. check-in: e9e2d93772 user: dkf tags: trunk | |
|
2005-06-24
| ||
| 23:32 | * library/auto.tcl: Make file safe to re-[source] without destroying registered ... check-in: d1e3417e82 user: dgp tags: trunk | |
| 20:07 | cleanup Tcl_Preserve after exit handlers check-in: 3519b5327d user: kennykb tags: trunk | |
| 15:06 | * library/auto.tcl: Make file safe to re-[source] without destroying registered auto_mk... check-in: 2c82378f14 user: dgp tags: trunk | |
|
2005-06-23
| ||
| 19:48 | bug 1225957 check-in: 0549954de3 user: kennykb tags: trunk | |
| 17:01 | * tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept multi-digit patchlevels. check-in: 6efbd658a3 user: das tags: trunk | |
|
2005-06-22
| ||
| 21:39 | bug 1225044 check-in: e7ae1a09c0 user: kennykb tags: trunk | |
| 21:24 | * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] Thanks to Pat Thoy... check-in: b165576fdb user: dgp tags: trunk | |
| 19:47 | bug 1225727 check-in: 6c3e03abdb user: kennykb tags: trunk | |
|
2005-06-21
| ||
| 19:49 | * generic/tclInt.h: Followup to change made on 2005-06-18 by Daniel Steffen. There are compiler... check-in: 2d2e2a398c user: andreas_kupries tags: trunk | |
| 19:20 | bug 1194458 check-in: 8ba6448607 user: kennykb tags: trunk | |
| 18:32 | * generic/tclBasic.c: Added missing walk of the list of active traces * generic/tc... check-in: aa95aa1c1e user: dgp tags: trunk | |
| 14:17 | autoconf check-in: 3a7fe5e9c9 user: dgp tags: trunk | |
| 08:51 | Only enable the 'compile' special debugging feature when requested in configure.in; removes irreleva... check-in: 0cc9693bf4 user: dkf tags: trunk | |
|
2005-06-20
| ||
| 23:10 | typos check-in: 5e3832c359 user: dkf tags: trunk | |
| 22:55 | typo check-in: abcd456abe user: dkf tags: trunk | |
| 21:27 | Add compilation for TIP#90-style [catch] requiring a new opcode [Bug1219112] check-in: 3f3cff9adc user: dkf tags: trunk | |
| 10:01 | Update error case handling following Mo's updates (which are a good thing) check-in: ffddfd73f3 user: dkf tags: trunk | |
| 07:48 | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Generate an error if a mode argument like -exact is passe... check-in: d616dbd68a user: mdejong tags: trunk | |
|
2005-06-18
| ||
| 21:45 | * generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fat compiles on Darwin (i.e. ... check-in: 02ddae4aec user: das tags: trunk | |
|
2005-06-17
| ||
| 23:41 | Fix bug in [format %hx] handling on selected platforms. [Bug 1154163] check-in: 5f26324c95 user: dkf tags: trunk | |
| 14:26 | Fix an odd [after]-and-limits problem. [Bug 1221395] check-in: 6d6caaf8f9 user: dkf tags: trunk | |
|
2005-06-14
| ||
| 13:45 | Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg. Thanks to Will Duquett... check-in: dd2595e57a user: dkf tags: trunk | |
|
2005-06-13
| ||
| 08:31 | correct fix to file mkdir check-in: 9c6c2985d7 user: vincentdarley tags: trunk | |
| 01:45 | *** MERGE WITH HEAD *** (tag msofer-wcodes-20050611) check-in: d666b09ed5 user: msofer tags: msofer-wcodes-branch | |
|
2005-06-12
| ||
| 22:19 | D'oh! check-in: 1f520360c7 user: dkf tags: trunk | |
| 22:13 | Simplify command compilation by moving numerous common stanzas into macros so that things say what t... check-in: 82d80d8b59 user: dkf tags: trunk | |
|
2005-06-10
| ||
| 15:22 | Improve the [chan] documentation check-in: af4a1c46e7 user: dkf tags: trunk, msofer-wcodes-20050611 | |
|
2005-06-09
| ||
| 16:24 | fix to race condition in file mkdir and fix to glob documentation check-in: a6ebffa26e user: vincentdarley tags: trunk | |
| 14:23 | Small doc improvements [Bug 1211078] etc. check-in: 06bfc11ebc user: dkf tags: trunk | |
|
2005-06-08
| ||
| 21:17 | typo fix check-in: 03edf0eac5 user: dkf tags: trunk | |
| 14:12 | D'oh. [Bug 1217017] check-in: 143c847915 user: dkf tags: trunk | |
|
2005-06-07
| ||
| 21:46 | * generic/tclInt.h: Reduced the Tcl_ObjTypes "index", * generic/tclIndex... check-in: 9c1c8c3166 user: dgp tags: trunk | |
| 21:31 | Added (untested!) implementation of truncation for Windows check-in: a43119ea8e user: dkf tags: trunk | |
| 21:14 | * generic/tclObj.c: Restored registration of the "procbody" Tcl_ObjType, as requ... check-in: 26620cf722 user: dgp tags: trunk | |
| 20:52 | Now for a real test of [chan truncate]... check-in: ffa6301002 user: dkf tags: trunk | |
| 20:37 | Stick to TCL_CHANNEL_VERSION_4; it's all in alpha anyway! check-in: 4d740196df user: dkf tags: trunk | |
| 14:13 | autoconf check-in: 2c02e2527f user: dgp tags: trunk | |
| 14:03 | Bump patchlevel to a4 check-in: 0c38ae7bb8 user: dkf tags: trunk | |
| 10:04 | Clean up tests in chan.test and add mechanism for chaining Tcl_WrongNumArgs messages (used in [read]... check-in: b3487bb8b8 user: dkf tags: trunk | |
| 09:18 | Add missing return TCL_ERROR check-in: 194aedaa6e user: dkf tags: trunk | |
| 09:07 | Another indentation fix check-in: 5ddb9adb32 user: dkf tags: trunk | |
| 09:06 | Clean up indentation check-in: 65eb529bed user: dkf tags: trunk | |
| 09:04 | Add missing return in wrong#args case check-in: 1816c38092 user: dkf tags: trunk | |
| 02:12 | copy/paste/modify error check-in: 0b19608243 user: dgp tags: trunk | |
| 02:10 | typo check-in: 8d33e93a6d user: dgp tags: trunk | |
| 02:07 | make genstubs check-in: b683f2cde5 user: dgp tags: trunk | |
|
2005-06-06
| ||
| 23:45 | TIP#208 implementation It's crude (especially in the tests and docs department) and incomplete (no t... check-in: 3280056391 user: dkf tags: trunk | |
| 20:54 | Correct crash in stack.test on gcc/win32; fix compile errors in tclObj.c on hpux/native cc check-in: 065f9ddc96 user: kennykb tags: trunk | |
|
2005-06-04
| ||
| 21:06 | note tag date for 8.5a3 check-in: 426944cc6e user: hobbs tags: trunk, core-8-5-a3 | |
| 21:06 | add libtommath to dist target check-in: eef0f5a23f user: hobbs tags: trunk | |
|
2005-06-03
| ||
| 16:49 | update changes for 8.5a3 release. check-in: cd6f82cc11 user: dgp tags: trunk | |
| 10:02 | Remove blatant inefficiency in [parray] check-in: 602628a115 user: dkf tags: trunk | |
| 08:52 | * macosx/Makefile: fixed 'embedded' target. check-in: ed94bc6122 user: das tags: trunk | |
|
2005-06-02
| ||
| 22:56 | * unix/Makefile.in (html): add BUILD_HTML_FLAGS optional var * tools/tcltk-man2html.tcl: add a --u... check-in: af56fb84a6 user: hobbs tags: trunk | |
| 09:48 | regenerated after dkf's modifications to tcl.m4 check-in: aecf3a0fe9 user: rmax tags: trunk | |
| 09:19 | Fix m4 quoting problems :} check-in: 122b06ca01 user: dkf tags: trunk | |
| 03:11 | This close to a release, simple is better. check-in: b191ed7c37 user: dgp tags: trunk | |
|
2005-06-01
| ||
| 22:19 | * generic/tclProc.c: Revised fix for [Bug 1209759] is more complex, * generic/tclResult.... check-in: cc9274d22e user: dgp tags: trunk | |
| 21:45 | d'oh! check-in: 49146570cd user: dgp tags: trunk | |
| 21:38 | * generic/tclBasic.c: For compatibility with earlier Tcl releases, * generic/tclRe... check-in: ad959189c3 user: dgp tags: trunk | |
| 11:00 | Implementation of TIP#241 from Joe Mistachkin Also compilation of [switch -glob -nocase] from Donal ... check-in: 1dd0879381 user: dkf tags: trunk | |
| 10:02 | Increase efficiency of [lindex] compilation check-in: b3662bfb9f user: dkf tags: trunk | |
| 09:37 | Make the threaded build compile again... check-in: 745f7e4cf0 user: dkf tags: trunk | |
|
2005-05-31
| ||
| 12:29 | Standardize help messages for 'configure --help' using AC_HELP_STRING check-in: 4392cbd439 user: dkf tags: trunk | |
| 11:38 | See file. check-in: f40644f675 user: vasiljevic tags: trunk | |
| 11:37 | The notifier thread is now created as joinable and properly joined in the Tcl_FinalizeNotifier. check-in: 72d6038dca user: vasiljevic tags: trunk | |
|
2005-05-30
| ||
| 07:57 | See file. check-in: a02f77bfd6 user: vasiljevic tags: trunk | |
| 07:56 | Fixed Tcl Bug #1204064. check-in: b189cce3c3 user: vasiljevic tags: trunk | |
| 00:04 | TIP#229 implementation check-in: f1050beab4 user: dkf tags: trunk | |
|
2005-05-26
| ||
| 11:18 | * macosx/Makefile: moved & corrected EMBEDDED_BUILD check. * unix/configure.in: corrected framewo... check-in: 7028a4742a user: das tags: trunk | |
| 08:08 | Tab characters are important in *roff tables... check-in: 00b02d06b9 user: dkf tags: trunk | |
|
2005-05-25
| ||
| 19:27 | * generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary cast check-in: a1d08b0d48 user: hobbs tags: trunk | |
| 16:13 | TIP#182 IMPLEMENTATION [Patch 1165062] * doc/mathfunc.n: New built-in math f... check-in: ba76483869 user: dgp tags: trunk | |
|
2005-05-24
| ||
| 19:13 | * library/init.tcl: Updated [unknown] to be sure the [return] * tests/init.test:... check-in: f259162cb6 user: dgp tags: trunk | |
| 04:44 | * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars that need to be ... check-in: 07573183ed user: das tags: trunk | |
|
2005-05-23
| ||
| 23:38 | fixed typo in EXTRA_INSTALL_BINARIES check-in: 70025405a5 user: das tags: trunk | |
| 20:20 | * macosx/Makefile: * macosx/README: * macosx/Tcl-Info.plist.in (new file): * unix/Makefile.in: ... check-in: 7c25639f1f user: das tags: trunk | |
| 20:19 | * generic/tclIOUtil.c (TclLoadFile): * generic/tclInt.h: * unix/tcl.m4: * unix/tclLoadDyld.c: ad... check-in: f1f3008c90 user: das tags: trunk | |
| 20:18 | * generic/tclCmdMZ.c (Tcl_TimeObjCmd): change [time] called with a count > 1 to return a string wi... check-in: 26e1c8d94c user: das tags: trunk | |
| 17:40 | * doc/expr.n: * doc/string.n: fixed roff syntax complaints from 'make html'. check-in: 261e228a30 user: das tags: trunk | |
|
2005-05-22
| ||
| 01:30 | Fixed a bug in expr round(x) function: returned an empty string if x was an integer check-in: 503afc89f6 user: chengyemao tags: trunk | |
|
2005-05-21
| ||
| 15:10 | Resynchronized with HEAD check-in: 96be07d7c8 user: kennykb tags: kennykb-numerics-branch | |
|
2005-05-20
| ||
| 15:29 | * generic/tclParseExpr.c: Corrected parser to recognize all boolean literals a... check-in: ced7ccb24b user: dgp tags: trunk | |
| 02:50 | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In... check-in: 6db5952245 user: das tags: trunk | |
|
2005-05-19
| ||
| 22:49 | Quell a gcc warning check-in: ddf3146780 user: dkf tags: trunk | |
| 15:17 | Scratch one bizarre while loop... :^) check-in: 87030df1be user: dkf tags: trunk | |
| 13:28 | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In... check-in: 3a9463d7ae user: das tags: trunk | |
| 13:27 | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In... check-in: a8c0c897b7 user: das tags: trunk | |
|
2005-05-18
| ||
| 20:54 | * generic/tclBasic.c (Tcl_ExprBoolean): Rewrite as wrapper around Tcl_ExprBooleanObj... check-in: c3e78c6b7d user: dgp tags: trunk | |
| 19:09 | minor phrasing improvements. check-in: 1fe5c2c031 user: dgp tags: trunk | |
| 16:44 | * doc/BoolObj.3: Rewrite of documentation dropping many details about the int... check-in: 95abe9b7f5 user: dgp tags: trunk | |
| 15:43 | * generic/tclInt.h: Revision to the "boolean" Tcl_ObjType, so * generic/tclObj.c... check-in: 5a07f799a9 user: dgp tags: trunk | |
|
2005-05-17
| ||
| 21:28 | * generic/tclObj.c (TclInitObjSubsystem): Removed the * tests/listObj.test: ... check-in: 2074e27c04 user: dgp tags: trunk | |
|
2005-05-16
| ||
| 15:35 | restore MSVC buildability of tclWin32Dll.c check-in: c022adcc3b user: kennykb tags: trunk | |
| 08:41 | And another silly mistake... check-in: 9136f67092 user: dkf tags: trunk | |
| 08:38 | Fixed minor mistake in the example (not following best-practice as described in the Portability sec... check-in: c73418300c user: dkf tags: trunk | |
|
2005-05-14
| ||
| 23:15 | whitespace/style policing check-in: 52d15b0b4d user: dkf tags: trunk | |
| 21:37 | whitespace fix check-in: 43fd4654a7 user: dkf tags: trunk | |
| 20:46 | * generic/tclInt.decls: * generic/tclTest.c: * generic/tclUtil.c: * win/tclWin32Dll.c: fixed lin... check-in: 7ff2693241 user: das tags: trunk | |
|
2005-05-13
| ||
| 21:20 | further rework of SEH check-in: d1306f71a8 user: kennykb tags: trunk | |
| 17:11 | * generic/tclBasic.c: Dropped the TCL_NO_MATH configuration. * generic/tclBinary.c... check-in: c4a9664679 user: dgp tags: trunk | |
|
2005-05-12
| ||
| 22:48 | Corrected duplication of test names check-in: b3032b4166 user: dgp tags: trunk | |
| 21:21 | changed NAME to match the name of the page. check-in: 9092afcc5a user: kennykb tags: trunk | |
| 16:23 | Corrected example that confused [namespace which] and [namespace origin] check-in: 2151523185 user: dgp tags: trunk | |
|
2005-05-11
| ||
| 17:18 | repeat merge with HEAD check-in: 33802b0c8b user: kennykb tags: kennykb-numerics-branch | |
| 15:39 | Added UCHAR's to ctype macros in tclStrToD.c check-in: b5d1ecb4f0 user: kennykb tags: trunk | |
| 15:00 | Synchronized with HEAD check-in: 6ea4a2ae77 user: kennykb tags: kennykb-numerics-branch | |
| 00:53 | * unix/tclUnixFCmd.c: add lint attr to enum to satisfy strictly compliant compilers that don't lik... check-in: 03b9a47d8d user: hobbs tags: trunk | |
| 00:51 | * tests/string.test: string-10.[21-30] * generic/tclCmdMZ.c (Tcl_StringObjCmd): add extra checks t... check-in: fab27ad2b8 user: hobbs tags: trunk | |
|
2005-05-10
| ||
| 20:17 | Fixes for C++-style comment and bad NaN on PA-RISC check-in: a4754204f2 user: kennykb tags: trunk | |
| 19:11 | fixed Changelog entry for [Bug 1198892] fix - forgot to mention new regression tests. check-in: 0b53eeb272 user: msofer tags: trunk | |
| 18:59 | fix ChangeLog message for last commit check-in: 6fef346e5e user: kennykb tags: trunk | |
| 18:54 | Fixed uninitialized memory read in tclBinary.c when passing a NaN to 'd','q','Q' formats check-in: 14211c3843 user: kennykb tags: trunk | |
| 18:33 | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 check-in: 1cc2336920 user: kennykb tags: trunk | |
| 17:20 | committed local libtommath changes from kennykb-numerics-branch back to the Tcl HEAD check-in: edc85b6177 user: kennykb tags: trunk | |
| 16:57 | Merged special handling of trivial patterns into Tcl_ListMathFuncs. check-in: 72a41f9405 user: dgp tags: kennykb-numerics-branch | |
| 16:11 | Merged changes from HEAD check-in: bae9c0a530 user: kennykb tags: kennykb-numerics-branch | |
| 10:02 | * generic/tclExecute.c (ExponLong, ExponWide): fixed special case 'i**0' for i>0 [Bug 1198892] check-in: 4b97cfe954 user: msofer tags: trunk | |
|
2005-05-09
| ||
| 22:13 | further fixes for structured event handling and frame pointer omission check-in: 9a65c5d521 user: kennykb tags: kennykb-numerics-branch | |
|
2005-05-08
| ||
| 20:41 | portability hacks and eliminate bad CPUID code check-in: ed4639b2c7 user: kennykb tags: kennykb-numerics-branch | |
|
2005-05-07
| ||
| 21:09 | fixed underflow bug in MSVC with -O3 check-in: 85f6025e11 user: kennykb tags: kennykb-numerics-branch | |
| 19:18 | Revised initialization of tclStrToD.c check-in: d5f6456bdd user: kennykb tags: kennykb-numerics-branch | |
| 00:05 | * unix/tcl.m4, unix/configure: correct Solaris 10 (5.10) check and add support for x86_64 Solaris ... check-in: 8f214f2854 user: hobbs tags: trunk | |
|
2005-05-05
| ||
| 18:37 | * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. * generic/tclInt.h: ... check-in: 751ccc1989 user: dgp tags: trunk | |
| 17:55 | Merged with HEAD check-in: b77c9a87c6 user: kennykb tags: kennykb-numerics-branch | |
| 17:52 | Corrected a compilation error in the --enable-threads configuration check-in: db79d08c45 user: kennykb tags: trunk | |
| 17:20 | * generic/tclCompCmds.c: Factored common efficiency trick into a macro named ... check-in: 4c8dcccfb3 user: dgp tags: trunk | |
| 15:32 | * generic/tclCompCmds.c: Replaced all instance of * generic/tclCompile.c: ... check-in: 2f2f477a05 user: dgp tags: trunk | |
|
2005-05-03
| ||
| 18:07 | * doc/DString.3: Eliminated use of identifier "string" in Tcl's * doc/Environ... check-in: 83aa957ebe user: dgp tags: trunk | |
|
2005-05-02
| ||
| 21:45 | * generic/tcl.decls: * generic/tclBasic.c: Simplified implementation of Tcl_ExprSt... check-in: 6c4cb20910 user: dgp tags: trunk | |
|
2005-04-30
| ||
| 11:47 | * unix/tclUnixNotfy.c: applied dkf's tkMacOSXNotify.c cleanup changes. check-in: 73b282ccef user: das tags: trunk | |
|
2005-04-29
| ||
| 21:47 | Whitespace/formatting fixes check-in: 709b42df9d user: dkf tags: trunk | |
| 20:49 | TIP#176 IMPLEMENTATION [Patch 1165695] * generic/tclUtil.c: Extended TclGetIntF... check-in: d9e4591786 user: dgp tags: trunk | |
|
2005-04-28
| ||
| 14:24 | * tests/unixInit.test (7.1): Alternative fix for the 2004-11-11 commit. check-in: 5dcc3507b3 user: dgp tags: trunk | |
| 05:31 | * library/init.tcl: Corrected flaw in interactive command * tests/main.test: ... check-in: 25b4da904a user: dgp tags: trunk | |
|
2005-04-27
| ||
| 18:48 | TIP#183 IMPLEMENTATION [Patch 577093] * generic/tclIOUtil.c (TclGetOpenModeEx): ... check-in: 6a178af03a user: dgp tags: trunk | |
|
2005-04-26
| ||
| 20:54 | corrected an EDOM handling input overflow on Solaris check-in: a554dde816 user: kennykb tags: kennykb-numerics-branch | |
| 17:09 | Corrected NaN handling in [binary format] check-in: dfb89408db user: kennykb tags: kennykb-numerics-branch | |
| 16:54 | correct uninit mem ref in Tcl_GetDoubleFromObj check-in: a38967256a user: kennykb tags: kennykb-numerics-branch | |
| 16:32 | Restored silent overflow/underflow to input conversions check-in: 1fa534af9f user: kennykb tags: kennykb-numerics-branch | |
| 00:44 | * compat/string.h: fixed memchr() protoype for __APPLE__ so that we build on Mac OS X 10.1 again. ... check-in: 20a693c229 user: das tags: trunk | |
|
2005-04-25
| ||
| 21:37 | Merged with HEAD. check-in: fcce6158ac user: kennykb tags: kennykb-numerics-branch | |
| 20:15 | Olson's tzdata2005i check-in: 908327be7a user: kennykb tags: trunk | |
| 19:59 | Revised documentation for TIP 232 check-in: e6c2f423c4 user: kennykb tags: kennykb-numerics-branch | |
| 17:07 | * library/init.tcl: Use "ni" and "in" operators. check-in: c386e86f4f user: dgp tags: trunk | |
| 10:05 | fix comments check-in: 5b62507eda user: msofer tags: trunk | |
| 10:01 | * generic/tclExecute.c: fix for [Bug 1189274]. check-in: 732199b541 user: msofer tags: trunk | |
| 02:08 | silence compiler warnings check-in: 9cb000f783 user: dgp tags: trunk | |
|
2005-04-22
| ||
| 16:26 | typo check-in: b4f40c1307 user: dgp tags: trunk | |
| 16:18 | * tests/string.test: Test string-23.0 for Bug 1187123. check-in: 8dc78c8b55 user: dgp tags: trunk | |
| 15:46 | The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bring it into agreement... check-in: 9cc02e7123 user: dgp tags: trunk | |
|
2005-04-21
| ||
| 22:42 | * generic/tclLiteral.c: Disabled the code that forces some literals into the "int" T... check-in: 3dd9e52203 user: dgp tags: trunk | |
| 21:29 | * generic/tclDictObj.c: Updated callers to call new routine. check-in: 60d7ff04ee user: dgp tags: trunk | |
| 21:23 | * generic/tclBasic.c: Updated callers to call new routine. * generic/tclCompCmds.c... check-in: b0a22119dc user: dgp tags: trunk | |
| 20:35 | stifle compiler warning check-in: ace1bd5a92 user: dgp tags: trunk | |
| 20:24 | * generic/tclGet.c: Radical code simplification. Converted Tcl_GetFoo() routine... check-in: c5a5c3f411 user: dgp tags: trunk | |
| 15:49 | Tcl_GetDoubleFromObj now avoids shimmering away a "wideInt" intrep. check-in: 2ac5b9233d user: dgp tags: trunk | |
| 15:23 | * generic/tclObj.c: Re-ordered error detection code so all values with trailing ... check-in: e2ac645480 user: dgp tags: trunk | |
| 14:23 | * doc/GetInt.3: Convert argument "string" to "str" to agree with code. Also clarifie... check-in: c2065c79f6 user: dgp tags: trunk | |
|
2005-04-20
| ||
| 19:47 | TIP 232 documentation check-in: a5f2bf4959 user: kennykb tags: kennykb-numerics-branch | |
| 16:04 | * generic/tclGet.c (Tcl_GetInt): Corrected error that did not * generic/tclOb... check-in: 4e2a92f900 user: dgp tags: trunk | |
| 15:13 | silenced a compiler warning check-in: 6ccb622ed3 user: kennykb tags: trunk | |
|
2005-04-19
| ||
| 18:44 | typo check-in: 301150ab87 user: dgp tags: trunk | |
| 16:32 | * generic/tclBasic.c: Added unsupported command * generic/tclCmdAH.c: [::tcl::un... check-in: b200066b4e user: dgp tags: trunk | |
| 15:10 | fixed Bug 1185933 check-in: 089af482d8 user: kennykb tags: trunk | |
|
2005-04-16
| ||
| 19:21 | *** FROM HEAD *** * generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leak [Bug 1084111]... check-in: 019a8d1279 user: msofer tags: msofer-wcodes-branch | |
| 19:17 | * generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leak [Bug 1084111] check-in: b2d441f946 user: msofer tags: trunk | |
| 08:05 | See file check-in: 4a518115ec user: vasiljevic tags: trunk | |
| 08:04 | Force clenaup of the interp result in TclLoadFile(). Some implementations of TclpFindSymbol() will s... check-in: 1a0278d29d user: vasiljevic tags: trunk | |
| 08:03 | Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed to recognize when being called with NUL... check-in: 5c9d9a78f1 user: vasiljevic tags: trunk | |
| 08:01 | Fixed TclpFreeAllocCache() to recognize when being called with NULL argument. This is a signal for ... check-in: 1ba74d7ab7 user: vasiljevic tags: trunk | |
| 08:00 | Modified TclFinalizeThreadAlloc() to explicitly call TclpFreeAllocCache with the NULL-ptr as argumen... check-in: 9b92b809a4 user: vasiljevic tags: trunk | |
| 07:58 | Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache(). check-in: ecfd50088d user: vasiljevic tags: trunk | |
|
2005-04-15
| ||
| 22:41 | * tests/unixInit.test: Disabled obsolete tests and removed code * tests/encoding.te... check-in: 491363a334 user: dgp tags: trunk | |
| 15:50 | * library/init.tcl: Use auto-loading to bring in Tcl Module * library/tclIndex: ... check-in: 15c5551bac user: dgp tags: trunk | |
| 02:40 | * generic/tclExecute.c: fix for bad stack management check-in: 0e96d57b08 user: msofer tags: msofer-wcodes-branch | |
| 02:38 | * generic/tclExecute.c: missing semicolons caused failure to compile with TCL_COMPILE_DEBUG. check-in: 2ae9c6f494 user: msofer tags: trunk | |
|
2005-04-14
| ||
| 19:02 | fix typo in last commit (would not compile) check-in: 12bbf2df32 user: msofer tags: msofer-wcodes-branch | |
| 18:38 | * generic/tclCmdIL (AppendLocals): * generic/tclExecute.c: * generic/tclInt.h: * generic/tclProc... check-in: a8589ef20b user: msofer tags: msofer-wcodes-branch | |
| 04:43 | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit * tests/io.test: changed from ten b... check-in: ef164333ff user: davygrvy tags: trunk | |
| 04:43 | no message check-in: 0367ea1606 user: davygrvy tags: trunk | |
| 02:41 | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit * tests/io.test: changed from ten by... check-in: 7b37444344 user: davygrvy tags: trunk | |
|
2005-04-13
| ||
| 21:26 | * unix/tclUnixInit.c (TclpGetEncodingNameFromEnvironment): Reversed order of verify... check-in: 3d8bfa527e user: dgp tags: trunk | |
| 19:28 | Performance improvement in [clock] - FR 1182459 check-in: e8d3b26242 user: kennykb tags: trunk | |
| 11:06 | Also improved [fcopy] docs check-in: bc202c364b user: dkf tags: trunk | |
| 10:53 | Improve documentation of -encoding binary option to [fconfigure]. check-in: 7ae24657a0 user: dkf tags: trunk | |
| 09:40 | *** FROM HEAD *** * generic/tclCompile.c:Commented out the functions TclPrintInstruction(), TclPr... check-in: 8b5603c892 user: msofer tags: msofer-wcodes-branch | |
| 09:39 | * generic/tclCompile.c:Commented out the functions TclPrintInstruction(), TclPrintObject() and Tcl... check-in: 595299342a user: msofer tags: trunk | |
| 02:42 | * generic/tclCompile.c: * generic/tclExecute.c: Commented out the code to store pointers to liter... check-in: b361868a6a user: msofer tags: msofer-wcodes-branch | |
|
2005-04-12
| ||
| 21:09 | 2005-04-12 Miguel Sofer <msofer@users.sf.net> * generic/tclCmdIL (AppendLocals): * generic/tclCo... check-in: 87d6c65542 user: msofer tags: msofer-wcodes-branch | |
| 20:28 | * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call. * generic/tclUtil... check-in: 33d1032cba user: dgp tags: trunk | |
| 18:32 | added definition of NULL to strstr.c for Bug 1175161 check-in: 43ddb35efd user: kennykb tags: trunk | |
| 18:23 | * generic/tclCompile.c: * generic/tclExecute.c: * generic/tclProc.c: * generic/tclVar.c: fixing ... check-in: 0fb1506e17 user: msofer tags: msofer-wcodes-branch | |
|
2005-04-11
| ||
| 10:02 | Revamp the zone-info compiler to make better use of the facilities available check-in: 396133da15 user: dkf tags: trunk | |
| 09:11 | * generic/tclExecute.c: * generic/tclInt.h: * generic/tclTrace.c: * generic/tclVar.c: part 3 of ... check-in: 7927e0ab50 user: msofer tags: msofer-wcodes-branch | |
| 00:58 | updated to libtommath 0.35 check-in: f076d87f76 user: kennykb tags: kennykb-numerics-branch | |
| 00:40 | * generic/tclCompCmds.c: * generic/tclCompile.c: * generic/tclExecute.c: * generic/tclInt.h: * ... check-in: eed9a6755a user: msofer tags: msofer-wcodes-branch | |
| 00:22 | Updated to libtommath 0.35 check-in: f12cf81bea user: kennykb tags: kennykb-numerics-branch | |
|
2005-04-10
| ||
| 23:54 | Import of tommath 0.35 check-in: 30c8e6bbc2 user: kennykb tags: trunk | |
| 23:32 | Olson's tzdata2005h check-in: 08ade9a5ab user: kennykb tags: trunk | |
| 23:14 | merged with HEAD and fixed 1180368 check-in: 7bc9ca0285 user: kennykb tags: kennykb-numerics-branch | |
| 23:07 | * generic/tclBasic.c (TclObjInvoke): Plug memory leak. [Bug 1180368] check-in: 117cdb70c9 user: dgp tags: trunk | |
| 18:16 | changelog entry check-in: c72c384197 user: msofer tags: msofer-wcodes-branch | |
| 18:13 | * generic/tcl.h (comments): * generic/tclCmdIL.c: * generic/tclCompile.c: * generic/tclExecute.c... check-in: e6953ba3cf user: msofer tags: msofer-wcodes-branch | |
|
2005-04-09
| ||
| 21:17 | * generic/tclExecute.c: fix possible leak of expansion Tcl_Objs check-in: 10451207ee user: msofer tags: msofer-wcodes-branch | |
| 21:14 | fix in last commit check-in: 7a54aa6af9 user: msofer tags: trunk | |
| 21:12 | * generic/tclExecute.c: fix possible leak of expansion Tcl_Objs check-in: 33cd3211b5 user: msofer tags: trunk | |
| 20:48 | * generic/tclInt.h: change of order in macros * generic/tclListObj.c (Tcl_ListObjIndex): added mis... check-in: 4d75916501 user: msofer tags: msofer-wcodes-branch | |
| 15:38 | * macosx/README: updated requirements for OS & developer tool versions + other small fixes/cleanup... check-in: 1f95116fcf user: das tags: trunk | |
| 11:09 | * generic/tclListObj.c (Tcl_ListObjIndex): added missing NULL return when getting index from an em... check-in: 83a809919f user: das tags: trunk | |
| 10:15 | * unix/tcl.m4 (Darwin): added -single_module linker flag to TCL_SHLIB_LD_EXTRAS and TK_SHLIB_LD_EX... check-in: 227076fc7c user: das tags: trunk | |
|
2005-04-08
| ||
| 21:38 | Fix whitespace check-in: 8b722c33bd user: dkf tags: trunk | |
| 20:03 | * generic/tclInt.h (TclGetEncodingFromObj): New function to * generic/tclEncodin... check-in: 3aae24d03c user: dgp tags: trunk | |
| 17:10 | explanatory comment check-in: 53b1db0561 user: dgp tags: trunk | |
| 12:47 | Test updates for new [switch] compiler check-in: f9a6809534 user: dkf tags: trunk | |
| 10:42 | Improved [switch] compilation. check-in: 4cd9721bbc user: dkf tags: trunk | |
|
2005-04-06
| ||
| 20:55 | Purge old and inaccurate .VS/.VE macros. check-in: b5dbb85db5 user: dkf tags: trunk | |
| 20:42 | Ignore the msvc7/8 autogenerated project parts. check-in: 7dd802e392 user: patthoyts tags: trunk | |
| 09:51 | Improvements to man2html script to handle .IP better check-in: f41a60bb6d user: dkf tags: trunk | |
| 09:34 | Change some .TP macros to .IP to work around *roff formatter bugs. check-in: fc1c7df6f8 user: dkf tags: trunk | |
|
2005-04-05
| ||
| 17:03 | replace obsolete "winOnly" constraint with preferred "win" check-in: a49c5566a1 user: dgp tags: trunk | |
| 16:56 | * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the * generic/tclUt... check-in: 4a7eaa5b15 user: dgp tags: trunk | |
| 16:18 | * generic/tclInt.h: * generic/tclObj.c: Change in TclDecrRefCount and TclFreeObj, to speed up the... check-in: 8f5c1b4045 user: msofer tags: trunk | |
|
2005-04-04
| ||
| 22:16 | * generic/tclExecute.c: small opts in obj handling check-in: 719bc256ab user: msofer tags: msofer-wcodes-branch | |
| 10:12 | * generic/tclExecute.c: small opts in obj handling check-in: 14340221f8 user: msofer tags: trunk | |
|
2005-04-03
| ||
| 23:42 | assorted stuff, including [Patch 1174551] and merge from HEAD check-in: 52f453e631 user: msofer tags: msofer-wcodes-branch | |
| 00:20 | * generic/tclVar.c: converted a few function calls to macros. check-in: 3298b60c63 user: msofer tags: trunk | |
|
2005-04-02
| ||
| 21:45 | * generic/tclInt.h: * generic/tclObj.c: Change in TclDecrRefCount and TclFreeObj, to speed up the... check-in: 7fe6642e48 user: msofer tags: msofer-wcodes-branch | |
| 21:07 | Changelog fix check-in: b20a0bfe8f user: msofer tags: msofer-wcodes-branch | |
| 21:04 | * generic/tclExecute.c: leak fix in INST_STORE_SCALAR check-in: e718df4738 user: msofer tags: msofer-wcodes-branch | |
| 13:35 | Sync with HEAD - [Patch 1158008] check-in: 95433ade49 user: msofer tags: msofer-wcodes-branch | |
| 02:08 | Changed the internal representation of lists to (a) reduce the malloc/free calls at list creation (f... check-in: 20cba22d42 user: msofer tags: trunk | |
|
2005-04-01
| ||
| 19:08 | slight reduction in cost of INST_START_CMD check-in: 94ede88e2b user: msofer tags: trunk | |
| 18:48 | opt in INST_*_SCALAR, sync with HEAD check-in: 7bf6052c01 user: msofer tags: msofer-wcodes-branch | |
| 16:18 | * generic/tclExecute.c: * generic/tclInt.h: ExecEnv now stores two Tcl_Obj* pointing to the const... check-in: b81968472f user: msofer tags: trunk | |
| 15:17 | * generic/tclExecute.c: * generic/tclInt.h: * generic/tclObj.c: * generic/tclStringObj.c: define... check-in: cbef3b55b1 user: msofer tags: trunk | |
|
2005-03-31
| ||
| 19:10 | * generic/tclExecute.c (INST_JUMP_TRUE/FALSE): replaced "test and branch" with "compute index into... check-in: 984a49e364 user: msofer tags: trunk | |
| 18:06 | * generic/tclCompile.c: restoring lost line in TclPrintInstruction, fixing yet another sign-extens... check-in: 3b15145268 user: msofer tags: msofer-wcodes-branch | |
| 17:00 | * generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c: removing pointer-to-pc in... check-in: 488d56f367 user: msofer tags: msofer-wcodes-branch | |
|
2005-03-30
| ||
| 17:04 | * generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c: using pointer-to-pc inste... check-in: f630e825c8 user: msofer tags: msofer-wcodes-branch | |
| 13:25 | Added doc for missing argument. [Bug 1172401] check-in: 8fa8d55de1 user: dkf tags: trunk | |
| 06:25 | * win/tcl.m4, win/configure: do not require cygpath in macros to allow msys alone as an alternativ... check-in: bfaee23d82 user: hobbs tags: trunk | |
|
2005-03-28
| ||
| 22:21 | A (very naive and inefficient) bytecode optimiser, version 0 check-in: 0de9eb3000 user: msofer tags: msofer-wcodes-branch | |
|
2005-03-25
| ||
| 00:35 | * generic/tclCompile.h: Move the TclInterpReady() declaration from * generic/tclInt.... check-in: 81f6285c30 user: dgp tags: trunk | |
|
2005-03-24
| ||
| 17:16 | incomplete merge corrected check-in: 28b8af2dfe user: dgp tags: msofer-wcodes-branch | |
|
2005-03-23
| ||
| 22:09 | purge outdated comment check-in: 5efdcfd219 user: dgp tags: trunk | |
| 16:50 | * generic/tclCompCmds.c: porting fix of [Bug 1165671] from HEAD * generic/tclCompile.c: small fixe... check-in: bbbfc90f0a user: msofer tags: msofer-wcodes-branch | |
| 06:51 | * generic/tclCompile.c (OptCleanupByteCode): Operands are not ints; they are TclP... check-in: 19b1d15bfa user: dgp tags: msofer-wcodes-branch | |
| 00:44 | * generic/tclCompile.h: fixing bad macro name under VM_USE_PACKED. check-in: 1c963aa762 user: msofer tags: msofer-wcodes-branch | |
|
2005-03-22
| ||
| 23:12 | First (very timid) post-compile optimisations - testing the basic infrastructure. The only real op... check-in: 8d839cc491 user: msofer tags: msofer-wcodes-branch | |
|
2005-03-21
| ||
| 19:21 | * generic/tclCompile.h (HP_STASH): Corrections for LP64 systems to avoid errors... check-in: c740d9fb10 user: dgp tags: msofer-wcodes-branch | |
|
2005-03-20
| ||
| 13:28 | minor changes check-in: a1e9649c72 user: msofer tags: msofer-wcodes-branch | |
| 05:26 | support for pre-C99 compilers. check-in: 0786fe9949 user: dgp tags: msofer-wcodes-branch | |
| 00:47 | * generic/tclCompile.h: (VM_USE_PACKED) added a check that jump distances do not exceed the packin... check-in: 4962e67842 user: msofer tags: msofer-wcodes-branch | |
| 00:25 | Changelog entry check-in: 01167c3e09 user: msofer tags: msofer-wcodes-branch | |
| 00:23 | Instruction set cleanup: one instruction INST_YES (not-not) added, removal of unused instructions ... check-in: 31797aacb7 user: msofer tags: msofer-wcodes-branch | |
|
2005-03-19
| ||
| 18:26 | Massive reduction of variable-related instructions: INST_LOAD, INST_STORE and INST_INCR perform th... check-in: 8a1bcbe1b6 user: msofer tags: msofer-wcodes-branch | |
|
2005-03-18
| ||
| 16:34 | date typo check-in: 430338e0a6 user: dgp tags: trunk | |
| 15:50 | * generic/tclBasic.c (Tcl_EvalEx): Restored recursion limit * generic/tclParse.... check-in: 1f3f0b9578 user: dgp tags: trunk | |
| 15:31 | * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checks for immediate opera... check-in: 8ac0b1e0e8 user: dgp tags: trunk | |
|
2005-03-17
| ||
| 01:35 | changelog entry check-in: c026715d97 user: msofer tags: msofer-wcodes-branch | |
| 01:29 | Fixing some stupidities in the bitwise ops and limits for the packed version - it was all wrong, b... check-in: 3797c699f8 user: msofer tags: msofer-wcodes-branch | |
|
2005-03-16
| ||
| 21:52 | Changelog fix check-in: 3062b47581 user: msofer tags: msofer-wcodes-branch | |
| 21:29 | Enabled new packed mode: (inst+opnd) are packed in 32 bits. To enable, set the env var CFLAGS_... check-in: 19a631a2bc user: msofer tags: msofer-wcodes-branch | |
| 10:07 | Macro reorganisation, preparing to enable the 8+24 version. check-in: 11a8cb6002 user: msofer tags: msofer-wcodes-branch | |
|
2005-03-15
| ||
| 23:56 | * generic/tclCompile.h: Corrected mistaken casts to (int) of TclPSizedInt values int... check-in: b970620dce user: dgp tags: msofer-wcodes-branch | |
| 22:10 | more tests and a fix to bug 1158199 check-in: cc25322a6c user: vincentdarley tags: trunk | |
| 20:23 | merged with HEAD check-in: 8ab4a0fc9d user: kennykb tags: kennykb-numerics-branch | |
| 19:48 | missing cast in tclCompile.h check-in: 450d8905d3 user: msofer tags: msofer-wcodes-branch | |
| 19:41 | TIP#232 initial implementation check-in: 3c9f384d3a user: kennykb tags: kennykb-numerics-branch | |
| 19:20 | Attempt at fixing 64b issues; as a result, now getting plenty of warnings for formatting issues - ... check-in: be4f65be0d user: msofer tags: msofer-wcodes-branch | |
| 19:08 | fix typos prior to tagging for TIP132 check-in: f5fe90ad77 user: kennykb tags: kennykb-numerics-branch | |
| 18:40 | fix to file norm, file pathtype on windows reserved filenames - ensure build ok on unix check-in: 5bd317f570 user: vincentdarley tags: trunk | |
| 18:39 | fix to file norm, file pathtype on windows reserved filenames - ensure build ok on unix check-in: 3171e96f91 user: vincentdarley tags: trunk | |
| 18:07 | fix to file norm, file pathtype on windows reserved filenames check-in: ce26c887c6 user: vincentdarley tags: trunk | |
| 14:55 | (1) new opt for the [return] compiler, can now emit INST_BREAK or INST_CONTINUE (2) changed logic... check-in: 1337f2b0ee user: msofer tags: msofer-wcodes-branch | |
| 02:00 | * generic/tclCompCmds.c: * generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c:... check-in: 0012ce8e69 user: msofer tags: msofer-wcodes-branch | |
| 01:24 | Updated the OpenBSD configuration and regenerated the configure script. check-in: 3f532eadd4 user: patthoyts tags: trunk | |
|
2005-03-14
| ||
| 23:13 | * generic/tclExecute.c: fixed INST_PUSH1's debugging code (wrong obj ref passed to TRACE_WITH_OBJ)... check-in: 6f5c8aaa2c user: msofer tags: trunk | |
| 17:51 | * generic/tclCompile.c: - fixed INST_RETURN's stack effect (-1 instead of -2). - insured that the... check-in: 3b689f9b22 user: msofer tags: msofer-wcodes-branch | |
| 17:17 | * generic/tclCompile.c: fixed INST_RETURN's stack effect in tclInstructionTable (-1 instead of -2)... check-in: 86ab20e210 user: msofer tags: trunk | |
|
2005-03-13
| ||
| 14:05 | Changelog fix check-in: c1f9354e16 user: msofer tags: msofer-wcodes-branch | |
| 13:57 | * Changed files are the usual suspects. Each (instruction+operands) takes two words; instructions ... check-in: d2cf6ff28a user: msofer tags: msofer-wcodes-branch | |
|
2005-03-11
| ||
| 19:53 | First wordcode machine, instructions and operands are pointer-sized (no other changes or optimisat... check-in: eb9a315e3c user: msofer tags: msofer-wcodes-branch | |
|
2005-03-10
| ||
| 23:13 | * generic/tclCompile.h: storing integers in native format; for the time being, only works in 32b p... check-in: dc906e6edd user: msofer tags: msofer-wcodes-branch | |
| 22:31 | use only 4B-wide operands; simplify compiler; some instruction cleanup check-in: 5b6775e5e1 user: msofer tags: msofer-wcodes-branch | |
| 22:15 | * generic/tclCompCmds.c: removed debugging line check-in: 865086d484 user: msofer tags: trunk | |
| 22:10 | * generic/tclTrace.c (TclCheckInterpTraces): Corrected mistaken cast of ClientDat... check-in: 85a049e997 user: dgp tags: trunk | |
|
2005-03-09
| ||
| 16:34 | documented new behaviour of tcl_precision check-in: 7b718ae900 user: kennykb tags: kennykb-numerics-branch | |
| 15:57 | Merged with HEAD check-in: 07ab486bc3 user: kennykb tags: kennykb-numerics-branch | |
| 14:39 | division by zero now legal if machine has Inf check-in: a14d9503f9 user: kennykb tags: kennykb-numerics-branch | |
| 10:20 | Fix comment check-in: 24865d6dc9 user: dkf tags: trunk | |
| 01:19 | msofer-wcodes-branch created to develop a compiler/engine based on wordsized instructions and operan... check-in: bfaf3421a6 user: msofer tags: msofer-wcodes-branch | |
| 01:16 | reverting Changelog entry (sticky tags, doh ...) check-in: 3a3b2b18b0 user: msofer tags: trunk | |
| 01:10 | msofer-wcodes-branch created to develop a compiler/engine based on wordsized instructions and operan... check-in: cdc0f9f850 user: msofer tags: trunk | |
|
2005-03-08
| ||
| 21:52 | * win/makefile.vc: clarify necessary defined vars that can come from MSVC or the Platform SDK. check-in: e7976c13e8 user: hobbs tags: trunk | |
| 17:04 | fixed bug in formatting #s in range 0.0001-1.0 check-in: b2d4af4927 user: kennykb tags: kennykb-numerics-branch | |
|
2005-03-07
| ||
| 21:38 | Minor typo fix. [Bug 1158247] check-in: 2486712c21 user: dkf tags: trunk | |
| 20:32 | missing Changelog entry check-in: 49e1862614 user: msofer tags: trunk | |
| 20:29 | * generic/tclExecute.c: new peephole optimisation for INST_PUSH1; fixed the peephole opt in INST_P... check-in: a2b7afbe50 user: msofer tags: trunk | |
|
2005-03-04
| ||
| 20:43 | made code permissive about infinities check-in: ab448d97fd user: kennykb tags: kennykb-numerics-branch | |
|
2005-03-03
| ||
| 21:54 | added tagged NaN values check-in: 89429ffe01 user: kennykb tags: kennykb-numerics-branch | |
| 21:29 | changed to allow NaN in binary format check-in: 7767d5e4d0 user: kennykb tags: kennykb-numerics-branch | |
| 18:59 | updated handling of signed zeroes check-in: 8d75e4b8e4 user: kennykb tags: kennykb-numerics-branch | |
|
2005-03-02
| ||
| 23:30 | further fixes for VC6 check-in: fa9796cec4 user: kennykb tags: kennykb-numerics-branch | |
| 23:10 | made build work again on Linux check-in: bc08e3242d user: kennykb tags: kennykb-numerics-branch | |
| 22:36 | fix two bad test cases in binary.test check-in: a20a189a54 user: kennykb tags: kennykb-numerics-branch | |
| 21:25 | Developer's checkpoint, see ChangeLog for details check-in: f8f444ebda user: kennykb tags: kennykb-numerics-branch | |
|
2005-03-01
| ||
| 22:51 | * doc/CrtSlave.3: Changed to Tcl_Object to Tcl_Obj in the man page. check-in: 837ae87ee3 user: davidw tags: trunk | |
|
2005-02-24
| ||
| 22:12 | speed up some tests check-in: e77b46515d user: dgp tags: trunk | |
| 21:02 | More robust new test tcltest-9.5 check-in: be5bed5609 user: dgp tags: trunk | |
| 18:05 | * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid * tests/tcltest... check-in: 84d5cb440e user: dgp tags: trunk | |
|
2005-02-23
| ||
| 10:23 | Formatting typo [Bug 1149605] check-in: 900b90d94c user: dkf tags: trunk | |
|
2005-02-22
| ||
| 21:16 | deleted surplus ";" check-in: bb8475361d user: dgp tags: kennykb-numerics-branch | |
|
2005-02-17
| ||
| 18:34 | * win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, not Tcl_UniCharLen. check-in: 6e3988d86f user: hobbs tags: trunk | |
|
2005-02-16
| ||
| 18:51 | * /doc/variable.n: fix for [Bug 1124160], variables are detected by [info vars] but not by [info l... check-in: fb6f6d5530 user: msofer tags: trunk | |
|
2005-02-11
| ||
| 18:30 | * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined * unix/tcl.m4: into SHLIB_LD... check-in: 4f071c20e2 user: hobbs tags: trunk | |
| 12:15 | * tests/basic.test (basic-26.3): new test check-in: c69117aec3 user: msofer tags: trunk | |
|
2005-02-10
| ||
| 19:08 | * generic/tclBasic.c (Tcl_EvalObjEx): * tests/basic.test (basic-26.2): preserve the arguments pass... check-in: 2ecc2466d1 user: msofer tags: trunk | |
| 17:09 | fix to test suite failures check-in: 305f79ab63 user: vincentdarley tags: trunk | |
| 09:32 | More consistency. [Bug 1117017] check-in: eec9c61e89 user: dkf tags: trunk | |
|
2005-02-08
| ||
| 11:42 | * doc/CrtChannel.3: Typo: return->returns. check-in: ced36ea16b user: davidw tags: trunk | |
|
2005-02-06
| ||
| 22:14 | * doc/Thread.3: One-word grammar fix. check-in: 26297cfe32 user: davidw tags: trunk | |
| 03:43 | added fpu controls to workaround bug in gcc+ix86 check-in: 3bad92a52d user: kennykb tags: kennykb-numerics-branch | |
|
2005-02-05
| ||
| 09:15 | * doc/Thread.3: Fixed sentence describing flags for Tcl_CreateThread. * doc/FileSystem.3: Cleaned u... check-in: fd7b08dfdc user: davidw tags: trunk | |
|
2005-02-03
| ||
| 23:56 | Fix for ldexp out of bounds when converting denormals check-in: 5a8e298077 user: kennykb tags: kennykb-numerics-branch | |
| 23:56 | Fix for ldexp out of bounds when converting denormals check-in: 32b646303d user: kennykb tags: kennykb-numerics-branch | |
| 13:31 | Whitespace fixes and add notes to #else/#endif so it is clearer what's happening check-in: 8ee881f322 user: dkf tags: trunk | |
|
2005-02-02
| ||
| 23:08 | * generic/tclProc.c (TclInitCompiledLocals): Add check for type of the framePtr->procPtr->bodyPtr ... check-in: 82231ff21f user: mdejong tags: trunk | |
| 16:58 | updated makefiles, fixed buglets in tclStrToD.c with int overflow in exponents check-in: a976253da6 user: kennykb tags: kennykb-numerics-branch | |
| 15:53 | sync with head, add TclStrToD (TIP #132) check-in: 82ce6a0c40 user: kennykb tags: kennykb-numerics-branch | |
|
2005-02-01
| ||
| 17:27 | * generic/tclExecute.c (TclCompEvalObj): Removed stray statement left behind in prio... check-in: 55e101828a user: dgp tags: trunk | |
|
2005-01-31
| ||
| 16:26 | * unix/configure: autoconf-2.57 check-in: 413b3fdc44 user: dgp tags: trunk | |
|
2005-01-30
| ||
| 18:38 | Restored two double-evals that were removed in the DBGX purge. These are still needed on some platfo... check-in: ae6b86ef47 user: jenglish tags: trunk | |
|
2005-01-29
| ||
| 02:15 | * unix/configure, unix/tcl.m4: add solaris 64-bit gcc build support. [Bug 1021871] check-in: ee663ba0ed user: hobbs tags: trunk | |
|
2005-01-28
| ||
| 13:38 | Added test for [1109484] check-in: 0f033a21f4 user: dkf tags: trunk | |
| 01:49 | * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble) (Tcl_ExprLong): Fix to recognize Tcl_WideIn... check-in: c9775dfebc user: hobbs tags: trunk | |
|
2005-01-27
| ||
| 00:22 | TIP#218 IMPLEMENTATION * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubInit.... check-in: 0162fae7ad user: andreas_kupries tags: trunk | |
|
2005-01-25
| ||
| 17:04 | Added safety checks check-in: 6547c5a739 user: dgp tags: trunk | |
| 16:39 | * library/auto.tcl: Updated [auto_reset] to clear auto-loaded commands in namesp... check-in: 6eb15d6f3f user: dgp tags: trunk | |
| 06:53 | * unix/tcl.m4 (Darwin): fixed bug with static build linking to dynamic library in /usr/lib etc ins... check-in: 7096d7eaec user: das tags: trunk | |
|
2005-01-21
| ||
| 22:24 | * generic/tclStubInit.c: Regenerated the stubs support code from * generic/tclDecls.h: the mod... check-in: 8e9949daa2 user: andreas_kupries tags: trunk | |
| 19:20 | bugFix check-in: 69f5d6e3cf user: dgp tags: kennykb-numerics-branch | |
| 18:38 | Updated unix makefile to add libtommath; silenced warning in tclTestObj.c check-in: eb7ae0154d user: kennykb tags: kennykb-numerics-branch | |
| 18:35 | Updated unix makefile to add libtommath; silenced warning in tclTestObj.c check-in: abcf59dc9a user: kennykb tags: kennykb-numerics-branch | |
| 17:42 | * generic/tclThread.c: Typo police. Fixed some nits * generic/tclCmdAH.c: in header comments of ... check-in: d125e517a4 user: andreas_kupries tags: trunk | |
| 09:17 | Add documentation for Tcl_FSLink args. [Bug 1106272] check-in: 6a0a979dba user: dkf tags: trunk | |
|
2005-01-20
| ||
| 21:19 | local patches to make string conversions work check-in: e5cbb8c962 user: kennykb tags: kennykb-numerics-branch | |
| 19:11 | Development checkpoint, see ChangeLog for details check-in: 14457d7982 user: kennykb tags: kennykb-numerics-branch | |
| 14:53 | reverting to HEAD in preparation for changing from reworked 'mpexpr' to 'libtommath' check-in: 8f72684eeb user: kennykb tags: kennykb-numerics-branch | |
|
2005-01-19
| ||
| 23:16 | regen check-in: f51b08ab7d user: dkf tags: trunk | |
| 23:15 | TIP#235 implementation (rename functions, add to stubs table, document) Ensembles now have a C API. ... check-in: 64fc5d3a68 user: dkf tags: trunk | |
| 22:41 | Import of libtommath 0.33 check-in: bd185c2b4e user: kennykb tags: trunk | |
| 22:07 | * win/tclWinChan.c (FileCloseProc): Invoke TclpCutFileChannel() to remove a FileInfo from the thr... check-in: ae30429069 user: mdejong tags: trunk | |
|
2005-01-18
| ||
| 14:44 | Routine update per Olson's tzdata2005c. Removed links to links (Greenwich in several aliases; Navaj... check-in: 31009e6872 user: kennykb tags: trunk | |
| 09:47 | added documentation on not using -lazy check-in: 25c4b9974e user: vincentdarley tags: trunk | |
|
2005-01-17
| ||
| 10:40 | fix to glob failure on Windows shares check-in: ff39ea39c3 user: vincentdarley tags: trunk | |
|
2005-01-14
| ||
| 18:56 | With vfs permissions can exist on non-unix filesystems check-in: 307ccff159 user: vincentdarley tags: trunk | |
| 16:41 | D'oh! check-in: da5234d835 user: dkf tags: trunk | |
| 15:27 | Add another test demonstrating what *should* happen, and xref to FRQ that triggered this discussion check-in: 55666c7a15 user: dkf tags: trunk | |
| 15:18 | Document deep magic in compiled [expr] check-in: 98af17ac27 user: dkf tags: trunk | |
| 14:16 | Stop reliance on absolute attribute indexes with helper function [Bug 1100671] check-in: 7612557f3c user: dkf tags: trunk | |
|
2005-01-13
| ||
| 11:13 | Reduce confusion (reported in c.l.t) over [string trim]'s chars argument check-in: 412c1302ae user: dkf tags: trunk | |
|
2005-01-12
| ||
| 16:03 | * unix/configure: autoconf-2.57 check-in: ac6e4a0167 user: dgp tags: trunk | |
| 10:26 | Make --with-tcl and --with-tk options more robust. [FRQ 951247] check-in: 7d3e5077ae user: dkf tags: trunk | |
|
2005-01-11
| ||
| 11:07 | Comment typo fix check-in: ef51c33d5d user: dkf tags: trunk | |
|
2005-01-10
| ||
| 18:43 | Remove ${DBGX}, ${TCL_DBGX} from Tcl build system [Patch 1081595]. check-in: 6762dd6159 user: jenglish tags: trunk | |
| 11:16 | Convert u_int to unsigned to make clashes with types in standard C headers less of a problem. [Bug 1... check-in: 035d6489f8 user: dkf tags: trunk | |
|
2005-01-09
| ||
| 19:31 | Remove readdir_r() and related #ifdeffery (see #1095909). Don't check for HAVE_READDIR_R. Regenerat... check-in: 7345fd05ed user: jenglish tags: trunk | |
|
2005-01-06
| ||
| 15:15 | Horrible hack to keep the old error message. check-in: 1fe8ca8d3e user: dkf tags: trunk | |
| 11:15 | Performance updates to http::mapReply [1020491] and fix version numbering. check-in: 78058a0d6f user: dkf tags: trunk | |
|
2005-01-05
| ||
| 16:38 | Move emacs mode comment to end of file to stop problems with old man. check-in: d53a13aa4e user: dkf tags: trunk | |
| 10:34 | * tests/winDde.test: Fixed broken test result. check-in: c18520e28b user: patthoyts tags: trunk | |
| 10:30 | Move #include of tclConfig.h to right place. check-in: e0cafd9f33 user: dkf tags: trunk | |
|
2005-01-04
| ||
| 17:05 | * tests/fCmd.test (fCmd-18.10): Added notNetworkFilesystem constraint. [Bug 456665] check-in: 414f369855 user: dgp tags: trunk | |
|
2004-12-30
| ||
| 02:01 | * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove -Gs (included in -O2) and -GD (... check-in: 6d8942c3c0 user: hobbs tags: trunk | |
|
2004-12-29
| ||
| 22:46 | merge from HEAD check-in: 0a6d56f9eb user: kennykb tags: kennykb-numerics-branch | |
| 22:07 | bugs 1090413, 1092789 fixed check-in: b110473621 user: kennykb tags: trunk | |
| 20:57 | bugs 1090413, 1092789 fixed check-in: c237cdd9ec user: kennykb tags: trunk | |
|
2004-12-24
| ||
| 18:06 | Avoid sharing cmdName literals accross namespaces, and generalise usage of the TclRegisterNewLiteral... check-in: faec68a625 user: msofer tags: trunk | |
|
2004-12-20
| ||
| 21:20 | fix for last commit; thanks dgp and tclguy for catch/classify/throw check-in: 0749537da9 user: msofer tags: trunk | |
| 18:27 | * generic/tclCompile.c: moved TclInitCompiledLocals to tclProc.c * generic/tclProc.c: new static I... check-in: 33e698fd89 user: msofer tags: trunk | |
|
2004-12-16
| ||
| 19:36 | Upgrade the capabilities of time limits by allowing them to fire in the midst of the processing of t... check-in: 5ca9f3ce90 user: dkf tags: trunk | |
|
2004-12-15
| ||
| 20:44 | * generic/tclTest.c: Added two new functions to allocate memory from the execution stack (TclStack... check-in: 2c38edb445 user: msofer tags: trunk | |
|
2004-12-14
| ||
| 21:12 | bad date in Changelog check-in: 5667def00e user: msofer tags: trunk | |
| 21:11 | changing the isProcCallFrame field of the CallFrame struct from a 0/1 field to flags. Should be perf... check-in: d1bccd9acc user: msofer tags: trunk | |
| 18:43 | fixed zero-length array in BigInt struct; added conversion torture tests check-in: fbcbf748a5 user: kennykb tags: kennykb-numerics-branch | |
| 16:30 | * unix/configure.in: Added special processing to remove "$U" from libraries in th... check-in: 21a1589a58 user: dgp tags: trunk | |
|
2004-12-13
| ||
| 22:17 | * generic/tcl.h: Restored extern "C" guards so that C++ code sees function po... check-in: d7755cac97 user: dgp tags: trunk | |
| 22:11 | * generic/tclEncoding.c: Plugged some memory leaks. Thanks to * generic/tclU... check-in: 87ae9e385a user: dgp tags: trunk | |
| 22:08 | merge to kennykb-numerics-branch-20041213 check-in: 8e8fc006fd user: kennykb tags: kennykb-numerics-branch | |
| 22:02 | synch with kennykb-numerics-branch-20041213 check-in: 34c9e99c86 user: kennykb tags: kennykb-numerics-branch | |
| 21:23 | Added small-integer multiplication, bit shift check-in: 6dd74a9bae user: kennykb tags: kennykb-numerics-branch | |
| 15:51 | Add note to clock.n disclaiming full ISO8601 support check-in: 6480f9d5c4 user: kennykb tags: trunk | |
| 01:50 | * generic/tclVar.c (TclArrayObjCmd - ARRAY_NAMES): leaking an object [Bug 1084111] - thanks to Rol... check-in: b8b1ae30a6 user: msofer tags: trunk | |
|
2004-12-12
| ||
| 23:16 | * generic/tclObj.c (TclSetCmdNameObj): special handling for fully qualified command names (as in f... check-in: 8af4091719 user: msofer tags: trunk | |
|
2004-12-11
| ||
| 14:41 | converting the static function GetNamespaceFromObj() to MODULE_SCOPE TclGetNamespaceFromObj(). check-in: 35cfaac461 user: msofer tags: trunk | |
| 06:07 | ran autoconf-2.57 check-in: f37b5d7dcf user: dgp tags: trunk | |
|
2004-12-10
| ||
| 23:00 | Bump to a3 to prevent confusion with a2 release. check-in: 6b8fe167d9 user: dkf tags: trunk | |
| 21:17 | added compare, copy, add and subtract of bigints check-in: c2eb1a0d0f user: kennykb tags: kennykb-numerics-branch | |
| 13:09 | optimised loops that initialise a proc's arguments and compiled local variables, removing tests from... check-in: 6f2a5f2a7f user: msofer tags: trunk | |
| 00:16 | Make ensemble API available to rest of Tcl core. check-in: 92950b4cb4 user: dkf tags: trunk | |
|
2004-12-09
| ||
| 22:59 | added some of the BigInt functions - may want to revise to caller-allocates? check-in: 86f853ea56 user: kennykb tags: kennykb-numerics-branch | |
| 16:21 | Provide an internal API for manipulating ensembles. check-in: d1c0c9717f user: dkf tags: trunk | |
| 10:54 | regen with autoconf 2.57 check-in: d63ce44136 user: das tags: trunk | |
| 09:19 | Minor doc fixes check-in: 3c6331c9b8 user: dkf tags: trunk | |
|
2004-12-08
| ||
| 21:46 | update unix/tcl.m4 to use AC_CHECK_SIZEOF, etc. check-in: 1af463935c user: kennykb tags: kennykb-numerics-branch | |
| 20:24 | changed Win configurator to use SIZEOF macros for Tcl_WideInt check-in: 13f1e5021e user: kennykb tags: kennykb-numerics-branch | |
| 18:24 | merged with kennykb-numerics-branch-20041208 check-in: ab2eb12a79 user: kennykb tags: kennykb-numerics-branch | |
| 02:33 | * tests/unixInit.test (2.1-4): Added constraints so that when a value of TCL_LIBRAR... check-in: 31c23f7e14 user: dgp tags: trunk | |
|
2004-12-07
| ||
| 23:15 | add library/tzdata,msgs to dist target check-in: 46f3d59e96 user: hobbs tags: trunk, core-8-5-a2 | |
| 20:47 | Some HTML converters prefer distances in inches to ems. [Bug 1078760] check-in: b2c45d7a0a user: dkf tags: trunk | |
| 00:02 | see ChangeLog check-in: 5d873e4c6e user: hobbs tags: trunk | |
| 00:01 | * unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBits [Bug 1079286] check-in: c5a7563049 user: hobbs tags: trunk | |
| 00:00 | minor nroff typos check-in: e308d155a9 user: hobbs tags: trunk | |
|
2004-12-06
| ||
| 22:49 | * tests/msgcat.test: makeFile/removeFile cleanup [1079117] check-in: 0a98e3c6cc user: dgp tags: trunk | |
| 22:41 | * tests/safe.test: Trim auto_path to improve performance [1080039] check-in: 6a514d4d16 user: dgp tags: trunk | |
|
2004-12-04
| ||
| 21:19 | * generic/tclEncoding.c: Different fix for [Bug 1077005]. * generic/tclEvent.... check-in: 288a92f486 user: dgp tags: trunk | |
| 00:57 | updated changes for 8.5a2 release check-in: e07470137a user: hobbs tags: trunk | |
|
2004-12-02
| ||
| 23:24 | * generic/tclUtil.c (TclSetProcessGlobalValue): Handle the case where a ProcessGlob... check-in: f3df35d7df user: dgp tags: trunk | |
| 19:24 | merge to kennykb-numerics-branch-20041202a check-in: ac3b922388 user: kennykb tags: kennykb-numerics-branch | |
| 18:49 | filesystem, glob, tilde fix check-in: 979efdf14b user: vincentdarley tags: trunk | |
| 18:40 | workaround for a bug in cygpath that made safe-8.5-8.7 fail check-in: 1f8af3a1ac user: kennykb tags: trunk | |
| 15:31 | Remove a global mutex/state by using lists instead of hashtables to store the collection of aliases ... check-in: ad35750c6d user: dkf tags: trunk | |
| 11:10 | Upgrade more of the file to tcltest2, and collect constraint definitions to the top. check-in: 067ebb1583 user: dkf tags: trunk | |
| 10:48 | Convert mutex-protected global state into thread-local state. [FRQ 1077210] check-in: 56e4e88153 user: dkf tags: trunk | |
| 00:09 | * generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scope of mutex locks. check-in: 03a8df7249 user: dgp tags: trunk | |
|
2004-12-01
| ||
| 23:48 | . check-in: b99313429d user: dgp tags: trunk | |
| 23:18 | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to * generic/tclEn... check-in: 353036774e user: dgp tags: trunk | |