[1776] in BarnOwl Developers
[nelhage/barnowl] 0ed5c5: Donât loop infinitely on matching the empty stri...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:21:49 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Tue, 6 Oct 2009 21:46:44 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 0ed5c57965fd520cf7d80eb20fbc194b9db5dd88
http://github.com/nelhage/barnowl/commit/0ed5c57965fd520cf7d80eb20fbc194b9db5dd88
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-10-06 (Tue, 06 Oct 2009)
Changed paths:
M fmtext.c
Log Message:
-----------
Don’t loop infinitely on matching the empty string.
This fixes a hang on
:perl BarnOwl::search('')
and (due to another bug) on
:search !!
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 5791bf749e1cf8fcf653cee9840ad05eedd577ad
http://github.com/nelhage/barnowl/commit/5791bf749e1cf8fcf653cee9840ad05eedd577ad
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-10-06 (Tue, 06 Oct 2009)
Changed paths:
M perlglue.xs
Log Message:
-----------
Left-align XS function names, in accordance with the decree of perlxs(1).
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: a85d2254dfbdae1afc855a601e41e72d67dac207
http://github.com/nelhage/barnowl/commit/a85d2254dfbdae1afc855a601e41e72d67dac207
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-10-06 (Tue, 06 Oct 2009)
Changed paths:
M editwin.c
Log Message:
-----------
oe_release_excursion: Simplify linked list deletion code.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 6c171f190998142df485a1f93b4ef7bad5a8ea57
http://github.com/nelhage/barnowl/commit/6c171f190998142df485a1f93b4ef7bad5a8ea57
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-10-06 (Tue, 06 Oct 2009)
Changed paths:
M editwin.c
M fmtext.c
Log Message:
-----------
Use g_unichar_to_utf8 in a way that doesn’t require memset.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>