Activity for Heath Caldwell

  • Heath Caldwell Heath Caldwell modified a comment on merge request #1

    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...

  • Heath Caldwell Heath Caldwell posted a comment on merge request #1

    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...

  • Heath Caldwell Heath Caldwell created merge request #1

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

  • Heath Caldwell Heath Caldwell committed [2acadf]

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

  • Heath Caldwell Heath Caldwell committed [r23]

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

  • Heath Caldwell Heath Caldwell committed [r22]

    Added ability to restore notes to previous work...

  • Heath Caldwell Heath Caldwell committed [r21]

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

  • Heath Caldwell Heath Caldwell committed [r20]

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

  • Heath Caldwell Heath Caldwell committed [r19]

    Fixed wmhints for icon window (patch from Morit...

  • Heath Caldwell Heath Caldwell committed [r18]

    Added nostore argumesn (thanks to wbk <coydog@c...

1