Tcl Source Code

Timeline
Login

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

57 check-ins using file changes version bfa6219ccf

2006-10-10
18:16
dup test name check-in: df804607e6 user: dgp tags: core-8-4-branch
2006-10-06
19:00
update tests to handle strictness change check-in: 3acaec4997 user: hobbs tags: core-8-4-branch
14:04
Remove RTCc flag check-in: 0c53056fcd user: patthoyts tags: core-8-4-branch
05:57
note default "false" for http::strict for 8.4 check-in: 85b022a953 user: hobbs tags: core-8-4-branch
05:56
* library/http/http.tcl (http::geturl): only do geturl url rfc 3986 validity checking if $::http::...
check-in: 133b7d6e9c user: hobbs tags: core-8-4-branch
04:55
(UnicodeToUtfProc): dst must be set to (ch & 0xFF) to work on big endian systems check-in: 1114fb6791 user: hobbs tags: core-8-4-branch
2006-10-05
21:24
* generic/tcl.h: note limitation on changing Tcl_UniChar size * generic/tclEncoding.c (UtfToUnicod...
check-in: b800442074 user: hobbs tags: core-8-4-branch
11:44
* generic/tclVar.c (Tcl_LappendObjCmd): * tests/append.test(4.21-22): fix for longstanding [Bug 15...
check-in: 6631da8060 user: msofer tags: core-8-4-branch
2006-10-04
17:59
Bug 1400572 will remain knownBug for 8.4.14 check-in: e0307b95c5 user: dgp tags: core-8-4-branch
2006-10-03
18:20
Attempt to correct regression filename-16.6 due to 2006-05-13 commit. check-in: 9f44abdef2 user: dgp tags: core-8-4-branch
2006-10-02
18:30
* generic/tclFileName.c (TclGlob): Prevent doubling of directory separators by ...
check-in: dfeb6ada5a user: dgp tags: core-8-4-branch
2006-10-01
21:51
Handle possible missing define check-in: c8c5ac42cf user: patthoyts tags: core-8-4-branch
13:17
Backported fix for bug #1420432 (cannot set mtime for directories on windows). check-in: 83a4c18e17 user: patthoyts tags: core-8-4-branch
2006-09-30
19:20
2006-09-30 Miguel Sofer <[email protected]>
* generic/tclUtil.c (Tcl_SplitList): optimisation,...
check-in: 3151fcb2e1 user: msofer tags: core-8-4-branch
2006-09-26
21:40
* win/makefile.vc: Updated MSVC build to properly deal with * win/nmakehlp.c: MSVC8 and AMD64 tar... check-in: 962a33862b user: patthoyts tags: core-8-4-branch
14:06
* generic/tcl.h: As 2006-09-22 commit from Donal K. Fellows demonstrates, "#d...
check-in: 62873cf9a9 user: dgp tags: core-8-4-branch
2006-09-25
21:55
* generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642], aka coverity #51. Extended lo... check-in: 82a33de162 user: andreas_kupries tags: core-8-4-branch
17:27
* generic/tclBasic.c: Reverted exposure of patchlevel in registered core version when TIP#268 f... check-in: 034d427410 user: andreas_kupries tags: core-8-4-branch
2006-09-24
21:15
* generic/tclParse.c (Tcl_ParseCommand): also return an error if start==NULL and numBytes<0. This ...
check-in: cbbabd2395 user: msofer tags: core-8-4-branch
2006-09-22
22:31
* generic/tclInt.h: Moved TIP#268's field 'packagePrefer' to the end of the structure, for bett... check-in: ce1746af45 user: andreas_kupries tags: core-8-4-branch
18:31
* generic/tclPkg.c (Tcl_PkgRequireEx): Changes handling of the return information from 'Tcl_Pkg... check-in: 1f5d22e008 user: andreas_kupries tags: core-8-4-branch
14:48
Fix [Bug 1562528] check-in: 1f72f1dc04 user: dkf tags: core-8-4-branch
01:26
* generic/tcl.decls: Implemented TIP #268, conditionally. * generic/tclBasic.c: Define TCL_TIP26... check-in: 78a272c42a user: andreas_kupries tags: core-8-4-branch
2006-09-15
19:53
* library/http/http.tcl: Change " " -> "+" url encoding mapping * library/http/pkgIndex.tcl: ...
check-in: b2c79c9080 user: hobbs tags: core-8-4-branch
2006-09-12
22:52
* unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognize HP-UX 11.00 and beyond as hav... check-in: 12badc9300 user: andreas_kupries tags: core-8-4-branch
22:05
* unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation of the increment needed to align t... check-in: 2b856a9c1f user: andreas_kupries tags: core-8-4-branch
2006-09-11
16:15
* tests/msgcat.test: Bumped version in auxiliary files as well. * doc/msgcat.n: check-in: f2526797ed user: andreas_kupries tags: core-8-4-branch
16:07
* unix/tclUnixCompat.c: make compatLock static and only declare it when it will actually be used; ...
check-in: 86b2c903a4 user: das tags: core-8-4-branch
2006-09-10
18:23
* library/msgcat/msgcat.tcl: Bump to version msgcat 1.3.4 to account * library/ms...
check-in: bd475a5f48 user: dgp tags: core-8-4-branch
17:04
* library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of * tests/msgcat.test: ...
check-in: 6d22c64949 user: das tags: core-8-4-branch
2006-09-08
20:37
Fixed compilation for Darwin so the compiler does not bark about defined but unused functions. check-in: 72fbfa5dee user: vasiljevic tags: core-8-4-branch
19:25
* unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString, and CopyHostent. Also fixed ... check-in: 6744e99597 user: andreas_kupries tags: core-8-4-branch
11:15
For Darwin, assume gethostbyname() and gethostbyaddr() are MT-safe starting with Dariwn 6 (Mac OSX 1... check-in: 4281d89b4a user: vasiljevic tags: core-8-4-branch
2006-09-07
18:49
* unix/tclUnixFCmd.c: Removed some false tests added (and left by mistake) by fixing the Tcl Bug: 99... check-in: 271fd16511 user: vasiljevic tags: core-8-4-branch
16:29
* unix/configure: Regenerated using autoconf 2.13. check-in: c5b799b804 user: andreas_kupries tags: core-8-4-branch
09:08
Fixed typos in some wrapers check-in: e464350dcb user: vasiljevic tags: core-8-4-branch
09:01
Removed unused variables check-in: f1d53c9089 user: vasiljevic tags: core-8-4-branch
08:55
Fixed wrong structure usage in some wrappers check-in: c82db97da9 user: vasiljevic tags: core-8-4-branch
08:50
Rewritten MT-safe wrappers to return ptrs to TSD storage check-in: 7f765b1a0f user: vasiljevic tags: core-8-4-branch
2006-09-06
13:24
Added for fixing the Tcl Bug 999544 check-in: a41e08dfe4 user: vasiljevic tags: core-8-4-branch
13:08
Added MT-safe implementation of some library calls. See Tcl Bug 999544 for more information. check-in: fa1da032d7 user: vasiljevic tags: core-8-4-branch
2006-09-05
16:10
typo check-in: d790a5958a user: dgp tags: core-8-4-branch
2006-09-04
21:36
* tests/main.text (Tcl_Main-4.4): Test corrected to not be timing sensitive to...
check-in: 421d53064c user: dgp tags: core-8-4-branch
19:35
correct package example check-in: 7d94c968f0 user: hobbs tags: core-8-4-branch
2006-08-30
17:53
see changes check-in: 0834d1d010 user: hobbs tags: core-8-4-branch
17:53
* win/tclWinChan.c: [Bug 819667] Improve logic for identifying COM ports.
check-in: 0da377899f user: hobbs tags: core-8-4-branch
17:48
* win/tclWinFCmd.c: [Bug 1548263] Added test for NULL return * generic/tclIOUtil.c: from Tcl_FS...
check-in: bf32b6a16f user: hobbs tags: core-8-4-branch
17:35
* generic/tclFileName.c (TclDoGlob): match incr with existing decr.
check-in: a8648325b1 user: hobbs tags: core-8-4-branch
17:24
* unix/Makefile.in: add valgrindshell target and update default VALGRINDARGS. User can override, ...
check-in: c946b3fca3 user: hobbs tags: core-8-4-branch
17:24
* generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadId
check-in: 592c2c9126 user: hobbs tags: core-8-4-branch
17:24
* generic/tclIOGT.c (ExecuteCallback): * generic/tclPkg.c (Tcl_PkgRequireEx): replace Tcl_GlobalEv...
check-in: 0ac1070d51 user: hobbs tags: core-8-4-branch
2006-08-22
17:45
* unix/tclUnixNotfy.c (Tcl_WaitForEvent): Fixed broken if syntax committed 2006-08-21 by Daniel... check-in: 0671965d0f user: andreas_kupries tags: core-8-4-branch
2006-08-21
14:56
* generic/tclIOUtil.c: Revisions to complete the thread finalization of the cwdPath...
check-in: 4557a5daa4 user: dgp tags: core-8-4-branch
06:10
typo: s/Xcode 2.3/Xcode 2.4/ check-in: 9b29f159d0 user: das tags: core-8-4-branch
05:37
* unix/tclUnixPort.h (Darwin): override potentially faulty configure detection of termios availabi...
check-in: d6432e6705 user: das tags: core-8-4-branch
03:50
add support for building without -fconstant-cfstrings, e.g. when MACOSX_DEPLOYMENT_TARGET unset. [Bu... check-in: 7ebbaebd22 user: das tags: core-8-4-branch
02:36
update with recent Darwin changes check-in: f5465f2316 user: das tags: core-8-4-branch