lp:wronly

Created by Daniel Trebbien and last modified
Get this branch:
bzr branch lp:wronly
Only Daniel Trebbien can upload to this branch. If you are Daniel Trebbien please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Daniel Trebbien
Project:
wronly
Status:
Development

Recent revisions

59. By Daniel Trebbien

* src/wronly.c
  Added function-like macros `OPEN`, `CLOSE`, and `FCLOSE` which repeatedly call the standard system calls `open`, `close`, and `fclose`, respectively, until uninterrupted
  (main): Used `OPEN` in place of `open`, `CLOSE` in place of `close`, and `FCLOSE` in place of `fclose`.

58. By Daniel Trebbien

+spaces

57. By Daniel Trebbien

* src/wronly.c
  (my_write, my_copy) Ignore interruption of I/O system calls

See also: http://factor-language.blogspot.com/2010/09/two-things-every-unix-developer-should.html

56. By Daniel Trebbien

changed identation to tabs

55. By Daniel Trebbien

* instead of `#if defined(HAVE_SELECT) && defined(ENABLE_SELECT)`, switched to `#if defined(ENABLE_SELECT) && defined(HAVE_SELECT)`
* added `configure`

54. By Daniel Trebbien

removed unnecessary `int*` casts and uses of `sizeof (char)`

53. By Daniel Trebbien

updated the usage message

52. By Daniel Trebbien

-old code

51. By Daniel Trebbien

updated the usage message

50. By Daniel Trebbien

updated `test_no_create_no_follow`

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers