[cvs-nhc98] patch applied (hat): Implemented reading of Float and Double values properly in hat-check, so that they show the right values. These are stored in native C representation in the file.

Malcolm Wallace Malcolm.Wallace at cs.york.ac.uk
Tue Oct 10 07:33:40 EDT 2006


Tue May  9 03:28:29 PDT 2006  olaf
  * Implemented reading of Float and Double values properly in hat-check, so that they show the right values. These are stored in native C representation in the file.
  
  Note that although the trace file uses network byte order for offsets, it mostly uses C representations for data anyway, assuming e.g. that sizeof(char)==1 and sizeof(long int)==4. Should make all these assumptions explicit and put them in one C file.

    M ./src/hattools/hat-check.c -4 +26


More information about the Cvs-nhc98 mailing list