bf (20041219ubuntu1) dapper; urgency=low * slang-transition: Update build-dependency slang1-dev | slang1-utf8-dev to libslang2-dev. -- Stefan Potyra Wed, 8 Feb 2006 02:09:24 +0100 bf (20041219) unstable; urgency=low * bf.c: rewrite of ReadProgram() and Interprete() to gain speed, removed PutIntoProgram(), added FindMatchingBrackets() and removed -d (debug) option; minor changes * errors.c: changes to get non-GNU-compatibility * stack.[ch]: removed, because useless * added examples/quine[123].b, examples/hello.b -- Stephan Beyer Sun, 19 Dec 2004 14:22:33 +0100 bf (20040828) unstable; urgency=low * stack.c, stack.h: added trivial stack implementation * bf.c: converted recursion to iteration using stack (advantages: faster, no stack overflows on deep loops) Note: stack.[ch] became useless, because we use a faster array stack now. -- Stephan Beyer Sat, 28 Aug 2004 09:12:36 +0200 bf (20040728) unstable; urgency=low * tty_termios.c is for usage without slang (TODO) * tty_slang.c is where slang-specific code went into * bf.c: added signal handler for SIGINT (C-c), SIGTERM (kill) and SIGQUIT (C-\), changed default input mode from 4 to 0 * Makefile: included gcc optimizations * added examples/* * compiled with Slang support (slang1, not slang1a-utf8) -- Stephan Beyer Thu, 29 Jul 2004 01:30:20 +0200 bf (20040704) unstable; urgency=low * "Bugfix" in manpage (unquoted minus) -- Stephan Beyer Sun, 4 Jul 2004 20:10:57 +0200 bf (20040430) unstable; urgency=low * Bugfix: -,1 to -,4 returned \r instead of \n * Added -n option to translate \n input to \0. -- Stephan Beyer Fri, 30 Apr 2004 12:59:22 +0200 bf (20040423) unstable; urgency=low * Optimized code, speeded up interpreting -- Stephan Beyer Fri, 23 Apr 2004 20:40:25 +0200 bf (20040408) unstable; urgency=low * Added -, option (0 to 4) to specify new input modes (using S-Lang library) and made 4 the default * Added -h... (help) and -w option * Wrote manual page -- Stephan Beyer Thu, 8 Apr 2004 13:46:31 +0200 bf (20031030) unstable; urgency=low * Initial Release. -- Stephan Beyer Wed, 10 Mar 2004 19:49:04 +0100