1 2004-05-12 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
4 Replace ugly macros with inline functions.
7 Remove temporary variables used by macros and other minor fixes required by
10 2003-06-02 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
13 Renamed variables "exp" to "expon" to avoid shadowed parameter warnigns.
15 2002-06-08 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
18 Changes tp removed compiler warnings about shadowed parameters.
20 2002-06-08 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
23 Made declarations of gsm_A, gsm_B, gsm_MIC etc extern. This fixed a compile
26 2002-05-10 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
29 Removed all pre-ANSI prototype kludges. Removed proto.h and unproto.h.
30 Started work on making GSM 6.10 files seekable. Currently they are not.
33 Function Gsm_Coder () used a statically defined array. This was obviously
34 not re-entrant so moved it to struct gsm_state.
36 2001-09-16 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
39 Added #includes for string.h and stdlib.h.
41 2000-10-27 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
44 Removed some commented out #defines (ie //*efine) which were causing problems on
47 2000-02-29 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
50 Added #defines to emulate normal compile time options.
52 2000-02-28 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
55 Created this directory and copied files from libgsm.
56 http://kbs.cs.tu-berlin.de/~jutta/toast.html