summaryrefslogtreecommitdiffstats
path: root/src/H5FDwindows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDwindows.h')
0 files changed, 0 insertions, 0 deletions
ec14'>bug_6ca52aec14 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Minor doc improvementsdkf2006-05-233-39/+44
| | |
| * | Silence compiler warning.dgp2006-05-151-2/+3
| | |
| * | * generic/tclProc.c (ProcCompileProc): When a bump of the compiledgp2006-05-132-5/+92
| | | | | | | | | | | | | | | | | | | | | | | | epoch forces the re-compile of a proc body, take care not to overwrite any Proc struct that may be referred to on the active call stack. This fixes [Bug 148218]. Note that the fix will not be effective for code that calls the private routine TclProcCompileProc() directly.
| * | * generic/tclEvent.c (HandleBgErrors): fix leak. [Coverity issue 86]das2006-05-122-16/+21
| | |
| * | * generic/tclMain.c (Tcl_Main): Corrected flaw that requireddgp2006-05-053-112/+140
| | | | | | | | | | | | | | | | | | * tests/main.test: (Tcl_Main-4.5): processing of one interactive command before passing control to the loop routine registered with Tcl_SetMainLoop() [Bug 1481986].
| * | * README: Bump version number to 8.5a5dgp2006-05-0410-16/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
| * | * generic/tclBasic.c (ExprSrandFunc): Restore acceptance of wide/bigdgp2006-05-043-8/+23
| | | | | | | | | | | | * doc/mathfunc.n: integer values by srand() [Bug 1480509].
| * | * changes: Updates for another RC.core_8_5_a4dgp2006-04-262-4/+22
| | |
| * | * generic/tclBinary.c: Revised the handling of the Q and q formatdgp2006-04-264-12/+88
| | | | | | | | | | | | | | | | | | * generic/tclInt.h: specifiers for [binary] to account for the * generic/tclStrToD.c: "middle endian" floating point format used in Nokia N770.
| * | * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-265-60/+101
| | | | | | | | | | | | | | | | | | | | | | | | * doc/expr.n: * doc/format.n: * doc/mathfunc.n: * doc/scan.n: * doc/string.n:
| * | * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-252-38/+29
| | | | | | | | | | | | | | | * doc/format.n: * doc/scan.n:
| * | * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-255-102/+120
| | | | | | | | | | | | | | | | | | | | | | | | * doc/scan.n: * generic/tclScan.c: [scan $s %u] is documented to accept only * tests/scan.test: decimal formatted integers. Fixed code to match.
| * | correct ChangeLog to reflect 2006-04-19 commit ofKevin B Kenny2006-04-241-0/+4
| | | | | | | | | | | | generic/tclStrToD.c
| * | fix for Martin Lemburg's DST conversion bug.Kevin B Kenny2006-04-19