Replace broken str* functions with safe versions.
[platform/upstream/flac.git] / src / libFLAC / Makefile.lite
2013-01-02 Hendricks266Fix building with MSYS and MinGW(-w64); Improve Makefil...
2009-01-07 Josh Coalsonadd 2009 copyright
2008-09-14 Josh Coalsonupdate Makefile.lite system to work on x86_64 linux
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-04-04 Josh Coalsonadd stream_encoder_asm.nasm
2007-03-22 Josh Coalsonadd FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap()
2007-02-02 Josh Coalsonadd 2007 copyright
2007-01-28 Josh Coalsonseveral speed improvements: completely rewritten bitbuf...
2006-11-21 Josh Coalson*** empty log message ***
2006-10-15 Josh Coalsonmerge libOggFLAC into libFLAC and libOggFLAC++ into...
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-25 Josh Coalsonadd support for specifying which apodization functions...
2005-01-27 Josh Coalsonfix typo in solaris defines
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-11-09 Josh Coalsonsplit PPC asm code into two directores, one holding...
2004-11-09 Josh Coalsonadd float.c/h
2004-10-30 Josh Coalsonget Makefile.lite system (with asm) working on Darwin...
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-23 Josh Coalsonenable 3dnow optimizations by default
2002-11-20 Josh Coalsonrevamp Makefile.lite system, use separate dirs and...
2002-10-23 Josh Coalsonadd notion of topdir to Makefile.lite build system
2002-07-31 Josh Coalsonnew seekable stream encoder and file encoder layers...
2002-06-05 Josh Coalsonremove seek_table; it moved into the metadata interface
2002-05-30 Josh Coalsonsplit metadata.c into metadata_object.c and metadata_it...
2002-05-17 Josh Coalsonminor cosmetics
2002-05-04 Josh Coalsonadd metadata.c, remove utility.c
2002-04-25 Josh Coalsonadd tweaks for a Solaris build
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-12-07 Josh Coalsonadd support for Darwin builds
2001-11-08 Josh Coalsonsplit most of FileDecoder off to new SeekableStreamDecoder
2001-07-12 Josh Coalsonremove some obsolete defines
2001-06-23 Josh Coalsonadd utility.o
2001-06-13 Josh Coalsonrename i386 to ia32 everywhere
2001-06-13 Josh Coalsonrename FLAC__Encoder to FLAC__StreamEncoder, OOPize...
2001-06-08 Josh Coalsonadd/update copyright and license notices
2001-05-23 Josh Coalsonadd asm routines
2001-05-13 Josh Coalsonadd -DFLAC__ALIGN_MALLOC_DATA
2001-05-11 Josh Coalsonadd memory.o
2001-05-03 Josh Coalsonremove asm stuff from default build
2001-05-03 Josh Coalsonadd asm version of lpc routines
2001-05-03 Josh Coalsonmake PRECOMPUTE_PARTITION_SUMS the default
2001-04-24 Josh CoalsonFLAC__ize all the #defines
2001-04-13 Josh Coalsonadd seek_table.c
2001-03-30 Josh Coalsonadd bitmath.c
2001-03-21 Josh Coalsonrevert back to folded Rice method
2001-03-21 Josh Coalsonfinal version of symmetric-rice/escape-code experiment...
2001-03-20 Josh Coalsonrevert back to default of folded-Rice coding, leave...
2001-03-17 Josh Coalsonmove folded rice stuff sideways, re-add symmetric rice...
2001-01-19 Josh Coalsonrenamed Makefile to Makefile.lite