Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

60 check-ins using file changes version de81be2862

2005-06-03
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-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
15:39
Added UCHAR's to ctype macros in tclStrToD.c check-in: b5d1ecb4f0 user: kennykb tags: trunk
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