Rename all parameters and locals from 'index' to 'indx'.
[platform/upstream/flac.git] / src / share / grabbag / cuesheet.c
2013-04-05 Erik de Castro LopoRename all parameters and locals from 'index' to 'indx'.
2013-03-19 Erik de Castro LopoReplace broken str* functions with safe versions.
2012-02-08 Erik de Castro LopoPatch from Dave Yeo to remove more CPP hackery.
2012-02-04 Erik de Castro LopoAdd file include/share/compat.h and start moving CPP...
2012-02-04 Erik de Castro LopoCuesheet patch from Earl Chew.
2012-02-04 Erik de Castro LopoPatch from David Yeo to conditionally include <inttypes.h>.
2012-02-01 Erik de Castro LopoFix more printf formatting issues and remove un-necessa...
2012-02-01 Erik de Castro LopoFix a bunch of printf format warnings.
2009-01-07 Josh Coalsonadd 2009 copyright
2009-01-07 Josh CoalsonAllow MM:SS:FF and MM:SS.SS time formats in non-CD...
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-07-31 Josh CoalsonFixed bug where importing non-CDDA cuesheets would...
2007-02-02 Josh Coalsonadd 2007 copyright
2006-11-20 Josh Coalsonfinal merge down from 1.1.2 maintenance branch (cvs...
2006-11-11 Josh Coalsonfix compiler warnings
2006-05-24 Josh Coalsoncomplete largefile support
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2005-09-03 Josh Coalsonadd support for building on os/2 with emx
2005-08-09 Josh Coalsonfix bug in cuesheet parsing where it would return an...
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-07-19 Josh Coalsonfix bug #896057: parsing ISRC number from cuesheet
2004-07-19 Josh Coalsonfix bug #877122: problem parsing cuesheet with CATALOG...
2004-03-22 Josh Coalsonfix bug: %ll doesn't work for MSVC, use %I64 instead
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-01-12 Josh Coalsonminor comments
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-29 Josh Coalsonminor syntax
2002-12-13 Josh Coalsonfix bug with uninitialized vars in parser
2002-12-05 Josh Coalsonadd "is_cd" flag to CUESHEET everywhere
2002-11-23 Josh Coalsonminor fixes revealed by new tests
2002-11-22 Josh Coalsonadd cuesheet writer, fix several bugs exposed in testing
2002-11-21 Josh Coalsonrevamp MSVC build system, separate dynamic and static...
2002-11-21 Josh Coalsonfinish cuesheet parser
2002-11-20 Josh Coalsonbeginnings of cuesheet file parser
2002-11-19 Josh Coalsoninitial import