[1777] in BarnOwl Developers
[nelhage/barnowl] dca3b2: Make owl_zephyr_zlocate return a dynamically alloc...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:21:54 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Wed, 7 Oct 2009 14:07:10 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: dca3b27c476353ad24df77afcfcd5fbf685e836d
http://github.com/nelhage/barnowl/commit/dca3b27c476353ad24df77afcfcd5fbf685e836d
Author: Karl Ramm <kcr@1ts.org>
Date: 2009-10-07 (Wed, 07 Oct 2009)
Changed paths:
M functions.c
M zephyr.c
Log Message:
-----------
Make owl_zephyr_zlocate return a dynamically allocated result
(and cleanup it and owl_function_zlocate)
Commit: 77c87b2b8f0028eea432fb75a14183ed321f5f1c
http://github.com/nelhage/barnowl/commit/77c87b2b8f0028eea432fb75a14183ed321f5f1c
Author: Karl Ramm <kcr@1ts.org>
Date: 2009-10-07 (Wed, 07 Oct 2009)
Changed paths:
M perl/lib/BarnOwl.pm
Log Message:
-----------
Strip trailing newlines from zsigs.
de3f6412cb0dc1b4e1044541558395c4c1fd807c caused a regression by not
dropping the trailing newline from the output of zsigproc. Stripping
trailing newlines is generally a good thing, so let's do more of it.