Timeline
Not logged in

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

247 check-ins using file win/rules.vc version 4c4908fe5a

2003-12-21
22:02
no message check-in: cff53f286b user: davygrvy tags: trunk
21:58
Structured Exception Handling added around Tcl_Finalize called from DllMain's DLL_PROCESS_DETACH. W... check-in: 1c41033288 user: davygrvy tags: trunk
2003-12-17
18:40
* generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bug when numeric scan-value cache co... check-in: 3bc06f90ec user: das tags: trunk
17:47
fix to file normalization with relative links check-in: b69743eda9 user: vincentdarley tags: trunk
10:12
fix to fs norm bug 860402 check-in: 730275ac02 user: vincentdarley tags: trunk
09:55
fix to fs norm bug 860402 check-in: 487c53d709 user: vincentdarley tags: trunk
09:26
Added trace for bugfixes #839519 and #861515 check-in: cb311e4d9c user: vasiljevic tags: trunk
09:25
fixed Tcl_FSGetTranslatedPath to always return properly refcounted path object. This fixes Tcl Bug #... check-in: 9efce085be user: vasiljevic tags: trunk
09:24
Fixed 2 memory (object) leaks; Tcl Bug #839519 check-in: 12499f35c0 user: vasiljevic tags: trunk
2003-12-16
18:20
improved documentation on memory management check-in: f909afc788 user: vincentdarley tags: trunk
15:26
marked test as nonPortable check-in: 2d3e725c15 user: vincentdarley tags: trunk
11:34
Made a variable file-local for safety check-in: 54a83caeac user: dkf tags: trunk
02:55
* win/tclWinFile.c (TclpUtime) : utimbuf struct not a problem with Borland. * win/tclWinTime.c (... check-in: cf0b9606ba user: davygrvy tags: trunk
02:43
* win/tcl.rc: Slight modification to the STRINGIFY macro to support Borland's rc tool. From Helmu... check-in: 97ef66fca1 user: davygrvy tags: trunk
02:35
* wintclsh.rc: Slight modification to the STRINGIFY macro to support Borland's rc tool. From Helm... check-in: 385122fc8c user: davygrvy tags: trunk
02:31
Slight modification to the STRINGIFY macro to support Borland's rc tool. check-in: ae05ff553c user: davygrvy tags: trunk
2003-12-15
00:49
* generic/tclInt.decls: commented-out entry for TclpCheckStackSpace, removing it from the Stubs tabl... check-in: 58f0786941 user: davygrvy tags: trunk
2003-12-14
18:32
TIP#75 Implementation check-in: 37ab2795dd user: dkf tags: trunk
17:38
Stop warnings due to (annoying) C type promotion rules. check-in: c0649787a6 user: dkf tags: trunk
10:51
rewrite of file normalization check-in: 5b1ae40484 user: vincentdarley tags: trunk
2003-12-13
03:11
prefer Tcl_LongAsWide and Tcl_WideAsLong for casts. check-in: 990811b730 user: davygrvy tags: trunk
02:11
no message check-in: 5d61b76a22 user: davygrvy tags: trunk
02:07
Win32's SetFilePointer() takes LONGs not DWORDs. Redid local vars to avoid all casting except where... check-in: 8ee1137fac user: davygrvy tags: trunk
2003-12-12
17:15
better filesystem tests with more informative results check-in: c9ed107497 user: vincentdarley tags: trunk
17:09
various filesystem fixes check-in: 6f1ffc504e user: vincentdarley tags: trunk
17:09
allow creation of relative links check-in: 60f9fa8b4d user: vincentdarley tags: trunk
17:02
new filesystem tests check-in: 8560e5ecaa user: vincentdarley tags: trunk
17:02
file normalize ~nobody fix check-in: f1c2619a40 user: vincentdarley tags: trunk
17:02
improved filesystem documentation check-in: 574d369381 user: vincentdarley tags: trunk
01:01
no message check-in: e2be25f20c user: davygrvy tags: trunk
00:59
(SocketThreadExitHandler) : added a TerminateThread fallback just in case the socket handler thread ... check-in: ebde28db01 user: davygrvy tags: trunk
2003-12-09
21:55
* unix/configure: * unix/tcl.m4: updated OpenBSD build configuration based on [Patch #775246] (ca... check-in: 9311063130 user: hobbs tags: trunk
16:03
fixed tests and constraints and setup so works x-platform check-in: 4e7375a764 user: vincentdarley tags: trunk
15:27
#ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369] check-in: d06ae339af user: dkf tags: trunk
14:57
NT file permissions fix and tests check-in: a6a450bd88 user: vincentdarley tags: trunk
2003-12-02
09:29
Stop losing references when variables are repeated in [binary scan]. [851747] check-in: e1aa93441d user: dkf tags: trunk
2003-12-01
21:27
* doc/lset.n: fix typo [Bug 852224] check-in: 89c716f872 user: msofer tags: trunk
2003-11-24
19:06
* generic/tclParse.c: Corrected faulty check for trailing white space in {expand} ... check-in: 672ceae2ae user: dgp tags: trunk
10:13
remove windows [cd] bug check-in: aed01a3091 user: vincentdarley tags: trunk
2003-11-21
18:47
* tests/winFCmd.test (winFCmd-16.10,11): Merged new tests from core-8-4-branch. check-in: 3edba276c1 user: dgp tags: trunk
2003-11-20
18:37
* generic/tclVar.c: fix flag bit collision between LOOKUP_FOR_UPVAR and TCL_PARSE_PART1 (deprecate... check-in: 00fc87dfaf user: msofer tags: trunk
00:15
* tests/compile.test (compile-16.22.0): Improved test for the recent fix for Bug 845... check-in: 39903cd5c5 user: dgp tags: trunk
2003-11-19
22:04
Fixed Bug 845412; long commands without expansion don't get tangled with the expansion machinery now... check-in: 791e41a307 user: dkf tags: trunk
2003-11-18
23:29
Changes from Victor Wagner <vitus@45.free.net> for better DJGPP support. check-in: 393c948780 user: davygrvy tags: trunk
23:13
Changes from Victor Wagner <vitus@45.free.net> for DJGPP support. check-in: c34a3f8b13 user: davygrvy tags: trunk
2003-11-17
18:28
more details on the regexp fix. check-in: 91556819cc user: dgp tags: trunk
17:48
* tests/reg.test: Added tests for [Bugs 230589, 504785, 505048, 840258] recently fi... check-in: ef520e12a5 user: dgp tags: trunk
15:23
Added cast to suppress compiler warning. check-in: 7882b5bc8d user: dgp tags: trunk
2003-11-16
02:12
Miguel's masking bits had the wrong sense. I should have spotted this, but he did instead... check-in: 20f28119e5 user: dkf tags: trunk
01:15
D'oh! instructionCount is post-incremented, not pre-incremented... check-in: 5d7b896ba8 user: dkf tags: trunk
00:49
Miguel Sofer's patch (with small revisions) to make sure the bytecode engine checks for async events... check-in: b8a0c26a58 user: dkf tags: trunk
2003-11-15
23:42
Stop VC++ 5.2 warning. [Bug 842511] check-in: bc35b1d8bc user: dkf tags: trunk
23:35
Whitespace fixes check-in: 1566f25636 user: dkf tags: trunk
11:14
Fixed code that splits RE engine states into "progress" and "no-progress" (bugs 505048, 230589, 8402... check-in: 47606ca977 user: pvgoran tags: trunk
03:19
Added cast to suppress compiler warning. check-in: 90d8b22feb user: dgp tags: trunk
2003-11-14
23:21
TIP#138 implementation plus extra test stuff [Patch 731356] check-in: eef4eada83 user: dkf tags: trunk
21:13
Version number/changebar fix check-in: f0e7c0648d user: dkf tags: trunk
20:44
* doc/ParseCmd.3: Implementation of TIP 157. Adds recognition * doc/Tcl.n: ... check-in: cbfb8313ba user: dgp tags: trunk
2003-11-12
17:27
* tests/cmdMZ.test (cmdMZ-1.4): change to nonPortable as more systems are using perm... check-in: 0f226694e4 user: hobbs tags: trunk
01:07
* unix/configure: * unix/tcl.m4: improve AIX --enable-64bit handling remove -D__NO_STRING_INLINES... check-in: 0c5e766d14 user: hobbs tags: trunk
2003-11-11
10:06
no message check-in: 09a8cae981 user: davygrvy tags: trunk
08:24
added socklen_t typedef for DJGPP check-in: d155989891 user: davygrvy tags: trunk
2003-11-10
22:55
* library/dde/pkgIndex.tcl: Added safeguards so that registry * library/reg/pkgI... check-in: 207b9d2fc9 user: dgp tags: trunk
20:34
* unix/tclUnixInit.c (TclpInitLibraryPath): * win/tclWinInit.c (TclpInitLibraryPath)... check-in: 5d17bf7a05 user: dgp tags: trunk
18:30
Make cmdIL.test more self-contained [Bug 838384] check-in: b27e450c20 user: dkf tags: trunk
17:57
fix to misleading error message check-in: 5a025a528e user: vincentdarley tags: trunk
2003-11-07
11:36
compilation warning check-in: 5e759647b7 user: vincentdarley tags: trunk
2003-11-06
13:11
* macosx/Makefile: optimized builds define NDEBUG to turn off ThreadAlloc range checking. check-in: b971567508 user: das tags: trunk
2003-11-05
20:50
* tests/unixInit.test (unixInit-2.10): New test to expose [Bug 832657] failure of T... check-in: 687e16de39 user: dgp tags: trunk
2003-11-04
09:36
* macosx/Makefile: added 'test' target. check-in: 59cc5bd7e4 user: das tags: trunk
2003-11-03
12:49
loadHandle vs clientData cleanup check-in: faef05470c user: vincentdarley tags: trunk
12:49
whitespace check-in: d044c8be98 user: vincentdarley tags: trunk
12:48
remove warning check-in: 3a2780c1a7 user: vincentdarley tags: trunk
12:48
free path when no longer needed check-in: 5e80e5abd3 user: vincentdarley tags: trunk
2003-11-02
18:57
Typo fix check-in: 33c0fbef93 user: dkf tags: trunk
2003-11-01
01:31
regen check-in: d1f0e54921 user: dkf tags: trunk
01:28
When copying and pasting code, check that argument types are sensible! <:^) check-in: cfc3336537 user: dkf tags: trunk
01:23
Oops check-in: 6a41f32717 user: dkf tags: trunk
01:20
Increased robustness and speed for [lrepeat] with help of new list constructor check-in: 14a264ed1d user: dkf tags: trunk
2003-10-30
22:46
Whitespace police check-in: 0e454ce0e1 user: dkf tags: trunk
22:18
Whitespace police check-in: 355816d9e5 user: dkf tags: trunk
2003-10-28
22:07
doh, forgot Changelog entry check-in: df96275051 user: msofer tags: trunk
22:06
* generic/tclExecute.c (NEXT_INST macros): replaced macro variable "result" by "resultHandling" to... check-in: 1debe942a0 user: msofer tags: trunk
2003-10-23
18:00
* unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606] fixing [Bug 813087]. Detecti... check-in: 5b68e65f6c user: andreas_kupries tags: trunk
16:28
* win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when asked for writable events by the... check-in: 8ec3963650 user: andreas_kupries tags: trunk
10:10
filesystem documentation check-in: a4fc365a4e user: vincentdarley tags: trunk
10:07
mac resource freeing fix check-in: d76762d8f8 user: vincentdarley tags: trunk
2003-10-22
08:29
Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528] check-in: f86ca225de user: dkf tags: trunk
2003-10-21
23:39
* tools/tcltk-man2html.tcl: fixed incorrect html generated for .IP/.TP lists, now use <DL><DT>...<... check-in: 1c115e499e user: das tags: trunk
23:25
* win/tclWinPipe.c (BuildCommandLine): Applied the patch coming with [Bug 805605] to the code, ... check-in: 9bc2883984 user: andreas_kupries tags: trunk
20:42
Removed variables that are no longer used. check-in: b8ce70f5db user: dgp tags: trunk
05:10
corrected new msgcat tests to work on case-sensitive filesystems (where ROOT.msg and root.msg are di... check-in: b52b8cd9d1 user: dgp tags: trunk
03:42
update msgcat version to 1.4 check-in: 480ccd7066 user: dgp tags: trunk
00:23
TIP #156: Language-Neutral Root Locale for Msgcat check-in: 36d6f6daf7 user: kennykb tags: trunk
2003-10-15
13:15
Fixed bug 823768 by pre-parsing the index list check-in: 4f28048ff5 user: dkf tags: trunk
2003-10-14
22:48
no message check-in: da23724d51 user: davygrvy tags: trunk
22:48
Punt gracefully if exitToken was already destroyed. check-in: 4d99865323 user: davygrvy tags: trunk
21:49
Test to detect a sharing problem with TIP#127 exposed in tclbench Thanks DGP for helping develop thi... check-in: cd19c5a7b4 user: dkf tags: trunk
20:42
whitespace police check-in: b7d561203b user: dkf tags: trunk
18:23
regsub fix check-in: 67a6ac6109 user: vincentdarley tags: trunk
15:44
* generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routine that appends a ... check-in: 3522d44090 user: dgp tags: trunk
13:38
TIP#127 Implementation. Thanks to Michael Schlenker for his implementation work check-in: 3dfa4104f6 user: dkf tags: trunk
2003-10-13
16:48
filesystem bug fixes check-in: f53be6ca93 user: vincentdarley tags: trunk
00:59
* unix/tclUnixTest.c (TestalarmCmd): don't bother checking return value of alarm. [B... check-in: 12b273dd6c user: hobbs tags: trunk
2003-10-10
15:50
Exported symbol name police (thanks GPS for spotting this!) check-in: c377842c48 user: dkf tags: trunk
2003-10-09
00:29
* win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkin * win/tclAppInit.c: to fix i... check-in: c6bd53ea96 user: patthoyts tags: trunk
2003-10-08
23:18
* generic/tclBasic.c: Save and restore the iPtr->flag bits that control the state ... check-in: f1a98cad4c user: dgp tags: trunk
17:50
Format correction check-in: bdc05963a2 user: dgp tags: trunk
15:24
Added constraint to the new tests. check-in: e697dfc739 user: dgp tags: trunk
14:24
Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the length because of a negative '... check-in: 6b243da1f0 user: dkf tags: trunk
2003-10-07
21:45
* tests/cmdAH.test: * tests/exec.test: Corrected temporary file managem... check-in: 10252720cd user: dgp tags: trunk
16:37
* tests/pid.test: Corrected temporary file management issues uncovered by -deb... check-in: c50be0ebf4 user: dgp tags: trunk
16:00
* tests/fCmd.test: Run tests with the [temporaryDirectory] as the current direc... check-in: 081319d78f user: dgp tags: trunk
15:26
* doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentation to reflect that ... check-in: db8fd51f20 user: dgp tags: trunk
14:58
* tests/io.test: Corrected several tests that failed when paths * tests/ioCmd... check-in: 1d663f7cc8 user: dgp tags: trunk
04:48
* tests/regexp.test: Matched [makeFile] with [removeFile]. * tests/regexp... check-in: 1aecb14fff user: dgp tags: trunk
2003-10-06
19:08
* win/configure: * win/tcl.m4: removed incorrect checks for existence of optimization. TCL_CFG_O... check-in: e8c5420848 user: hobbs tags: trunk
17:27
* tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution happens, not for a... check-in: cee2238b21 user: dgp tags: trunk
16:17
* unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so that alpha and beta... check-in: 287de6f037 user: dgp tags: trunk
14:32
* tests/reg.test: Corrected duplicate test names. * tests/resource.test: [Bug... check-in: 35fbcc69fd user: dgp tags: trunk
2003-10-04
16:12
fix for [Bug 816641] - faulty execution and catch stack management. check-in: 1fbbe0dc83 user: msofer tags: trunk
2003-10-03
20:42
* generic/tclBasic.c: Fixed error in ref count management of command * generic/tcl... check-in: 56fecef86d user: dgp tags: trunk
2003-10-02
18:08
* generic/tclTrace.c: Corrected comingling of introspection results of [trace info c... check-in: d8fd7cc24d user: dgp tags: trunk
2003-10-01
14:33
* macosx/Makefile: fixed redo prebinding bug when DESTDIR="". * mac/tclMacResource.c: fixed possib... check-in: ce2dbaa84e user: das tags: trunk
2003-09-30
14:05
fixed inconsistent handling of file separators in file join check-in: ebab8e8fa9 user: vincentdarley tags: trunk
2003-09-29
23:56
Remove unintentional check-in of work-in-progress check-in: 1bfa692a27 user: dkf tags: trunk
22:51
Undid bozo check-in of work-in-progress check-in: bad15625ff user: dkf tags: trunk
22:38
Symbols which are visible outside a single compilation unit must have the prefix 'Tcl' to keep them ... check-in: cd7c23855c user: dkf tags: trunk
22:11
Undo mistaken commit of work-in-progress check-in: c93a77cabe user: dkf tags: trunk
21:47
Oops. Missed out on an index line update check-in: 4f07f60509 user: dkf tags: trunk
21:45
Regen check-in: 7080f02eb6 user: dkf tags: trunk
21:38
TIP#121 (app exit proc API) implementation from Joe Mistachkin check-in: 4618164501 user: dkf tags: trunk
21:28
improved test description check-in: d7cb1a0d6f user: dgp tags: trunk
14:37
TIP#112 ([namespace ensemble] command) implementation. check-in: e1f27128dc user: dkf tags: trunk
10:01
Correctly check the types of boolean options to http::geturl [Bug 811170] check-in: b5f9c46a87 user: dkf tags: trunk
09:43
Added note that frameworks are a MacOSX feature [Bug 619440] check-in: abcc204689 user: dkf tags: trunk
2003-09-28
10:36
no message check-in: 013af71ab9 user: davygrvy tags: trunk
10:36
* win/tclWinPipe.c: The windows port of expect can call TclWinAddProcess before any of the other pip... check-in: 1ff27fbb73 user: davygrvy tags: trunk
2003-09-25
05:34
* macosx/Makefile: ensure SYMROOT exists if OBJROOT is overridden on command line. Replaced explic... check-in: fdd3ebad30 user: das tags: trunk
2003-09-24
18:07
package unknown performance on MacOS and MacOS X check-in: 361ef0c572 user: vincentdarley tags: trunk
12:56
trace.test remove knownBug check-in: 954c5880cb user: vincentdarley tags: trunk
02:07
* tests/trace.test (trace-31,32-*): Added tests for [Bug 807243] and [Bug 811483]. check-in: 256e98a853 user: dgp tags: trunk
2003-09-23
18:38
fix failure of previous commit on Alpha platform check-in: 75cc747d06 user: msofer tags: trunk
14:48
* generic/tclExecute.c: * generic/tclInt.h: changed the evaluation-stack addressing mode, from ar... check-in: cc2dd645bb user: msofer tags: trunk
04:49
* library/init.tcl (auto_load, auto_import): Expanded Eric Melski's 2000-01-28 fix ... check-in: dbc5f2a73f user: dgp tags: trunk
2003-09-19
23:05
Stop failure of expr-23.4 on 64bit architectures. [Bug 808244] check-in: 0d0db69145 user: dkf tags: trunk
18:09
* generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to protect all calls that may cause trac... check-in: 03dd1a4927 user: msofer tags: trunk
2003-09-18
11:29
fileName test suite bug fix check-in: 055dc59c05 user: vincentdarley tags: trunk
2003-09-16
16:06
test suite fix for AFS check-in: 88d1d3d987 user: vincentdarley tags: trunk
14:56
minor filesystem bug fixes check-in: 7d62ac81ba user: vincentdarley tags: trunk
2003-09-15
14:24
Fixed comment typos. check-in: 26f81efb72 user: patthoyts tags: trunk
09:46
Oops! Last checkin had wrong value for LAST_INST_OPCODE. D'oh! check-in: 03e050818f user: dkf tags: trunk
2003-09-12
23:55
TIP#123 Implementation based on work by Arjen Markus. [Patch 655176] check-in: 605f7ff911 user: dkf tags: trunk
2003-09-10
20:27
* library/opt/optparse.tcl: Latest revisions caused [OptGuessType] to guess "int... check-in: 16fd6c7944 user: dgp tags: trunk
2003-09-08
20:12
format last change for 74 characters per line check-in: 3ae1927bea user: davygrvy tags: trunk
20:06
no message check-in: afa31c0db5 user: davygrvy tags: trunk
20:03
* win/tclWinLoad.c (TclpDlopen): Changed the error message for ERROR_PROC_NOT_FOUND to be a bit more... check-in: c14ddbc3bb user: davygrvy tags: trunk
14:59
credit update check-in: 07f13aba22 user: dgp tags: trunk
2003-09-05
22:55
one more bit of TIP 137 documentation... check-in: 42b052f2e4 user: dgp tags: trunk
21:52
* doc/FileSystem.3: Implementation of * doc/source.n: ... check-in: 8f0e879bbd user: dgp tags: trunk
2003-09-04
17:50
&& of constraints is the default; need not be specified. check-in: 2a1fb216e1 user: dgp tags: trunk
17:36
Typo correction: knownbug -> knownBug check-in: f22bbe5d86 user: dgp tags: trunk
16:44
* doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537]. * generic/tc... check-in: 3195fccaba user: dgp tags: trunk
2003-09-03
16:24
Added change bars marking portions only valid for Tcl 8.5 or later. check-in: d236a3a9ba user: dgp tags: trunk
2003-09-02
21:49
Corrected typo and broken example. check-in: 030afbb777 user: dgp tags: trunk
18:51
Added EXAMPLES to return.n check-in: 173074112b user: dgp tags: trunk
16:48
Added another note about [return] during a [source]. check-in: f795cb7036 user: dgp tags: trunk
16:32
* doc/return.n: Updated [return] docs to cover new TIP 90 features. * doc/break.n: ... check-in: 0a7ac4f33a user: dgp tags: trunk
2003-08-31
23:37
regen check-in: e566708bd9 user: dkf tags: trunk
23:17
Documentation of TIP#139 API functions. check-in: 53eb3ffe97 user: dkf tags: trunk
21:39
Updated [catch] docs to cover new TIP 90 features. check-in: 8bc350bc6c user: dgp tags: trunk
2003-08-30
21:59
Whitespace police. check-in: d16a814c3f user: dkf tags: trunk
2003-08-29
17:43
* generic/tclCmdAH.c: Corrected bug in TIP 90 implementation * tests/cmdMZ.test: ... check-in: 3196407960 user: dgp tags: trunk
2003-08-27
21:52
no message check-in: 336076eb0a user: davygrvy tags: trunk
21:52
Added Open Watcom strictness about how the char type needs to be signed by default. check-in: 7c42aaa92f user: davygrvy tags: trunk
21:31
additional performance tweak to last commit. check-in: d57a0e1514 user: dgp tags: trunk
20:29
* generic/tclUtil.c: Corrected [Bug 411825] and other bugs in TclNeedSpace() wher... check-in: 698df3f3e0 user: dgp tags: trunk
20:14
no message check-in: 357bcf1585 user: davygrvy tags: trunk
20:12
* win/tclWinFile.c (WinReadLinkDirectory): Fix for 'Initializers must be constant' with the driveS... check-in: bdeee8ce17 user: davygrvy tags: trunk
19:55
Revert mistaken commit. check-in: ad00f5312d user: dgp tags: trunk
19:50
* win/tclWinTime.c: Changed use of '_timezone' to 'timezone' as this difference is already adjust... check-in: e915910e7e user: davygrvy tags: trunk
19:45
Changed comment to note that OpenWatcom suffers the same missing LPFN_* typedef ssue as MinGW and cy... check-in: d6217aae99 user: davygrvy tags: trunk
19:41
Added a block for OpenWatcom adjustments that fixes the same issue Mo did for MinGW lack of missing ... check-in: 344406026f user: davygrvy tags: trunk
19:32
no message check-in: 244c13577a user: davygrvy tags: trunk
19:31
Added missing CONST'ification usage. check-in: d3904f58d9 user: davygrvy tags: trunk
19:26
no message check-in: d981c323e4 user: davygrvy tags: trunk
19:23
Changed Win32 platform #define from 'WIN32' to '__WIN32__' as this is the correct one to use across ... check-in: 773578e8ee user: davygrvy tags: trunk
19:15
no message check-in: c1d6a2816e user: davygrvy tags: trunk
19:06
* compat/strftime.c (_fmt): Fixed syst array intializer that couldn't take variables within it under... check-in: 19deccf65e user: davygrvy tags: trunk
17:57
* tests/util.test: Added new tests for remaining TclNeedSpace() bugs discussed in [B... check-in: 2b2d2221ca user: dgp tags: trunk
07:00
no message check-in: 213c8f81b5 user: davygrvy tags: trunk
06:58
Added some support for the OpenWatcom compiler. A win/makefile.wc to follow soon. check-in: e5c1fc4c7f user: davygrvy tags: trunk
2003-08-26
23:03
no message check-in: 2e7153834d user: davygrvy tags: trunk
23:01
Added some support for the LCC-Win32 compiler. Unfortunetly, this compiler has a bug in its preproc... check-in: 130ded9d4b user: davygrvy tags: trunk
2003-08-25
22:18
better error control. check-in: 51de934d84 user: davygrvy tags: trunk
21:05
Regen check-in: 15743b65be user: dkf tags: trunk
21:04
Minor improvement to stubs generation to allow for harmless transfer of functions between stubs tabl... check-in: 2a99d5f881 user: dkf tags: trunk
20:06
Regen check-in: b5202f9a67 user: dkf tags: trunk
20:06
Duplicated declarations for TIP#139; docs still to do. check-in: ee6c0844f4 user: dkf tags: trunk
2003-08-23
12:18
Applied fixes from 8.4.4 tree regarding the Bug #753315. Also, fixed the Bug #788780. check-in: 72145ccb01 user: vasiljevic tags: trunk
12:16
Applied changes from 8.4.4 regarding the Bug #753315 check-in: e3b94c3b6a user: vasiljevic tags: trunk
2003-08-19
19:39
* win/tclWinSerial.c (SerialErrorStr): Fixed a syntax error created in the previous code cleanup. check-in: 8e8e4096de user: patthoyts tags: trunk
10:33
Style guide police check-in: e26c0eff2d user: dkf tags: trunk
2003-08-18
07:25
* win/configure: Regen. * win/tcl.m4 (SC_ENABLE_SYMBOLS): Use test instead of -eq, which does not... check-in: 305c7027b7 user: mdejong tags: trunk
07:19
Fixup ChangeLog entry. check-in: 793d114331 user: mdejong tags: trunk
2003-08-15
02:13
Bug fix 789040 check-in: ca08d4d91c user: chengyemao tags: trunk
01:40
Bug fix in BuildCommandLine: missing a space when linePtr is not null check-in: c836991dcd user: chengyemao tags: trunk
2003-08-11
13:26
TIP#136 IMPLEMENTATION. We now have an [lrepeat] command! check-in: 149199766b user: dkf tags: trunk
2003-08-06
23:48
* win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus. check-in: 0cd9beb235 user: hobbs tags: trunk
23:02
* library/msgcat/msgcat.tcl: Added escape so that non-Windows * library/msgcat/pk... check-in: 95a5583325 user: dgp tags: trunk
2003-08-05
15:59
* generic/tclexecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT): added a Tcl_ResetResult(interp)... check-in: f46fb50cb3 user: msofer tags: trunk
2003-07-28
12:16
documentation fix, bug 775220 check-in: afd685999f user: vincentdarley tags: trunk
2003-07-24
18:16
* generic/tcl.h: Revert change made on 2003-07-21 since it made the sizeof(Tcl_Obj) different for ... check-in: 4dc4a16832 user: mdejong tags: trunk
16:05
* tests/async.test: Added several tests that demonstrate Tcl * tests/basic.test:... check-in: 03d3df98ff user: dgp tags: trunk
08:45
* library/package.tcl: Fixed a typo that broke pkg_mkIndex -verbose. * tests/pkgMkIndex.test: Added ... check-in: feddc3eac0 user: rmax tags: trunk
08:41
Split off ChangeLog.2002 check-in: b5cdac8baa user: rmax tags: trunk
2003-07-23
20:55
* win/tclWinReg.c: Incremented the version to 1.1.2. * library/reg/pkgIndex.tcl: check-in: a252124d24 user: patthoyts tags: trunk
15:40
* unix/Makefile.in: changes to html-tcl & html-tk targets for compatibility with non-gnu makes. check-in: b3f1e43cc8 user: das tags: trunk
05:53
* unix/Makefile.in: added macosx/README to dist target. check-in: e8133728f0 user: das tags: trunk
2003-07-22
23:41
* win/tclWinReg.c (OpenSubKey): Fixed bug 775976 which causes the registry set command to fail whe... check-in: 996c008d08 user: patthoyts tags: trunk
03:00
update fixes to changes from core-8-4-branch check-in: 1183f478ed user: dgp tags: trunk
00:59
Check that the thread incrementing or decrementing the ref count of a Tcl_Obj is the thread that ... check-in: 50c5d9ac11 user: mdejong tags: trunk
2003-07-21
17:33
Updated changes with entries up through 8.4.4 release. check-in: 3a89eba1df user: dgp tags: trunk
10:24
test suite on afs fix check-in: a1abd63d40 user: vincentdarley tags: trunk
2003-07-19
01:37
* macosx/Makefile: added option to allow installing manpages in addition to default html help. check-in: 43a281fdf0 user: das tags: trunk
2003-07-18
22:17
Tightened up Tcl_Utf{Next,Prev} docs. [Bug 769895] check-in: 5154e4e97b user: dkf tags: trunk
21:15
* doc/tcltest.n: Restored the [Eval] proc to replace * library/tcltes... check-in: f6848947aa user: dgp tags: trunk
19:36
* library/http/pkgIndex.tcl: upped to http v2.4.4 * library/http/http.tcl: add support for user:pa... check-in: f4d54669b4 user: hobbs tags: trunk
16:56
* doc/AddErrInfo.3: Improved consistency of documentation * doc/CrtTrace.3: ... check-in: a15f50a932 user: dgp tags: trunk
15:21
* doc/CrtSlave.3 (Tcl_MakeSafe): Removed warning about possible deprecation (no TIP... check-in: 3dd1cd8721 user: dgp tags: trunk
02:02
* unix/tclUnixFCmd.c: fix for compilation errors on platforms where configure detects non-function... check-in: f0dc607cb1 user: das tags: trunk
2003-07-17
00:20
2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> * generic/tclPathObj.c (SetFsPathFromAny): Add Cy... check-in: ae9ac7cfce user: hobbs tags: trunk
2003-07-16
22:49
* library/safe.tcl (FileInAccessPath): normalize paths before comparison. [Bug 759607] (myers) check-in: de1a851e8c user: hobbs tags: trunk
22:10
* unix/tclUnixNotfy.c (NotifierThreadProc): correct size of found and word vars from int to long. ... check-in: d051837812 user: hobbs tags: trunk
22:03
* generic/tcl.h: add recognition of -DTCL_UTF_MAX=6 on the * generic/regcustom.h: make line ... check-in: bd6af5153d user: hobbs tags: trunk
21:34
Tcl_MakeSafe is a nasty function; document it as such. [Bug 655300] check-in: d9a41d63e9 user: dkf tags: trunk
21:24
* generic/tclPreserve.c: In Result and Preserve'd routines, do not * generic/tclUtil.c: assume... check-in: 059ed80454 user: hobbs tags: trunk
15:29
* generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840] * generic/tclPathObj.c ... check-in: 31e59a0126 user: dgp tags: trunk
14:31
* library/tcltest/tcltest.tcl (ProcessFlags): Corrected broken call * library/tclt... check-in: 93f9e3e3e9 user: dgp tags: trunk
08:26
Removed trivially-unreachable line [Bug 771939] check-in: ff665c6e4e user: dkf tags: trunk
04:04
* doc/http.n: Updated SYNOPSIS to match actual syntax of commands. [Bug 756112] check-in: 4120f7a9d3 user: dgp tags: trunk
02:17
* unix/dltest/pkga.c (Pkga_EqObjCmd): Fix typo that was causing a crash in load.test. check-in: 766a3eea2c user: mdejong tags: trunk
2003-07-15
23:57
* unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counted strings instead o... check-in: 0de34726a3 user: dgp tags: trunk
22:21
D'oh! Forgot one of the examples... check-in: fbc5d04268 user: dkf tags: trunk
22:17
Doc fixes related to Patch 763312 check-in: 9a88a73d0f user: dkf tags: trunk
21:01
* generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371 on 2003-04-07 introd... check-in: cf45519e6b user: dgp tags: trunk
16:11
Added a missing $(OPTDEFINES) which broke the build if STATS=memdbg was specified. check-in: 733a452e9b user: kennykb tags: trunk