Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-08-31 | Update to 3.8.0. | wiz | 12 | -216/+0 | |
Lots of build fixes and other bug fixes. | |||||
2002-01-08 | solve the strings.h problem in a better way - | drochner | 13 | -24/+128 | |
The library contains a header file "strings.h" which gets pulled in by <string.h>, leading to lossage. Defining ANSI_SOURCE used to help, but now we don't get an mkstemp() prototype anymore if this is defined, leading to compile problems at another place... So finally rename the pkg's strings.h. Being here, update to ...pre2, the changelog is * Many bug fixes -- mostly compilation problems -- more detailed info will be provided in a later release. | |||||
2001-11-17 | Make it compile on alpha (uint32 -> size_t for size_type). | itohy | 2 | -0/+26 | |
2001-08-10 | this patch was superfluous | drochner | 1 | -13/+0 | |
2001-07-31 | initial import of id3lib-3.8.0pre1, | drochner | 5 | -0/+125 | |
a library for manipulating ID3v1 and ID3v2 tags |