Mercurial > audlegacy
comparison ChangeLog @ 2590:c0e5cf2273ad trunk
[svn] - Add support for the custom tuple field. Patch by Christian Birchinger (joker).
author | nenolod |
---|---|
date | Wed, 28 Feb 2007 05:44:38 -0800 |
parents | ea470384e752 |
children | f14a639354b3 |
comparison
equal
deleted
inserted
replaced
2589:ea470384e752 | 2590:c0e5cf2273ad |
---|---|
1 2007-02-27 12:09:06 +0000 William Pitcock <nenolod@sacredspiral.co.uk> | |
2 revision [4188] | |
3 - add vfs_buffered_file_release_live_fd(). | |
4 | |
5 trunk/src/audacious/Makefile | 1 + | |
6 trunk/src/audacious/vfs_buffered_file.c | 19 ++++++++++++++++++- | |
7 trunk/src/audacious/vfs_buffered_file.h | 3 +++ | |
8 3 files changed, 22 insertions(+), 1 deletion(-) | |
9 | |
10 | |
1 2007-02-27 11:49:22 +0000 William Pitcock <nenolod@sacredspiral.co.uk> | 11 2007-02-27 11:49:22 +0000 William Pitcock <nenolod@sacredspiral.co.uk> |
2 revision [4186] | 12 revision [4186] |
3 - proxy requests for metadata attached to a VFSBufferedFile to the live | 13 - proxy requests for metadata attached to a VFSBufferedFile to the live |
4 FD associated with the VFSBufferedFile. | 14 FD associated with the VFSBufferedFile. |
5 | 15 |