[1809] in BarnOwl Developers
[nelhage/barnowl] b7ee89: Cleanup and use owl_getline{,_chomp} and owl_slurp
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:22:28 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
X-Barracuda-Envelope-From: noreply@github.com
Date: Sat, 17 Oct 2009 15:11:39 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: b7ee89b6aff39095119c5766ae324557759a7552
http://github.com/nelhage/barnowl/commit/b7ee89b6aff39095119c5766ae324557759a7552
Author: Karl Ramm <kcr@1ts.org>
Date: 2009-10-17 (Sat, 17 Oct 2009)
Changed paths:
M functions.c
M zephyr.c
Log Message:
-----------
Cleanup and use owl_getline{,_chomp} and owl_slurp
Commit: 6ea3890b92add2d38b6907fc33d3ac71ab76db92
http://github.com/nelhage/barnowl/commit/6ea3890b92add2d38b6907fc33d3ac71ab76db92
Author: Karl Ramm <kcr@1ts.org>
Date: 2009-10-17 (Sat, 17 Oct 2009)
Changed paths:
M zephyr.c
Log Message:
-----------
helper function owl_zephyr_dotfile and refactor to use it
There were the ~same four lines of code in many different places,
so I stuck them in a function.