summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7344] Purpose:Albert Cheng2003-08-111-1/+39
| | | | | | | | | | | | | | | feature Description: Added the checking for Makefile. Skip checking CVS files. Printed filename of unknown file types. Platforms tested: No h5committest. Tested by hand on various files. Misc. update:
* [svn-r7341] Purpose:Albert Cheng2003-08-1172-295/+255
| | | | | | | | | Updated, cleanup or added Copyright notice. Platforms tested: "h5committested" Misc. update:
* [svn-r7340] Purpose:Albert Cheng2003-08-111-1/+0
| | | | | | | | | | | | updated. Description: Solution: Platforms tested: Misc. update:
* [svn-r7337] Purpose:Albert Cheng2003-08-111-29/+0
| | | | | | | | | | | | | No longer needed. make check-install or make check does the checking now. Platforms tested: no h5committest since I am removing a script command that is not needed any more. Misc. update: no need to update doucment since it was an internal command that was never documented.
* [svn-r7336] Purpose:Quincey Koziol2003-08-111-0/+3
| | | | | | | | Update readme Description: Noted that hobj_ref_t's and the objno field in the H5G_stat_t structure can now be directly compared for equality by applications.
* [svn-r7335] Purpose:Quincey Koziol2003-08-112-8/+8
| | | | | | | Update docs Description: Updated docs with new H5G_stat_t structure.
* [svn-r7334] Purpose:Quincey Koziol2003-08-1110-216/+278
| | | | | | | | | | | | | | Bug fix Description: Object references were not getting written out correctly to the file, with recent changes to their memory structure. Solution: Convert the object references correctly. Platforms tested: h5committested
* [svn-r7332] Purpose:Quincey Koziol2003-08-091-1/+4
| | | | | | | | | | | Bug fix Description: Correct 'make check-install' failure by restoring previous behavior. Platforms tested: FreeBSD 4.8 (sleipnir) should be the same for all platforms, h5committest not needed.
* [svn-r7331] Purpose:Quincey Koziol2003-08-081-6/+19
| | | | | | | Update docs Description: Updated release notes with recent changes.
* [svn-r7330] Purpose:Quincey Koziol2003-08-081-2/+1
| | | | | | | Update docs Description: Update DDL for format change of unnamed datatypes.
* [svn-r7329] Purpose:Quincey Koziol2003-08-0856-333/+334
| | | | | | | | | | Refactored test output Description: Chase new output format of 'objno' in DDL and XML schema output Platforms tested: h5committested
* [svn-r7328] Purpose:Quincey Koziol2003-08-081-83/+1
| | | | | | | | | | | Code cleanup Description: Remove recent changes which duplicated code from config/conclude.in, now that the output of XML schema XID's is portable. Platforms tested: h5committested
* [svn-r7327] Purpose:Quincey Koziol2003-08-083-24/+19
| | | | | | | | | | Refactored code Description: Chase changes of 'objno' and 'fileno' fields in H5G_stat_t structure. Platforms tested: h5committested
* [svn-r7326] Purpose:Quincey Koziol2003-08-081-15/+11
| | | | | | | | | | | Refactored code Description: Chased 'objno' and 'fileno' changes in H5G_stat_t structure, including updating the addresses displayed. Platforms tested: h5committested
* [svn-r7325] Purpose:Quincey Koziol2003-08-081-1/+1
| | | | | | | | | | Code cleanup Description: Changed parameter from "<number>:<number>" form to "<number>" Platforms tested: h5committested
* [svn-r7324] Purpose:Quincey Koziol2003-08-081-186/+89
| | | | | | | | | | | | | | | | | | | Code cleanups & bug fixes Description: Lots of changes to chase 'objno' and 'fileno' changes in H5G_stat_t struct, including changing the output of object IDs from "<number>:<number>" to just "<number>". Same change to XML schema XIDs from "xid_<number>-<number>" to just "xid_<number>" Cleaned up a number of memory leaks Use the H5_PRINTF_HADDR_FMT macro for printing 'haddr_t's Platforms tested: h5committested
* [svn-r7323] Purpose:Quincey Koziol2003-08-081-4/+6
| | | | | | | | | | | Refactored code Description: Added 'unsigned flags[2]' field and changed 'objno' field from 'unsigned long[2]' to 'haddr_t' (to reflect changes in H5G_stat_t) Platforms tested: h5committested
* [svn-r7322] Purpose:Quincey Koziol2003-08-081-27/+69
| | | | | | | | | | | | | | | Refactored code Description: Use H5E_BEGIN_TRY/H5E_END_TRY macros around blocks where errors shouldn't be printed, instead of managing 'automatic error' information. Use new 'flags' field in table objects where appropriate Chase changes to 'fileno' and 'objno' fields of H5G_stat_t Platforms tested: h5committested
* [svn-r7321] Purpose:Quincey Koziol2003-08-081-21/+14
| | | | | | | | | | | | | | Code cleanup & refactoring Description: Use H5E_BEGIN_TRY/H5E_END_TRY macros around blocks where errors shouldn't be printed, instead of managing 'automatic error' information. Changes to use new 'flags' fields in the table of objects, since the 'objno' field can't be [ab]used any longer. Platforms tested: h5committested
* [svn-r7320] Purpose:Quincey Koziol2003-08-085-22/+11
| | | | | | | | | | Refactored code Description: Chase changes for the 'fileno' and 'objno' fields in H5G_stat_t Platforms tested: h5committested
* [svn-r7319] Purpose:Quincey Koziol2003-08-081-3/+3
| | | | | | | | | | Code cleanup Description: Use unsigned integers to print 'haddr_t's Platforms tested: h5committested
* [svn-r7318] Purpose:Quincey Koziol2003-08-084-20/+13
| | | | | | | | | | | Code cleanup Description: Switched 'hobj_ref_t' from funny structure with array inside to just be 'haddr_t', since that was equivalent and less confusing. Platforms tested: h5committested
* [svn-r7317] Purpose:Quincey Koziol2003-08-082-15/+13
| | | | | | | | | | | | | | | | Feature change & code cleanup Description: Changed fileno field in H5FD_t struct from 'unsigned long[2]' to just 'unsigned long'. Changed over code to handle the fileno change. Chased error API changes Platforms tested: h5committested
* [svn-r7316] Purpose:Quincey Koziol2003-08-081-2/+0
| | | | | | | | | | Code cleanup Description: Removed prototype for H5F_addr_pack() routine. Platforms tested: h5committested
* [svn-r7315] Purpose:Quincey Koziol2003-08-081-38/+1
| | | | | | | | | | | | Code cleanup Description: Chase error API changes Removed H5F_addr_pack() routine, which is no longer necessary. Platforms tested: h5committested
* [svn-r7314] Purpose:Quincey Koziol2003-08-081-2/+2
| | | | | | | | | | | | | Feature change Description: Change the fileno field in H5G_stat_t from 'unsigned long[2]' to just 'unsigned long'. Change the objno field in H5G_stat_t from 'unsigned long[2]' to 'haddr_t' Platforms tested: h5committested
* [svn-r7313] Purpose:Quincey Koziol2003-08-081-27/+20
| | | | | | | | | | | | | | | Code cleanup & feature change Description: Chase error API changes Also, switch from using 'unsigned long[2]' for the objno in the H5G_stat_t struct to just using 'haddr_t', since 'haddr_t' is already part of the public information for the library and the 'unsigned long[2]' form was just confusing and obscured the issue. Platforms tested: h5committested
* [svn-r7312] Purpose:Quincey Koziol2003-08-081-22/+14
| | | | | | | | | | | | Code cleanup Description: Use H5E_BEGIN_TRY/H5E_END_TRY macros around code which shouldn't display the error stack on failure, instead of setting and resetting the automatic error printing routines. Platforms tested: h5committested
* [svn-r7311] Purpose:Quincey Koziol2003-08-081-151/+129
| | | | | | | | | | | | | Bug fix Description: Corrected thread-safe error checking tests to use per-thread 'automatic error' callbacks. Also, minor code cleanups Platforms tested: h5committested
* [svn-r7310] Purpose:Quincey Koziol2003-08-081-5/+5
| | | | | | | | | | Code cleanup Description: Chase error API revision by passing H5E_DEFAULT to H5Eclear() Platforms tested: h5committested
* [svn-r7309] Purpose:Quincey Koziol2003-08-081-5/+2
| | | | | | | | | | Enable test Description: Re-enabled error API testing Platforms tested: h5committested
* [svn-r7308] Purpose:Quincey Koziol2003-08-082-4/+5
| | | | | | | | | | | | Code cleanup Description: Made automatic error printing routine, h5_errors(), static. Passed along error stack in h5_errors() Platforms tested: h5committested
* [svn-r7307] Purpose:Quincey Koziol2003-08-081-14/+13
| | | | | | | | | | | | | | Code cleanup/bug fix Description: Chase error API by including error class in calls to H5Epush() Corrected bugs with automatic error printing routine checking Enabled some commented out tests. Platforms tested: h5committested
* [svn-r7306] Purpose:Quincey Koziol2003-08-081-0/+14
| | | | | | | | | | | | | Code cleanup Description: Added new macro 'H5_SIZEOF_HADDR_T' to describe the size of an 'haddr_t' Also added a new macro 'H5_PRINTF_HADDR_FMT' for the correct printf() format for displaying an 'haddr_t' Platforms tested: h5committested
* [svn-r7305] Purpose:Quincey Koziol2003-08-081-8/+6
| | | | | | | | | | | | Code cleanup Description: Clean up code a bit Chase new error API by including the error class in calls to H5E_push() Platforms tested: h5committested
* [svn-r7304] Purpose:Quincey Koziol2003-08-081-6/+2
| | | | | | | | | | Code cleanup Description: Remove some unused code and correct some error strings Platforms tested: h5committested
* [svn-r7303] Purpose:Quincey Koziol2003-08-081-2/+4
| | | | | | | | | | | | | | Code cleanup Description: Chase new error API usage Protect against the current ID getting deleted during iteration over an ID group. Platforms tested: h5committested
* [svn-r7302] Purpose:Quincey Koziol2003-08-082-2/+0
| | | | | | | | | | Code cleanup Description: Removed unused H5I_TEMPBUF group of IDs Platforms tested: h5committested
* [svn-r7301] Purpose:Quincey Koziol2003-08-082-4/+0
| | | | | | | | | | Code cleanup Description: Remove comments and redundant code. Platforms tested: h5committested
* [svn-r7300] Purpose:Quincey Koziol2003-08-081-4/+2
| | | | | | | | | | Code cleanup Description: Use HDONE_ERROR instead of HCOMMON_ERROR Platforms tested: h5committested
* [svn-r7299] Purpose:Quincey Koziol2003-08-082-60/+60
| | | | | | | | | | Code refactoring Description: Chase new error API usage by adding error class to calls to H5Epush(). Platforms tested: h5committested
* [svn-r7298] Purpose:Quincey Koziol2003-08-083-532/+839
| | | | | | | | | | | | | Code cleanup & bug fix Description: Refactor code to clean up Corrected several bugs, including problems with library termination and thread-safete, etc. Platforms tested: h5committested
* [svn-r7297] Purpose:Quincey Koziol2003-08-0811-33/+33
| | | | | | | | | | | | | | | | Code cleanup Description: Changed lines like: H5E_clear(H5E_get_my_stack()); to: H5E_clear(NULL); which performs the same operation. Platforms tested: h5committested
* [svn-r7296] Purpose:Quincey Koziol2003-08-081-90/+43
| | | | | | | | | | | | | | | | | Code cleanup/bug fix Description: Re-enabled calling the H5E termination routine, now that the bugs are fixed. Removed tracing support for H5E_major_t and H5E_minor_t, now that they have been removed from the library. Cleaned up printing of IDs in tracing routine. Platforms tested: h5committested
* [svn-r7295] Purpose:Quincey Koziol2003-08-084-96/+3
| | | | | | | | | | Code cleanup Description: Removed unused and out of date H5E flags Platforms tested: h5committested
* [svn-r7294] Purpose:MuQun Yang2003-08-081-0/+0
| | | | | | | | | | | | | | update project files Description: Several source .c files are added to /src, that needs to be reflected on windows. Solution: Platforms tested: win2000 Misc. update:
* [svn-r7293] Purpose:Quincey Koziol2003-08-084-12/+8
| | | | | | | | | | Code cleanup Description: Remove some redundant libtool definitions, etc. Platforms tested: h5committested
* [svn-r7292] Purpose:Quincey Koziol2003-08-081-2/+0
| | | | | | | | | | | | Code cleanup Description: Removed superfluous comment. Platforms tested: h5committested Misc. update:
* [svn-r7291] Purpose:Quincey Koziol2003-08-081-2/+0
| | | | | | | | | | | | | Code cleanup Description: Removed H5E_major_t and H5E_minor_t since they aren't used in the library any longer. Platforms tested: h5committested Misc. update:
* [svn-r7290] Purpose:Quincey Koziol2003-08-082-17/+15
| | | | | | | | | | | | | | Code cleanup/minor bug fixes Description: Corrected a few typos and changed the order that the printf() format strings are tested for 'long long's to move 'll' ahead of 'q', since 'll' is the form for the ANSI C99 standard. Platforms tested: h5committested Misc. update: