~ubuntu-branches/ubuntu/karmic/bf/karmic

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Beyer
  • Date: 2004-12-19 14:22:33 UTC
  • Revision ID: james.westby@ubuntu.com-20041219142233-zvl1lahqie9b2164
Tags: 20041219
* 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bf (20041219) unstable; urgency=low
 
2
 
 
3
  * bf.c: rewrite of ReadProgram() and Interprete() to gain speed,
 
4
          removed PutIntoProgram(), added FindMatchingBrackets()
 
5
          and removed -d (debug) option; minor changes
 
6
  * errors.c: changes to get non-GNU-compatibility
 
7
  * stack.[ch]: removed, because useless
 
8
  * added examples/quine[123].b, examples/hello.b
 
9
 
 
10
 -- Stephan Beyer <s-beyer@gmx.net>  Sun, 19 Dec 2004 14:22:33 +0100
 
11
 
 
12
bf (20040828) unstable; urgency=low
 
13
 
 
14
  * stack.c, stack.h: added trivial stack implementation
 
15
  * bf.c: converted recursion to iteration using stack (advantages:
 
16
          faster, no stack overflows on deep loops)
 
17
    Note: stack.[ch] became useless, because we use a faster array stack
 
18
          now.
 
19
 
 
20
 -- Stephan Beyer <s-beyer@gmx.net>  Sat, 28 Aug 2004 09:12:36 +0200
 
21
 
 
22
bf (20040728) unstable; urgency=low
 
23
 
 
24
  * tty_termios.c is for usage without slang (TODO)
 
25
  * tty_slang.c is where slang-specific code went into
 
26
  * bf.c: added signal handler for SIGINT (C-c), SIGTERM (kill) and 
 
27
          SIGQUIT (C-\), changed default input mode from 4 to 0
 
28
  * Makefile: included gcc optimizations
 
29
  * added examples/*
 
30
  * compiled with Slang support (slang1, not slang1a-utf8)
 
31
 
 
32
 -- Stephan Beyer <s-beyer@gmx.net>  Thu, 29 Jul 2004 01:30:20 +0200
 
33
 
 
34
bf (20040704) unstable; urgency=low
 
35
 
 
36
  * "Bugfix" in manpage (unquoted minus)
 
37
 
 
38
 -- Stephan Beyer <s-beyer@gmx.net>  Sun,  4 Jul 2004 20:10:57 +0200
 
39
 
 
40
bf (20040430) unstable; urgency=low
 
41
 
 
42
  * Bugfix: -,1 to -,4 returned \r instead of \n
 
43
  * Added -n option to translate \n input to \0.
 
44
 
 
45
 -- Stephan Beyer <s-beyer@gmx.net>  Fri, 30 Apr 2004 12:59:22 +0200
 
46
 
 
47
bf (20040423) unstable; urgency=low
 
48
 
 
49
  * Optimized code, speeded up interpreting
 
50
 
 
51
 -- Stephan Beyer <s-beyer@gmx.net>  Fri, 23 Apr 2004 20:40:25 +0200
 
52
 
 
53
bf (20040408) unstable; urgency=low
 
54
 
 
55
  * Added -, option (0 to 4) to specify new input modes (using S-Lang library)
 
56
    and made 4 the default
 
57
  * Added -h... (help) and -w option
 
58
  * Wrote manual page
 
59
 
 
60
 -- Stephan Beyer <s-beyer@gmx.net>  Thu,  8 Apr 2004 13:46:31 +0200
 
61
 
 
62
bf (20031030) unstable; urgency=low
 
63
 
 
64
  * Initial Release.
 
65
 
 
66
 -- Stephan Beyer <s-beyer@gmx.net>  Wed, 10 Mar 2004 19:49:04 +0100