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
|
Ross Mitchell, August 1992.
- enabled endline signature changes, May 1993
- enabled \zbar, March 1994
- enabled \leftrightrepeat at eoline, April 1994
- converted to (TURBO/PURBO/Pure)C, thanks to MiSi for compiling, June 1994
remark: this is my very first attempt using C, if your harddisk crushes
or your computer blows up -> Your problem !
- MusixFlx now gives back a number to the parent process (batch, shell, o.s.e.)
0 -> OK
3 -> error (freely be changed in error_exit())
- introduced \raggedstoppiece, August 1994
- introduced barno for more transparence of .mx2, September 1994
- introduced (reluctant) the use of 'hard' offsets, September 1994
therefore the computing of mean space factor changed
- introduced \leftrepeat, September 1994
- enabled moretimes use of \startpiece, September 1994
- added logfile for bughunting, September 1994
- added test of versionnumber from MusiXTeX, September 1994
- reintroduced \autolines, October 1994
- renamed MuFlex to musixflx (as suggested by DT), October 1994
- adapted ANSI coding (as suggested by CLARY Olivier), February 1995
- added some safeties for weird situations, March 1995
- fix bug in line breaking when xbars have sign changes - November 1997 jh-1
- support possible \linegoal instead of \mulooseness - November 1997, jh-2
2010-09-27 Bob Tennent <rdt@cs.queensu.ca>
* musixflx.c: added copyright notice and reference to the GPL license as
instructed by e-mail from Ross Mitchell <Ross.Mitchell@csiro.au>
2010-10-18 Peter Breitenlohner <peb@mppmu.mpg.de>
* musixflx.c: use ANSI C function declarations.
avoid uninitialized use of 'lastbar'.
declare error_exit as static.
Correctly parse file names from the command line; allow backslash as directory separator.
Allow longer file names.
#include <config.h> as recommended in the Autoconf manual.
Consistent indentation.
2010-10-18 Bob Tennent <rdt@cs.queensu.ca>
* musixflx.c: replaced definition of VERSION by MUSIXFLXVERSION to allow changes
that don't affect MusiXTeX
|