Timeline
Not logged in

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

236 check-ins using file library/tm.tcl version d8cb0ed81f

2006-09-22
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:14
merge updates from HEAD check-in: 9f9a3d1982 user: dgp tags: dgp-refactor
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
16:19
merge updates from HEAD check-in: e1feeec3e7 user: dgp tags: dgp-refactor
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-06
13:34
memory allocation bug check-in: c68e8d28c3 user: dgp tags: dgp-refactor
2006-07-05
21:29
merge updates from HEAD check-in: 2d02d24f27 user: dgp tags: dgp-refactor
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
17:10
merge updates from HEAD check-in: 6d4ff70d4d user: dgp tags: dgp-refactor
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-28
16:09
Merge updates from HEAD check-in: afab2ad07a user: dgp tags: dgp-refactor
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
11:06
* generic/tclInt.decls: implement globbing for HFS creator & type * macosx/tclMacOSXFCmd.c: code... check-in: c72a1b963b user: das tags: trunk
09:46
fix to permissions setting check-in: de9033fbac user: vincentdarley tags: trunk
2006-03-20
19:12
* win/Makefile.in (install-libraries): Generate tcl8/8.4 directory under Windows as well (cygwi... check-in: d664769de8 user: andreas_kupries tags: trunk
17:10
* unix/installManPage: There is always one even more broken "sed". Moved the # comment starting c... check-in: 55c3523539 user: andreas_kupries tags: trunk
15:44
Clean up constraint handling check-in: b3adfbfcd8 user: dkf tags: trunk
15:41
Clean up the constraint handling check-in: 7a849781cb user: dkf tags: trunk
14:24
correct [makeFile] syntax check-in: a9809cf384 user: dgp tags: trunk
11:39
Clean up tests (mostly constraints relating to testchmod) Also make the format of the ChangeLog a bi... check-in: a800d382ef user: dkf tags: trunk
2006-03-19
23:04
fix to two filesystem issues check-in: 8da0e23fe6 user: vincentdarley tags: trunk
22:44
ensure test suite works on non-English systems check-in: eb5ba9ae10 user: vincentdarley tags: trunk
2006-03-18
18:15
fix to file writeable on windows check-in: 7ffc528a76 user: vincentdarley tags: trunk
2006-03-17
17:24
* doc/chan.n: Updated with documentation for the commands 'chan create' and 'chan postevent' (T... check-in: 5512a020aa user: andreas_kupries tags: trunk
10:17
Fix for [Bug 1444692] check-in: 91c1ac0ca0 user: mistachkin tags: trunk
09:59
Fix compilation error. check-in: de0c3dba32 user: mistachkin tags: trunk
2006-03-16
21:12
* doc/open.n: Documented the changed behaviour of 'a'ppend mode. check-in: 1a9fa0b78b user: andreas_kupries tags: trunk
19:12
* tests/io.test (io-43.1 io-44.[1234]): Rewritten to be self-contained with regard to setup and... check-in: 4a26e5afd9 user: andreas_kupries tags: trunk
18:22
* generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND to the list of POSIX modes used... check-in: 3e9b599307 user: andreas_kupries tags: trunk
09:56
missing statics revealed by 'make checkexports' check-in: c872685489 user: das tags: trunk
09:15
typo in TclpLoadMemory() error msg check-in: 122664d907 user: das tags: trunk
00:38
* tests/socket.test: Extended the timeout in socket-11.11 from 10 to 40 seconds to allow for re... check-in: 99ff6f81ba user: andreas_kupries tags: trunk
2006-03-15
23:10
add proper test constraints check-in: 4ab9c137b0 user: vincentdarley tags: trunk
2006-03-14
22:52
* doc/fconfigure.n: Clarified that -translation is binary is reported as lf when queried, becau... check-in: 2db86be2c6 user: andreas_kupries tags: trunk
20:15
* doc/clock.n: Removed double-quotes around section title NAME. not needed. * unix/installManpage... check-in: 94094047eb user: andreas_kupries tags: trunk
20:11
* library/tm.tcl (::tcl::tm::Defaults): Fixed handling of environment variable TCLX.y_TM_PATH, ... check-in: 251c83ca84 user: andreas_kupries tags: trunk