summaryrefslogtreecommitdiffstats
path: root/src/H5FL.c
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2003-01-07 04:22:12 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2003-01-07 04:22:12 (GMT)
commit7fd449cb7987772a2881a5ced2ae7ad5231f1fa3 (patch)
tree23e51c9235caaf0e7a62ec475d308d110965a224 /src/H5FL.c
parentf3ca60385f06e3bddb22a381aeb921eed6ae720c (diff)
downloadhdf5-7fd449cb7987772a2881a5ced2ae7ad5231f1fa3.zip
hdf5-7fd449cb7987772a2881a5ced2ae7ad5231f1fa3.tar.gz
hdf5-7fd449cb7987772a2881a5ced2ae7ad5231f1fa3.tar.bz2
[svn-r6236] Purpose: Copyright
Description: Added copyright notice to C++ API files, including *.h, *.cpp, and Makefile.in Platforms: Linux 6.2 (eirene)
Diffstat (limited to 'src/H5FL.c')
0 files changed, 0 insertions, 0 deletions
g_itcl_1b2865 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
...
* | | | Convert u_int to unsigned to make clashes with types in standard C headers lessdkf2005-01-102-3/+9
| | | | | | | | | | | | | | | | of a problem. [Bug 1098829]
* | | | Horrible hack to keep the old error message.dkf2005-01-061-2/+10
| | | |
* | | | Fix performance nasty in http::mapReply [1020491] and clean up version numbers.dkf2005-01-063-26/+28
| | | |
* | | | Add more locale mapping info for Chinese. [1084595]dkf2005-01-052-1/+9
| | | |
* | | | Change emacs mode comment style to stop problems with older man. [1085127]dkf2005-01-052-2/+10
| | | |
* | | | * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, removehobbs2004-12-303-23/+36
| | | | | | | | | | | | | | | | | | | | | | | | -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead of "lib" binary and remove -YX for MSVC7 portability. Add -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967]
* | | | Add note to clock.n disclaiming full ISO8601 supportKevin B Kenny2004-12-131-1/+1
| | | |
* | | | Add note to clock.n disclaiming full ISO8601 supportKevin B Kenny2004-12-132-2/+12
| | | |
* | | | Minor doc fixesdkf2004-12-092-9/+14
| | | |
* | | | * unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBitscore_8_4_9hobbs2004-12-072-6/+11
| | | | | | | | | | | | | | | | [Bug 1079286]
* | | | removed extra .TP macrohobbs2004-12-031-2/+4
| | | |
* | | | updated for 8.4.9 releasehobbs2004-12-032-7/+34
| | | |
* | | | filesystem, glob, tilde fixvincentdarley2004-12-023-4/+84
| | | |
* | | | * library/auto.tcl (tcl_findLibrary): Disabled use of [file ↵dgp2004-12-012-2/+17
| | | | | | | | | | | | | | | | normalize] that caused trouble with freewrap. [Bug 1072136].
* | | | * tests/reg.test (reg-32.*): Added missing testregexp constraints.dgp2004-11-272-5/+7
| | | |
* | | | * library/auto.tcl (tcl_findLibrary): Made sure the uniquifyingdgp2004-11-262-2/+7
| | | | | | | | | | | | | | | | operations on the search path does not also normalize. [Bug 1072136]
* | | | Assorted dde fixes as requested by Andreas Kupries.dkf2004-11-262-24/+27
| | | |
* | | | See filevasiljevic2004-11-251-0/+5
| | | |
* | | | Added hint to TCL_DECLARE_MUTEX macro usage.vasiljevic2004-11-251-3/+7
| | | |
* | | | Fixed argument of mutexPtr wrongly saying that it is a Tcl_Condition.vasiljevic2004-11-251-2/+2
| | | | | | | | | | | | | | | | (Tcl Bug #1068077)
* | | | Fixed the Tcl_ThreadAlert() call declaration (Tcl Bug #1068077)vasiljevic2004-11-251-2/+2
| | | |
* | | | * tests/tcltest.test: The order in which [glob] returns the file namesrmax2004-11-253-6/+11
| | | | | | | | | | | | | | | | * tests/fCmd.test: is undefined, so tests should not depend on it.
* | | | * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determinedgp2004-11-253-358/+398
| | | | | | | | | | | | | | | | | | | | | | | | the number of arguments for readdir_r on SunOS systems. [Bug 1071701] * unix/configure: autoconf-2.13
* | | | bumped patchlevel to 8.4.9hobbs2004-11-2510-16/+24
| | | |
* | | | took out redundant memcpy from tclUnixNotfy.cKevin B Kenny2004-11-241-3/+1
| | | |
* | | | * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check forKevin B Kenny2004-11-244-413/+460
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3-argument readdir_r [Bug 1001325]. * unix/configure: Regenerated. * unix/tclUnixNotfy.c: Corrected all uses of 'select' to manage their masks using the FD_CLR, FD_ISSET, FD_SET, and FD_ZERO macros rather than bit-whacking that failed under Solaris-Sparc-64. [Bug 1071807]
* | | | * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in newdgp2004-11-243-7/+22
| | | | | | | | | | | | | | | | * tests/info.test (info-19.6): trivial matching branch [Bug 1072654]
* | | | backport file join fixvincentdarley2004-11-233-3/+27
| | | |
* | | | * unix/configure: Regen.mdejong2004-11-223-217/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Define HAVE_TYPE_OFF64_T only when off64_t, open64(), and lseek64() are defined. IRIX 5.3 is known to not include an open64 function. [Bug 1030465]
* | | | * unix/configure: Regen.mdejong2004-11-224-323/+421
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/tcl.m4 (SC_ENABLE_THREADS): Check for a 2 argument version of readdir_r that is known to exists under IRIX 5.3. * unix/tclUnixThrd.c (TclpReaddir): Use either 2 arg or 3 arg version of readdir_r. [Bug 1001325]
* | | | Classic sed doesn't support | in REs.core_8_4_8rmax2004-11-192-3/+10
| | | |
* | | | *** 8.4.8 TAGGED FOR RELEASE ***das2004-11-191-2/+2
| | | |
* | | | * macosx/Makefile:das2004-11-19