Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
179 check-ins using file doc/mathfunc.n version 1f996f577d
|
2005-09-27
| ||
| 15:35 | Test for [Bug 1116542] check-in: d7a27184e4 user: dkf tags: trunk | |
| 15:20 | Formatting fixes check-in: 205497dd3f user: dkf tags: trunk | |
|
2005-09-26
| ||
| 19:31 | update tclTomMath.h for bug 1263012 check-in: a5f5e1b89e user: kennykb tags: trunk | |
| 18:44 | Regen tommath.h from release 0.36 check-in: 39058779b3 user: kennykb tags: trunk | |
| 18:27 | merge tommath 0.36 changes into HEAD check-in: ff86421106 user: kennykb tags: trunk | |
| 16:53 | re-import of three damaged PDF's check-in: 770751cc4a user: kennykb tags: trunk | |
| 16:31 | Import of libtommath 0.36 check-in: e024610976 user: kennykb tags: trunk | |
|
2005-09-16
| ||
| 01:40 | silence compiler warning check-in: a95dcb3914 user: dgp tags: trunk | |
|
2005-09-15
| ||
| 23:13 | * doc/ParseCmd.3: copy/paste fix [Bug 1292427] check-in: 72ad6487a4 user: msofer tags: trunk | |
| 16:58 | * generic/tclStringObj.c (TclAppendFormattedObjs): Revision to eliminate one ro... check-in: 1a7995155b user: dgp tags: trunk, kennykb-numerics-branch-20050915 | |
| 16:40 | * generic/tclBasic.c: More callers of TclObjPrintf and * generic/tclCkalloc.c: Tcl... check-in: cf51f10457 user: dgp tags: trunk | |
| 15:30 | More flags hacking, this time for open64 under RHEL3. [Bug 1287638] check-in: 1fd41a0f1d user: dkf tags: trunk | |
|
2005-09-14
| ||
| 21:32 | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to support "*" fields ... check-in: fbec962a12 user: dgp tags: trunk | |
| 18:35 | * generic/tclBasic.c: Updated several callers to use * generic/tclCmdMZ.c: TclFo... check-in: b4922798b8 user: dgp tags: trunk | |
| 17:13 | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to support "*" fields ... check-in: 73c6dc5786 user: dgp tags: trunk | |
| 03:46 | * generic/tclBasic.c: First caller of TclFormatToErrorInfo. * generic/tclInt.h: ... check-in: 267895cd36 user: dgp tags: trunk | |
|
2005-09-13
| ||
| 21:23 | * generic/tcl.h: Explicitly standardized on the use of stdarg.h * generic/tcl... check-in: bdf9458b14 user: dgp tags: trunk | |
|
2005-09-12
| ||
| 14:31 | 2005-09-12 Don Porter <dgp@users.sourceforge.net> * generic/tclStringObj.c (TclAppendForm... check-in: e034ea072e user: dgp tags: trunk | |
|
2005-09-09
| ||
| 19:24 | silence compiler warnings check-in: 9e8ea0b8c1 user: dgp tags: trunk | |
| 19:09 | * generic/tclIORChan.c (RcDecodeEventMask): Added missing type declaration for the parameter 'm... check-in: a44fd1ff0f user: andreas_kupries tags: trunk | |
| 17:54 | typo check-in: ad7d4b5c94 user: dgp tags: trunk | |
| 17:47 | * generic/tclInt.h: New internal routine TclObjPrintf() * generic/tclStr... check-in: 60ba4924b2 user: dgp tags: trunk | |
| 17:19 | added missing casts in tclStringObj.c check-in: 93d1ebfd11 user: kennykb tags: trunk | |
| 15:44 | * generic/tclInt.h: New internal routines TclFormatObj() * generic/tclSt... check-in: d61b665021 user: dgp tags: trunk | |
|
2005-09-08
| ||
| 14:14 | D'oh, missed a spot check-in: fca360fba5 user: dkf tags: trunk | |
| 14:13 | Final fixes check-in: 1ac1207579 user: dkf tags: trunk | |
| 14:10 | Squelch warning check-in: c5c285935a user: dkf tags: trunk | |
| 14:09 | Test suite about fixed up for TIP#254 check-in: c957ef5cb3 user: dkf tags: trunk | |
| 14:05 | Closer to being right... check-in: 1db31ab2b0 user: dkf tags: trunk | |
| 13:50 | More fixing check-in: 17cb3cd598 user: dkf tags: trunk | |
| 13:46 | A bit more fixing... check-in: 1701251b0b user: dkf tags: trunk | |
| 13:42 | First step to fixing test suite check-in: 88e192f51c user: dkf tags: trunk | |
| 13:40 | Oops! check-in: 7ac67d7fe8 user: dkf tags: trunk | |
| 13:38 | Added support machinery for TIP#254 tests check-in: 4a5309ec6e user: dkf tags: trunk | |
| 10:49 | TIP #254 implementation Still missing additional tests. check-in: 62727c5bbe user: dkf tags: trunk | |
|
2005-09-07
| ||
| 15:31 | * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative * tests/utf.t... check-in: c76f2a1966 user: dgp tags: trunk | |
|
2005-09-06
| ||
| 14:40 | Add flag to lists so that evaluating contexts can handle them efficiently much of the time even when... check-in: 3f8b25f1a3 user: dkf tags: trunk | |
|
2005-09-05
| ||
| 10:25 | Make symbol static to stop it from being visible outside the Tcl library on traditional Unix platfor... check-in: e889426f5c user: dkf tags: trunk | |
|
2005-09-02
| ||
| 19:23 | * unix/tclUnixSock.c (InitializeHostName): Synchronized use of static modifier in declaration a... check-in: 5b652caf77 user: andreas_kupries tags: trunk | |
|
2005-08-31
| ||
| 15:14 | fix date check-in: b5831068b5 user: vincentdarley tags: trunk | |
| 15:12 | allow NULL interp in Tcl_FSMatchInDirectory check-in: 5139fcec81 user: vincentdarley tags: trunk | |
|
2005-08-29
| ||
| 21:55 | * library/tm.tcl (::tcl::tm::roots): Accepted Don Porter's patch for [Tcl SF Bug 1189657]. Sync... check-in: 0ef4ca3087 user: andreas_kupries tags: trunk | |
| 17:54 | renumber expr-39.* to expr-46.* check-in: 484771b620 user: kennykb tags: trunk | |
| 16:41 | fix test case bracing and numbering check-in: 7bbdf4ca4c user: kennykb tags: trunk | |
| 16:21 | removed inappropriate swizzling of tcl_precision check-in: e593e8320e user: kennykb tags: trunk | |
| 16:18 | Bug 1275043 check-in: 7e8177ac9d user: kennykb tags: trunk | |
|
2005-08-26
| ||
| 22:11 | * generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel to {Cut,Splice}Channel for internal use, and c... check-in: fd26ccea74 user: andreas_kupries tags: trunk | |
| 14:43 | Style systematization and _ANSI_ARGS_ removal check-in: 043072b9bc user: dkf tags: trunk | |
| 13:41 | Remove _ANSI_ARGS_ check-in: 63474c1c0a user: dkf tags: trunk | |
| 13:26 | More whitespace cleansing and _ANSI_ARGS_ purging check-in: 94354fd3e6 user: dkf tags: trunk | |
| 11:00 | Remove _ANSI_ARGS_ and tidy up comments check-in: 03e5c68cf3 user: dkf tags: trunk | |
| 08:39 | Fix crashes when running Snit's test suite caused by traces forcing the interp result object to beco... check-in: 2de91b1d0b user: dkf tags: trunk | |
|
2005-08-25
| ||
| 21:48 | Better to panic sanely than to crash with a bad memory access. [Bug 1267380] check-in: 687e384a0d user: dkf tags: trunk | |
| 10:40 | Fix memory leak caused by throwing away a duplicated object check-in: b518cfe467 user: dkf tags: trunk | |
|
2005-08-24
| ||
| 23:36 | Remove extra blank lines between tests so groups go together better. check-in: aecf511a59 user: dkf tags: trunk | |
| 17:56 | TIP#219 IMPLEMENTATION * doc/SetChanErr.3: ** New File **. Documentation of the new channel A... check-in: d936ddccf8 user: andreas_kupries tags: trunk | |
| 15:15 | fix formatting of fp number with smallest significand check-in: 7c355ef822 user: kennykb tags: trunk | |
|
2005-08-23
| ||
| 18:13 | * unix/configure.in: * win/configure: Regen. * win/configure.in: Update minimum autoconf version ... check-in: 5ba298340c user: mdejong tags: trunk | |
|
2005-08-22
| ||
| 11:53 | * unix/tclConfig.h.in: autoheader-2.59. check-in: d3b5566cd9 user: das tags: trunk | |
|
2005-08-17
| ||
| 23:58 | updated entry with another clash check-in: 391950cb59 user: georgeps tags: trunk | |
| 23:57 | fix a namespace clash with pendingObjData. check-in: 01ee20315e user: georgeps tags: trunk | |
| 23:51 | new entry. fixed the dates on KBK's entries. check-in: 3c0ad8e2bc user: georgeps tags: trunk | |
| 23:48 | Added static to prevent a namespace clash with BuiltinFuncTable. check-in: d812e451ee user: georgeps tags: trunk | |
| 21:27 | fixed bad clock test, removed duplicated code in Tcl_Finalize check-in: 08b64cd451 user: kennykb tags: trunk | |
| 18:24 | Changed message catalog file names to lowercase check-in: b5ab97f9e1 user: kennykb tags: trunk | |
|
2005-08-12
| ||
| 23:59 | added /usr/lib/zoneinfo for antique glibc check-in: 9ae2ab8c1f user: kennykb tags: trunk | |
| 23:55 | bug 1257830 check-in: 5e29d06ce1 user: kennykb tags: trunk | |
|
2005-08-11
| ||
| 22:22 | regen unix/configure check-in: 25d2e6dbfe user: kennykb tags: trunk | |
| 22:06 | radical refactoring of thread storage to untangle dependencies check-in: be83fe62c8 user: kennykb tags: trunk | |
|
2005-08-10
| ||
| 16:28 | further untangling of Tcl_Finalize, and test cleanup on Win32 threaded check-in: 2570ab9204 user: kennykb tags: trunk | |
|
2005-08-09
| ||
| 13:31 | Squelch a message about an unused variable. check-in: 5a1163b410 user: dkf tags: trunk | |
| 11:02 | More informative comment. check-in: 20881bdebd user: dkf tags: trunk | |
| 04:17 | added nul-termination missing from earlier commit today check-in: 5ad0425206 user: dgp tags: trunk | |
|
2005-08-08
| ||
| 23:20 | file rootname bug fix check-in: 039fc09fcf user: vincentdarley tags: trunk | |
| 14:08 | remove obsolete comment check-in: 3bda2ae680 user: dgp tags: trunk | |
|
2005-08-05
| ||
| 23:57 | regen check-in: e6625ce0bf user: dkf tags: trunk | |
| 23:56 | Stop exposing the thread storage guts. Non-core code should never touch it. check-in: 4d67a86a0a user: dkf tags: trunk | |
| 23:00 | Typo (spotted by George Staplin) check-in: c35f167f8a user: dkf tags: trunk | |
| 20:36 | Solaris mis-names the cp1251 encoding. check-in: 5729270551 user: dkf tags: trunk | |
| 19:03 | Further nonPortable [binary] test cleanup check-in: ae8648b5cb user: kennykb tags: trunk | |
| 18:50 | Handle abs(-0x80000000) [Bug 1241572] check-in: e57db809fd user: kennykb tags: trunk | |
| 18:24 | Cleaned up [binary scan] testing for NaN [Bug 1246264] check-in: a8f252687c user: kennykb tags: trunk | |
| 18:15 | removed refs to ldAout.tcl [Bug 1244361] check-in: 5fd3b5f95d user: kennykb tags: trunk | |
| 01:58 | typo fixes check-in: 098279b9b2 user: dgp tags: trunk | |
|
2005-08-04
| ||
| 19:56 | silence compiler warning check-in: 2d632fc787 user: dgp tags: trunk | |
| 17:28 | * generic/tclIO.c (CloseChannel): Fixed comment nit, added apparently missing word to complete ... check-in: 561dff49b3 user: andreas_kupries tags: trunk | |
| 16:32 | Deleted the UpdateStringOfBoolean() routine, that can never be called. check-in: 74dbf03515 user: dgp tags: trunk | |
| 15:55 | * generic/tclObj.c: Simplified routines that manage the typeTable. check-in: e8f3ca7497 user: dgp tags: trunk | |
|
2005-08-03
| ||
| 22:25 | * generic/tclCompExpr.c: Untangled some dependencies in the * generic/tclEven... check-in: 66913381b4 user: dgp tags: trunk | |
|
2005-07-30
| ||
| 07:57 | * unix/tclLoadDyld.c (TclpDlopen, TclpLoadMemory): workarounds for bugs/changes in behaviour in Ma... check-in: 944ee67d7d user: das tags: trunk | |
|
2005-07-29
| ||
| 14:47 | Take care with globals that have an entry in the var table but "don't exist" check-in: 7a08ba9e4b user: dkf tags: trunk | |
| 03:47 | * win/README: Update link to msys_mingw8.zip check-in: fa54ee0c4e user: mdejong tags: trunk | |
|
2005-07-28
| ||
| 18:42 | * tests/compExpr-old.test: Still more conversion of "nonPortable" * tests/error... check-in: ef95c5ebb7 user: dgp tags: trunk | |
| 10:55 | * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems to * unix/tclUnixPipe.c (TclpOp... check-in: 6c8172e1e6 user: dkf tags: trunk | |
|
2005-07-27
| ||
| 18:23 | * generic/tclUtil.c: Converted the $::tcl_precision value to be kept per-thread t... check-in: acdeee7ba6 user: dgp tags: trunk | |
| 18:12 | * tests/expr.test: Consolidated equivalent constraints into * tests/fileName.te... check-in: ec63acc455 user: dgp tags: trunk | |
| 16:23 | * library/init.tcl ([unknown]): Corrected return code handling in the portions of [u... check-in: d65db8782a user: dgp tags: trunk | |
|
2005-07-26
| ||
| 20:20 | * unix/configure: Regen. * unix/configure.in: Check for a $prefix/share directory and add it the ... check-in: 8f2e61fad0 user: mdejong tags: trunk | |
| 17:06 | * generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to use per-thread counter,... check-in: 0c06029c78 user: dgp tags: trunk | |
| 16:24 | typo check-in: 8bdfd9ce33 user: dgp tags: trunk | |
| 16:21 | * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that * tests/trace.te... check-in: 34289a2ca0 user: dgp tags: trunk | |
|
2005-07-25
| ||
| 20:48 | Getting more systematic about style check-in: b09ad6a0a6 user: dkf tags: trunk | |
| 13:29 | D'oh! [Bug 1244358] check-in: a18dc27e5e user: dkf tags: trunk | |
| 00:39 | * unix/configure: Regen. * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): * win/configure: Regen. ... check-in: 65b63ba325 user: mdejong tags: trunk | |
|
2005-07-24
| ||
| 22:56 | Getting more systematic about style check-in: 83d72c558c user: dkf tags: trunk | |
|
2005-07-23
| ||
| 04:12 | * library/auto.tcl: Updates to the Tcl script library to make * library/history.... check-in: 58a2150746 user: dgp tags: trunk | |
| 02:59 | * tests/string.test: Add string is tests for functionality that was not tested. * win/README: Upd... check-in: 91d8e75c82 user: mdejong tags: trunk | |
| 01:31 | * generic/tclExecute.c (INST_DICT_*): stop 2 compiler warnings for uninitialised variables. check-in: 8fddec119a user: msofer tags: trunk | |
| 00:04 | Getting more systematic about style check-in: 78a871bd80 user: dkf tags: trunk | |
|
2005-07-22
| ||
| 23:56 | Improve the incrementer code for INST_DICT_INCR_IMM, removing a gcc-ism. check-in: c0b4cb6f89 user: dkf tags: trunk | |
|
2005-07-21
| ||
| 21:50 | regen check-in: 0b575edc35 user: dkf tags: trunk | |
| 21:48 | Compiler for [dict] and related changes. check-in: 9ef02c62c4 user: dkf tags: trunk | |
| 21:22 | drop support of ancient BSD, IRIX4, RISCos, Ultrix, and ldAout.tcl check-in: 04c5a55f9f user: kennykb tags: trunk | |
| 16:58 | fix compile error check-in: dbbcf9b7f6 user: dgp tags: trunk | |
| 14:38 | Systematizing the formatting check-in: ac613e6b94 user: dkf tags: trunk | |
|
2005-07-20
| ||
| 23:16 | Getting more systematic about style check-in: 0c5cea4d81 user: dkf tags: trunk | |
|
2005-07-19
| ||
| 22:45 | Getting more systematic about style check-in: f9332bdd5d user: dkf tags: trunk | |
| 13:37 | Systematizing the formatting Also simplified the AIX loader so that it's failure-mode code wasn't sc... check-in: b174fe79d4 user: dkf tags: trunk | |
| 08:51 | Formatting systematization. Also removed check of result of ckalloc() for NULL; it will never succe... check-in: ac17f9daa2 user: dkf tags: trunk | |
| 00:09 | Getting more systematic about style check-in: 690576859a user: dkf tags: trunk | |
|
2005-07-17
| ||
| 22:25 | socket wrong#args message now follows the general conventions check-in: 82a53c1796 user: dkf tags: trunk | |
| 22:06 | Try again :-} check-in: 8df7db4799 user: dkf tags: trunk | |
| 22:04 | Ugh; convert unfortunate tab back to a space check-in: 78a4e02f90 user: dkf tags: trunk | |
| 21:54 | D'oh check-in: d331cb6616 user: dkf tags: trunk | |
| 21:46 | oops; how did I reorder those fields? :-( check-in: 911066ce3f user: dkf tags: trunk | |
| 21:17 | Getting more systematic about style check-in: 7591df07d6 user: dkf tags: trunk | |
|
2005-07-16
| ||
| 21:29 | Tk Bug 1227781 check-in: 9a6ea91409 user: kennykb tags: trunk | |
|
2005-07-15
| ||
| 22:32 | Bug 1237907 check-in: 96beb107b1 user: kennykb tags: trunk | |
| 15:53 | Whitespace/comment tidying check-in: 3aa642dd43 user: dkf tags: trunk | |
| 15:09 | More tidying up check-in: 09344621a7 user: dkf tags: trunk | |
|
2005-07-14
| ||
| 13:41 | More minor tinkering with comments and code-layout check-in: 08ca5567ca user: dkf tags: trunk | |
| 12:17 | Stop warning check-in: dad22a94ac user: dkf tags: trunk | |
| 12:12 | Oops check-in: a0355a2506 user: dkf tags: trunk | |
| 10:50 | Style improvements to tclCompile.c, plus bytecode printing enhancements. check-in: 330dac0c81 user: dkf tags: trunk | |
|
2005-07-13
| ||
| 20:33 | copy/paste/fail-to-modify error in comment. check-in: 2ab7e4e48c user: dgp tags: trunk | |
| 20:00 | * unix/tclUnixSock.c: Use a ProcessGlobalValue to store the * win/tclWinSock.c: ... check-in: 1fd12e8db7 user: dgp tags: trunk | |
|
2005-07-12
| ||
| 09:39 | Doc clarification check-in: 9fdbe9d9e3 user: dkf tags: trunk | |
|
2005-07-11
| ||
| 15:03 | Purely style-guide cleansing check-in: 4b3d278317 user: dkf tags: trunk | |
|
2005-07-09
| ||
| 00:27 | * generic/tclExecute.c (TclExecuteByteCode): Reimplement long and wide type integer divisio... check-in: 7acb2424cc user: mdejong tags: trunk | |
|
2005-07-06
| ||
| 15:17 | * generic/tclLink.c: Simplified LinkTraceProc [Bug 1208108]. check-in: 828cc933d5 user: dgp tags: trunk | |
|
2005-07-05
| ||
| 20:54 | * unix/Makefile.in: Purged use of TCLTESTARGS [RFE 1161550]. check-in: 874e6a52dd user: dgp tags: trunk | |
| 18:15 | * generic/tclUtil.c: Converted TclFormatInt() into a macro. * generic/tclInt.decl... check-in: 3af2919289 user: dgp tags: trunk | |
| 17:33 | * generic/tclNamesp.c: Allow for [namespace import] of a command * tests/namespace.... check-in: e4ef8384ac user: dgp tags: trunk | |
| 14:19 | Style-guide reformat and get rid of gcc warning check-in: 594cf90263 user: dkf tags: trunk | |
| 11:37 | Much whitespace/style tidying up check-in: 720eee7591 user: dkf tags: trunk | |
|
2005-07-04
| ||
| 22:26 | Whitespace/fmt fixes check-in: c360150c2e user: dkf tags: trunk | |
| 21:19 | Purge remnants of old dictionary rep interlocking code; it only ever worked when the locking was in ... check-in: 15359b6f9c user: dkf tags: trunk | |
|
2005-07-01
| ||
| 10:29 | Protect against spurious wake-ups while waiting on the condition variable when tearing down the noti... check-in: e5562a29ac user: vasiljevic tags: trunk | |
|
2005-06-29
| ||
| 03:28 | * generic/tclExecute.c (TclExecuteByteCode): When parsing an integer operand for a unary ... check-in: 101dfd39ca user: mdejong tags: trunk | |
|
2005-06-27
| ||
| 18:00 | increased warning about [auto_reset] bug fix. check-in: 6f625117c2 user: dgp tags: trunk | |
|
2005-06-26
| ||
| 22:10 | Add explanatory comment about static unprotected variables. check-in: e9e2d93772 user: dkf tags: trunk | |
|
2005-06-24
| ||
| 23:32 | * library/auto.tcl: Make file safe to re-[source] without destroying registered ... check-in: d1e3417e82 user: dgp tags: trunk | |
| 20:07 | cleanup Tcl_Preserve after exit handlers check-in: 3519b5327d user: kennykb tags: trunk | |
| 15:06 | * library/auto.tcl: Make file safe to re-[source] without destroying registered auto_mk... check-in: 2c82378f14 user: dgp tags: trunk | |
|
2005-06-23
| ||
| 19:48 | bug 1225957 check-in: 0549954de3 user: kennykb tags: trunk | |
| 17:01 | * tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept multi-digit patchlevels. check-in: 6efbd658a3 user: das tags: trunk | |
|
2005-06-22
| ||
| 21:39 | bug 1225044 check-in: e7ae1a09c0 user: kennykb tags: trunk | |
| 21:24 | * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] Thanks to Pat Thoy... check-in: b165576fdb user: dgp tags: trunk | |
| 19:47 | bug 1225727 check-in: 6c3e03abdb user: kennykb tags: trunk | |
|
2005-06-21
| ||
| 19:49 | * generic/tclInt.h: Followup to change made on 2005-06-18 by Daniel Steffen. There are compiler... check-in: 2d2e2a398c user: andreas_kupries tags: trunk | |
| 19:20 | bug 1194458 check-in: 8ba6448607 user: kennykb tags: trunk | |
| 18:32 | * generic/tclBasic.c: Added missing walk of the list of active traces * generic/tc... check-in: aa95aa1c1e user: dgp tags: trunk | |
| 14:17 | autoconf check-in: 3a7fe5e9c9 user: dgp tags: trunk | |
| 08:51 | Only enable the 'compile' special debugging feature when requested in configure.in; removes irreleva... check-in: 0cc9693bf4 user: dkf tags: trunk | |
|
2005-06-20
| ||
| 23:10 | typos check-in: 5e3832c359 user: dkf tags: trunk | |
| 22:55 | typo check-in: abcd456abe user: dkf tags: trunk | |
| 21:27 | Add compilation for TIP#90-style [catch] requiring a new opcode [Bug1219112] check-in: 3f3cff9adc user: dkf tags: trunk | |
| 10:01 | Update error case handling following Mo's updates (which are a good thing) check-in: ffddfd73f3 user: dkf tags: trunk | |
| 07:48 | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Generate an error if a mode argument like -exact is passe... check-in: d616dbd68a user: mdejong tags: trunk | |
|
2005-06-18
| ||
| 21:45 | * generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fat compiles on Darwin (i.e. ... check-in: 02ddae4aec user: das tags: trunk | |
|
2005-06-17
| ||
| 23:41 | Fix bug in [format %hx] handling on selected platforms. [Bug 1154163] check-in: 5f26324c95 user: dkf tags: trunk | |
| 14:26 | Fix an odd [after]-and-limits problem. [Bug 1221395] check-in: 6d6caaf8f9 user: dkf tags: trunk | |
|
2005-06-14
| ||
| 13:45 | Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg. Thanks to Will Duquett... check-in: dd2595e57a user: dkf tags: trunk | |
|
2005-06-13
| ||
| 08:31 | correct fix to file mkdir check-in: 9c6c2985d7 user: vincentdarley tags: trunk | |
|
2005-06-12
| ||
| 22:19 | D'oh! check-in: 1f520360c7 user: dkf tags: trunk | |
| 22:13 | Simplify command compilation by moving numerous common stanzas into macros so that things say what t... check-in: 82d80d8b59 user: dkf tags: trunk | |
|
2005-06-10
| ||
| 15:22 | Improve the [chan] documentation check-in: af4a1c46e7 user: dkf tags: trunk, msofer-wcodes-20050611 | |
|
2005-06-09
| ||
| 16:24 | fix to race condition in file mkdir and fix to glob documentation check-in: a6ebffa26e user: vincentdarley tags: trunk | |
| 14:23 | Small doc improvements [Bug 1211078] etc. check-in: 06bfc11ebc user: dkf tags: trunk | |