12004-05-12 Erik de Castro Lopo <erikd AT mega-nerd DOT com> 2 3 * gsm610_priv.h 4 Replace ugly macros with inline functions. 5 6 * *.c 7 Remove temporary variables used by macros and other minor fixes required by 8 above change. 9 102003-06-02 Erik de Castro Lopo <erikd AT mega-nerd DOT com> 11 12 * rpe.c 13 Renamed variables "exp" to "expon" to avoid shadowed parameter warnigns. 14 152002-06-08 Erik de Castro Lopo <erikd AT mega-nerd DOT com> 16 17 * long_term.c 18 Changes tp removed compiler warnings about shadowed parameters. 19 202002-06-08 Erik de Castro Lopo <erikd AT mega-nerd DOT com> 21 22 * private.h 23 Made declarations of gsm_A, gsm_B, gsm_MIC etc extern. This fixed a compile 24 problem on MacOSX. 25 262002-05-10 Erik de Castro Lopo <erikd AT mega-nerd DOT com> 27 28 * *.[ch] 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. 31 32 * code.c private.h 33 Function Gsm_Coder () used a statically defined array. This was obviously 34 not re-entrant so moved it to struct gsm_state. 35 362001-09-16 Erik de Castro Lopo <erikd AT mega-nerd DOT com> 37 38 * code.c 39 Added #includes for string.h and stdlib.h. 40 412000-10-27 Erik de Castro Lopo <erikd AT mega-nerd DOT com> 42 43 * config.h 44 Removed some commented out #defines (ie //*efine) which were causing problems on 45 the Sun cc compiler. 46 472000-02-29 Erik de Castro Lopo <erikd AT mega-nerd DOT com> 48 49 * private.h 50 Added #defines to emulate normal compile time options. 51 522000-02-28 Erik de Castro Lopo <erikd AT mega-nerd DOT com> 53 54 * everthing 55 Created this directory and copied files from libgsm. 56 http://kbs.cs.tu-berlin.de/~jutta/toast.html 57