Skip to content

Commit 9b944c1

Browse files
committed
Updated changelog
1 parent 21e2a5e commit 9b944c1

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

debian/changelog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
bpp (0.8.5) unstable; urgency=medium
2+
3+
* Bug fix: bpp-lsp: Don't re-throw exceptions
4+
When the input stream is unexpectedly halted, make sure we go through our
5+
necessary clean-up procedure. Re-throwing the received exception in this
6+
case would suddenly halt the program sans clean-up.
7+
* Bug fix: bpp: Concatenated lvalues in the parser
8+
Updated the parser grammar to allow operative command words to be
9+
composed of multiple adjacent tokens, matching Bash's behavior for
10+
command names.
11+
Added accompanying regression test
12+
* Replaced homegrown CLI option parsing with XGetOpt
13+
Vendored XGetOpt header in src/include
14+
15+
-- rail5 <andrew@rail5.org> Sun, 15 Feb 2026 10:03:35 +0800
16+
117
bpp (0.8.4) unstable; urgency=medium
218

319
* Lexer/Parser/AST:

0 commit comments

Comments
 (0)