File: ChangeLOG

package info (click to toggle)
gramophone2 0.8.13a-3.6
  • links: PTS
  • area: main
  • in suites: sid
  • size: 544 kB
  • sloc: ansic: 2,707; yacc: 1,873; lex: 308; makefile: 33
file content (113 lines) | stat: -rw-r--r-- 3,491 bytes parent folder | download | duplicates (5)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
/*
 *  $Id: ChangeLog,v 0.8.13a 2008-04-25 10:08:09 gyo Exp $
 */

/* Use this format for the entry headers:
   YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
   For example:
   2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
   (use some sort of indicator for @ to avoid spamming)

   Legend:
     ! fixes
     + addition
     - removal
     % optimization
     * modification that are not changing functionality
*/
2008-04-25 10:08 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	!grammyVM.c
		Fixed bug in midi generation
2008-02-21 14:57 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	!grammyVM.c
	!GRAMophone.y
		Fixed bug in operator precedence and equation calculus
	!grammyVM.c
		Fixed another bug in cycles of Chomsky productions		
2008-02-16 08:00 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	+GRAMophone.l
	+GRAMophone.y
	+global.h
	+grammyVM.c
	+hash.c
	+errors.c
		Added "else" in conditional productions
	!grammyVM.c
		Fixed bug in cycles of Chomsky productions
2008-02-08 19:02 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	!grammyVM.c
		Fixed bug in conditional Chomsky productions
2008-01-21 18:24 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	+GRAMophone.l
	+GRAMophone.y
	+global.h
	+grammyVM.c
	+init.c
	+errors.c
		Added the print() function

2007-11-30 18:24 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	!grammyVM.c
		Fixed bug in calculus of Inversion of Retrograde

2007-08-23 19:47 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	*gramophone2.1
		Fixed charset problems
	+Makefile
		more Debian compliant

2007-08-23 06:12 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	+GRAMophone.y
	+global.h
	+grammyVM.c
		Added the melodic operator retrograde()
	!grammyVM.c
		Fixed bug in calculus of nested melodic operators
	+gramophone2.1
		Added Unix Man Pages
	+Makefile.win32
		Added specific Makefile for Windows
		
2007-06-15 11:09 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	+GRAMophone.l
	+GRAMophone.y
	+global.h
	+grammyVM.c
	+errors.c
		Added the "silent note" N[,,,] for variable update
		Added the update_var[] operator for variable update

2007-06-02 06:32 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	+GRAMophone.l
	+GRAMophone.y
	+global.h
	+grammyVM.c
		Added the module operator 'mod'
	!GRAMophone.c
		fixed the copyright notice

2007-05-30 06:13 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	!grammyVM.c
		Fixed the 'ghost rest' bug! :)

2007-05-29 07:33 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	!grammyVM.c
		Argh! Fixed a stupid bug introduced after last fix. I have been able to notice it only now, sorry!

2007-05-13 06:03 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	!grammyVM.c
		fixed a bug in melodic operators calculus
2007-05-12 07:59 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	!grammyVM.c
		initialized the stop variable to zero
	*Makefile
		added CFLAGS to work with GNU/Linux and Win32
		code restyiling
	+Added binaries for GNU/Linux x86 and Win32

2007-05-08 19:02 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	!init.c
		initialized the default duration value to global resolution value

2007-05-07 17:51 UTC+0100 Giovanni Ferranti (giovanni_at_giovanniferranti_dot_it)
	+ GRAMophone II first alpha release