[1742] in BarnOwl Developers
[nelhage/barnowl] eddee7: Remove --install from ACLOCAL_AMFLAGS (for automak...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:21:12 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: Mon, 28 Sep 2009 10:21:24 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: eddee7e563e9e9a0686e7a6fe792a7266fd3a9d0
http://github.com/nelhage/barnowl/commit/eddee7e563e9e9a0686e7a6fe792a7266fd3a9d0
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-28 (Mon, 28 Sep 2009)
Changed paths:
M Makefile.am
Log Message:
-----------
Remove --install from ACLOCAL_AMFLAGS (for automake < 1.10).
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 0c4ef539f9fb603a627782b6f3119c90390851d7
http://github.com/nelhage/barnowl/commit/0c4ef539f9fb603a627782b6f3119c90390851d7
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-28 (Mon, 28 Sep 2009)
Changed paths:
M perlglue.xs
Log Message:
-----------
Simplify calls to SvREFCNT_inc by using its return value.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: e60f98c4893a405339aeacdcdccf80cacf61ec7f
http://github.com/nelhage/barnowl/commit/e60f98c4893a405339aeacdcdccf80cacf61ec7f
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-28 (Mon, 28 Sep 2009)
Changed paths:
M commands.c
Log Message:
-----------
Use OWLCMD_VOID to define alist, blist, and toggle-oneline commands.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 8240bce075da77f2d4bd353e9b0407e35207d738
http://github.com/nelhage/barnowl/commit/8240bce075da77f2d4bd353e9b0407e35207d738
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-28 (Mon, 28 Sep 2009)
Changed paths:
M global.c
M popwin.c
Log Message:
-----------
owl_function_full_redisplay() does not take arguments; don’t give it any.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 69f47f81a94980d0477a3d1cd948dea0889b4737
http://github.com/nelhage/barnowl/commit/69f47f81a94980d0477a3d1cd948dea0889b4737
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-28 (Mon, 28 Sep 2009)
Changed paths:
M select.c
Log Message:
-----------
owl_select_dispatch_count() does not take arguments; don’t give it any.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 99068d3e0ba8cd6551104d8a0400d524163beeef
http://github.com/nelhage/barnowl/commit/99068d3e0ba8cd6551104d8a0400d524163beeef
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-28 (Mon, 28 Sep 2009)
Changed paths:
M perlconfig.c
Log Message:
-----------
Declare parameters for owl_perlconfig_mainloop (a timer callback).
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: c79a04782cf599c7fdc305dbe33acb4b8842c771
http://github.com/nelhage/barnowl/commit/c79a04782cf599c7fdc305dbe33acb4b8842c771
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-28 (Mon, 28 Sep 2009)
Changed paths:
M aim.c
M commands.c
M fmtext.c
M functions.c
M help.c
M logging.c
M message.c
M owl.c
M select.c
M util.c
M zephyr.c
Log Message:
-----------
Correctly prototype functions with no parameters as foo(void), not foo().
foo() is a deprecated old-style prototype for a function that takes
any arguments. Specifying foo(void) catches more bugs.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: de8945ba11b47004739c3daa404544342227ea98
http://github.com/nelhage/barnowl/commit/de8945ba11b47004739c3daa404544342227ea98
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-28 (Mon, 28 Sep 2009)
Changed paths:
M configure.ac
A m4/ax_cflags_strict_prototypes.m4
Log Message:
-----------
Require strict prototypes.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>