Timeline
Not logged in

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

843 check-ins using file doc/SplitList.3 version 3f4e32acb6

2012-11-26
16:44
Submitted patch claiming to fix errors in nested eval counting. check-in: 31204c61f8 user: dgp tags: griffin-numlevels
2011-02-28
21:19
Mark merge of 8.4 bugfixes into 8.5 development. check-in: d13d8d8f0a user: dgp tags: core-8-5-branch
20:14
* doc/RegExp.3: [Bug 3165108]: Corrected documentation of description of subexpressi... check-in: c1b432aee2 user: dgp tags: core-8-5-branch
2011-01-25
15:55
[Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, backported strcpy->memcpy chang... check-in: d69078d96b user: nijtmans tags: core-8-5-branch
2011-01-19
14:02
Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void i... check-in: 5c3a90bdc4 user: nijtmans tags: core-8-5-branch
08:14
Backport of Miguel's 2010-09-22 fix on 8.6 branch (decache stack info wherever ::errorInfo may be up... check-in: 94a9222220 user: ferrieux tags: core-8-5-branch
08:04
Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void i... check-in: 1b43842ad6 user: nijtmans tags: core-8-5-branch
2011-01-18
10:02
Various mismatches between Tcl_Panic format string and its arguments, discovered thanks to [Bug 3159... check-in: 6dd03122dc user: nijtmans tags: core-8-5-branch
2011-01-17
12:34
[Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. Improved error-message regardi... check-in: e128e8f455 user: nijtmans tags: core-8-5-branch
08:43
handle --enable-64bit=ia64 for gcc. BACKPORT. [Patch 3059922]: fixes for mingw64 - gcc4.5.1 check-in: 6e410a115b user: nijtmans tags: core-8-5-branch
2011-01-15
19:07
* doc/tclvars.n: * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (ut... check-in: d27c6004c8 user: kennykb tags: core-8-5-branch
2011-01-13
11:30
* generic/tclExecute.c (GrowEvaluationStack): Off-by-one error in sizing the new allocation - was ... check-in: 78dccf16b8 user: msofer tags: core-8-5-branch
2011-01-03
10:08
Fix "make genstubs", which was broken since 2010-11-30, the TclDoubleDigits backport. check-in: 28e98e3407 user: nijtmans tags: core-8-5-branch
2010-12-31
17:15
[Bug 3007895]: Tcl_(Find|Create)HashEntry stub entries can never be called. They still cannot be cal... check-in: e75735ef76 user: nijtmans tags: core-8-5-branch
2010-12-17
23:51
Remove unwanted/obsolete 'ddd' target. check-in: e8c32de6aa user: stwo tags: core-8-5-branch
21:59
[Bug 2446711]: Remove 'allpatch' target. check-in: ff2a86c952 user: stwo tags: core-8-5-branch
17:56
Use 'rpmbuild', not 'rpm' [Bug 2537626]. check-in: d1d97d178e user: stwo tags: core-8-5-branch
2010-12-13
21:18
Cross-compile support for Win and UNIX (backported) check-in: cfe5c44774 user: nijtmans tags: core-8-5-branch
2010-12-12
12:04
Better building on OpenBSD. check-in: 5d16188d35 user: stwo tags: core-8-5-branch
2010-12-10
17:16
[backport] Make sure [fcopy -size ... -command ...] always calls the callback asynchronously, even f... check-in: f1c09901d7 user: ferrieux tags: core-8-5-branch
2010-12-03
22:27
* generic/tclUtil.c (TclReToGlob): add extra check for multiple inner *s that leads to poor recurs... check-in: c7ad6de620 user: hobbs tags: core-8-5-branch
2010-12-01
18:57
Whitespace, and fix broken backport of ilimi* initialization. check-in: 0b092682c7 user: andreas_kupries tags: core-8-5-branch
16:28
* generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits): Added meaningless initialization of 'i'... check-in: 338734e990 user: kennykb tags: core-8-5-branch
2010-11-30
20:59
* generic/tclInt.decls: Backport of Kevin B. Kenny's work on * generic/tclInt.h: the Tcl Head, wi... check-in: 769801ace1 user: andreas_kupries tags: core-8-5-branch
18:16
* generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: * generic/tclStubInit.c: TclForma... check-in: 2a8fac784c user: hobbs tags: core-8-5-branch
2010-11-23
20:01
* generic/tclVar.c (VarHashInvalidateEntry): Removed obsolete patch for AIX defining this macro... check-in: b279d6f571 user: andreas_kupries tags: core-8-5-branch
2010-11-19
21:37
Allow cross-compilation by default (backported) Use -pipe for gcc on win32 (backported) check-in: f2157e3e11 user: nijtmans tags: core-8-5-branch
20:34
fix gcc warnings: unused variable 'registration' check-in: 0f2da3bcd9 user: nijtmans tags: core-8-5-branch
20:12
fix gcc warning: dereferencing pointer 'oemId' does break strict-aliasing rules check-in: c1de9c54ef user: nijtmans tags: core-8-5-branch
19:45
fix gcc warning: passing argument 3 of 'Tcl_GetIndexFromObj' discards qualifiers from pointer target... check-in: 2cd6a7b788 user: nijtmans tags: core-8-5-branch
2010-11-18
11:27
* doc/file.n: [Bug 3111298]: Typofix. check-in: a57d36cd77 user: dkf tags: core-8-5-branch
2010-11-16
14:57
[Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 check-in: 702f2ec1eb user: nijtmans tags: core-8-5-branch
2010-11-15
21:32
* doc/interp.n: [3081184] TIP #378. * doc/tclvars.n: Performance fix for TIP #280. * generic/tcl... check-in: 8902c8bc82 user: andreas_kupries tags: core-8-5-branch
2010-11-05
00:06
Backport dgp's fixes to comments and ChangeLog entry check-in: cad6896003 user: kennykb tags: core-8-5-branch
2010-11-03
00:58
* generic/tclCompCmds.c (TclCompileCatchCmd): * tests/compile.test (compile-3,6): Reworked the compi... check-in: 41849e1538 user: kennykb tags: core-8-5-branch
2010-11-02
21:57
Improved handling of non-standard module path lists, empty path lists in particular. check-in: 15d3eaf640 user: stwo tags: core-8-5-branch
2010-11-01
19:39
* library/tzdata/Asia/Hong_Kong: * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Fiji: Ols... check-in: 4150f5bace user: kennykb tags: core-8-5-branch
2010-10-23
21:28
Update for VS10 check-in: c6457efd24 user: nijtmans tags: core-8-5-branch
07:32
[Bug 3085863]: tclUniData 9 years old Upgrade everything to Unicode 6.0, except non-BMP characters ... check-in: 62a84670be user: nijtmans tags: core-8-5-branch
2010-10-09
16:31
* generic/tclExecute.c: fix overallocation of exec stack in TEBC (mixing numwords and numbytes) check-in: bd5aaebeea user: msofer tags: core-8-5-branch
2010-10-04
05:23
correct evalstats to use %#lx for %p for Tcl_AppendPrintfToObj check-in: af480328d1 user: hobbs tags: core-8-5-branch
2010-10-02
00:29
* generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to return data to interp by default, or ... check-in: 5726fcf08b user: hobbs tags: core-8-5-branch
2010-09-24
17:53
* tclWinsock.c: [Bug 3056775]: Fixed race condition between thread and internal co-thread access ... check-in: d9701e49d0 user: andreas_kupries tags: core-8-5-branch
2010-09-23
17:59
* generic/tclCmdAH.c: Fix cases where value returned by * generic/tclEvent.c: Tc... check-in: 5139ef090c user: dgp tags: core-8-5-branch
2010-09-18
23:14
* doc/file.n (file readlink): [Bug 3070580]: Typofix. check-in: e57507e2c6 user: dkf tags: core-8-5-branch
2010-09-15
15:43
update file generated by 'make dist' check-in: 262cde830e user: dgp tags: core-8-5-branch
2010-09-10
13:02
* doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's special handling of backslas... check-in: 1d67108b33 user: dkf tags: core-8-5-branch
2010-09-08
17:38
* changes: Update for 8.5.9 release. check-in: 7f1e1062ab user: dgp tags: core-8-5-9, core-8-5-branch
16:53
* doc/tm.n: Added underscore to the set of characters accepted in module names. This is true for ... check-in: 6786ad523b user: andreas_kupries tags: core-8-5-branch
15:42
* win/tclWin32Dll.c: #ifdef protections to permit builds with * win/tclWinChan.c:... check-in: 48191d3979 user: dgp tags: core-8-5-branch
2010-09-06
12:57
Backport blkcnt_t detection/usage. check-in: 9f550ab4d6 user: stwo tags: core-8-5-branch
2010-09-02
20:01
Tag for RC4 release (again) check-in: 299bcc8b69 user: dgp tags: core-8-5-branch
19:50
* doc/glob.n: Fixed documentation ambiguity regarding the handling of -join. check-in: 33010d3b4d user: andreas_kupries tags: core-8-5-branch
18:30
* library/safe.tcl (::safe::AliasGlob): Fixed another problem, the option -join does not stop opt... check-in: 64be15e1e0 user: andreas_kupries tags: core-8-5-branch
18:03
Tag for RC4 release check-in: 160be86ba4 user: dgp tags: core-8-5-branch
04:52
* library/safe.tcl (::safe::AliasGlob): Moved the command extending the actual glob command with ... check-in: 114a940280 user: andreas_kupries tags: core-8-5-branch
2010-09-01
20:07
* changes: Update for 8.5.9 release. check-in: 97a0d7c7dd user: dgp tags: core-8-5-branch
19:42
* generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to * generic/tclVar.c: make the beha... check-in: e6f97d1e4a user: andreas_kupries tags: core-8-5-branch
15:45
Tag for R2 release check-in: 552822d3bb user: dgp tags: core-8-5-branch
15:41
* tools/tcltk-man2html.tcl: Improve handling of cross-links for options between Ttk manual pages. check-in: 09a3a34e63 user: dkf tags: core-8-5-branch
15:06
* doc/Tcl.n: Avoid nroff hazards when generating documentation. check-in: 4b388593e9 user: dkf tags: core-8-5-branch
14:25
Tag for RC2 release check-in: f859cb8157 user: dgp tags: core-8-5-branch
2010-08-31
20:46
* win/tcl.m4: Applied patch by Jeff fixing issues with the manifest handling on Win64. * win/con... check-in: 3bc99598f5 user: andreas_kupries tags: core-8-5-branch
2010-08-30
14:14
Tag for RC1 release check-in: aca284e37a user: dgp tags: core-8-5-branch
2010-08-29
15:40
* doc/dict.n: [Bug 3046999]: Corrected cross reference to array manpage to refer to (correct) exis... check-in: 1695352703 user: dkf tags: core-8-5-branch
2010-08-27
00:16
note unix/configure change check-in: 73a189669d user: hobbs tags: core-8-5-branch
00:15
* unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-... check-in: 264726aabf user: hobbs tags: core-8-5-branch
00:09
* win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): * win/configure, win/configure.in... check-in: e10d217c9e user: hobbs tags: core-8-5-branch
2010-08-24
18:30
* changes: Update for 8.5.9 release. check-in: c84d150ccd user: dgp tags: core-8-5-branch
2010-08-23
19:59
* library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: Olson's tzdata2010l. check-in: 6f255d05cd user: kennykb tags: core-8-5-branch
19:57
* library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: Olson's tzdata2010l. check-in: 60c4fb3055 user: kennykb tags: core-8-5-branch
2010-08-19
10:04
* generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd) (TraceVariableObjCmd): [Patch 3048... check-in: b7f158dc0f user: dkf tags: core-8-5-branch
2010-08-16
08:41
regen check-in: 70aa8f85ce user: das tags: core-8-5-branch
08:37
regen check-in: 87d2837303 user: das tags: core-8-5-branch
2010-08-15
16:16
* generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the handling of passing the wrong numb... check-in: aab32b0944 user: dkf tags: core-8-5-branch
2010-08-12
08:55
* generic/tclCmdMZ.c (Tcl_RegexpObjCmd): [Bug 2826551, Patch 2948425]: Backport of updates to make... check-in: bc4ad84fe0 user: dkf tags: core-8-5-branch
00:11
* unix/ldAix: remove ancient (pre-4.2) AIX support * unix/configure: regen with ac-2... check-in: fffa256274 user: hobbs tags: core-8-5-branch
2010-08-10
20:48
* generic/tclUtil.c (TclByteArrayMatch): patterns may not be null-terminated, so acc... check-in: 6955f9dc51 user: hobbs tags: core-8-5-branch
2010-08-05
17:12
* changes: Update for 8.5.9 release. check-in: cb4a497d66 user: uid37551 tags: core-8-5-branch
2010-08-04
19:45
* unix/tclUnixFCmd.c: adjust license header as per ftp://ftp.cs.berkeley.edu/pub/4bs... check-in: 7d28ce9f5f user: hobbs tags: core-8-5-branch
19:37
fix DFARs note for number-adjusted rights clause check-in: 661c9f0ba2 user: hobbs tags: core-8-5-branch
19:17
* win/tclWin32Dll.c (asciiProcs, unicodeProcs): * win/tclWinLoad.c (TclpDlopen): 'lo... check-in: c33c6a7479 user: hobbs tags: core-8-5-branch
19:14
* win/Makefile.in (%.${OBJEXT}): better implicit rules support check-in: b3dce4ee33 user: hobbs tags: core-8-5-branch
17:02
* generic/tcl.h: Bump to 8.5.9 for release. * library/init.tcl: * too... check-in: d2331867f4 user: dgp tags: core-8-5-branch
16:47
* generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting * tests/ioCmd.test: in InvokeTclM... check-in: a34aac33af user: andreas_kupries tags: core-8-5-branch
2010-08-03
20:06
Test iocmd-32.2 tests for Bug 3034840 check-in: 83eca62d8d user: dgp tags: core-8-5-branch
17:16
* tests/var.test (var-19.1): [Bug 3037525]: Added test demonstrating the local hashtable deletion... check-in: fddfdf84f5 user: andreas_kupries tags: core-8-5-branch
16:50
* tests/info.test (info-39.1, test_info_frame): Changed absolute to relative frame adressing to h... check-in: 3afaa5e1ff user: andreas_kupries tags: core-8-5-branch
13:19
* changes: Update for 8.5.9 release. check-in: 1b40741101 user: dgp tags: core-8-5-branch
2010-08-02
19:12
* library/tzdata/America/Bahia_Banderas: * library/tzdata/Pacific/Chuuk: * library/tzdata/Pacific/Po... check-in: 9808871b8d user: kennykb tags: core-8-5-branch
2010-07-31
18:10
* generic/tclVar.c: fix for crash [Bug 3037525]: lose fickle optimisation in TclDeleteVars (used f... check-in: 7db93adfa3 user: msofer tags: core-8-5-branch
2010-07-25
10:13
[Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: revert tclInt.h to what it was before, a... check-in: 7d3080be8b user: nijtmans tags: core-8-5-branch
2010-07-17
07:42
[Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6 check-in: 2abdbdef38 user: nijtmans tags: core-8-5-branch
2010-07-02
20:58
* generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Made sure that errors caused by an... check-in: e5bab5e8b8 user: dkf tags: core-8-5-branch
20:49
[Bug #803489] Tcl_FindNamespace problem in the Stubs table check-in: 70f70c32ff user: nijtmans tags: core-8-5-branch
2010-06-30
23:31
* doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper rendering of the exclusive-or o... check-in: 0a9422ffb9 user: dkf tags: core-8-5-branch
2010-06-28
08:24
[Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 267afb1dbc user: nijtmans tags: core-8-5-branch
2010-06-24
14:22
[Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 0fd50a9685 user: nijtmans tags: core-8-5-branch
14:21
[Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 6890a4a02e user: nijtmans tags: core-8-5-branch
2010-06-22
12:12
* generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong args message. check-in: 628405d346 user: dkf tags: core-8-5-branch
2010-06-18
12:43
* library/init.tcl (auto_execok): [Bug 3017997]: Add .cmd to the default list of extensions that w... check-in: e923972936 user: dkf tags: core-8-5-branch
2010-06-16
13:13
Add .so to .cvsignore check-in: 6d0300730b user: nijtmans tags: core-8-5-branch
10:40
[Bug 3016135] traceback using clock format with locale of he_IL check-in: 76caa253b1 user: nijtmans tags: core-8-5-branch
2010-06-09
20:11
* library/platform/platform.tcl: Added OSX Intel 64bit * library/platform/pkgIndex.tcl: Package u... check-in: 2206e62275 user: andreas_kupries tags: core-8-5-branch
2010-05-26
21:56
* doc/socket.n: [Bug 3007442]: Server sockets never took a host argument, so the list of options m... check-in: 2b63642e45 user: dkf tags: core-8-5-branch
2010-05-25
10:37
[Bug 2991415]: tclport.h #included before limits.h check-in: 8a1fe782a4 user: nijtmans tags: core-8-5-branch
2010-05-21
12:51
[Bug #3005233] fix for build on OpenBSD vax check-in: e0957d3c69 user: nijtmans tags: core-8-5-branch
12:18
installData.tcl: Make sure that copyDir only receives normalized paths. tclPlatDecls.h: Fix <tchar.h... check-in: 624625fe98 user: nijtmans tags: core-8-5-branch
2010-05-20
08:55
[Backport] Also check the reverse path of dict->list EIAS violation. check-in: b34b2f2db9 user: ferrieux tags: core-8-5-branch
2010-05-19
22:04
Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions. check-in: 716909f303 user: ferrieux tags: core-8-5-branch
21:47
Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions. check-in: 506c349610 user: ferrieux tags: core-8-5-branch
2010-05-07
20:16
* library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit. * library/platform/pkgInde... check-in: e595e97051 user: andreas_kupries tags: core-8-5-branch
2010-04-30
20:59
* generic/tclBinary.c (UpdateStringOfByteArray): Add panic when the generated... check-in: 60f3c2eb36 user: dgp tags: core-8-5-branch
2010-04-29
21:24
Typo check-in: 80d1e76e88 user: andreas_kupries tags: core-8-5-branch
21:19
* library/platform/platform.tcl: Another stab at getting the /lib, * library/platform/pkgIndex.tc... check-in: ac1de9bded user: andreas_kupries tags: core-8-5-branch
15:55
* library/tzdata/Antarctica/Macquarie: * library/tzdata/Africa/Casablanca: * library/tzdata/Afr... check-in: 366f666db6 user: kennykb tags: core-8-5-branch
2010-04-19
07:40
Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp check-in: 322a3e1315 user: nijtmans tags: core-8-5-branch
2010-04-18
20:08
* doc/unset.n: [Bug 2988940]: Fix typo. check-in: 3714ef6ae4 user: dkf tags: core-8-5-branch
2010-04-14
22:58
Fixed missing update of platform package index, and Makefiles. check-in: d808269c3e user: andreas_kupries tags: core-8-5-branch
19:42
* library/platform/platform.tcl: Linux platform identification: Check /lib64 for existence of fil... check-in: bc9df58910 user: andreas_kupries tags: core-8-5-branch
2010-04-06
08:26
Reverted previous checin as Tcl_ObjSetVar2 (convoluted and undocumented) jnterface implicitly decrem... check-in: 470f531183 user: vasiljevic tags: core-8-5-branch
07:43
Fixed object leak check-in: 087fcb4964 user: vasiljevic tags: core-8-5-branch
2010-04-03
09:38
Added VALGRIND define so we can silence helgrind race-report at places we know we cheated on in orde... check-in: 78f741e1b3 user: vasiljevic tags: core-8-5-branch
2010-04-02
15:53
* generic/tclThreadStorage.c (ThreadStorageGetHashTable): avoid accessing shared table index w/o mut... check-in: 5675442706 user: vasiljevic tags: core-8-5-branch
14:30
* generic/tclStringObj.c: (SetStringFromAny): avoid trampling over the tclEmptyStringRep->bytes as i... check-in: 59bf516261 user: vasiljevic tags: core-8-5-branch
2010-03-31
20:53
* doc/package.n: [Bug 2980210]: Document the arguments taken by the [package present] command corr... check-in: d4270ccd06 user: dkf tags: core-8-5-branch
2010-03-30
21:17
* generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput, ReflectSeekWide, ReflectWatch,... check-in: 54e2be80b0 user: andreas_kupries tags: core-8-5-branch
16:30
* generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorder the validity ... check-in: c6ee8e3ce6 user: dgp tags: core-8-5-branch
2010-03-29
21:57
* generic/tclStringObj.c: Fix array overrun in test format-1.12 caught by valg... check-in: 8775fff1dc user: dgp tags: core-8-5-branch
2010-03-25
14:52
* unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected number of arguments to fstatfs() ... check-in: 55bfd2afcc user: dkf tags: core-8-5-branch
2010-03-24
15:31
* generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so * tests/result.t... check-in: dbac86a6e8 user: dgp tags: core-8-5-branch
2010-03-20
17:53
* generic/tclIO.c (CopyData): Allow the total number of bytes copied by [fcopy] to exceed 2GB. Can... check-in: c6cdb88f0b user: dkf tags: core-8-5-branch
2010-03-19
15:29
constification backport to silence warning check-in: 702c70c913 user: dgp tags: core-8-5-branch
2010-03-18
20:54
*** empty log message *** check-in: 1ada05cc36 user: dgp tags: core-8-5-branch
20:38
* generic/tclListObj.c: Prevent in overflow trouble in [lreplace] * generic/tclTestO... check-in: a12aaa827f user: dgp tags: core-8-5-branch
2010-03-12
15:32
Fix [Bug 2967340]: Static build failure check-in: ee9a7e68a0 user: nijtmans tags: core-8-5-branch
2010-03-09
21:13
* generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux * doc/refchan.n: <ferrieux@us... check-in: 6ab240c913 user: andreas_kupries tags: core-8-5-branch
18:29
* library/tzdata/America/Matamoros: New locale * library/tzdata/America/Ojinaga: New... check-in: 4b283489d7 user: dgp tags: core-8-5-branch
2010-03-01
15:25
Prettify and fix filename in ChangeLog. check-in: 14d110b342 user: ferrieux tags: core-8-5-branch
15:14
[Backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 when calling [fconfigure ... check-in: 2cefbf28c6 user: ferrieux tags: core-8-5-branch
2010-02-27
21:25
Only look for the needle when it fits in the haystack. [Bug 2960021] check-in: 6defdf15ca user: dkf tags: core-8-5-branch
2010-02-22
13:09
Added missing quoting check-in: ff159c821a user: dkf tags: core-8-5-branch
2010-02-21
20:27
Fix [Bug 2954959] expr abs(0.0) is -0.0 and added test cases for it. check-in: 016d6a7393 user: nijtmans tags: core-8-5-branch
2010-02-19
13:25
Correct compiler/linker flags for threaded builds on OpenBSD. check-in: f5182a5aaf user: stwo tags: core-8-5-branch
09:56
[Bug 2954638]: Correct behaviour of manual page installer. Also added armouring to check that assump... check-in: 4fee00b1dd user: dkf tags: core-8-5-branch
2010-02-11
15:25
[Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. check-in: 2692fb9c43 user: dkf tags: core-8-5-branch
2010-02-07
22:16
Backport various formatting (spacing) changes from HEAD, so diffing between 8.5.x and 8.6 shows the ... check-in: abe54e99af user: nijtmans tags: core-8-5-branch
2010-02-03
13:28
More corrections to the [array unset] command. check-in: 7888bac5b1 user: dkf tags: core-8-5-branch
2010-02-02
20:51
* generic/tclCompile.c: [Bug 2933089]: A literal sharing problem with * generic/tclCompile.h: 'in... check-in: ffce3e0a77 user: andreas_kupries tags: core-8-5-branch
16:13
Ensure that decrements never assume that they can't do (actual) deletion. check-in: edff9e93e5 user: dkf tags: core-8-5-branch
00:42
Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] hits the next element... check-in: 2a9a28a485 user: dkf tags: core-8-5-branch
2010-02-01
11:12
[Bug 2942697]: Rework the RE engine so that certain pathological patterns are matched much more rapi... check-in: 05ea9ca3eb user: dkf tags: core-8-5-branch
00:07
better panic message check-in: 06225631a6 user: nijtmans tags: core-8-5-branch
2010-01-31
23:51
Various CYGWIN-related fixes backported from HEAD. Still configure script not modified, so CYGWIN bu... check-in: ad7cfb6ee3 user: nijtmans tags: core-8-5-branch
2010-01-29
09:46
Fix macro conflict on CYGWIN: don't use "small". check-in: 68e5104e39 user: nijtmans tags: core-8-5-branch
09:38
Use correct TCL_LL_MODIFIER for CYGWIN. Formatting (all backported from HEAD) Fix gcc 4.4 warning: i... check-in: 998a628472 user: nijtmans tags: core-8-5-branch
2010-01-19
09:57
[bug 2929546]: Improve the dict documentation. check-in: 46c5807480 user: dkf tags: core-8-5-branch
2010-01-18
22:20
* generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initialize the EventScriptRecord (esPtr) f... check-in: f1ca567e92 user: andreas_kupries tags: core-8-5-branch
09:50
[Bug 2932421]: Make [format] less likely to smash intreps. check-in: 0cdd44b844 user: dkf tags: core-8-5-branch
2010-01-06
22:02
Fix environment tests under CYGWIN check-in: fdde6ad861 user: nijtmans tags: core-8-5-branch
21:35
Various trivial fixes, discovered during CYGWIN porting attempt. All backported from trunk. check-in: 100e5d2f12 user: nijtmans tags: core-8-5-branch
2010-01-05
18:58
* generic/tclPathObj.c (TclPathPart): Correct inconsistency between * tests/fileNa... check-in: dc8d903cb7 user: dgp tags: core-8-5-branch
2010-01-03
21:36
Fix quoting problem check-in: 079e38ed08 user: dkf tags: core-8-5-branch
21:17
[Bug 1636685]: Use the configuration for modern FreeBSD suggested by the FreeBSD porter. check-in: 7553958875 user: dkf tags: core-8-5-branch
2009-12-30
22:20
[Bug 2923613]: Make the safer [source] handle a [return] at the end of the file correctly. check-in: 90f0e832c3 user: dkf tags: core-8-5-branch
2009-12-29
13:13
[Bug 2895741]: Make min() and max() supported in safe interpreters. check-in: e6c8bcd32e user: dkf tags: core-8-5-branch
2009-12-28
13:55
regen with autconf 2.61 check-in: 03062c4fa2 user: dkf tags: core-8-5-branch
13:53
[Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. check-in: 29ecdb9e47 user: dkf tags: core-8-5-branch
13:48
Correct failing test check-in: f3ee066c3b user: dkf tags: core-8-5-branch
10:05
[Bug 2891362]: Make time limits work better with the event loop. check-in: ad043aa96c user: dkf tags: core-8-5-branch
2009-12-27
22:09
[Bug 2921538]: Updated example to not be quite so ancient. check-in: da04079ef3 user: dkf tags: core-8-5-branch
2009-12-23
11:13
[Bug 2913625]: Stop information about paths from leaking through [info script] and [info nameofexecu... check-in: 75352cd289 user: dkf tags: core-8-5-branch
2009-12-17
16:30
bump to msgcat 1.4.3 to account for commits check-in: 222dc4ed0f user: dgp tags: core-8-5-branch
2009-12-16
23:31
Upgrade to Safe Base's handling of [glob] to be more permissive with the feature set supported, but ... check-in: b350c509d7 user: dkf tags: core-8-5-branch
14:04
[Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n in the HTML documentation.... check-in: e1ae666a88 user: dkf tags: core-8-5-branch
09:31
[Bug 2913616]: Make msgcat package work in safe interpreters. check-in: 6f7f5feb1e user: dkf tags: core-8-5-branch
09:27
Silence a bunch of unimportant messages from cvs check-in: 7a4a1ee758 user: dkf tags: core-8-5-branch
2009-12-12
19:46
Plug testing memleak. [Bug 2895367] check-in: f1b36a4349 user: dkf tags: core-8-5-branch
2009-12-10
19:13
* generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated comments to describe when the ... check-in: 60381f421b user: andreas_kupries tags: core-8-5-branch
2009-12-09
22:34
* library/safe.tcl: Backport of the streamlined safe base from * tests/safe.test: head to the 8.5... check-in: 516de93f78 user: andreas_kupries tags: core-8-5-branch
2009-12-07
17:14
* generic/tclStrToD.c: Correct conditional compile directives to better detect the ... check-in: 6bc1abafff user: dgp tags: core-8-5-branch
2009-12-02
22:01
Add support for win32 CALLBACK functions in genStubs.tcl (needed for Tk bugfix) check-in: ede910714b user: nijtmans tags: core-8-5-branch
2009-11-30
15:44
[Bug 2901433]: Improved description of {*} syntax. check-in: 39fc448dc2 user: dkf tags: core-8-5-branch
2009-11-27
14:53
[Patch 2903921]: Many small spelling fixes from Larry Virden. check-in: d5a9d37f2b user: dkf tags: core-8-5-branch
2009-11-25
14:31
[Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use AC_CHECK_MEMBERS([struct stat.st_blksize... check-in: 4a1666f4ce user: stwo tags: core-8-5-branch
2009-11-16
12:14
Fix [Bug 2891556] and improve test to detect similar manifestations in the future. check-in: 68033c16fa user: ferrieux tags: core-8-5-branch
2009-11-12
17:34
retag check-in: 8c5e95aa66 user: dgp tags: core-8-5-8, core-8-5-branch
17:03
* generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity which used the number of _written_ ... check-in: baab8a7a17 user: andreas_kupries tags: core-8-5-branch
16:55
* changes: Update for 8.5.8 release. check-in: 42d15ddc0a user: dgp tags: core-8-5-branch
16:31
* generic/tclClock.c (TclClockInit): Do not create [clock] support commands in sa... check-in: 3d9d716a03 user: dgp tags: core-8-5-branch
15:47
* tests/io.test: New test io-53.11 to test for [Bug 2895565]. check-in: c7e003efd4 user: dgp tags: core-8-5-branch
2009-11-11
23:46
Fixed a number of test issues for Vista and Win7. These test failures are due to the more restrictiv... check-in: 01efc55dbd user: patthoyts tags: core-8-5-branch
16:14
* library/http/http.tcl: Update the URL syntax check to RFC 3986 compliance o... check-in: c135514043 user: dgp tags: core-8-5-branch
00:04
Backported fix for [Bug 2888099] (close discards ENOSPC error) by saving the errno from the first of... check-in: ee83aeb170 user: ferrieux tags: core-8-5-branch
2009-11-10
20:19
* generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECT evaluation. check-in: 6b6e463f6b user: dgp tags: core-8-5-branch
16:46
* generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). [Bug 2895323] check-in: d250faf92f user: dgp tags: core-8-5-branch
2009-11-09
23:38
Removed outdated Msys + Mingw info, fix for [Bug 2459744]. check-in: 32ac0f142d user: stwo tags: core-8-5-branch
22:36
* generic/tclBasic.c (TclEvalObjEx): Plug memory leak in TCL_EVAL_DIRECT evaluati... check-in: 3e4ff11855 user: dgp tags: core-8-5-branch
2009-11-04
04:47
2009-11-03 Andreas Kupries <andreask@activestate.com> * library/safe.tcl (::safe::InterpS... check-in: e2c5600f10 user: dgp tags: core-8-5-branch
00:39
* library/tzdata/Asia/Novokuznetsk: New tzdata locale for Kemerovo oblast', which now keeps Novosibi... check-in: 4a164f5a0b user: kennykb tags: core-8-5-branch
2009-11-03
23:20
Backported permissions fix for Windows 7 to cleanup test directory. check-in: d655795c20 user: patthoyts tags: core-8-5-branch
19:22
*** 8.5.8 TAGGED FOR RELEASE *** check-in: 33559eaf2e user: dgp tags: core-8-5-branch
19:21
* generic/tcl.h: Bump to 8.5.8 for release. * library/init.tcl: * too... check-in: 75775311ab user: dgp tags: core-8-5-branch
19:16
* changes: Update for 8.5.8 release. check-in: ebbfc19434 user: dgp tags: core-8-5-branch
2009-10-31
20:25
[Bug 2889593]: Make [expr round()] give the right error. check-in: ba802af1b7 user: dkf tags: core-8-5-branch
2009-10-29
18:34
* generic/tcl.h: Changed the typedef for the mp_digit type from: ... check-in: 554b1b107c user: dgp tags: core-8-5-branch, potential incompatibility
17:21
Test hygiene for the ::tmp variable check-in: eced552367 user: dgp tags: core-8-5-branch
01:17
* library/clock.tcl (LocalizeFormat): * tests/clock.test (clock-67.1): Corrected a problem where '%%... check-in: 6494be37d1 user: kennykb tags: core-8-5-branch
2009-10-28
21:10
* generic/tclLiteral.c: Backport fix for [Bug 2888044]. check-in: c853fcb266 user: dgp tags: core-8-5-branch
16:45
* tests/fileName.test (fileName-20.[78]): Corrected poor test hygiene (failure to save and restore t... check-in: ec33223598 user: kennykb tags: core-8-5-branch
2009-10-27
20:30
* generic/tclPathObj.c: Missing refcount on cached normalized path caused crashes. ... check-in: a60df8980e user: dgp tags: core-8-5-branch
03:35
* library/tzdata/America/Argentina/Buenos_Aires: * library/tzdata/America/Argentina/Cordoba: * libra... check-in: 0eed3557a4 user: kennykb tags: core-8-5-branch
03:24
* library/clock.tcl (ParseClockScanFormat): Corrected a problem where [clock scan] didn't load the t... check-in: 8748693449 user: kennykb tags: core-8-5-branch
2009-10-24
22:20
* library/clock.tcl (ProcessPosixTimeZone): Corrected a regression in the fix to [Bug 2207436] tha... check-in: 87e633db8e user: kennykb tags: core-8-5-branch
2009-10-23
19:09
* generic/tclIO.c (FlushChannel): Skip OutputProc for low-level 0-length writes. When closing pip... check-in: a63650e781 user: andreas_kupries tags: core-8-5-branch
2009-10-21
13:54
Fix [Bug 2882561]. check-in: dcf1be2659 user: dkf tags: core-8-5-branch
2009-10-20
21:45
describe backported fixes check-in: cb2104a015 user: ferrieux tags: core-8-5-branch
2009-10-19
21:59
* generic/tclIO.c: Revised ReadChars and FilterInputBytes routines to permit re... check-in: cdf0022092 user: dgp tags: core-8-5-branch
2009-10-18
11:21
Fix for [Bug 988703, 1565466] check-in: 3a43f003a8 user: mistachkin tags: core-8-5-branch
2009-10-17
22:35
Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory. check-in: 3164b694cd user: dkf tags: core-8-5-branch
2009-10-08
14:42
[Bug 2874678]: Don't leak bignums in [dict incr]... check-in: cdd77ebec4 user: dkf tags: core-8-5-branch
2009-10-07
23:10
* generic/tclObj.c: [Bug 2871908]: Plug memory leaks of the objThreadMap and lineCLPtr hashtables... check-in: 3407f29edf user: andreas_kupries tags: core-8-5-branch
17:11
* generic/tclIORChan.c (ErrnoReturn): Replace the hardwired constant 11 with the proper errno d... check-in: 11147c4905 user: andreas_kupries tags: core-8-5-branch
2009-10-06
16:30
* generic/tclTomMathInt.h (new): Public header tclTomMath.h had * generic/tclTomMath... check-in: 6e9ea43f97 user: dgp tags: core-8-5-branch
2009-10-05
15:20
* changes: Update for 8.5.8 release. check-in: d0be4425c2 user: dgp tags: core-8-5-branch
02:41
* macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in * unix/tclUnixInit.c: Mac OS X ... check-in: 3e06f9c8e8 user: das tags: core-8-5-branch
2009-10-02
17:54
* library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: * library/tzdata/Asia/Karachi: * libr... check-in: cd363609df user: kennykb tags: core-8-5-branch
2009-09-29
04:43
* generic/tclAlloc.c: Cleaned up various routines in the * generic/tclCkal... check-in: e6b0f11e96 user: dgp tags: core-8-5-branch
04:29
http bump fix check-in: ae0e27059b user: dgp tags: core-8-5-branch
2009-09-11
15:08
* library/http/http.tcl: Bump to http 2.7.4 to account for * library/http/pkg... check-in: 96087f0be7 user: dgp tags: core-8-5-branch
2009-09-10
21:31
Correct handling of quoted charset names. [Bug 2849860] check-in: 933d031f42 user: dkf tags: core-8-5-branch
2009-09-01
14:13
* library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revision * library/tclte... check-in: 3528e2f04c user: dgp tags: core-8-5-branch
2009-08-30
19:18
add "error:" to -verbose line test failure output to satisfy stricter log parsers like Xcode 3.2 check-in: 40361f2a32 user: das tags: core-8-5-branch
2009-08-27
19:33
* generic/tclStringObj.c: A few more string overflow cases in [format]. [Bug ... check-in: 7a7b843587 user: dgp tags: core-8-5-branch
2009-08-26
02:26
silence compiler warnings check-in: d7d129a6b6 user: dgp tags: core-8-5-branch
2009-08-25
21:01
* generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, EvalTokensStandard, Tcl_EvalEx, E... check-in: c838caae31 user: andreas_kupries tags: core-8-5-branch
2009-08-24
00:27
* macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops when CoreFoundation notifi... check-in: 3c8d3403f3 user: das tags: core-8-5-branch
2009-08-21
19:03
* generic/tclFileName.c: Correct regression in [Bug 2837800] fix. * tests/fileName.t... check-in: 06b3699815 user: dgp tags: core-8-5-branch
18:31
regression tests check-in: 2ca1d82694 user: dgp tags: core-8-5-branch
2009-08-20
22:08
* generic/tclFileName.c: Correct result from [glob */test] when * matches something ... check-in: 2dded56920 user: dgp tags: core-8-5-branch
14:59
* generic/tclPathObj.c: [Bug 2806250] Prevent the storage of strings starting with ~... check-in: 93b3686378 user: dgp tags: core-8-5-branch
14:29
Backport of memory leak plug. check-in: c3b11be0dc user: dkf tags: core-8-5-branch
2009-08-19
17:29
another test check-in: f9d24d4bde user: dgp tags: core-8-5-branch
2009-08-18
17:42
test for 2806250 check-in: fef7f8b5ca user: dgp tags: core-8-5-branch
16:27
nicer test failure mode check-in: 6859061cba user: dgp tags: core-8-5-branch
14:43
* generic/tclPathObj.c: Added NULL check to prevent crashes during * tests/fileName.... check-in: 6b2ad80bbe user: dgp tags: core-8-5-branch
2009-08-06
22:28
* doc/refchan.n [Bug 2827000]: Extended the implementation of * generic/tclIORChan.c: reflective ... check-in: 018a2f428f user: andreas_kupries tags: core-8-5-branch
2009-08-02
12:15
Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] check-in: f405ee1956 user: dkf tags: core-8-5-branch
2009-07-31
16:56
* generic/tclStringObj.c: Corrected failure to grow buffer * tests/format.test... check-in: 462283219e user: dgp tags: core-8-5-branch
2009-07-24
16:51
* generic/tclIO.c (Tcl_GetChannelHandle): [Bug 2826248]: Do not crash * generic/tclPipe.c (FileFo... check-in: 62c8e5320a user: andreas_kupries tags: core-8-5-branch
2009-07-23
15:23
fix SunCC warning check-in: 61e383a4cf user: das tags: core-8-5-branch
10:17
Fix for [Bug 2820349] check-in: 4b7c178d54 user: mistachkin tags: core-8-5-branch
2009-07-21
21:20
2009-07-21 Kevin B. Kenny <kennykb@acm.org> * library/tzdata/Asia/Dhaka: * library/tzdata/India... check-in: 1e447f3123 user: kennykb tags: core-8-5-branch
2009-07-20
09:26
Performance boost for [string is]. check-in: 6fb871d204 user: dkf tags: core-8-5-branch
2009-07-16
20:50
* generic/tclCmdIL.c: Removed unused variables. * generic/tclCompile.c: * ... check-in: 936f6911bd user: dgp tags: core-8-5-branch
2009-07-15
22:27
fix 64bit int <-> ptr cast warnings check-in: e30aeb4cb6 user: das tags: core-8-5-branch
2009-07-14
16:33
* generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, TclArgumentBCRelease, TclArgumentGet):... check-in: 7022410d0d user: andreas_kupries tags: core-8-5-branch
2009-07-01
15:29
Cast wide integer to int conversion and some signed/unsigned conversions. (silence msvc6 warnings) check-in: a36d676c25 user: patthoyts tags: core-8-5-branch
14:05
Handle the GetUserName API call appropriately for wide/narrow versions. [Bug 2806622] check-in: 2d7deaad2f user: patthoyts tags: core-8-5-branch
2009-06-15
18:52
* generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion. check-in: 76ca69989e user: dgp tags: core-8-5-branch
2009-06-13
14:27
test name conflict check-in: 46f440d1ff user: dgp tags: core-8-5-branch
14:25
* generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr * generic/tclProc... check-in: 00a700e694 user: dgp tags: core-8-5-branch
2009-06-10
21:38
* generic/tclStringObj.c: Revised [format] to not overflow the integer calcula... check-in: 7bd82b7393 user: dgp tags: core-8-5-branch
2009-06-09
13:52
* generic/tclGetDate.y: Fixed a thread safety bug in the generated * library/clock.tcl: Bison par... check-in: 7ad94faea7 user: kennykb tags: core-8-5-branch
2009-06-08
16:37
New DST rule for Bangladesh (Olson's tzdata2009i) check-in: e15ae49aa2 user: kennykb tags: core-8-5-branch
2009-06-02
19:10
* generic/tclExecute.c: Replace dynamically-initialized table with a table of static... check-in: 4c0cff3a38 user: dgp tags: core-8-5-branch
17:55
* generic/tclExecute.c: Corrected implementations and selection logic of the INST_EX... check-in: ed6b2d69c8 user: dgp tags: core-8-5-branch
2009-06-01
21:32
* tests/expr.test: Added many tests demonstrating the broken cases of [Bug 2798... check-in: e5c0e52520 user: dgp tags: core-8-5-branch
2009-05-30
03:51
Applied Olson's tzdata2009h check-in: 470a900f71 user: kennykb tags: core-8-5-branch
2009-05-29
16:28
* library/platform/platform.tcl: Fixed handling of cpu ia64, * library/platform/pkgIndex.tcl: tak... check-in: 02ed733d89 user: andreas_kupries tags: core-8-5-branch
2009-05-08
02:23
* generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893], insure that a command in a dele... check-in: 45a890d2e3 user: msofer tags: core-8-5-branch
2009-05-06
20:16
* generic/tclCmdMZ.c: Improve overflow error message from [string repeat]. [Bug 2... check-in: 9c4fb8f94e user: dgp tags: core-8-5-branch
2009-04-29
15:47
Revert last commit which fails to build with msvc2005 and msvc6 check-in: 6507675fdb user: patthoyts tags: core-8-5-branch
14:59
Fix [Bug 2651823]. check-in: a44c3f403b user: dkf tags: core-8-5-branch
2009-04-28
16:46
comment with last tcl.m4 change check-in: e1132fd656 user: hobbs tags: core-8-5-branch
16:44
* unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check to add _r to CC on AIX with thr... check-in: c28d009df6 user: hobbs tags: core-8-5-branch
2009-04-27
21:45
Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit handlers" for... check-in: d28ef3bfc1 user: ferrieux tags: core-8-5-branch
21:36
Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix (EOF). check-in: efa00a3dcf user: ferrieux tags: core-8-5-branch
12:35
Fix examples. [Bug 2780680] check-in: 9fe6e5d675 user: dkf tags: core-8-5-branch
2009-04-24
15:15
Don't chmod/exec installManPage. [Patch 2769530] check-in: 18ed5a745a user: stwo tags: core-8-5-branch
2009-04-15
19:07
* generic/tclStringObj.c: AppendUnicodeToUnicodeRep failed to set stringPtr->a... check-in: 48925f56c8 user: dgp tags: core-8-5-7, core-8-5-branch
13:42
* changes: Update for 8.5.7 release. check-in: cb0d65dd5f user: dgp tags: core-8-5-branch
2009-04-14
20:43
Removed -Wno-implicit-int from CFLAGS_WARNING. Regen unix/configure. check-in: bf3c8c5560 user: stwo tags: core-8-5-branch
20:01
* library/tzdata/Asia/Karachi: Updated rules for Pakistan Summer Time (Olson's tzdata2009f... check-in: d751f50776 user: kennykb tags: core-8-5-branch
00:55
update Apple copyright notice for 2009-04-10 changes check-in: 957877ba48 user: das tags: core-8-5-branch
2009-04-13
16:20
typos check-in: 33c5aab61c user: dgp tags: core-8-5-branch
2009-04-11
00:22
D'oh check-in: 73f615d3ff user: das tags: core-8-5-branch
2009-04-10
22:53
fix warning check-in: e42f84ee0c user: das tags: core-8-5-branch
22:14
silence warning preventing symbols build with msvc6 (signed/unsigned comparison) check-in: 3352598241 user: patthoyts tags: core-8-5-branch
21:31
*** 8.5.7 TAGGED FOR RELEASE *** check-in: bb5e36d20b user: dgp tags: core-8-5-branch
21:27
* generic/tclStringObj.c (UpdateStringOfString): Fix bug detected by compiler warni... check-in: 3ed35b9bbb user: dgp tags: core-8-5-branch
21:22
Darwin additions check-in: 7d0546ca00 user: das tags: core-8-5-branch
20:46
* unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros * macosx/tclMacOSXNotify.c: to manipu... check-in: e496f9ef50 user: das tags: core-8-5-branch
20:33
typos check-in: fb20e43a05 user: dgp tags: core-8-5-branch
18:10
* unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL. [Bug 1961211] check-in: edb8ccb8b2 user: das tags: core-8-5-branch
18:04
typo check-in: eaa11b5ac5 user: das tags: core-8-5-branch
18:02
* macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow * unix/tclUnixChan.c: embeddi... check-in: 7a6749806a user: das tags: core-8-5-branch
18:01
* unix/configure.in (Darwin): use Darwin SUSv3 extensions if available; remove /Network locati... check-in: 03bf436bb5 user: das tags: core-8-5-branch
17:40
* changes: Update for 8.5.7 release. check-in: 70f3c2e7e5 user: dgp tags: core-8-5-branch
16:59
* macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replace deprecated NSModule API by dlfcn A... check-in: 7a25e2c08d user: das tags: core-8-5-branch
16:54
* generic/tcl.h: Bump to 8.5.7 for release. * library/init.tcl: * too... check-in: ca1b890ff6 user: dgp tags: core-8-5-branch
13:15
* tests/httpd: Backport new tests for http 2.7.3. * tests/http.tcl: check-in: 1ea016c0bd user: dgp tags: core-8-5-branch
2009-04-09
20:11
Fix tzdata line terminators check-in: 4b5a1c7124 user: kennykb tags: core-8-5-branch
19:55
Olson's tzdata2009e check-in: 7d54191ff1 user: kennykb tags: core-8-5-branch
17:05
* library/http/http.tcl: Backport http 2.7.3 from HEAD for * library/http/pkg... check-in: 3e5776d3dd user: dgp tags: core-8-5-branch
2009-04-08
19:11
* library/platform/platform.tcl: Extended the darwin sections to * library/platform/pkgIndex.tcl:... check-in: e18670efde user: andreas_kupries tags: core-8-5-branch
16:04
* library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) to * library/tcltes... check-in: 96648562c3 user: dgp tags: core-8-5-branch
2009-04-07
18:37
* generic/tclStringObj.c: Completed backports of fixes for [Bug 2494093] and [... check-in: b72d2c661c user: dgp tags: core-8-5-branch
2009-03-30
18:48
* doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] check-in: ef3ce5cbff user: dgp tags: core-8-5-branch
17:47
* generic/tclStringObj.c: Added protections from invalid memory * generic/tclT... check-in: f0785bb73d user: dgp tags: core-8-5-branch
2009-03-27
19:16
* generic/tclPathObj.c (TclPathPart): TclPathPart() was computing * tests/fileName... check-in: 6f05a3d648 user: dgp tags: core-8-5-branch
2009-03-26
19:58
typo check-in: 4639b76c8b user: dgp tags: core-8-5-branch
2009-03-21
02:54
* generic/tclStringObj.c: Test stringObj-6.9 checks that * tests/stringObj.tes... check-in: 2ad13d8bb6 user: dgp tags: core-8-5-branch
2009-03-20
14:35
* generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow the max length o... check-in: 0344586f37 user: dgp tags: core-8-5-branch
2009-03-18
17:13
* win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. Thanks to Jo... check-in: de4d16a450 user: dgp tags: core-8-5-branch
2009-03-15
15:38
Added support for SIGINFO. [Patch 1513655] check-in: b60628dc1d user: dkf tags: core-8-5-branch
2009-02-20
18:19
* generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() * tests/fileName.... check-in: 703b79a976 user: dgp tags: core-8-5-branch
2009-02-17
18:06
* win/tcl.m4, win/configure: Check if cl groks _WIN64 already to avoid CC manipulation that can sc... check-in: 3bcaf7209e user: hobbs tags: core-8-5-branch
2009-02-05
13:59
* generic/tclStringObj.c: Added overflow protections to the AppendUtfToUtfRep routin... check-in: 9d19b12984 user: dgp tags: core-8-5-branch
2009-02-04
21:43
comment typo check-in: f22e328814 user: dgp tags: core-8-5-branch
20:21
* generic/tclStringObj.c (SetUnicodeObj): Corrected failure of Tcl_SetUnicodeO... check-in: d7975f5bcd user: dgp tags: core-8-5-branch
18:57
* generic/tclCmdMZ.c: Prevent crashes due to int overflow of the length of the res... check-in: dd591b8fbb user: dgp tags: core-8-5-branch
2009-01-29
16:08
Backport fix for [Bug 2519474] check-in: a14bcc8666 user: dkf tags: core-8-5-branch
2009-01-22
05:06
typo check-in: dbcb28419b user: dgp tags: core-8-5-branch
02:16
* unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). * unix/configure: Au... check-in: 8f5e46e66c user: kennykb tags: core-8-5-branch
00:05
* generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. Closing a channel may supply NULL f... check-in: 68c5f6b579 user: andreas_kupries tags: core-8-5-branch
2009-01-20
03:54
Backport of Patch 907924 check-in: 678a111c20 user: kennykb tags: core-8-5-branch
2009-01-14
14:13
typo check-in: d2c1426979 user: dgp tags: core-8-5-branch
2009-01-09
15:12
* generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit memory allocation... check-in: 5d56bba354 user: dgp tags: core-8-5-branch
2009-01-08
17:55
* generic/tclStringObj.c (STRING_UALLOC): Added missing parens required to get corr... check-in: 026b245cf3 user: dgp tags: core-8-5-branch
2009-01-06
16:07
Corrected twiddling in internals of dictionaries so that literals can't get destroyed. check-in: 1dbc152ce3 user: dkf tags: core-8-5-branch
15:23
Fix [Bug 2006879] check-in: 4009a11fc2 user: dkf tags: core-8-5-branch
15:12
Backport fix for [Bug 2006884] check-in: ba5e364c89 user: dkf tags: core-8-5-branch
2009-01-03
04:36
* library/clock.tcl (tcl::clock::add): Fixed error message formatting in the case where [clock add] ... check-in: 0be5ec88b7 user: kennykb tags: core-8-5-branch
2008-12-21
20:59
* generic/tcl.h: Bump to 8.5.6 for release. * library/init.tcl: * too... check-in: 1c19753e16 user: dgp tags: core-8-5-6, core-8-5-branch
20:22
advance tag check-in: 8c0e8c6a97 user: dgp tags: core-8-5-branch
20:13
* changes: Update for 8.5.6 release. * library/tclIndex: Removed reference to ... check-in: b37bbeae84 user: dgp tags: core-8-5-branch
2008-12-16
22:04
Backport re-fix of [2431847] check-in: 93b6cd83b3 user: ferrieux tags: core-8-5-branch
2008-12-15
23:26
Fix [Bug 2431847] check-in: d54c5ed1a6 user: dkf tags: core-8-5-branch
15:43
optional argument format correction check-in: e1b3253334 user: dgp tags: core-8-5-branch
2008-12-12
17:46
Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [Bug 2207436] check-in: 148de9595c user: nijtmans tags: core-8-5-branch
2008-12-11
17:27
* generic/tclIO.c (SetChannelFromAny and related): Modified the * tests/io.test: internal represe... check-in: cfad9b09d7 user: andreas_kupries tags: core-8-5-branch
14:05
Fallback to European time zone DST rules, when the timezone is between 0 and -12 [Bug 2207436]. check-in: 51c9709271 user: nijtmans tags: core-8-5-branch
01:20
[Bug 1929403] specify the translation mode when counting bytes check-in: e718b6bacb user: patthoyts tags: core-8-5-branch
2008-12-10
19:03
library/tzdata/*: Update from Olson's tzdata2008i. check-in: e23bcfbd54 user: kennykb tags: core-8-5-branch
2008-12-07
16:39
Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logic check-in: aeae3e7517 user: das tags: core-8-5-branch
2008-12-04
17:45
* generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another flag value TC... check-in: 1b223784cd user: dgp tags: core-8-5-branch
2008-12-03
07:03
* generic/tclFileName.c (DoGlob): One of the Tcl_FSMatchInDirectory() calls did n... check-in: 12a697308f user: dgp tags: core-8-5-branch
2008-12-02
18:23
* generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre Ferrieux's first patch for [Bug 22... check-in: 485f324427 user: andreas_kupries tags: core-8-5-branch
2008-12-01
22:39
* generic/tclParse.c: Backport fix for [Bug 2251175]. check-in: 0fe1dac073 user: dgp tags: core-8-5-branch
2008-11-30
19:25
* library/clock.tcl (format, ParseClockScanFormat): Added a [string map] to get rid of namespace del... check-in: 544e7d8b85 user: kennykb tags: core-8-5-branch
2008-11-25
22:16
* generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre Ferrieux's patch for [Bug 2270477... check-in: 5b28ad3f61 user: andreas_kupries tags: core-8-5-branch
2008-11-23
19:29
* generic/tclIO.c: Backport of fix for [Bug 2333466]. check-in: 845be4dce9 user: andreas_kupries tags: core-8-5-branch
2008-11-18
07:02
fix [Bug 2308236] signature of Tcl_HashStats() wrong check-in: bf29d13c08 user: nijtmans tags: core-8-5-branch
2008-11-14
00:22
Fixed [Bug 2269431]: load of shared objects leaves emporary files on windows check-in: c651428b00 user: nijtmans tags: core-8-5-branch
2008-11-10
17:57
* doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich * library/platform/pkgIndex.tcl: ... check-in: 3fa0548ccc user: andreas_kupries tags: core-8-5-branch
2008-11-04
23:56
* generic/tclPort.h: remove the ../win/ header dir as the build system already has it, and it conf... check-in: 096a632f45 user: hobbs tags: core-8-5-branch
2008-11-01
15:03
fix typo: s/ZoneinfoFile/LoadZoneinfoFile/ check-in: adb2964c4d user: das tags: core-8-5-branch
2008-10-24
00:46
Removed a rogue ^M from the end of a line check-in: f442984efd user: patthoyts tags: core-8-5-branch
2008-10-23
23:34
Backported a fix for reading HTTP-like protocols that used to work and were broken with http 2.7. No... check-in: 317d88eb76 user: patthoyts tags: core-8-5-branch
16:27
* generic/tcl.h: Bump version number to 8.5.6b1 to distinguish * library/init... check-in: ec374ebf84 user: dgp tags: core-8-5-branch
12:19
only create test.dat file on windows, it is never used on unix and creation may fail due to insuffic... check-in: 072035086a user: das tags: core-8-5-branch
2008-10-19
19:54
* generic/tclProc.c: Reset -level and -code values to defaults after they are use... check-in: c2b0a6b40d user: dgp tags: core-8-5-branch
2008-10-16
16:58
silence Alex check-in: c36d69e47d user: dgp tags: core-8-5-branch
16:07
* library/init.tcl: Revised [unknown] so that it carefully preserves the state o... check-in: 90e78c239a user: dgp tags: core-8-5-branch
2008-10-14
18:16
backport more reliable tests check-in: ccf31d9892 user: dgp tags: core-8-5-5, core-8-5-branch
15:55
missing constraint check-in: 32df37b2b1 user: dgp tags: core-8-5-branch
2008-10-10
19:51
Fix version typo check-in: 945cc496f7 user: mistachkin tags: core-8-5-branch
19:29
tag 8.5.5 check-in: 1523499c33 user: dgp tags: core-8-5-branch
19:11
* changes: Update for 8.5.5 release. check-in: 25aac84715 user: dgp tags: core-8-5-branch
18:16
* generic/tcl.h: Bump to 8.5.5 for release. * library/init.tcl: * too... check-in: 755ea2c849 user: dgp tags: core-8-5-branch
2008-10-08
14:52
* generic/tclTrace.c: Corrected handling of errors returned by variable traces so ... check-in: 8560e0542f user: dgp tags: core-8-5-branch
2008-10-07
20:51
* tclWinTest.c: Fix compiler warning when compiling this file with mingw gcc: tclWinTest.c:706:... check-in: 7c664fa363 user: nijtmans tags: core-8-5-branch
2008-10-06
18:42
Fix for [Bug 1934200] check-in: 54c9e2ed21 user: mistachkin tags: core-8-5-branch
2008-10-05
21:25
* libtommath/bn_mp_sqrt.c (bn_mp_sqrt): Handle the case where * tests/expr.test (expr-47.13): ... check-in: ae1bd61335 user: kennykb tags: core-8-5-branch
2008-10-02
18:56
Fixes for [Bug 1934200, 1934272] check-in: eb83b75b02 user: mistachkin tags: core-8-5-branch
2008-09-27
14:20
Missed a (minor) change. check-in: fcfd1ea4e6 user: dkf tags: core-8-5-branch
14:19
Fix [Bug 2130992]. check-in: 518c0f94c9 user: dkf tags: core-8-5-branch
2008-09-25
19:20
* doc/global.n: Correct false claim about [info locals]. check-in: 4fac33221d user: dgp tags: core-8-5-branch
2008-09-18
15:00
remove outdated commentary check-in: 7d2320780e user: dgp tags: core-8-5-branch
2008-09-17
18:14
* generic/tclInt.h: Correct the TclGetLongFromObj, TclGetIntFromObj, and TclGetI... check-in: a217a0d239 user: dgp tags: core-8-5-branch
12:37
* library/init.tcl: export min and max commands from the mathfunc namespace [Bug 2116053] check-in: edd3d89e69 user: msofer tags: core-8-5-branch
2008-09-10
13:17
Fix efficiency bug detected by Kieran Elby. check-in: 3487dba2a4 user: dkf tags: core-8-5-branch
2008-09-07
14:00
* doc/namespace.n: fix [Bug 2098441] check-in: 57d884253e user: msofer tags: core-8-5-branch
2008-08-28
16:08
* generic/tcl.h: Bump version number to 8.5.5b1 to distinguish * library/init... check-in: 7d41d713d4 user: dgp tags: core-8-5-branch
2008-08-27
20:29
typo check-in: 3af0f46a9e user: dgp tags: core-8-5-branch
2008-08-22
18:00
* generic/tclUtil.c (TclReToGlob): Added missing set of the *exactPtr value to ... check-in: 1c6b67a996 user: dgp tags: core-8-5-branch
17:20
* generic/tclUtil.c (TclReToGlob): Added missing set of the *exactPtr value to ... check-in: 78969ab775 user: dgp tags: core-8-5-branch
2008-08-21
23:42
really fix translation to escape glob-sensitive chars check-in: cedd903aec user: hobbs tags: core-8-5-branch
23:19
* tests/regexp.test, tests/regexpComp.test: correct re2glob ***= * generic/tclUtil.c (TclReToGlob)... check-in: fc9a8bdb44 user: hobbs tags: core-8-5-branch
2008-08-20
11:45
* generic/tclTest.c (TestconcatobjCmd): fix use of internal-only TclInvalidateStringRep macro... check-in: 9034e25f9f user: das tags: core-8-5-branch
2008-08-17
14:12
* generic/tclTest.c (TestconcatobjCmd): * generic/tclUtil.c (Tcl_ConcatObj): * tests/util.test (u... check-in: 01147b1a84 user: msofer tags: core-8-5-branch
2008-08-14
17:20
move tag check-in: b495297d14 user: dgp tags: core-8-5-4, core-8-5-branch
13:08
* tests/fileName.test: Revise new tests for portability to case insensitive filesys... check-in: efe5ced468 user: dgp tags: core-8-5-branch
02:22
typo check-in: f0a92dbffd user: das tags: core-8-5-branch
02:12
* generic/tclCompile.h: add support for debug logging of DTrace * generic/tclBasic.c: 'proc', 'c... check-in: 6bfd1752b4 user: das tags: core-8-5-branch
02:09
* generic/tclCmdIL.c (TclInfoFrame): check fPtr->line before dereferencing as line info may ... check-in: fc22f806f1 user: das tags: core-8-5-branch
00:11
* tests/msgcat.test: fix for ::tcl::mac::locale with @modifier (HEAD backport 2008-06-01). check-in: 80edfde26c user: das tags: core-8-5-branch
00:08
* tests/fCmd.test (fCmd-6.23): made result matching robust when test workdir and /tmp are not ... check-in: 6528fff0f4 user: das tags: core-8-5-branch
2008-08-13
23:13
autoconf-2.59 check-in: abc6b2ff43 user: das tags: core-8-5-branch
23:07
* unix/Makefile.in: ensure Makefile shell is /bin/bash for * unix/configure.in (SunOS): DTrace-en... check-in: 0379cc4b17 user: das tags: core-8-5-branch
23:04
* unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to libX11.so et al. check-in: 785bcf8b5c user: das tags: core-8-5-branch
18:12
* generic/tclFileName.c: Fix for errors handling -types {} * tests/fileName.t... check-in: 2e92ce0921 user: dgp tags: core-8-5-branch
2008-08-12
14:43
* changes: Update for 8.5.4 release. check-in: f05b8a83fa user: dgp tags: core-8-5-branch
2008-08-11
21:57
* library/http/http.tcl: Remove 8.5 requirement. * library/http/pkgIndex.tcl: ... check-in: 79d0e712f5 user: dgp tags: core-8-5-branch
21:31
Remove the 8.5+ requirement to avoid problems with shipping http as a tcl module. check-in: 4bb451ccf0 user: patthoyts tags: core-8-5-branch
21:03
* library/tm.tcl: Added a 'package provide' command to the generated ifneeded scripts of Tcl Modu... check-in: f64e5d3389 user: andreas_kupries tags: core-8-5-branch
19:01
* generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered * tests/proc.test: by procbody:... check-in: 7746b0d872 user: andreas_kupries tags: core-8-5-branch
17:32
&#(*& typo! check-in: 6424b909fc user: dgp tags: core-8-5-branch
15:49
* library/http/http.tcl: Bump http version to 2.7.1 to account * library/http... check-in: e654fbe098 user: dgp tags: core-8-5-branch
14:36
crc field from zlib data should be treated as unsigned for 64bit support [Bug 2046846] check-in: d2eb4f1092 user: patthoyts tags: core-8-5-branch
2008-08-08
20:42
typos check-in: 6687b3f02e user: dgp tags: core-8-5-branch
18:30
8.5.4 tag check-in: 53d4825d3d user: dgp tags: core-8-5-branch
15:53
reorder check-in: d74271354b user: dgp tags: core-8-5-branch
15:42
Olson's tzdata2008e check-in: 78048f8bdb user: kennykb tags: core-8-5-branch
15:41
Olson's tzdata2008e check-in: 84d3f04e72 user: kennykb tags: core-8-5-branch
15:22
* generic/tcl.h: Bump to 8.5.4 for release. * library/init.tcl: * too... check-in: d61c4fe923 user: dgp tags: core-8-5-branch
15:12
* changes: Update for 8.5.4 release. check-in: 1573f8a19e user: dgp tags: core-8-5-branch
2008-08-07
01:44
* generic/tclVar.c (TclLookupSimpleVar): Retrieve the number of locals in the local... check-in: f3fa95bc62 user: dgp tags: core-8-5-branch
2008-08-04
04:48
* generic/tclExecute.c: Stopped faulty double-logging of errors to * tests/execute.t... check-in: 8963606b64 user: dgp tags: core-8-5-branch
2008-07-30
20:59
* generic/tclBasic.c: Corrected the timing of when the flag TCL_ALLOW_EXCEPTIONS i... check-in: 49eb26a8a2 user: dgp tags: core-8-5-branch
2008-07-29
13:51
* generic/tclExecute.c: fix [Bug 2030670] that cause TclStackRealloc to panic on rare corner case... check-in: c547a0a022 user: msofer tags: core-8-5-branch
2008-07-28
20:45
* generic/tclBasic.c: Added missing ref count when creating an empty string as path (TclEvalEx). ... check-in: bb92304711 user: andreas_kupries tags: core-8-5-branch
14:44
backport casting fix from HEAD check-in: 51a0104215 user: dgp tags: core-8-5-branch
2008-07-25
21:24
* tests/info.test (info-37.0): Add !singleTestInterp constraint; (info-22.8, info-23.0): switch to... check-in: c9bb25ad3b user: das tags: core-8-5-branch
20:30
* tests/info.test: Tests 38.* added, exactly testing the tracking of location for uplevel scripts... check-in: 8102aefa68 user: andreas_kupries tags: core-8-5-branch
2008-07-23
21:42
* tests/info.test: Reordered the tests to have monotonously increasing numbers. check-in: fb6b0a22ee user: andreas_kupries tags: core-8-5-branch
21:07
Rename new test to avoid duplicate test name. check-in: 428e649b75 user: andreas_kupries tags: core-8-5-branch
20:47
* generic/tclBasic.c: Modified TclArgumentGet to reject pure lists * generic/tclCmdIL.c: immediat... check-in: 222f1067e0 user: andreas_kupries tags: core-8-5-branch
2008-07-22
22:46
* generic/tclBasic.c: Added missing function comments. check-in: 3a081f6fc1 user: andreas_kupries tags: core-8-5-branch
22:26
* generic/tclCompile.c: Made the new TclEnterCmdWordIndex * generic/tclCompile.h: static, and ans... check-in: 306ccd50a1 user: andreas_kupries tags: core-8-5-branch
21:41
* generic/tclBasic.c: Reworked the handling of bytecode literals * generic/tclCompile.c: for #280... check-in: a214d452fc user: andreas_kupries tags: core-8-5-branch
20:49
define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0. This allows extensions t... check-in: 3614b8fd64 user: nijtmans tags: core-8-5-branch
03:34
* tests/encoding.test: Make failing tests pass again. [Bug 1972867] check-in: 16a7c21ef0 user: dgp tags: core-8-5-branch
2008-07-21
19:44
Undo local changes which did not belong in the last commit. check-in: 118be23b5a user: andreas_kupries tags: core-8-5-branch
19:38
* generic/tclBasic.c: Extended the existing TIP #280 system (info * generic/tclCmdAH.c: frame), a... check-in: 40f723e2c0 user: andreas_kupries tags: core-8-5-branch
14:56
Backported fix for bug #2015723 check-in: 295579a555 user: patthoyts tags: core-8-5-branch
2008-07-20
22:02
Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot. check-in: 256c78f19e user: dkf tags: core-8-5-branch
2008-07-15
13:01
Fix error in example. [Bug 2016740] check-in: e7de769231 user: dkf tags: core-8-5-branch
2008-07-08
17:53
* generic/tclGet.c: Corrected out of date comments. check-in: e4ee9a0659 user: dgp tags: core-8-5-branch
2008-07-07
21:39
* generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting the interp result found by Don... check-in: cc05a96e76 user: andreas_kupries tags: core-8-5-branch
08:36
Correct examples. [Bug 1982642] check-in: dd20cf4add user: dkf tags: core-8-5-branch
2008-07-04
19:22
UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8 sequences. See [Bug 190... check-in: e9e8be6fe0 user: jenglish tags: core-8-5-branch
2008-07-03
17:38
* generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leak reported in [Bug 1987821]. Than... check-in: 3455b4671c user: andreas_kupries tags: core-8-5-branch
17:22
* library/package.tcl: Removed [file readable] testing from [tclPkgUnknown] and fri... check-in: 1ac299248c user: dgp tags: core-8-5-branch
2008-06-30
15:58
Created branch core-stabilizer-merge-synthetic Closed-Leaf check-in: fa8130bb59 user: cvs2fossil tags: core-stabilizer-merge-synthetic
15:58
typo check-in: 927d3b1474 user: dgp tags: core-8-5-branch
03:18
* generic/tcl.h: Bump to 8.5.3 for release. * library/init.tcl: * too... check-in: cea2851afb user: dgp tags: core-8-5-3, core-8-5-branch
02:34
* doc/ObjectType.3: Updated documentation of the Tcl_ObjType struct to match exp... check-in: 0d7de5aa18 user: dgp tags: core-8-5-branch
2008-06-29
19:09
* generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanks to Rolf Ade f... check-in: 47846b80dd user: dgp tags: trunk
19:08
* generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanks Rolf Ade for... check-in: d6b206b3e6 user: dgp tags: core-8-5-branch
13:50
Fix [Bug 2004256] check-in: 2b42d73487 user: dkf tags: trunk
2008-06-28
23:43
Fix [Bug 2004480] check-in: 13f2955f1c user: dkf tags: trunk
04:22
* generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanks Rolf Ade for... check-in: f30a13da50 user: dgp tags: trunk
04:22
* generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanks Rolf Ade for... check-in: b905ddb5c2 user: dgp tags: core-8-5-branch
2008-06-27
21:46
Tcl defines more than 7 Tcl_ObjTypes now, and we don't want to maintain this claim in the docs. Also... check-in: 325a6ffd56 user: dgp tags: trunk
21:44
Tcl defines more than 7 Tcl_ObjTypes now, and we don't want to maintain this claim in the docs. Als... check-in: c9a0be897b user: dgp tags: core-8-5-branch
19:55
typos check-in: 2482d2f0e5 user: dgp tags: trunk
19:55
typos check-in: 5159aee85d user: dgp tags: core-8-5-branch
2008-06-26
22:12
* unix/Makefile.in: Followup to my change of 2008-06-25, make code generated by the Makefile and ... check-in: 670e250491 user: andreas_kupries tags: trunk
22:10
* unix/Makefile.in: Followup to my change of 2008-06-25, make code generated by the Makefile and ... check-in: 70ac26f232 user: andreas_kupries tags: core-8-5-branch
2008-06-25
18:18
remove stray .RE check-in: c9b6198267 user: dgp tags: trunk, core-8-6-a1
18:16
remove stray .RE check-in: 66dc64f9cf user: dgp tags: core-8-5-branch
17:44
Advance 8.6a1 release tag check-in: 4ed60d1e21 user: dgp tags: trunk
17:40
* library/tm.tcl: Modified the handling of Tcl Modules and of the * library/safe.tcl: Safe Base t... check-in: d5216b1efd user: andreas_kupries tags: trunk
17:16
Add test suite changes for 1999119 bug fix commit. check-in: a7c4f42610 user: dgp tags: core-8-5-branch
16:42
* library/tm.tcl: Modified the handling of Tcl Modules and of the * library/safe.tcl: Safe Base t... check-in: 7f54ff3bbe user: andreas_kupries tags: core-8-5-branch
16:05
* changes: Update for 8.5.3 release. check-in: 9a61367faa user: dgp tags: core-8-5-branch
14:35
* changes: Updates for 8.6a1 release. * generic/tclOO.h: Bump to TclOO 0.... check-in: d25bfca8b8 user: dgp tags: trunk
10:57
Backported fix for dde/registry versions and the staticpkg build option check-in: 902642081c user: patthoyts tags: core-8-5-branch
10:25
fix versions of dde and registry dlls fix problem building with staticpkg option check-in: 9e6da61fc3 user: patthoyts tags: trunk
2008-06-24
20:05
* generic/tclPathObj.c: Fixed some internals management in the "path" Tcl_ObjType fo... check-in: 7caf3c5fd2 user: dgp tags: core-8-5-branch
20:02
* generic/tclPathObj.c: Fixed some internals management in the "path" Tcl_ObjType fo... check-in: 88f07bcd32 user: dgp tags: trunk
14:42
bug #1995063 fix examples and comment on eof use. check-in: 1e13a3a6e9 user: patthoyts tags: trunk
2008-06-23
15:48
* generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when operating on the "... check-in: c8958d4e9e user: dgp tags: core-8-5-branch
15:34
* generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when operating on the "... check-in: 8ab9adb4fe user: dgp tags: trunk
04:18
* generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when operating on the "S... check-in: 8fbbf20d52 user: dgp tags: trunk
2008-06-20
20:48
* changes: Updates for 8.6a1 release. * generic/tclInterp.c: Fixed completely... check-in: 8e76f85849 user: dgp tags: trunk
19:27
another update for 8.5.3 check-in: 30ef03aa5c user: dgp tags: core-8-5-branch
19:23
* generic/tclInterp.c: Fixed completely boneheaded mistake that * tests/interp.test... check-in: c979776fb2 user: dgp tags: core-8-5-branch
16:18
* tests/encoding.test: Make failing tests pass again. check-in: 06e3a8cd73 user: dgp tags: trunk
13:57
Solaris changes for 8.5.3 check-in: 5245cc0fd3 user: das tags: core-8-5-branch
13:51
Solaris, stubs changes for 8.6a1 check-in: 4686f80be7 user: das tags: trunk
2008-06-19
21:29
Make [next] work as described in TIP. [Bug 1998244] check-in: 3f569d031d user: dkf tags: trunk
21:03
Forgot the bug number check-in: 602c96fc44 user: dkf tags: trunk
20:57
Fix [Bug 1998221] check-in: 3b2afa4b8d user: dkf tags: trunk
19:29
* changes: Updates for 8.5.3 release. check-in: c4bffa1975 user: dgp tags: core-8-5-branch
19:27
* changes: Updates for 8.6a1 release. check-in: b63c18a546 user: dgp tags: trunk
15:36
* README: Bump version number to 8.6a1 * generic/tcl.h: * libr... check-in: 764de4e88b user: dgp tags: trunk
2008-06-17
17:22
* generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left over debug output. check-in: 358cc29f46 user: andreas_kupries tags: trunk
17:21
* generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left over debug output. check-in: 50a1e45eca user: andreas_kupries tags: core-8-5-branch
16:45
* doc/tm.n: Followup to changelog entry 2008-03-18 regarding ::tcl::tm::Defaults. Updated the doc... check-in: 6e54b86bb3 user: andreas_kupries tags: core-8-5-branch
16:44
* doc/tm.n: Followup to changelog entry 2008-03-18 regarding ::tcl::tm::Defaults. Updated the doc... check-in: deb59c513b user: andreas_kupries tags: trunk
02:22
2006-06-17 Kevin Kenny <kennykb@acm.org> * generic/tclClock.c (ConvertLocalToUTC): * tests/cloc... check-in: 73e4856277 user: kennykb tags: core-8-5-branch
02:16
2006-06-17 Kevin Kenny <kennykb@acm.org> * generic/tclClock.c (ConvertLocalToUTC): * tests/cloc... check-in: b108b4c3a8 user: kennykb tags: trunk
2008-06-16
20:44
* generic/tclCmdIL.c (TclInfoFrame): Backport of fix made on the * tests/info.test: head branch :... check-in: c0fbf6b417 user: andreas_kupries tags: core-8-5-branch
19:59
* generic/tclCmdIL.c (TclInfoFrame): Moved the code looking up the * tests/info.test: information... check-in: af7eafb38d user: andreas_kupries tags: trunk
18:38
* tests/ioTrans.test (iortrans-11.*): Fixed same issue as for iortrans.tf-11.*, cleanup of temp f... check-in: 97e8db2004 user: andreas_kupries tags: trunk
2008-06-14
02:25
no message check-in: 9bf2713544 user: davygrvy tags: trunk
02:07
The Stubs source files (tclStubLib.c and tclOOStubLib.c) should not be compiled with the -GL flag. check-in: 3df591bc85 user: davygrvy tags: trunk
2008-06-13
19:59
2008-06-13 David Gravereaux <davygrvy@pobox.com> * win/rules.vc: SYMBOLS macro now being set to z... check-in: 25b826cd5a user: davygrvy tags: trunk
19:58
no message check-in: c635c729fc user: davygrvy tags: trunk
12:14
fix warning check-in: 51662c877f user: das tags: trunk
05:45
TIP 285 Implementation check-in: 505c316922 user: mistachkin tags: trunk
2008-06-12
20:09
* unix/Makefile.in: add complete deps on tclDTrace.h. check-in: 1bc4fbf46d user: das tags: core-8-5-branch
20:08
* unix/Makefile.in: add complete deps on tclDTrace.h. check-in: fbe3190a72 user: das tags: trunk
09:46
sync with 2008-05-26 io-53.9 change check-in: 78c5f73eb5 user: das tags: trunk
06:49
s/target/config/ check-in: 6c34233665 user: das tags: core-8-5-branch
06:49
s/target/config/ check-in: 7f492b6e59 user: das tags: trunk
06:34
* unix/Makefile.in: clean generated tclDTrace.h file. check-in: bd22afd873 user: das tags: core-8-5-branch
06:34
* unix/configure: autoconf-2.59 check-in: 7d4a20fa44 user: das tags: core-8-5-branch
06:33
* unix/configure.in: fix static DTrace-enabled build on Solaris. check-in: 8b60fb4143 user: das tags: core-8-5-branch
06:33
* unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. check-in: 0c8ef155f9 user: das tags: core-8-5-branch
06:33
* macosx/Tcl.xcodeproj/project.pbxproj: add debug configs with gcov, and with corefoundation disab... check-in: dbc92079cc user: das tags: core-8-5-branch
06:29
* generic/tclOO.c: use TclOOStubs hooks field to retrieve * generic/tclOODecls.h: TclOOIntStubs ... check-in: 7e4d255b66 user: das tags: trunk
06:28
* generic/tclIORTrans.c: fix signed <-> unsigned cast warnings. check-in: f9bd5af393 user: das tags: trunk
06:28
* unix/configure: autoconf-2.59 check-in: 8c90b75124 user: das tags: trunk
06:27
* unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. check-in: c942686054 user: das tags: trunk
06:27
* unix/configure.in: fix static DTrace-enabled build on Solaris. check-in: 6e2a97abfa user: das tags: trunk
06:27
* unix/Makefile.in: clean generated tclDTrace.h file. check-in: d81dd08fd4 user: das tags: trunk
06:26
* macosx/Tcl.xcodeproj/project.pbxproj: add tclIORTrans.c; updates and cleanup for Xcode 3.1/... check-in: 1fe18f5b63 user: das tags: trunk
2008-06-11
01:30
UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8 sequences. See [Bug 19... check-in: 0fc4d3a006 user: jenglish tags: trunk
2008-06-10
18:06
* tests/ioTrans.test (iortrans.tf-6.1): Fixed the [Bug 1988552], reported by Kevin. Have to clo... check-in: 3e145aec5b user: andreas_kupries tags: trunk
03:35
* generic/tclIORTrans.c (ReflectInput): Fixed a bug triggered by Pat Thoyts <patthoyts@users.sour... check-in: a9634b2343 user: andreas_kupries tags: trunk
2008-06-08
23:13
Plug leak. [Bug 1987817] check-in: a3fd190cc6 user: dkf tags: trunk
03:21
* generic/tclBasic.c: Compilation of uplevel scripts, allow * generic/tclCompCmds.c: non-bo... check-in: 302b0120aa user: msofer tags: trunk
2008-06-06
19:46
TIP #230 IMPLEMENTATION * generic/tclIOCmd.c: Integration of transform commands into 'chan' ense... check-in: 057ba9eab5 user: andreas_kupries tags: trunk
2008-06-05
00:02
fix warnings, remove unused debug code that causes build failure check-in: d4062110a3 user: das tags: trunk
2008-06-03
23:52
TIP #317 implementation check-in: 8a9c01c0ca user: patthoyts tags: trunk
2008-06-02
02:19
* generic/tclOO.c (ReleaseClassContents): Fix the one remaining valgrind complaint about oo.test, ca... check-in: 9188c64990 user: kennykb tags: trunk
2008-06-01
08:11
Complete fix of [Bug 1981001] check-in: 205a10dec2 user: dkf tags: trunk
05:09
* generic/tclOOMethod.c: Fix a bug where the refcount of a method was r... check-in: d14255cc75 user: kennykb tags: trunk
02:44
Add tclOO genstubs to Windows makefiles check-in: ef222bfbfa user: mistachkin tags: trunk
02:42
* generic/tclDictObj.c: Added missing initializers to the ensemble map... check-in: fbb81c8921 user: kennykb tags: trunk
02:02
* generic/tclOODecls.h: Added the swizzling of DLLEXPORT and * generic/tclOOIntDecls.h: DLLIMPORT... check-in: 882dc41185 user: kennykb tags: trunk
00:33
More patches to make stub generation work. check-in: 687b9da09e user: dkf tags: trunk
00:29
typo, skip crashing http.test for gcov check-in: bd144937a4 user: das tags: trunk
00:02
Fix generation of stubs for the OO API. check-in: 4c3441444d user: dkf tags: trunk
2008-05-31
23:35
* generic/tclOOStubLib.c: ensure use of tcl stubs; include in * unix/Makefile.in: stub lib; disab... check-in: 7efe478a95 user: das tags: trunk
23:34
* tests/msgcat.test: fix for ::tcl::mac::locale with @modifier. check-in: 5b3a020ceb user: das tags: trunk
23:34
* tools/tsdPerf.tcl: use [info sharedlibextension] check-in: f8c0850da0 user: das tags: trunk
23:34
* unix/tclConfig.h.in: autoheader-2.59 check-in: ec72ed5874 user: das tags: trunk
23:33
* macosx/Tcl.xcodeproj/project.pbxproj: add new tclOO files; add debug * macosx/README: targets ... check-in: ddfeb80290 user: das tags: trunk
22:29
Plug method-related memory leaks pointed out by Miguel. check-in: ce09fe3526 user: dkf tags: trunk
19:56
Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861] check-in: 428c548d5f user: dkf tags: trunk
11:41
Implementation of TIP #257. Incomplete due to missing Win build support. check-in: e46e1575d3 user: dkf tags: trunk
2008-05-30
22:54
Small clarifications that code a bit nicer to read. check-in: 0979177469 user: dkf tags: trunk
2008-05-27
23:13
Fixed line endings check-in: 92f3208d85 user: patthoyts tags: trunk
2008-05-26
18:28
(io-53.9): need to close chan before removing file check-in: b4d73a84f1 user: hobbs tags: trunk
18:27
(io-53.9): need to close chan before removing file check-in: 4cc770d79f user: hobbs tags: core-8-5-branch
10:04
Missed one! check-in: 49f148ad86 user: dkf tags: trunk
10:02
Remove obsolete winhelp targets. They weren't supported and didn't work. check-in: 2b7ac345d5 user: dkf tags: trunk
2008-05-23
21:10
* win/tclWinChan.c (FileWideSeekProc): Accepted a patch by Alexandre Ferrieux <ferrieux@users.sou... check-in: ade419178b user: andreas_kupries tags: core-8-5-branch
21:05
Oops. Undo commit of the local tweaks. check-in: 886a0a8186 user: andreas_kupries tags: trunk
21:00
* win/tclWinChan.c (FileWideSeekProc): Accepted a patch by Alexandre Ferrieux <ferrieux@users.sou... check-in: f337d855cc user: andreas_kupries tags: trunk
2008-05-22
15:25
* generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to handle the argum... check-in: 02b0ef8de2 user: dgp tags: core-8-5-branch
15:22
* generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to handle the argum... check-in: b93953deab user: dgp tags: trunk
2008-05-21
20:38
* generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace() * tests/pars... check-in: 07e1b8c1f9 user: dgp tags: core-8-5-branch
20:28
* generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace() * tests/pars... check-in: 0dd3531d09 user: dgp tags: trunk
13:26
Backport of fixes to Tcl_SetNamespaceUnknownHandler check-in: 15a8ca3a6c user: dkf tags: core-8-5-branch
2008-05-20
22:22
Correct logic for handling error cases when setting the namespace unknown handler. check-in: 3a0964b236 user: dkf tags: trunk
2008-05-16
14:27
* generic/tclCompile.c: fix crash with tcl_traceExec. Found and fixed by Alexander Pasadyn [Bug 19... check-in: fa11d81b14 user: msofer tags: core-8-5-branch
14:13
* generic/tclCompile.c: fix crash with tcl_traceExec. Found and fixed by Alexander Pasadyn [Bug 19... check-in: 7a08d942d5 user: msofer tags: trunk
2008-05-15
00:04
We should use the thread allocator for threaded builds. Added 'tclalloc' option to disable. check-in: 80de1f17a7 user: patthoyts tags: trunk
2008-05-09
05:07
* tools/tsdPerf.c A loadable Tcl extension for testing TSD performance. * too... check-in: 438f03c41c user: georgeps tags: trunk
04:58
* generic/tcl.h: Make Tcl_ThreadDataKey a void *. * generic/tclInt.h: Change aro... check-in: 2fd77728e6 user: georgeps tags: trunk
03:51
* tests/dict.test (dict-19.2): Corrected a bug where the test was changed to use [apply] instead o... check-in: d1b2683623 user: kennykb tags: trunk
03:44
* Makefile: Restored compilability of 'stitcher.exe' on vc2k5. * cameraparams.h: * compressor.cpp: ... check-in: aee64f60e8 user: kennykb tags: trunk
2008-05-07
13:17
Cleaning up check-in: 5fbe89447c user: dkf tags: trunk
10:42
Simplify test check-in: 21108a2594 user: dkf tags: trunk
10:39
Fix off-by-one error that caused crashes. Backport from HEAD. check-in: 1e0b442be5 user: dkf tags: core-8-5-branch
10:25
Return type of Tcl_AppendPrintfToObj is void. (spotted by Torsten Berg) check-in: 1e8111a112 user: patthoyts tags: trunk
09:23
Detect problem case and prove that it's fixed. check-in: ca93781920 user: dkf tags: trunk
09:07
Fix off-by-one error that caused crashes. D'oh! check-in: c72744fe33 user: dkf tags: trunk
2008-05-06
16:33
fix Makefile dependency check-in: a687f2e844 user: das tags: core-8-5-branch
16:33
fix Makefile dependency check-in: c0210bf746 user: das tags: trunk
2008-05-04
07:28
CONST -> const check-in: af93d720f5 user: nijtmans tags: trunk
2008-05-03
21:06
fix warning check-in: 81216d74f3 user: das tags: core-8-5-branch
19:31
use Tcl_Panic() instead of panic() check-in: 2d576d5da2 user: das tags: core-8-5-branch
19:31
use Tcl_Panic() instead of panic() check-in: f2076ab1fb user: das tags: trunk
2008-05-02
20:08
Converted the [binary] command into an ensemble. check-in: dca4069c80 user: patthoyts tags: trunk
20:02
Reverted dkf's accidental commit of the TIP 316 APIs as part of a code cleanup check-in: e4acb9c146 user: patthoyts tags: trunk
19:32
Record tclvfs base check-in: fcb40a675a user: patthoyts tags: trunk
10:27
More elimination of pre-C89-isms. check-in: 27caec3459 user: dkf tags: trunk
2008-04-27
22:41
Get rid of pre-C89-isms (esp. CONST vs const). check-in: 2dee210a8d user: dkf tags: trunk
22:21
Get rid of pre-C89-isms (esp. CONST vs const). check-in: 2d205c22fb user: dkf tags: trunk
10:59
Added a htmlhelp target to replace winhelp check-in: b34e388939 user: patthoyts tags: trunk
08:36
Also, panic early if we find out the wrong thread attempting to delete the async handler (common tra... check-in: c9ef4f4064 user: vasiljevic tags: trunk
08:26
Also, panic early if we find out the wrong thread attempting to delete the async handler (common tra... check-in: c26ff3625b user: vasiljevic tags: core-8-5-branch
08:05
generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt to locate handler token fails. Happens when ... check-in: 1734fc35da user: vasiljevic tags: core-8-5-branch
2008-04-26
11:53
generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt to locate handler token fails. Happens when ... check-in: 18f18938cc user: vasiljevic tags: trunk
2008-04-25
21:28
remove ioUtil.test, llvm-gcc fix check-in: 122e92c110 user: das tags: trunk
21:27
fix warning check-in: 5aabb84406 user: das tags: trunk
2008-04-24
21:11
define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0. This allows extensions t... check-in: 316009b1f4 user: nijtmans tags: trunk
18:51
* tests/ioCmd.test: Extended testsuite for reflected channel implementation. Added test cases abo... check-in: e7879de942 user: andreas_kupries tags: trunk
18:50
* tests/ioCmd.test: Extended testsuite for reflected channel implementation. Added test cases abo... check-in: 31abe8b470 user: andreas_kupries tags: core-8-5-branch
2008-04-23
15:44
Assorted improvements to make better use of tcltest2 check-in: b0326f6536 user: dkf tags: trunk
2008-04-21
16:26
* generic/tclIOUtil.c: Removed all code delimited by * generic/tclTest.c: ... check-in: f078f71675 user: dgp tags: trunk
2008-04-20
02:52
doc/Ensemble.3: Fix a typo: s/defiend/defined/ Thanks to hat0 for spotting this. check-in: b0d378f11b user: georgeps tags: trunk
2008-04-19
02:04
note that cygwin is not supported check-in: d4b3460444 user: mdejong tags: trunk
2008-04-18
14:30
Fix typo spotted by Steve Havelka check-in: 2ae623354c user: dkf tags: core-8-5-branch
14:21
Fix typo spotted by Steve Havelka check-in: 9f7147230f user: dkf tags: trunk
2008-04-16
14:49
* generic/tclInt.h: make stubs tables 'static const' and * generic/tclStubInit.c: export only mod... check-in: 50b59ad915 user: das tags: trunk
14:29
* generic/tclInt.h: revise Tcl_SetNotifier() to use a * generic/tclNotify.c: module-scope hooks ... check-in: 79cb766dcc user: das tags: trunk
2008-04-15
18:34
* generic/tclIO.c (CopyData): Applied another patch by Alexandre * io.test (io-53.8a): Ferrieux <... check-in: f8664c0638 user: andreas_kupries tags: trunk
18:32
* generic/tclIO.c (CopyData): Applied another patch by Alexandre * io.test (io-53.8a): Ferrieux <... check-in: 25f469ce77 user: andreas_kupries tags: core-8-5-branch
10:55
sync with Tcl.xcodeproj check-in: 260dad3fa0 user: das tags: core-8-5-branch
10:55
sync with Tcl.xcodeproj check-in: ad35d2b5b5 user: das tags: trunk
10:10
* unix/Makefile.in: adjust tclDTrace.h dependencies for removal of tclStubLib.o from TCL_OBJS. ... check-in: 872c709f10 user: das tags: trunk
2008-04-14
18:04
* tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): Added comments to the test th... check-in: 5286f0f684 user: kennykb tags: core-8-5-branch
18:00
* tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): Added comments to the test th... check-in: bbe1acd0f5 user: kennykb tags: trunk
17:54
* unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of 'struct timezone' in the call to 'gett... check-in: b5d4ae05ac user: kennykb tags: trunk
17:49
* unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of 'struct timezone' in the call to 'gett... check-in: ec37817fc4 user: kennykb tags: core-8-5-branch
2008-04-11
18:12
* generic/tcl.h: Bump version number to 8.5.3b1 to distinguish * library/init.... check-in: 0d53d81632 user: dgp tags: core-8-5-branch
14:55
fix one broken test, and restore unix line endings check-in: 1872093ca0 user: dgp tags: trunk
2008-04-10
20:58
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative values, changed to not be an e... check-in: 8c082b4a25 user: andreas_kupries tags: trunk
20:55
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative values, changed to not be an e... check-in: c5a22ce66b user: andreas_kupries tags: core-8-5-branch
00:21
Test improvements (tcltest2, clarify) check-in: a00b4ae217 user: dkf tags: trunk
2008-04-09
21:44
Added 'make html' support for people on Windows, inspired by Pat Thoyts. check-in: cb1fcbdbd6 user: dkf tags: trunk
19:51
* tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, * tests/io.test (io-52.5): does... check-in: 2a4a1d8b0c user: andreas_kupries tags: core-8-5-branch
19:49
* tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, * tests/io.test (io-52.5): does... check-in: 5694946238 user: andreas_kupries tags: trunk
18:37
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size * tests/ioCmd.test (iocmd-15.{13,... check-in: 6509d79368 user: andreas_kupries tags: trunk
18:36
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size * tests/ioCmd.test (iocmd-15.{13,... check-in: bd84e3f99e user: andreas_kupries tags: core-8-5-branch
2008-04-08
23:41
* tests/io.test (io-53.8): Fixed ordering of vwait and after cancel. cancel has to be done after ... check-in: 14bef5d39a user: andreas_kupries tags: core-8-5-branch
23:16
* tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for * tests/io.test (io-53.8,53.... check-in: e3c4378ec5 user: das tags: core-8-5-branch
23:15
* tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for * tests/io.test (io-53.8,53.... check-in: 786bc32e7b user: das tags: trunk
16:12
backport enhanced comments check-in: 5f8288240f user: dgp tags: core-8-5-branch
15:11
* generic/tclExecute.c: added comments to the alignment macros used in GrowEvaluationStack() and f... check-in: e1c152b91e user: msofer tags: trunk
14:54
* generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * gen... check-in: 2841879955 user: das tags: trunk
14:52
* tools/genStubs.tcl: revert erroneous 2008-04-02 change marking *StubsPtr as EXTERN instead of... check-in: a442a6378b user: das tags: trunk
2008-04-07
22:53
* tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. * tests/chanio.test: * generic/t... check-in: 8b118596fb user: andreas_kupries tags: trunk
22:49
Corrected test name. check-in: e31cd02247 user: andreas_kupries tags: core-8-5-branch
22:33
* tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. * tests/chanio.test: * generic/t... check-in: a9e6f2b7cb user: andreas_kupries tags: core-8-5-branch
19:53
Added forgotten reference to [Bug 1350564] in last entry. check-in: 34e610ab8c user: andreas_kupries tags: core-8-5-branch
19:53
Added forgotten reference to [Bug 1350564] in last entry. check-in: 3626fadc48 user: andreas_kupries tags: trunk
19:42
* generic/tclIO.c (BUSY_STATE, CheckChannelErrors, TclCopyChannel): New macro, and the places u... check-in: 4bc02d762e user: andreas_kupries tags: trunk
19:41
* generic/tclIO.c (BUSY_STATE, CheckChannelErrors, TclCopyChannel): New macro, and the places u... check-in: 27fdbe7ec3 user: andreas_kupries tags: core-8-5-branch
16:06
* generic/tclStringObj.c (Tcl_AppendFormatToObj): Fix [format {% d}] so that it beha... check-in: ba04dc8f19 user: dgp tags: core-8-5-branch
15:54
autoconf-2.59 check-in: 1768221086 user: dgp tags: trunk
15:23
* generic/tclStringObj.c (Tcl_AppendFormatToObj): Fix [format {% d}] so that it behaves the same way... check-in: 0b371e1c32 user: rmax tags: trunk
2008-04-06
00:52
* tests/chanio.test (chan-io-53.9): * tests/io.test (io-53.9): Made test cleanup robust against the ... check-in: 8d5cc700eb user: kennykb tags: core-8-5-branch
00:37
* tests/chanio.test (chan-io-53.9): * tests/io.test (io-53.9): Made test cleanup robust against the ... check-in: 68b47f3256 user: kennykb tags: trunk
2008-04-05
23:25
* win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that Tcl was creating an NTFS junction po... check-in: 9031a8a194 user: kennykb tags: trunk
23:22
* win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that Tcl was creating an NTFS junction po... check-in: 1b5290fc67 user: kennykb tags: core-8-5-branch
2008-04-04
20:14
* tests/io.test (io-53.9): Added testcase for [Bug 780533], based * tests/chanio.test: on Alexand... check-in: 2dcb8b9dd4 user: andreas_kupries tags: trunk
20:13
* tests/io.test (io-53.9): Added testcase for [Bug 780533], based * tests/chanio.test: on Alexand... check-in: 6eeb845ac9 user: andreas_kupries tags: core-8-5-branch
17:19
* generic/tclIORChan.c (ReflectOutput): Allow zero return from write when input was zero-length... check-in: 70314cc1b4 user: andreas_kupries tags: core-8-5-branch
17:18
* generic/tclIORChan.c (ReflectOutput): Allow zero return from write when input was zero-length... check-in: d7bb323e16 user: andreas_kupries tags: trunk
16:46
* generic/tclIORChan.c (ReflectClose): Added missing removal of the now closed channel from the... check-in: 5ab15fcd29 user: andreas_kupries tags: trunk
16:45
* generic/tclIORChan.c (ReflectClose): Added missing removal of the now closed channel from the... check-in: 8886154e04 user: andreas_kupries tags: core-8-5-branch
2008-04-03
18:06
* generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to * tests/io.test: prevent fcopy from ... check-in: b9d8285147 user: andreas_kupries tags: core-8-5-branch
18:05
* generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to * tests/io.test: prevent fcopy from ... check-in: d72429b721 user: andreas_kupries tags: trunk
2008-04-02
21:30
* generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * gen... check-in: 489dbbd13d user: das tags: trunk
21:29
* generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE to * tools/genStubs.tcl: avoid e... check-in: 505f4107a4 user: das tags: trunk
21:27
* generic/tcl.decls: remove 'export' declarations of symbols now only in libtclstub and no long... check-in: 073baf717d user: das tags: trunk
20:27
* generic/tclIO.c (CopyData): Applied patch for the fcopy problem [Bug 780533], with many thank... check-in: 89bcb90b51 user: andreas_kupries tags: core-8-5-branch
20:26
* generic/tclIO.c (CopyData): Applied patch for the fcopy problem [Bug 780533], with many thank... check-in: d2651aebcd user: andreas_kupries tags: trunk
04:27
* generic/tclBasic.c: Revised stubs-generation tool and interp * tools/genStubs.tc... check-in: b4acdce3bf user: dgp tags: trunk
04:25
* generic/tclBasic.c: Revised stubs-generation tool and interp * tools/genStubs.tc... check-in: e97605fc97 user: dgp tags: trunk
03:37
* generic/tclStubLib.c: Removed needless #ifdef complexity. check-in: cce2a421a7 user: dgp tags: trunk
2008-04-01
21:42
autoheader-2.59 check-in: f0adc8281a user: das tags: core-8-5-branch
21:41
autoheader-2.59 check-in: af7f44435b user: das tags: trunk
21:41
autoconf-2.59 check-in: f89a58bf82 user: das tags: core-8-5-branch
21:41
autoconf-2.59 check-in: e25f05e141 user: das tags: trunk
21:40
(SunOS-5.1x): quote CC var to allow make-time override sync with tk/unix/tcl.m4 changes check-in: 3e590e79b6 user: das tags: core-8-5-branch
21:40
(SunOS-5.1x): quote CC var to allow make-time override sync with tcl/unix/tcl.m4 changes check-in: 06b8bf1781 user: das tags: trunk
20:12
Regen'd check-in: d3c8c4f63f user: andreas_kupries tags: trunk
20:11
* generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp * unix/tcl.m4: rounding setup on solar... check-in: 8e0d9c1c66 user: andreas_kupries tags: core-8-5-branch
20:08
* generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp * unix/tcl.m4: rounding setup on solar... check-in: 8f2f6765e3 user: andreas_kupries tags: trunk
19:31
* generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. * generic/tclPk... check-in: 114062b0f3 user: dgp tags: core-8-5-branch
19:26
* generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. * generic/tclPk... check-in: 80180a983e user: dgp tags: trunk
19:22
* generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. check-in: ef849b1eed user: dgp tags: trunk
19:20
* generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. check-in: 23fac7f09b user: dgp tags: core-8-5-branch
16:23
* README: Bump version number to 8.6a0 * generic/tcl.h: * libr... check-in: b76be03521 user: dgp tags: trunk
2008-03-31
17:21
merge updates from HEAD check-in: aaab5d4d67 user: dgp tags: core-8-5-branch
2008-03-30
08:36
autoheader-2.59 check-in: d2a6de8cdc user: das tags: trunk
08:36
autoconf-2.59 check-in: 4d3266225c user: das tags: trunk
04:36
* generic/tclObj.c: Added missing #include <math.h> needed to locate isnan() after the above c... check-in: e7ea210fb9 user: kennykb tags: trunk
04:26
* generic/tclInt.h (TclIsNaN): * unix/configure.in: Added code to the configurator to check for ... check-in: 1c8454d937 user: kennykb tags: trunk
03:23
* tests/mathop.test (mathop-25.9, mathop-25.14): Modified tests to deal with (slightly buggy) math l... check-in: 0d24faa3ce user: kennykb tags: trunk
2008-03-28
17:31
* generic/tcl.h: Bump to 8.5.2 for release. * library/init.tcl: * too... check-in: 514a7e674e user: dgp tags: trunk, core-8-5-2
16:45
* changes: Updated for 8.5.2 release. check-in: 459673efba user: dgp tags: trunk
14:35
disable codesign on tests target check-in: 0871ba27bd user: das tags: trunk
11:18
Rewrite to use tcltest2 better while getting rid of bugs/misfeatures. check-in: 9fbc08b2f6 user: dkf tags: trunk
2008-03-27
20:36
Changes up to and including Olson's tzdata2008b check-in: 79c4daab88 user: kennykb tags: trunk
13:40
* unix/configure: autoconf-2.59 check-in: 902dff7f0e user: das tags: trunk
13:39
* unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] check-in: 322be13390 user: das tags: trunk
2008-03-26
19:35
formatting check-in: 93f6ccd040 user: dgp tags: trunk
16:28
* changes: Updated for 8.5.2 release. check-in: 7605509334 user: dgp tags: trunk
14:51
Minor improvements/fixes check-in: a13f7f626c user: dkf tags: trunk
09:59
Minor fixes to copyright declarations (spelling, consistency) check-in: c7641a4ced user: dkf tags: trunk
2008-03-24
03:10
Removed duplicated tests check-in: 492afc7d35 user: patthoyts tags: trunk
03:10
improved fix keeping short-circuit check-in: b0d0fbefe0 user: patthoyts tags: trunk
02:50
bug #1923966 - crash in binary format. Added tests for the above crash condition. check-in: 7774371e84 user: patthoyts tags: trunk
2008-03-21
19:22
Clarified docs. [Bug 1899962] check-in: 579ac005a8 user: dkf tags: trunk
19:09
Added more tests of regexp-mode compilation of the [switch] command. [Bug 1854435] check-in: bc1b844f2b user: dkf tags: trunk
2008-03-20
09:53
Oops, typo. check-in: 1fcfaf731d user: dkf tags: trunk
09:49
Final clean up of the Tcl_GetMemoryInfo mess. check-in: f3b6299f91 user: dkf tags: trunk
2008-03-19
16:56
fix typos check-in: 409d3ae206 user: das tags: trunk
16:19
Added exported non-stub function Tcl_GetMemoryInfo check-in: 242d4ea37b user: dkf tags: trunk
16:02
Corrected scoping of Tcl_GetMemoryInfo. [Bug 1868171] check-in: 95fb422443 user: dkf tags: trunk
13:39
Added workaround for [Bug 1905562] check-in: 5ec8810cae user: dkf tags: trunk
2008-03-18
18:52
fix and simplify the OFFSET computation for TclStackAlloc check-in: dfb1d90bd7 user: msofer tags: trunk
18:14
* library/tm.tcl (::tcl::tm::UnknownHandler): Changed 'source' to 'source -encoding utf-8'. Thi... check-in: 24a32ceeee user: andreas_kupries tags: trunk
18:02
Fix oops. Use ::list, not list, prevent use of the namespace local command. check-in: bf1856b94a user: andreas_kupries tags: trunk
17:58
* generic/tclExecute.c: Patch from Miguel Sofer to correct the alignment of memory a... check-in: f5ce84af0c user: dgp tags: trunk
17:41
* library/tm.tcl (::tcl::tm::Defaults): Modified handling of environment variables. See [Bug 19... check-in: 87f6d0ef1f user: andreas_kupries tags: trunk
2008-03-16
17:00
Correct the handling of stack space calculation (the jump pattern used was confusing the simple-mind... check-in: f311b220cd user: dkf tags: trunk
12:39
removed erroneous whitespace check-in: 2299a5e042 user: dkf tags: trunk
12:38
Clarified documentation of what happens with negative indices. [Bug 1905809] Added example, tidied u... check-in: dd29fda1f6 user: dkf tags: trunk
2008-03-14
19:53
* generic/tclBasic.c (OldMathFuncProc): Same workaround protection from bad TclStack... check-in: fabbee2722 user: dgp tags: trunk
19:46
* generic/tclCmdIL.c (Tcl_LsortObjCmd): Use ckalloc() to allocate SortElement arrays... check-in: 3b92a0e0a4 user: dgp tags: trunk
17:43
Update test for corrected error message check-in: 17f3515c65 user: dgp tags: trunk
16:32
* generic/tclTest.c: Ignore the return value of write() when * unix/tclUnixPipe.c: we are about to ... check-in: fc856d5e52 user: rmax tags: trunk
16:07
missing char in error message check-in: 53475f84f7 user: dgp tags: trunk
2008-03-13
17:46
d'oh! s/backspace/backslash/ check-in: 877093622d user: das tags: trunk
17:44
* unix/configure.in: use backspace-quoting instead of double-quoting * unix/tcl.m4: for lib paths... check-in: 26016dfcd7 user: das tags: trunk
17:14
* generic/tclStrToD.c: Resolve identifier conflict over "pow10" with libm in Cygwin... check-in: 26011d35f1 user: dgp tags: trunk
14:52
* changes: Updated for 8.5.2 release. check-in: 94c0b53f2d user: dgp tags: trunk
2008-03-12
23:06
add ref to [Bug 1893053] check-in: aff3590817 user: das tags: trunk
22:17
* macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1 * macosx/Tcl.xcodeproj/default.p... check-in: d886202f1d user: das tags: trunk
20:16
* doc/info.n: Replaced {expand} with {8}. check-in: e2ac6af9a9 user: andreas_kupries tags: trunk
10:01
change http::geturl -keepalive default to 0 as it has poor true pipeline support check-in: 8574782988 user: hobbs tags: trunk
09:51
* unix/Makefile.in (install-libraries): Bump http to 2.7 * win/Makefile.in (install-libraries): A... check-in: 6e51258400 user: hobbs tags: trunk
05:57
* library/http/http.tcl (http::geturl): add -method option to support * tests/http.test (http-3.1)... check-in: 33649f231d user: hobbs tags: trunk
05:39
* library/http/http.tcl: whitespace changes, code cleanup. Allow http to be re-sourced without ov... check-in: 4d66243235 user: hobbs tags: trunk
01:25
improve darwin9 constraint check-in: 6daa92a04c user: das tags: trunk
2008-03-11
22:29
* unix/configure: autoconf-2.59 check-in: 4703620c55 user: das tags: trunk
22:28
* macosx/GNUmakefile: fix quoting to allow paths to * macosx/Tcl-Common.xcconfig: ${builddir} a... check-in: 82d286110d user: das tags: trunk
22:26
* macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1 and * macosx/Tcl.xcodeproj/defau... check-in: ad66da0f7f user: das tags: trunk
22:25
* generic/tclEncoding.c (LoadEscapeEncoding): avoid leaking escape sub-encodings, fixes encoding-1... check-in: c689d9cd87 user: das tags: trunk
22:24
* macosx/tclMacOSXNotify.c: avoid using CoreFoundation after fork() on Darwin 9 even when TclpCrea... check-in: bec5e4d2db user: das tags: trunk
22:23
* unix/tclUnixNotfy.c: fix warning check-in: f1ac417c0c user: das tags: trunk
22:23
* tests/exec.test (exec-9.7): reduce timing sensitivity * tests/socket.test (socket-2.11): (esp. ... check-in: 2834a01435 user: das tags: trunk
22:22
* tests/fCmd.test (fCmd-9.4): skip on Darwin 9 (xfail). check-in: 24df368431 user: das tags: trunk
17:23
* generic/tclVar.c (TclDeleteNamespaceVars): * tests/var.test (var-8.2): unset traces on vars shou... check-in: 0083565512 user: msofer tags: trunk
2008-03-10
19:06
* changes: Updated for 8.5.2 release. check-in: 2c88fd3f6c user: dgp tags: trunk
18:49
* doc/http.n: Revised to indicate that [package require http 2.5.5] is needed to g... check-in: 7cf97fef06 user: dgp tags: trunk
17:54
* generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added error * tests/event.te... check-in: b8c4561fb4 user: dgp tags: trunk
16:18
* generic/tclBasic.c (ExprAbsFunc): Revised so that the abs() * tests/expr.test:... check-in: e211f090b3 user: dgp tags: trunk
14:34
typo check-in: d8b5811378 user: dgp tags: trunk
2008-03-07
22:42
* generic/tclResult.c (ReleaseKeys): Workaround for [Bug 1904907]. Reset the return option keys... check-in: e3e2980503 user: andreas_kupries tags: trunk
21:07
commentary cleanup check-in: 2a77ff2ce0 user: dgp tags: trunk
19:26
* generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecode compiling so tha... check-in: d8bf40a6f9 user: dgp tags: trunk
19:15
* generic/tclCmdAH.c: Revised direct evaluation implementation of [expr] so that [... check-in: beca0b3f8e user: dgp tags: trunk
19:04
* tests/execute.test (execute-6.*): More tests checking that script bytecode is ... check-in: 487ecf6dc6 user: dgp tags: trunk
15:28
* tests/execute.test (execute-6.*): More tests checking that script bytecode is ... check-in: ebf28f0213 user: dgp tags: trunk
09:27
regen check-in: 5295e88e33 user: dkf tags: trunk
09:27
Add AC_HEADER_STDC to support msys/win64. check-in: c3acd88cd6 user: dkf tags: trunk
2008-03-06
22:08
Minor tidying up. [Bug 1909019] check-in: fca3d95f5c user: dkf tags: trunk
2008-03-04
18:50
* tests/execute.test (6.3,4): Added tests for Bug 1899164]. check-in: 8b8aff2dde user: dgp tags: trunk
2008-03-03
14:54
* unix/tclUnixChan.c: Fix mark and space parity on Linux, which uses CMSPAR instead of PAREXT. check-in: 701e7babf4 user: rmax tags: trunk
2008-03-02
19:12
test added (did not fail previously, just to make sure it never does) check-in: 7d5f32e0a6 user: msofer tags: trunk
18:46
* generic/tclNamesp.c (GetNamespaceFromObj): spoil the intrep of an nsNameType obj when the refere... check-in: 2cd4278581 user: msofer tags: trunk
2008-02-29
21:02
date fix check-in: 0923c75b80 user: dgp tags: trunk
21:02
* generic/tclResult.c (Tcl_SetReturnOptions): Revised the refcount management of T... check-in: 1ef5d374d7 user: dgp tags: trunk
19:59
* generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Revised the refcount managem... check-in: 9bd1c3e045 user: dgp tags: trunk
2008-02-28
22:36
* generic/tclBasic.c (TclEvalObjvInternal): Plug memory leak when an enter trace... check-in: fbd5ed0f6c user: dgp tags: trunk
20:40
* generic/tclCompExpr.c (ParseExpr): Plug memory leak in error message generation... check-in: da89d12071 user: dgp tags: trunk
20:39
Oops! Forgot to record patch number [#1903339] for last commit. check-in: 41f9a3a297 user: jenglish tags: trunk
20:14
Reduce scope of <sys/filio.h> and <sys/ioctl.h> #includes. check-in: 7eb313d9d8 user: jenglish tags: trunk
20:12
Consolidate all code conditionalized on -DUSE_FIONBIO into one place. New routine TclUnixSetBlocking... check-in: f166136c31 user: jenglish tags: trunk
17:36
* generic/tclStringObj.c (Tcl_AppendFormatToObj): [format %llx $big] leaked an mp_in... check-in: 120da645b7 user: dgp tags: trunk
15:59
* generic/tclCompCmds.c (TclCompileReturnCmd): The 2007-10-18 commit to optimize co... check-in: 8399eb8f5d user: dgp tags: trunk
2008-02-27
23:49
bug #705956 - fix inverted logic when cleaning up socket error in geturl. Document meta accessor. check-in: 8a680814d7 user: patthoyts tags: trunk
11:20
autoheader-2.59 check-in: b28d6f128b user: das tags: trunk
03:35
Remove dead/unused portability-related #defines and unused conditional code. See SF#1901828 for disc... check-in: b29cb95ed3 user: jenglish tags: trunk
02:08
* doc/clock.n: Corrected minor indentation gaffe in the penultimate paragraph. [Bug 1898025] * gener... check-in: bc94636f47 user: kennykb tags: trunk
00:12
fix warning check-in: db1385187c user: das tags: trunk
2008-02-26
21:50
More stray trailing ","s. check-in: 0a1324c741 user: jenglish tags: trunk
21:19
Define socklen_t as "int" if missing, not "unsigned". (accept(2) et. al. traditionally took "int *" ... check-in: 5efdba63af user: jenglish tags: trunk
20:28
Remove stray trailing "," from enum InstOperandType definition (C99ism). check-in: 65872659c0 user: jenglish tags: trunk
20:18
* generic/tclUtil.c (TclReToGlob): fix the handling of the last * tests/regexpComp.test: star p... check-in: 13aea450a4 user: hobbs tags: trunk
19:52
Set version 2.5.5 bug #1868845 - it is better to do the [eof] check after trying to read from the so... check-in: 9773380ea5 user: patthoyts tags: trunk
2008-02-22
11:50
Add a linker hint for msvc to include ws2_32.lib check-in: 1dbfc6476e user: patthoyts tags: trunk
10:56
Fix for bug #1818565. Always check that the state array exists in the http::status command. Set vers... check-in: ad7511df0f user: patthoyts tags: trunk
2008-02-13
20:35
add missing constraint check-in: c85e6e712e user: dgp tags: trunk
19:41
eliminate duplicate test names check-in: cfc3f859c7 user: dgp tags: trunk
18:00
* generic/tcl.h: Bump version number to 8.5.2b1 to distinguish * library/init... check-in: 8cd7e62e9a user: dgp tags: trunk
2008-02-12
10:27
Fix [Bug 1891827] check-in: d77bd2f9f5 user: dkf tags: trunk
10:07
Documented missing configure flags. [Bug 1799011] check-in: 73ae2a8277 user: dkf tags: trunk
2008-02-06
02:53
doc/clock.n - minor documentation fix in %N format group check-in: d1b3414158 user: kennykb tags: trunk
01:13
* generic/tclClock.c (ClockParseformatargsObjCmd): * library/clock.tcl (::tcl::clock::format): * tes... check-in: fa22a0f73a user: kennykb tags: trunk
2008-02-04
21:43
bump release date check-in: 68d8465118 user: dgp tags: trunk, core-8-5-1
20:24
fix comments in INST_CONCAT check-in: b62a20626b user: msofer tags: trunk
19:54
* generic/tclExecute.c (INST_CONCAT1): fix optimisation for in-place concatenation (was going over... check-in: a4502c95c3 user: msofer tags: trunk
17:29
*** 8.5.1 TAGGED FOR RELEASE *** * generic/tcl.h: Bump to 8.5.1 for release.... check-in: 9673130446 user: dgp tags: trunk
2008-02-02
23:58
* unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. ... check-in: bc0aee463e user: das tags: trunk
2008-02-01
19:04
set release tag check-in: ac100c3a39 user: dgp tags: trunk
2008-01-30
14:57
credit contributor an00na check-in: 9560ef018c user: msofer tags: trunk
10:45
* generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373] check-in: 19185673bd user: msofer tags: trunk
09:54
Improved manual page scraper to do a better job with Ttk. [Tk Bug 1876493] check-in: 15f57337ff user: dkf tags: trunk
2008-01-29
15:32
Improve Tcl macros to make Ttk documentation work better. [Tk Bug 1876493] check-in: 0177a031ac user: dkf tags: trunk
2008-01-25
17:34
* changes: Updated for 8.5.1 release. check-in: de301877c9 user: dgp tags: trunk
2008-01-23
21:58
Reconcile coding style issues between branches check-in: cfb6fa3b16 user: dgp tags: trunk
21:32
Reconcile coding style issues between branches check-in: bdecfd3b00 user: dgp tags: trunk
21:21
Reconcile coding style issues between branches check-in: dd5e7712f3 user: dgp tags: trunk
19:41
* generic/tclInt.h: New macro TclGrowParseTokenArray() to * generic/tclC... check-in: 9406bde55c user: dgp tags: trunk
17:31
* generic/tclCompile.h: Demote TclCompEvalObj() from internal stubs to * generic/tcl... check-in: ae04371917 user: dgp tags: trunk
2008-01-22
20:52
* generic/tclTimer.c (AfterProc): Replace Tcl_EvalEx() with Tcl_EvalObjEx() to... check-in: bfc294566c user: dgp tags: trunk
11:38
* generic/tclCmdIl.c (Tcl_LreverseObjCmd): * tests/cmdIL.test (cmdIL-7.7): fix crash on reversing ... check-in: 5202be705d user: msofer tags: trunk
2008-01-20
21:19
* unix/README: minor typo fixes [Bug 1853072] check-in: db1ea1047e user: hobbs tags: trunk
21:16
* generic/tclIO.c (TclGetsObjBinary): operate on topmost channel. [Bug 1869405] (Ficicchia) check-in: ac70196d3c user: hobbs tags: trunk
2008-01-18
15:59
Minor fixes for indented paragraph handling check-in: e29ebb528e user: dkf tags: trunk
15:51
Corrected formatting of manual check-in: eb1e292c0a user: dkf tags: trunk
2008-01-17
17:45
* generic/tclCompExpr.c: Revision to preserve parsed intreps of numeric and b... check-in: 11aeaf7b0a user: dgp tags: trunk
00:56
better wording for arg handling in proc.n (tclguy) check-in: c992833adf user: msofer tags: trunk
2008-01-16
21:54
test for memory leak check-in: 39610720d8 user: dgp tags: trunk
21:05
* generic/tclCompExpr.c: add an 'optimize' argument to * generic/tclCompile.c: TclCompileExpr() t... check-in: 30b91ac574 user: msofer tags: trunk
19:44
* generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989] * generic/tclExecute.c: (dgp) check-in: c7b9b21afa user: msofer tags: trunk
14:27
* doc/proc.n: changed wording for access to non-local variables; added mention to [namespace upvar... check-in: 1eca400175 user: msofer tags: trunk
2008-01-15
11:59
* generic/tclBasic.c: Replacing 'operator' by 'op' in the def * generic/tclCompExpr.c: of struc... check-in: 5f67dc9efa user: msofer tags: trunk
2008-01-14
00:11
* win/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel): use critical section for read & w... check-in: f6d9be4358 user: hobbs tags: trunk
2008-01-11
11:53
* unix/tclUnixThrd.c (TclpThreadGetStackSize): restore stack checking functionality in freebsd [Bu... check-in: 9d23069943 user: msofer tags: trunk
10:54
* unix/tclUnixThrd.c (TclpThreadGetStackSize): fix for crash in freebsd [Bug 1860425]. check-in: d0b63bd24a user: msofer tags: trunk
2008-01-10
16:09
* generic/tclStringObj.c (Tcl_AppendFormatToObj): Correct failure to * tests/format... check-in: 8af00ef2f0 user: dgp tags: trunk
2008-01-09
08:09
Add a missing be to fix a typo. check-in: 3b9b2abdeb user: georgeps tags: trunk
2008-01-05
00:27
* tools/tcltk-man2html.tcl (make-man-pages): make man page title use more specific info on lhs to ... check-in: e1659edfbc user: hobbs tags: trunk
2008-01-02
21:21
Fixed documentation bug reported on tcl-core, and reordered documentation to discourage people from ... check-in: aa625aff94 user: dkf tags: trunk
19:03
* generic/tcl.h: Bump version number to 8.5.1b1 to distinguish * library/init... check-in: 0c0959c51d user: dgp tags: trunk
2007-12-31
00:17
Clarified meaning of dictionary values following discussion on comp.lang.tcl. check-in: 702d77591e user: dkf tags: trunk
2007-12-26
19:28
missing Changelog entry check-in: f2b28e4a47 user: msofer tags: trunk
19:26
* generic/tclCmdIL.c: more [lsort] data handling streamlines. The function MergeSort is gone, esse... check-in: 7a103c35ac user: msofer tags: trunk
2007-12-25
15:55
* generic/tclCmdIL.c: more [lsort] data handling streamlines. Extra mem reqs of latest patches rem... check-in: b0d7aea1b6 user: msofer tags: trunk
2007-12-23
21:29
* generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannot * tests/regexp.test (regexp-2... check-in: 3abe8cff97 user: hobbs tags: trunk
17:52
* generic/tclCmdIL.c: speed patch for lsort [Patch 1856994]. check-in: 7a28facee1 user: msofer tags: trunk
2007-12-22
21:50
* generic/tclCmdIL.c (Tcl_LsortObjCmd, Tcl_LsearchObjCmd): avoid calling SelectObjFromSublist when... check-in: db2d93d726 user: msofer tags: trunk
01:59
* generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of sufficient length for the sorted ... check-in: 11152fded9 user: msofer tags: trunk
00:58
* generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of sufficient length for the sorted ... check-in: 0d1a7a9b9f user: msofer tags: trunk
2007-12-19
21:32
Revise release date; move release tag check-in: 39e99a2de4 user: dgp tags: trunk, core-8-5-0
21:09
* generic/tclCompCmds.c (TclCompileSwitchCmd): update switch -regexp * tests/switch.test-14.*: c... check-in: b6d2386bd1 user: hobbs tags: trunk
2007-12-18
19:33
avoid exposing emails of contributors where possible check-in: 72d01790ef user: hobbs tags: trunk
15:45
* changes: Updated for 8.5.0 release. check-in: e81a2adf90 user: dgp tags: trunk
10:53
Fixes for problems created when processing regular expressions that generate very large automata. An... check-in: 8c98744456 user: dkf tags: trunk
2007-12-17
17:34
* changes: Updated for 8.5.0 release. check-in: 689394aa06 user: dgp tags: trunk
15:28
* generic/tclAlloc.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclThreadAlloc.c: Fi... check-in: 2c86995901 user: msofer tags: trunk
2007-12-14
23:36
* generic/tclIOUtil.c (FsAddMountsToGlobResult): fix the tail conversion of vfs mounts. [Bug 16025... check-in: 23f6de3af4 user: hobbs tags: trunk
21:02
remove note about gcc compiler warnings check-in: 70e432b525 user: hobbs tags: trunk
20:56
fix typo check-in: 697dba736f user: hobbs tags: trunk
20:54
updated notes check-in: 5ef8884f6d user: hobbs tags: trunk
13:52
Fix for broken test on win2k with long machine name check-in: 7fa158bd4c user: patthoyts tags: trunk
02:27
Support compilation with MSVC9 on AMD64 check-in: b5499dbd75 user: patthoyts tags: trunk
2007-12-13
15:22
merge stable branch onto HEAD check-in: d1f7550cd9 user: dgp tags: trunk