Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
250 check-ins using file tests/load.test version 542686a67f
|
2006-10-06
| ||
| 14:14 | bug #1571954: avoid /RTCc flag with MSVC8 check-in: 921a289f09 user: patthoyts tags: trunk, tip-278-branch-root | |
| 13:37 | TIP #275: Support unsigned values in binary command check-in: 42dcb6f5f3 user: patthoyts tags: trunk | |
| 05:57 | * library/http/http.tcl (http::geturl): only do geturl url rfc 3986 validity checking if $::http::... check-in: 83351aed02 user: hobbs tags: trunk | |
| 04:55 | (UnicodeToUtfProc): dst must be set to (ch & 0xFF) to work on big endian systems check-in: 2296aeb300 user: hobbs tags: trunk | |
| 00:22 | * library/tm.tcl: Fixed bug in TIP #189 implementation, now allowing '_' in module names. check-in: c9c25ea2ac user: andreas_kupries tags: trunk | |
|
2006-10-05
| ||
| 21:24 | * generic/tcl.h: note limitation on changing Tcl_UniChar size * generic/tclEncoding.c (UtfToUnicod... check-in: fd98919337 user: hobbs tags: trunk | |
| 11:38 | * generic/tclVar.c (Tcl_LappendObjCmd): * tests/append.test(4.21-22): fix for longstanding [Bug 15... check-in: d33a29a762 user: msofer tags: trunk | |
| 05:13 | nroff typo check-in: df648327d1 user: hobbs tags: trunk | |
|
2006-10-04
| ||
| 21:03 | Olson's tzdata2006m check-in: cc62308f7f user: kennykb tags: trunk | |
| 18:05 | dup test name check-in: 632c9bda77 user: dgp tags: trunk | |
|
2006-10-01
| ||
| 21:30 | Handle possible missing define check-in: 9d3633c801 user: patthoyts tags: trunk | |
| 20:59 | Bug 1567956 check-in: cbf66e067c user: kennykb tags: trunk | |
| 13:33 | * doc/Eval.3 (TclEvalObjv): added note on refCount management for the elements of objv, [Bug #7302... check-in: a155caa74d user: msofer tags: trunk | |
| 13:03 | bug #1420432 - file mtime fails for directories on windows check-in: 66720c51df user: patthoyts tags: trunk | |
| 09:51 | bug 1567956: handle Msys environment a little differently in getuser function check-in: a81126a719 user: patthoyts tags: trunk | |
|
2006-09-30
| ||
| 19:15 | * generic/tclUtil.c (Tcl_SplitList): optimisation, [Patch 1344747] by dgp. check-in: 83165e6b81 user: msofer tags: trunk | |
| 19:00 | * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclObj.c: * gene... check-in: 4097c3e214 user: msofer tags: trunk | |
| 17:56 | * generic/tclCompile.c: * generic/tclHistory.c: * generic/tclInt.h: * generic/tclProc.c: made Tc... check-in: 639783a61c user: msofer tags: trunk | |
|
2006-09-28
| ||
| 20:54 | * generic/tclPkg.c (CompareVersions): Bugfix. Check string lengths * tests/pkg.test: before compa... check-in: 84ce5a0a35 user: andreas_kupries tags: trunk | |
| 20:06 | * generic/tclExecute.c: Corrected error in INST_LSHIFT in the * tests/expr.test: ... check-in: 1b8e91a167 user: dgp tags: trunk | |
| 19:24 | * generic/tclIO.c (Tcl_GetsObj): added two test'n'panic guards for possible NULL derefs, [Bug 1566... check-in: 22f85bac32 user: msofer tags: trunk | |
| 15:10 | * generic/tclPkg.c (CompareVersion): Flatten strcmp() results to {-1, 0, 1} to ma... check-in: 7f4a2f2310 user: dgp tags: trunk | |
|
2006-09-27
| ||
| 23:35 | * generic/regc_color.c (uncolorchain): * generic/regc_nfa.c (freearc): changed tests and asserts t... check-in: 43314a2e1d user: msofer tags: trunk | |
| 22:39 | changed last commit - ifdef'ing out unused mcce (multi char collation elements) code. check-in: aa894cbc17 user: msofer tags: trunk | |
| 20:37 | * generic/regc_cvec.c (addmcce): * generic/regcomp.c (compile): the static function addmcce does ... check-in: fa0a132f0e user: msofer tags: trunk | |
| 20:22 | * tests/pkg.test: Added test for version comparison at the 32bit boundary. [SF Tcl Bug 1563836]... check-in: d0cad63004 user: andreas_kupries tags: trunk | |
| 13:49 | * generic/tclFileName.c (TclGlob): added a panic for a call with TCL_GLOBMODE_TAILS and pathPrefix... check-in: 668bd0bb04 user: msofer tags: trunk | |
|
2006-09-26
| ||
| 23:01 | TIP 27 changes for Tcl_CreateEncoding check-in: 36d41f9c70 user: kennykb tags: trunk | |
| 20:47 | Additional compiler flags and amd64 support. check-in: 3c9c0b85ca user: patthoyts tags: trunk | |
| 14:08 | * generic/tcl.h: As 2006-09-22 commit from Donal K. Fellows demonstrates, "#d... check-in: 4a83de2e5b user: dgp tags: trunk | |
| 00:11 | Fixing msvc8 and stat modifications check-in: 4fda92ef0d user: patthoyts tags: trunk | |
| 00:05 | More fixing which struct stat to refer to. Some casts from time_t to int required. Tcl_Time structur... check-in: 514c0c6683 user: patthoyts tags: trunk | |
|
2006-09-25
| ||
| 21:55 | * generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642], aka coverity #51. Extended lo... check-in: a406cad4cf user: andreas_kupries tags: trunk | |
| 17:30 | another nit check-in: 6a6c3b0fa4 user: dgp tags: trunk | |
| 15:58 | * doc/package.n: Fixed nits reported by Daniel Steffen in the TIP#268 changes. check-in: d28fa7fe7a user: andreas_kupries tags: trunk | |
| 15:02 | Minor change: Improved code style check-in: bf0b0d3463 user: dkf tags: trunk | |
| 14:59 | yet another stab at 1564777 check-in: c093f50364 user: kennykb tags: trunk | |
| 14:58 | yet another stab at 1564777 check-in: d781364709 user: kennykb tags: trunk | |
| 13:35 | fix line endings check-in: 58f7ee791d user: dgp tags: trunk | |
| 00:09 | Fix [Bug 1564677] check-in: a44b4eb923 user: dkf tags: trunk | |
|
2006-09-24
| ||
| 20:46 | * generic/tclStringObj.c (STRING_SIZE): fix allocation for 0-length strings. This is coverity's bu... check-in: e31741c85d user: msofer tags: trunk | |
| 19:13 | * generic/tclParse.c (Tcl_ParseCommand): also return an error if start==NULL and numBytes<0. This ... check-in: 11e24ed21c user: msofer tags: trunk | |
|
2006-09-22
| ||
| 22:32 | * generic/tclInt.h: Moved TIP#268's field 'packagePrefer' to the end of the structure, for bett... check-in: 7c38f09206 user: andreas_kupries tags: trunk | |
| 18:13 | TIP#268 IMPLEMENTATION * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubIn... check-in: 055195c6bc user: andreas_kupries tags: trunk | |
| 14:45 | Fix [Bug 1562528] check-in: 9a6f412e81 user: dkf tags: trunk | |
|
2006-09-21
| ||
| 21:11 | * generic/tclUtil.c: Dropped ParseInteger() routine. TclParseNumber covers the ta... check-in: b4a525c481 user: dgp tags: trunk | |
| 14:56 | correct registry version number check-in: 917fa982f8 user: vincentdarley tags: trunk | |
|
2006-09-20
| ||
| 13:37 | fix line endings check-in: 0498863461 user: dgp tags: trunk | |
|
2006-09-19
| ||
| 22:07 | Fix nasty bug with limits, vwait's (C) traces, and interpreter restart... check-in: 751b0d8690 user: dkf tags: trunk | |
| 16:31 | * generic/tclExecute.c (INST_EXPON): Native type overflow detection * tests/expr.... check-in: adcaa18a0d user: dgp tags: trunk | |
|
2006-09-16
| ||
| 01:22 | * tests/http.test (http-5.1): bump http to 2.5.3 * unix/Makefile.in: * win/M... check-in: a65faed6b6 user: dgp tags: trunk | |
| 00:19 | * library/http/http.tcl: Change " " -> "+" url encoding mapping * library/http/pkgIndex.tcl: ... check-in: ebf8d82ec5 user: hobbs tags: trunk | |
|
2006-09-12
| ||
| 22:51 | * unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognize HP-UX 11.00 and beyond as hav... check-in: 33c4ca5ff1 user: andreas_kupries tags: trunk | |
| 21:59 | * unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation of the increment needed to align t... check-in: ee4af82066 user: andreas_kupries tags: trunk | |
|
2006-09-11
| ||
| 22:34 | Added tommath_(super)class headers to include install check-in: 3fb30f937b user: patthoyts tags: trunk | |
| 22:10 | Fixed error launching win98 test check-in: 615a313ba6 user: patthoyts tags: trunk | |
| 21:24 | Updated to install http, tcltest and msgcat as Tcl Modules (as per Makefile.in). check-in: 2ccd7b051a user: patthoyts tags: trunk | |
| 19:23 | * unix/Makefile.in (install-libraries): Fixed typo tcltest 2.3.9 -> 2.3.0. check-in: c7941aa39e user: andreas_kupries tags: trunk | |
| 16:07 | * unix/tclUnixCompat.c: make compatLock static and only declare it when it will actually be used; ... check-in: a9e57afcba user: das tags: trunk | |
| 15:57 | * tests/msgcat.test: Bumped version in auxiliary files as well. * doc/msgcat.n: check-in: f3fded6fa4 user: andreas_kupries tags: trunk | |
| 14:50 | bump msgcat version to 1.4.2 check-in: ee79686dba user: kennykb tags: trunk | |
| 14:38 | * library/msgcat/msgcat.tcl: Removed some unneeded [uplevel]s. check-in: e4a3ba7ad1 user: dgp tags: trunk | |
| 04:54 | * generic/tclExecute.c: Corrected INST_EXPON flaw that treated * tests/expr.... check-in: 953271d93a user: dgp tags: trunk | |
| 03:54 | * doc/tcltest.n: Bump to version tcltest 2.3.0 to account * library/t... check-in: 0bd317c5fb user: dgp tags: trunk | |
|
2006-09-10
| ||
| 19:00 | * library/msgcat/msgcat.tcl: Bump to version msgcat 1.4.2 to account * library/ms... check-in: dde7149a15 user: dgp tags: trunk | |
| 17:04 | * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of * tests/msgcat.test: ... check-in: dc96f873b9 user: das tags: trunk | |
|
2006-09-08
| ||
| 20:57 | Added special handling for Darwin where gethostbyname/addr are actually MT-safe per-se. check-in: f5a5e872b5 user: vasiljevic tags: trunk | |
| 19:24 | * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString, and CopyHostent. Also fixed ... check-in: 7b52f8e051 user: andreas_kupries tags: trunk | |
|
2006-09-07
| ||
| 18:53 | unix/tclUnixCompat.c: Added fallback to MT-unsafe library calls if TCL_THREADS is not defined. Fixed... check-in: a9af958fdc user: vasiljevic tags: trunk | |
| 09:17 | Rewritten MT-safe wrappers to return ptrs to TSD storage. check-in: 660533ed64 user: vasiljevic tags: trunk | |
|
2006-09-06
| ||
| 16:12 | Use MODULE_SCOPE declaration where appropriate check-in: da92de1da7 user: vasiljevic tags: trunk | |
| 13:25 | Added for fixing Tcl Bug 999544 check-in: 93d85c302a user: vasiljevic tags: trunk | |
| 13:23 | Added fixes for Tcl Bug 999544 (ported from core-8-4-branch). check-in: cb01fe41cb user: vasiljevic tags: trunk | |
|
2006-09-05
| ||
| 16:11 | typo check-in: 93865cc615 user: dgp tags: trunk | |
| 02:44 | * generic/tclCompExpr.c: Removed much complexity that is no longer needed. check-in: d0b8c00ca5 user: dgp tags: trunk | |
|
2006-09-04
| ||
| 21:34 | * tests/main.text (Tcl_Main-4.4): Test corrected to not be timing sensitive to... check-in: 3a84db5632 user: dgp tags: trunk | |
| 19:36 | correct package example check-in: 2a0477562e user: hobbs tags: trunk | |
|
2006-08-31
| ||
| 20:41 | * generic/tclCompExpr.c: Corrected flawed logic for disabling the INST_TRY_CV... check-in: 03486d986a user: dgp tags: trunk | |
| 20:09 | * tests/expr-old.test: The remaining failing tests reported in * tests/expr.test: ... check-in: 28c78c11e8 user: dgp tags: trunk | |
|
2006-08-30
| ||
| 20:46 | * generic/tclParseExpr.c: Dropped the old expr parser. check-in: 877cacc543 user: dgp tags: trunk | |
| 19:33 | * generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadId check-in: b772b79e17 user: hobbs tags: trunk | |
| 19:30 | * win/tclWinChan.c [Bug 819667] Improve logic for identifying COM ports. check-in: 5058a5afa8 user: hobbs tags: trunk | |
| 17:59 | see changes check-in: bd2355b263 user: hobbs tags: trunk | |
| 17:59 | * generic/tclIOGT.c (ExecuteCallback): * generic/tclPkg.c (Tcl_PkgRequireEx): replace Tcl_GlobalEv... check-in: adcd7cfba2 user: hobbs tags: trunk | |
| 17:58 | * unix/Makefile.in (valgrindshell): add valgrindshell target and update default VALGRINDARGS. Use... check-in: 546e375b54 user: hobbs tags: trunk | |
| 17:56 | * generic/tclFileName.c (DoGlob): match incrs with decrs. check-in: 8c6496902e user: hobbs tags: trunk | |
|
2006-08-29
| ||
| 19:11 | silence compiler warn check-in: ec051dd43e user: dgp tags: trunk | |
| 19:09 | undo mistaken commit check-in: 977c1e50e8 user: dgp tags: trunk | |
| 19:04 | * generic/tclParseExpr.c: Use the "parent" field of orphan ExprNodes to store ... check-in: 36db802e78 user: dgp tags: trunk | |
| 06:28 | add casts to make gcc2 happy with previous commit [Bug 1548330] check-in: 6e49a4e1e7 user: das tags: trunk | |
| 05:33 | Fix for stack.test failures on FreeBSD check-in: cad4b8fc35 user: mistachkin tags: trunk | |
| 00:36 | fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segv check-in: 349a10088f user: coldstore tags: trunk | |
|
2006-08-28
| ||
| 18:22 | ftp://elsie.nci.nih.gov/pub/tzdata2006k check-in: 22134e5558 user: kennykb tags: trunk | |
| 16:05 | * generic/tclStringObj.c: Revised ObjPrintfVA to take care * generic/tclParseE... check-in: 915a693050 user: dgp tags: trunk | |
| 14:13 | * generic/tclStringObj.c: Corrected TclFormatObj's failure to count up the num... check-in: 366bf07353 user: dgp tags: trunk | |
| 13:13 | undo last commit. check-in: 30c4386336 user: dgp tags: trunk | |
| 08:48 | simplification of previous commit, whitespace cleanup check-in: b205841d65 user: das tags: trunk | |
| 08:47 | fixed printf format warnings from gcc4 when TCL_COMPILE_STATS defined check-in: d990dffed8 user: das tags: trunk | |
| 04:13 | Fixes for [Bug 1547662] and [Bug 1547681] check-in: f0365ca347 user: mistachkin tags: trunk | |
|
2006-08-26
| ||
| 13:00 | bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833] check-in: 69ffdd8acb user: msofer tags: trunk | |
|
2006-08-24
| ||
| 21:47 | * library/tzdata: Regenerated, including several new files, from Olson's tzdata2006j. * library/c... check-in: d3ace100bf user: kennykb tags: trunk | |
| 07:12 | removed now no longer needed '-constraints newExprParser' arg to tcltest check-in: 925a757acb user: das tags: trunk | |
|
2006-08-23
| ||
| 21:31 | * generic/tclParseExpr.c: Minimal collection of new tests * tests/parseExpr.te... check-in: 5cda08a159 user: dgp tags: trunk | |
|
2006-08-22
| ||
| 18:10 | More test flexibility check-in: f839e7b1dc user: dgp tags: trunk | |
| 04:03 | * tests/compExpr-old.test: Update existing tests to not fail * tests/compExpr.t... check-in: 27c27c8d91 user: dgp tags: trunk | |
|
2006-08-21
| ||
| 17:15 | * generic/tclParseExpr.c: Revised mistaken call to TclCheckBadOctal(), so both... check-in: 153b8a7ae0 user: dgp tags: trunk | |
| 14:56 | * generic/tclIOUtil.c: Revisions to complete the thread finalization of the cwdPath... check-in: 9272fb766d user: dgp tags: trunk | |
| 09:02 | Fix the 'gdb' target. check-in: 40c875a767 user: dkf tags: trunk | |
| 06:09 | typo: s/Xcode 2.3/Xcode 2.4/ check-in: d76fe61104 user: das tags: trunk | |
| 05:37 | * unix/tclUnixPort.h (Darwin): override potentially faulty configure detection of termios availabi... check-in: d0aba3dd78 user: das tags: trunk | |
| 03:50 | add support for building without -fconstant-cfstrings, e.g. when MACOSX_DEPLOYMENT_TARGET unset. [Bu... check-in: d5ab9428b4 user: das tags: trunk | |
| 02:36 | sync with relevant core-8-4-branch additions check-in: b619007e54 user: das tags: trunk | |
| 01:08 | * generic/tclClock.c (ClockClicksObjCmd): add support for Darwin * generic/tclCmdMZ.c (Tcl_TimeObj... check-in: 26f9667ec2 user: das tags: trunk | |
| 01:08 | * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop is already running (e.g. if Tcl_Wai... check-in: 7221913ebc user: das tags: trunk | |
|
2006-08-18
| ||
| 11:23 | * unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select() returns early (e.g. due t... check-in: a837931e2d user: das tags: trunk | |
| 07:45 | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for universal builds including x... check-in: 8e0081af99 user: das tags: trunk | |
|
2006-08-17
| ||
| 17:43 | * generic/tclCompile.c: Revised the new set of expression * generic/tclParse... check-in: a8c91610e6 user: dgp tags: trunk | |
|
2006-08-16
| ||
| 17:56 | * generic/tclParseExpr.c: Replace PrecedenceOf() function with prec[] static a... check-in: 14f358e107 user: dgp tags: trunk | |
|
2006-08-14
| ||
| 10:01 | Added missing braces to validation code check-in: 8e8dd6e652 user: dkf tags: trunk | |
|
2006-08-11
| ||
| 15:16 | It seems that the original submitter of the patch didn't test it. Add a critical buffer reset so th... check-in: 5506a882f7 user: dkf tags: trunk | |
| 13:50 | Applied [Patch 1352382] check-in: 58c8f54cd0 user: dkf tags: trunk | |
|
2006-08-10
| ||
| 13:07 | D'oh! Fix silly mistakes. check-in: b5307d6e55 user: dkf tags: trunk | |
| 12:15 | Various minor object file size efficiency fixes. [Bug 1530474] check-in: a09967381c user: dkf tags: trunk | |
|
2006-08-09
| ||
| 18:12 | * generic/tclEncoding.c: Replace buffer copy in for loop with call to memcpy(... check-in: 6ff5bab321 user: dgp tags: trunk | |
| 14:16 | Error message consistency improvements. [Bug 1534628] check-in: 086978a2d5 user: dkf tags: trunk | |
| 13:51 | Fix silly error in error handling for uncompiled [dict for]. [Bug 1531184] check-in: cd03ff96a0 user: dkf tags: trunk | |
| 10:06 | Make [expr] use in examples more idiomatic [Bug 1526581] check-in: 04c72ee62f user: dkf tags: trunk | |
|
2006-08-03
| ||
| 22:46 | fix indenting with spaces i.s.o tabs check-in: b59c3a1ce7 user: nijtmans tags: trunk | |
| 22:41 | two minor doc fixes check-in: f658dc1c80 user: nijtmans tags: trunk | |
|
2006-08-02
| ||
| 20:04 | * unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standard channels are initia... check-in: 262c4d08c2 user: das tags: trunk | |
| 20:03 | * tests/compExpr-old.test: add 'oldExprParser' constraint to all tests * tests/compExpr.test... check-in: 1c2d45d58d user: das tags: trunk | |
| 20:01 | typo check-in: f15716a5a0 user: das tags: trunk | |
|
2006-07-31
| ||
| 15:44 | Bug 1531530 check-in: a07567fdd5 user: kennykb tags: trunk | |
| 03:27 | Bug 1426279 check-in: 5fce0df2f9 user: kennykb tags: trunk | |
|
2006-07-30
| ||
| 19:15 | Fixed Bug 1494664 check-in: 8fbc85f8ff user: kennykb tags: trunk | |
| 18:58 | Fixed Bug 1505383 check-in: b700efc33b user: kennykb tags: trunk | |
| 16:18 | Fix typo [Bug 1496886] check-in: 0bc42fa7c8 user: jenglish tags: trunk | |
|
2006-07-28
| ||
| 10:38 | fix errors from 'make html' check-in: 6381bece46 user: das tags: trunk | |
|
2006-07-26
| ||
| 21:56 | * generic/tclExecute.c: Corrected flawed overflow detection in * tests/expr.test: ... check-in: dc337b42a1 user: dgp tags: trunk | |
|
2006-07-24
| ||
| 13:43 | * win/tclWinSock.c: Correct un-initialized Tcl_DString. Thanks to afredd. [Bug ... check-in: 7a410e481f user: dgp tags: trunk | |
|
2006-07-21
| ||
| 14:56 | undo mistaken commit check-in: 4e1c9e6425 user: dgp tags: trunk | |
| 10:47 | * generic/tclExecute.c: * tests/execute.test (execute-9.1): dgp's fix for [Bug 1522803]. check-in: 76e3738cf2 user: msofer tags: trunk | |
| 06:02 | typos check-in: eace2ae02f user: das tags: trunk | |
|
2006-07-20
| ||
| 07:39 | cleanup quoting and whitespace check-in: af1d21a5e1 user: das tags: trunk | |
| 06:18 | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create notifier thread lazily upo... check-in: 95ec292536 user: das tags: trunk | |
| 06:17 | * generic/regc_locale.c (cclass): * generic/tclExecute.c (TclExecuteByteCode): * generic/tclIOCmd... check-in: 25ff7e8b0a user: das tags: trunk | |
|
2006-07-14
| ||
| 16:28 | * unix/tclUnixPort.h: Added the inclusion of <AvailabilityMacros.h>. The missing header caused ... check-in: e172aac034 user: andreas_kupries tags: trunk | |
|
2006-07-11
| ||
| 14:29 | Made Tcl_AsyncDelete() more tolerant when called after all thread TSD has been garbage-collected. check-in: d4201e4c4e user: vasiljevic tags: trunk | |
|
2006-07-05
| ||
| 20:42 | Improvements to error context messages check-in: 3e3cf8d323 user: dgp tags: trunk | |
| 05:34 | * generic/tclParseExpr.c: Completely new expression parser that builds a parse... check-in: 27c7cf27cb user: dgp tags: trunk | |
|
2006-06-21
| ||
| 20:44 | fix warnings check-in: 8ee445667e user: das tags: trunk | |
| 03:10 | * generic/tclIOUtil.c: Changed default configuration to * generic/tclInt.decls: #un... check-in: 0bde9c44bb user: dgp tags: trunk | |
|
2006-06-20
| ||
| 15:00 | One stray CONST that escaped the CONST->const conversion. check-in: a10709e1ae user: dgp tags: trunk | |
| 13:22 | * generic/tclCmdAH.c: Removed dead code that was old implementation of [format]. check-in: d896ffc8bd user: dgp tags: trunk | |
|
2006-06-16
| ||
| 18:35 | typo check-in: c30a92e536 user: dgp tags: trunk | |
|
2006-06-14
| ||
| 21:11 | * unix/tclUnixPort.h (Darwin): support for MAC_OS_X_VERSION_MAX_ALLOWED define from AvailabilityMa... check-in: a4aa374b9b user: das tags: trunk | |
| 14:59 | Added examples after prompting on the Tcler's chat. check-in: f24478aad6 user: dkf tags: trunk | |
|
2006-06-13
| ||
| 22:10 | Workaround for silly compiler bug. [Bug 1503729] check-in: a946650648 user: dkf tags: trunk | |
|
2006-06-06
| ||
| 20:06 | * doc/GetStdChan.3: Added recommendation that each call to Tcl_SetStdChannel() b... check-in: 97f256fe07 user: dgp tags: trunk | |
|
2006-06-05
| ||
| 10:04 | Documentation improvements (including Tcl_Realloc(NULL,x) behaviour) check-in: 580ec2c125 user: dkf tags: trunk | |
| 08:34 | Minor formatting fixes check-in: a69480e0f4 user: dkf tags: trunk | |
|
2006-05-30
| ||
| 00:30 | * generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allow placement in unbraced outer if/... check-in: ce66481412 user: hobbs tags: trunk | |
|
2006-05-27
| ||
| 05:22 | * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler that * unix/tcl.m4 (Darwin): ... check-in: b5827f9228 user: das tags: trunk | |
|
2006-05-26
| ||
| 19:13 | autoconf-2.59 check-in: be5f67af4f user: das tags: trunk | |
| 19:12 | updates for Xcode 2.3 check-in: 5a0445f00f user: das tags: trunk | |
|
2006-05-24
| ||
| 10:37 | Fix [Bug 1494160] check-in: e940c8059d user: dkf tags: trunk | |
| 10:31 | Typo. [Bug 1494160] check-in: 355a97f133 user: dkf tags: trunk | |
|
2006-05-23
| ||
| 15:35 | Minor doc improvements check-in: 2a2c224706 user: dkf tags: trunk | |
|
2006-05-15
| ||
| 16:07 | Silence compiler warning. check-in: 62f90c522c user: dgp tags: trunk | |
|
2006-05-13
| ||
| 17:14 | * generic/tclProc.c (ProcCompileProc): When a bump of the compile epoch forces the ... check-in: befd37911b user: dgp tags: trunk | |
|
2006-05-12
| ||
| 18:12 | * generic/tclEvent.c (HandleBgErrors): fix leak. [Coverity issue 86] check-in: 39f2094997 user: das tags: trunk | |
|
2006-05-05
| ||
| 18:09 | * generic/tclMain.c (Tcl_Main): Corrected flaw that required * tests/main.te... check-in: aedf5e48e9 user: dgp tags: trunk | |
|
2006-05-04
| ||
| 14:01 | * README: Bump version number to 8.5a5 * generic/tcl.h: * tool... check-in: 19f3665cc0 user: dgp tags: trunk | |
| 12:55 | * generic/tclBasic.c (ExprSrandFunc): Restore acceptance of wide/big * doc/mathfunc.... check-in: b208d2c3b2 user: dgp tags: trunk | |
|
2006-04-26
| ||
| 13:50 | * changes: Updates for another RC. check-in: 335990c346 user: dgp tags: trunk, core-8-5-a4 | |
| 13:42 | * generic/tclBinary.c: Revised the handling of the Q and q format * generic/tclInt.... check-in: faef39639a user: dgp tags: trunk | |
| 04:41 | * doc/DoubleObj.3: More doc updates for TIP 237. * doc/expr.n: * doc/fo... check-in: 981b2d519d user: dgp tags: trunk | |
|
2006-04-25
| ||
| 18:30 | * doc/DoubleObj.3: More doc updates for TIP 237. * doc/format.n: * doc/... check-in: 3adabf22b8 user: dgp tags: trunk | |
| 17:15 | * doc/DoubleObj.3: More doc updates for TIP 237. * doc/scan.n: * gener... check-in: d0317c20ba user: dgp tags: trunk | |
|
2006-04-24
| ||
| 15:37 | correct ChangeLog to reflect 2006-04-19 commit of generic/tclStrToD.c check-in: e43ce2437e user: kennykb tags: trunk | |
|
2006-04-19
| ||
| 16:43 | fix for Martin Lemburg's DST conversion bug. http://groups.google.com/group/comp.lang.tcl/browse_thr... check-in: 48bbbafac1 user: kennykb tags: trunk | |
|
2006-04-18
| ||
| 18:06 | more fine-tuning of the revised docs check-in: 42933eedc8 user: dgp tags: trunk | |
| 18:05 | formatting fixes and note change that ::tcl_precision is now per-thread instead of per-process. check-in: e80c168dc6 user: dgp tags: trunk | |
| 15:13 | Minor fixes post-review. check-in: f5738df36e user: dkf tags: trunk | |
|
2006-04-17
| ||
| 21:00 | * doc/IntObj.3: Documentation changes to account for TIP 237 changes. * doc/Object.3... check-in: b6ce175d73 user: dgp tags: trunk | |
|
2006-04-13
| ||
| 21:17 | typo check-in: 281f8c5904 user: dgp tags: trunk | |
|
2006-04-12
| ||
| 14:13 | Fix [1376892] check-in: fac5a1c711 user: dkf tags: trunk | |
| 02:35 | fix make html errors check-in: 216b26a54d user: das tags: trunk | |
| 00:58 | cosmetic fix to 'install' targets check-in: e8ce97c351 user: das tags: trunk | |
|
2006-04-11
| ||
| 14:37 | * generic/tclTrace.c: Stop some interference between enter traces * tests/trace.te... check-in: d0cbd4c696 user: dgp tags: trunk | |
| 12:14 | typos check-in: 84a4c5b189 user: das tags: trunk | |
|
2006-04-07
| ||
| 16:16 | move tag check-in: 885a3a849d user: dgp tags: trunk | |
| 14:05 | * generic/tclPathObj.c: Yet another revised fix for the [Bug 1379287] * tests/fileSystem.test: ... check-in: a2851d66c7 user: dgp tags: trunk | |
| 01:11 | * generic/tclRegexp.c (FinalizeRegexp): full reset data to indicate that readiness for reinitializ... check-in: 46bd396879 user: hobbs tags: trunk | |
|
2006-04-06
| ||
| 18:57 | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems * tests/indexObj.te... check-in: 0652206ff0 user: dgp tags: trunk | |
| 18:19 | * tests/compExpr-old.test: Updated testmathfunctions constraint * tests/compExp... check-in: 3773c45020 user: dgp tags: trunk | |
| 16:42 | * generic/tclPathObj.c: Revised fix for the [Bug 1379287] family of path normalizati... check-in: 1d1480d7f8 user: dgp tags: trunk | |
| 09:25 | * unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING define on Darwin. [Bug 1457515... check-in: 07365336ba user: das tags: trunk | |
|
2006-04-05
| ||
| 17:25 | fix to compile problems check-in: 57b6413f89 user: vincentdarley tags: trunk | |
| 16:52 | * library/reg/pkgIndex.tcl: Bump to registry 1.2 because * win/tclWinReg.c: ... check-in: 2d91517735 user: dgp tags: trunk | |
| 16:32 | * win/tclWinInit.c: More careful calls to Tcl_DStringSetLength() * win/tclWinSoc... check-in: 59be467042 user: dgp tags: trunk | |
| 15:17 | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow empty strings to be match... check-in: d86bf5b78a user: dgp tags: trunk | |
| 13:18 | Ooops check-in: 5d885c8f52 user: dkf tags: trunk | |
| 12:48 | Nail [Bug 1464039] by allowing the empty string to be exactly matched by Tcl_GetIndexFromObj. Also a... check-in: 2ec45a041b user: dkf tags: trunk | |
| 02:02 | typos check-in: fc09efd8ad user: das tags: trunk | |
| 00:18 | * generic/tclIO.c (ReadChars): Added check and panic and commentary to a piece of code which re... check-in: 3f9727b64f user: andreas_kupries tags: trunk | |
|
2006-03-30
| ||
| 01:03 | * generic/tclExecute.c: remove unused var and silence gcc warning check-in: d467470b46 user: msofer tags: trunk | |
|
2006-03-29
| ||
| 23:02 | * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\" path-as-escape issue. check-in: 468b193c8a user: hobbs tags: trunk | |
| 22:19 | * generic/tclPathObj.c: More fixes for path normalization when /../ * tests/fileSys... check-in: ceff9afb98 user: dgp tags: trunk | |
| 16:34 | * changes: Updates for another RC. check-in: 9aee39c9cd user: dgp tags: trunk | |
| 16:04 | * generic/tclExecute.c: Revised INST_MOD implementation to do calculations in native types as much... check-in: 997fe2e5f9 user: dgp tags: trunk | |
| 15:09 | Added comment about potential improvement to Tcl_GetBignumAndClearObj. check-in: a4d30ff81e user: dgp tags: trunk | |
| 01:22 | * win/tclWinPipe.c (TclpCreateProcess): change panics to Tcl errors and do proper refcounting of n... check-in: 79a703d1e5 user: hobbs tags: trunk | |
|
2006-03-28
| ||
| 21:25 | * unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions. check-in: f2d6b88f13 user: hobbs tags: trunk | |
| 10:54 | * macosx/Tcl.xcode/default.pbxuser: add '-singleproc 1' cli arg to * macosx/Tcl.xcodeproj/defa... check-in: 29d4b4d456 user: das tags: trunk | |
| 10:45 | * unix/tclUnixFCmd.c (TclpObjNormalizePath): deal with *BSD/Darwin realpath() converting relative ... check-in: 3ac0e983d4 user: das tags: trunk | |
| 10:28 | typo in comment check-in: 5be48eb504 user: das tags: trunk | |
| 09:41 | nativeFilesystemRecord comparisons check-in: b8ef0f05a3 user: vincentdarley tags: trunk | |
|
2006-03-27
| ||
| 23:28 | Fixes for bug #1456373 (mingw-gcc issue). check-in: 42198c1aa6 user: patthoyts tags: trunk | |
| 23:12 | * generic/tclExecute.c: Merge INST_MOD computation in with the INST_?SHIFT instructi... check-in: 2bbd058f89 user: dgp tags: trunk | |
| 22:50 | * generic/tclExecute.c: Merge INST_MOD computation in with the INST_?SHIFT instructi... check-in: d2c3bdebb9 user: dgp tags: trunk | |
| 18:56 | Change the "pc" constraint to synonym "win" for consistency with the rest of the Tcl test suite. check-in: bc8d40111e user: dgp tags: trunk | |
| 18:08 | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it * generic/tcl.h: the version wh... check-in: 5fab17f21d user: andreas_kupries tags: trunk | |
| 16:48 | typo check-in: 6e924222d6 user: dgp tags: trunk | |
| 16:13 | * changes: Updates for another RC. check-in: 782236e357 user: dgp tags: trunk | |
|
2006-03-25
| ||
| 16:58 | * generic/tclExecute.c: Corrections to INST_EXPON detection of overflow to use mp_in... check-in: 74e0e1ebcd user: dgp tags: trunk | |
| 03:18 | backing out last change, Tcl_Panic will be declared to never return check-in: 805ff30eeb user: das tags: trunk | |
| 01:58 | handle Tcl_Panic potentially returning. coverity bug 46 check-in: defbd05914 user: das tags: trunk | |
| 01:47 | added check for NULL return value of Tcl_FSGetTranslatedPath(), coverity bug 39 check-in: 826f64eb33 user: das tags: trunk | |
| 01:32 | added casts to silence coverity bug 38 check-in: d08830011e user: das tags: trunk | |
|
2006-03-24
| ||
| 21:26 | * generic/tclEncoding.c: Reverted latest change [Bug 506653] since it reportedly kil... check-in: 9b8c244384 user: dgp tags: trunk | |
| 21:11 | revert most recent tclEncoding.c commit. It is suspected to have produced a huge slowdown in encodi... check-in: 62466e950b user: dgp tags: trunk | |
| 19:05 | add missing casts to int that were making VC6 complain check-in: 9ec7daab05 user: kennykb tags: trunk | |
| 18:20 | * generic/tclExecute.c: Revised INST_EXPON implementation to do calculations in nati... check-in: cde770a73f user: dgp tags: trunk | |
| 00:52 | avoid unused var compiler warning check-in: f3e69d3d93 user: das tags: trunk | |
|
2006-03-23
| ||
| 22:28 | * generic/tclExecute.c: Merged INST_EXPON handling in with the other binary operator... check-in: d43bf734c2 user: dgp tags: trunk | |
| 18:58 | * tests/env.test: With case preserved (see 2006-03-21 commit) be sure to do ca... check-in: 35fb1929e3 user: dgp tags: trunk | |
| 16:39 | * unix/tcl.spec: Cleaned up and completed the spec file. An RPM can now be built from the tcl sou... check-in: 3de138e750 user: rmax tags: trunk | |
| 14:24 | comment adjustment check-in: 23f223b411 user: dgp tags: trunk | |
|
2006-03-22
| ||
| 18:32 | * tests/stack.test: Run the stack tests in subshells, so that they are reported as failed tests rath... check-in: d5ea9dfbe3 user: rmax tags: trunk | |
| 14:03 | tag move check-in: 7c226c079c user: dgp tags: trunk | |
|
2006-03-21
| ||
| 21:05 | * changes: Updates for another RC. check-in: d2f3f012a8 user: dgp tags: trunk | |
| 20:03 | * generic/tclStrToD.c: One of the branches of AccumulateDecimalDigit * tests/parseE... check-in: ac158a0c4f user: dgp tags: trunk | |
| 18:51 | typo check-in: 6765a99042 user: dgp tags: trunk | |
| 18:39 | Committed test cases for Bug 1451233 check-in: a770ecedac user: dgp tags: trunk | |
| 18:30 | Added knownBug constraints. check-in: 0940c81e3a user: dgp tags: trunk | |
| 15:32 | * tests/env.test: Preserve case of saved env vars. [Bug 1409272] check-in: 53ff271dba user: dgp tags: trunk | |
| 14:34 | typo check-in: 5aea6195e6 user: dgp tags: trunk | |
| 14:33 | revert broken commit check-in: 4caab46e4a user: dgp tags: trunk | |
| 11:12 | Use test constraints properly instead of looking in tcl_platform Consistent method of calling test c... check-in: 36829d55d6 user: dkf tags: trunk | |