summaryrefslogtreecommitdiffstats
path: root/test/errors.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7507] *** empty log message ***Raymond Lu2003-09-241-481/+0
|
* [svn-r7439] Purpose:Quincey Koziol2003-09-031-2/+2
| | | | | | | | | | | | Code cleanup Description: Clear up a couple of minor issues with compiling the library with a C++ compiler. Platforms tested: FreeBSD 4.9 (sleipnir) Too minor to require h5committest
* [svn-r7347] Purpose:Quincey Koziol2003-08-121-2/+0
| | | | | | | | | | | | | | | | Code cleanup & bug fix Description: Clean up code, adding error checking where appropriate Fix a number of routines which were clearing the default error stack before checking some information about that stack. Set the version # of the library correctly when it is registered. Platforms tested: FreeBSD 4.8 (sleipnir) 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-r7285] Purpose:Robert E. McGrath2003-08-041-0/+1
| | | | | | | | | | | | Tweak the 'errors.c' test to print 'PASSED'. Description: Solution: Platforms tested: Misc. update:
* [svn-r7265] *** empty log message ***Raymond Lu2003-07-261-26/+27
|
* [svn-r7245] *** empty log message ***Raymond Lu2003-07-221-106/+87
|
* [svn-r7241] Purpose: Gradual checkin for error APIRaymond Lu2003-07-181-19/+136
| | | | | | Platforms tested: h5committest, RH 8 Misc. update:
* [svn-r7228] Purpose: Gradual checkin for error APIRaymond Lu2003-07-151-18/+50
| | | | Platforms tested: RH 8
* [svn-r7227] *** empty log message ***Raymond Lu2003-07-151-19/+42
|
* [svn-r7225] Purpose: error API gradual checkinRaymond Lu2003-07-141-4/+88
| | | | Platforms tested: RH 8; c and c++
* [svn-r7212] Purpose: New error API design is being checked gradually.Raymond Lu2003-07-111-13/+16
| | | | Platforms tested: RH 8
* [svn-r7207] Purpose: Add a new test: errors.cRaymond Lu2003-07-101-0/+242
Description: It tests new error API. At this moment, it uses the current error API. Platforms tested: RH 8.