~vibhavp/ubuntu/raring/gramophone2/merge-from-debian

« back to all changes in this revision

Viewing changes to ChangeLOG

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Namuri
  • Date: 2008-03-08 17:22:51 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080308172251-bjtrmhcjdogsvpi0
Tags: 0.7.29a-1
* New upstream release
* debian/control: Standards-Version updated to 3.7.3, no modifications
  needed.
* debian/control: moved homepage from description pseudo-header to the
  correct header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *  $Id: ChangeLog,v 0.5.13a 2007/11/30 18:24:11 gyo Exp $
 
2
 *  $Id: ChangeLog,v 0.7.29a 2008-02-21 14:57:49 gyo Exp $
3
3
 */
4
4
 
5
5
/* Use this format for the entry headers:
15
15
     % optimization
16
16
     * modification that are not changing functionality
17
17
*/
 
18
2008-02-21 14:57 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
 
19
        !grammyVM.c
 
20
        !GRAMophone.y
 
21
                Fixed bug in operator precedence and equation calculus
 
22
        !grammyVM.c
 
23
                Fixed another bug in cycles of Chomsky productions              
 
24
2008-02-16 08:00 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
 
25
        +GRAMophone.l
 
26
        +GRAMophone.y
 
27
        +global.h
 
28
        +grammyVM.c
 
29
        +hash.c
 
30
        +errors.c
 
31
                Added "else" in conditional productions
 
32
        !grammyVM.c
 
33
                Fixed bug in cycles of Chomsky productions
 
34
2008-02-08 19:02 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
 
35
        !grammyVM.c
 
36
                Fixed bug in conditional Chomsky productions
 
37
2008-01-21 18:24 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
 
38
        +GRAMophone.l
 
39
        +GRAMophone.y
 
40
        +global.h
 
41
        +grammyVM.c
 
42
        +init.c
 
43
        +errors.c
 
44
                Added the print() function
18
45
 
19
46
2007-11-30 18:24 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
20
47
        !grammyVM.c