ref: 7af9c20656f528fe2329d91197d4f83094d7715a
dir: /common/libsndfile/src/GSM610/ChangeLog/
2002-06-08 Erik de Castro Lopo <erikd AT zipworld DOT com DOT au> * private.h Made declarations of gsm_A, gsm_B, gsm_MIC etc extern. This fixed a compile problem on MacOSX. 2002-05-10 Erik de Castro Lopo <erikd AT zipworld DOT com DOT au> * *.[ch] Removed all pre-ANSI prototype kludges. Removed proto.h and unproto.h. Started work on making GSM 6.10 files seekable. Currently they are not. * code.c private.h Function Gsm_Coder () used a statically defined array. This was obviously not re-entrant so moved it to struct gsm_state. 2001-09-16 Erik de Castro Lopo <erikd AT zipworld DOT com DOT au> * code.c Added #includes for string.h and stdlib.h. 2000-10-27 Erik de Castro Lopo <erikd AT zipworld DOT com DOT au> * config.h Removed some commented out #defines (ie //*efine) which were causing problems on the Sun cc compiler. 2000-02-29 Erik de Castro Lopo <erikd AT zipworld DOT com DOT au> * private.h Added #defines to emulate normal compile time options. 2000-02-28 Erik de Castro Lopo <erikd AT zipworld DOT com DOT au> * everthing Created this directory and copied files from libgsm. http://kbs.cs.tu-berlin.de/~jutta/toast.html