File: changelog

package info (click to toggle)
coco-cpp 20070906-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 424 kB
  • ctags: 693
  • sloc: cpp: 5,256; makefile: 54; sh: 2
file content (55 lines) | stat: -rw-r--r-- 2,157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
coco-cpp (20070906-3) unstable; urgency=low

  * Minor change: Use only one variable 'i' in Scanner::Init(), support for
    old C++ compilers.
  * Minor change: Generate token codes as enumeration values instead of
    fields, simplifies the code.

 -- Markus Loeberbauer <Loeberbauer@ssw.jku.at>  Mon, 28 Jan 2008 10:49:00 +0100

coco-cpp (20070906-2) unstable; urgency=low

  * Better unicode support, Buffer::GetString(int beg, int end) returns now wide chars.

 -- Markus Loeberbauer <Loeberbauer@ssw.jku.at>  Mon, 23 Oct 2007 22:58:00 +0100

coco-cpp (20070906-1) unstable; urgency=medium

  * New upstream release
  * Bugfix: Buffer was defined as array of char which lead to troubles because
    of the signed nature of the type char. Fix: we use now unsigned char for
    the buffer.
  * Feature: Possibility to declare nested namespaces with the "-namespace"
    option. Just separate namespace names single colons, e.g.: Coco -namespace
    A:B Sample.atg
  * Update to version "Sep 6, 2007":
    Enhanced support for input streams: Previously we did support files via file
    names and file streams via input streams, but not non seek-able streams
    (e.g. network). Now we support both stream types. Please note since our
    memory buffer keeps the entire history of a stream, the maximum supported
    stream size is limited by the available memory and the runtime environment.

 -- Markus Loeberbauer <Loeberbauer@ssw.jku.at>  Mon, 22 Oct 2007 10:54:00 +0100

coco-cpp (20061206-2) unstable; urgency=low

  * Reworked pointer arithmetics to support 64 bit architectures
  (Closes: #404713).

 -- Markus Loeberbauer <Loeberbauer@ssw.jku.at>  Wed,  3 Jan 2007 14:30:00 +0100

coco-cpp (20061206-1) unstable; urgency=low

  * The declaration of standard whitespaces (namely space) is again done in
    the file Scanner.frame.

 -- Markus Loeberbauer <Loeberbauer@ssw.jku.at>  Wed,  6 Dec 2006 14:30:04 +0100

coco-cpp (20060919-1) unstable; urgency=low

  * Initial release
  * First upload to Debian unstable.
    Sponsor: Rene Mayrhofer <rmayr@debian.org>

 -- Markus Loeberbauer <Loeberbauer@ssw.jku.at>  Thu,  2 Nov 2006 17:41:04 +0100