User Activity

  • Modified a comment on merge request #1 on cscope

    According to K&R, "fflush causes any buffered but unwritten data to be written". According to the Linux man page, "fflush() forces a write of all user-space buffered data ...". From my understanding, I think that it is safe to regard a successful fflush() call as guaranteeing that the data will be available for a future read from the underlying file. For more safety, the return value should probably be checked (but the same should be followed if depending on fclose() to guarantee that the data was...

  • Posted a comment on merge request #1 on cscope

    According to K&R, "fflush causes any buffered by unwritten data to be written". According to the Linux man page, "fflush() forces a write of all user-space buffered data ...". From my understanding, I think that it is safe to regard a successful fflush() call as guaranteeing that the data will be available for a future read from the underlying file. For more safety, the return value should probably be checked (but the same should be followed if depending on fclose() to guarantee that the data was...

  • Created merge request #1 on cscope

    Fix double fclose() on script file in changestring()

  • Committed [2acadf]

    Fix double fclose() on script file in changestring()

  • Committed [r23]

    Fix small bug (typo of default label for a swit...

  • Committed [r22]

    Added ability to restore notes to previous work...

  • Committed [r21]

    Add man page from Doug Torrance <dtorrance@monm...

  • Committed [r20]

    Add patches from Doug Torrance <dtorrance@monmo...

View All

Personal Data

Username:
hnc
Joined:
2006-12-08 00:38:52

Projects

This is a list of open source software projects that Heath Caldwell is associated with: