summaryrefslogtreecommitdiffstats
path: root/testpar/t_chunk_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r21334] HDFFV-7687: add HD macro prefrix to functions and use h5_stat_t ...Allen Byrne2011-08-301-2/+2
* [svn-r18197] Description:Quincey Koziol2010-01-301-1/+1
* [svn-r16723] Modified dset and t_chunk_alloc tests to use dataset dimensions ...Christian Chilan2009-04-091-14/+4
* [svn-r16683] Minor change in comments.Christian Chilan2009-04-071-1/+1
* [svn-r16659] Modified dset and t_chunk_alloc tests to use dataset dimensions ...Christian Chilan2009-04-021-50/+72
* [svn-r16560] Description:Quincey Koziol2009-03-101-12/+5
* [svn-r14199] Description:Quincey Koziol2007-10-111-28/+16
* [svn-r14193] Description:Quincey Koziol2007-10-081-2/+2
* [svn-r14192] Description:Quincey Koziol2007-10-081-1/+1
* [svn-r13829] Some systems (only SGI Altix ProPack 4 discovered so far) doesn'...Raymond Lu2007-06-021-0/+14
* [svn-r13253] Updated all C and C++ style source code files with the THG copyr...Albert Cheng2007-02-071-2/+3
* [svn-r12440] Purpose:Quincey Koziol2006-06-271-17/+17
* [svn-r12407] Purpose:Albert Cheng2006-06-061-3/+3
* [svn-r12405] Purpose:Albert Cheng2006-06-061-86/+38
* [svn-r12396] Purpose:Albert Cheng2006-06-011-2/+3
* [svn-r12380] Purpose:Albert Cheng2006-05-261-43/+400
* [svn-r11349] Purpose:Albert Cheng2005-09-051-25/+40
* [svn-r11339] Purpose:Albert Cheng2005-09-021-59/+43
* [svn-r11312] Purpose:Albert Cheng2005-08-301-0/+194
ion value='dgp_async_socket'>dgp_async_socket Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/win/README.binary
diff options
context:
space:
mode:
authorredman <redman>1999-07-22 21:50:53 (GMT)
committerredman <redman>1999-07-22 21:50:53 (GMT)
commit56b77d9d6c418f3dee04f0b31834ad76e69e11dd (patch)
treed6278f0ac3e8f40fdef3bbed06f35b3868fbb00f /win/README.binary
parent41b1b6389d0f6a7a65410e66d85f909e6f855148 (diff)
downloadtcl-56b77d9d6c418f3dee04f0b31834ad76e69e11dd.zip
tcl-56b77d9d6c418f3dee04f0b31834ad76e69e11dd.tar.gz
tcl-56b77d9d6c418f3dee04f0b31834ad76e69e11dd.tar.bz2
* Changed version to 8.2b2.
* win/tclWinPort.h: Block out include of sys/*.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * generic/tclCmdMZ.c: * generic/tclIO.c: Fix ANSI-style prototypes based on patch from Ulrich Ring. [Bug: 2391] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * tests/var.test: * generic/tclVar.c: Fixed bug that caused a seg. fault when using "array set a(b) {}", which is a bad array name anyway. Now the "array set" command will return an error in this case. Added test case and fixed existing test. [Bug: 2427]