search for: 20080501

Displaying 9 results from an estimated 9 matches for "20080501".

Did you mean: 20080504
2008 Sep 12
4
[Patch] New function of libvorbis
...--- libvorbis-1.2.1RC2_NI/lib/info.c Sat Sep 13 05:20:28 2008 *************** *** 31,36 **** --- 31,39 ---- #include "misc.h" #include "os.h" + #define GENERAL_VENDOR_STRING "Xiph.Org libVorbis 1.2.1RC2" + #define ENCODE_VENDOR_STRING "Xiph.Org libVorbis I 20080501" + /* helpers */ static int ilog2(unsigned int v){ int ret=0; *************** *** 457,464 **** } static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){ ! char temp[]="Xiph.Org libVorbis I 20080501"; ! int bytes = strlen(temp); /* preamble...
2008 May 01
9
ZFS and Linux
..., TR Istanbul TR Phone +902123352200 Mobile +905339310752 Fax +902123352222 Email <mailto:Ayca.Yalcin at Sun.COM> mertol.ozyoney at Sun.COM -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20080501/3cfce134/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 1257 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20080501/3cfce134/attachment.gif>
2008 May 01
5
Replication protocol design #2
...to fix modseqs and IMAP UIDs internally as well. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20080501/3b09d75b/attachment-0002.bin>
2008 Dec 07
0
Oggcodecs release 0.81.15562
...codecs v.0.80.15039 Changelog for Version 0.80.15039 -------------------------------- * Support for Microsoft Windows Vista * Updated compiler to Visual Studio 2008 Express, which drops support for Windows 9x, NT 4. * Updated libspeex to version 1.2 beta 1 * Updated libvorbis to version 1.2.1 (20080501) * Updated libogg to version 1.1.3 * Updated libtheora to version 1.0beta3 (20080416) * Updated libFLAC to version 1.2.1 * Fixed crash at the end of incomplete Theora files. Support ------- Please submit bug reports to the bug tracker: https://trac.xiph.org/newticket?component=oggdsf&version...
2008 Dec 07
0
Oggcodecs release 0.81.15562
...codecs v.0.80.15039 Changelog for Version 0.80.15039 -------------------------------- * Support for Microsoft Windows Vista * Updated compiler to Visual Studio 2008 Express, which drops support for Windows 9x, NT 4. * Updated libspeex to version 1.2 beta 1 * Updated libvorbis to version 1.2.1 (20080501) * Updated libogg to version 1.1.3 * Updated libtheora to version 1.0beta3 (20080416) * Updated libFLAC to version 1.2.1 * Fixed crash at the end of incomplete Theora files. Support ------- Please submit bug reports to the bug tracker: https://trac.xiph.org/newticket?component=oggdsf&version...
2008 Dec 07
0
Oggcodecs release 0.81.15562
...codecs v.0.80.15039 Changelog for Version 0.80.15039 -------------------------------- * Support for Microsoft Windows Vista * Updated compiler to Visual Studio 2008 Express, which drops support for Windows 9x, NT 4. * Updated libspeex to version 1.2 beta 1 * Updated libvorbis to version 1.2.1 (20080501) * Updated libogg to version 1.1.3 * Updated libtheora to version 1.0beta3 (20080416) * Updated libFLAC to version 1.2.1 * Fixed crash at the end of incomplete Theora files. Support ------- Please submit bug reports to the bug tracker: https://trac.xiph.org/newticket?component=oggdsf&version...
2008 May 01
0
[LLVMdev] building cross llvm-gcc for new target
On Apr 30, 2008, at 11:19 PM, james woodyatt wrote: >> $TMPFILE:66: Error: internal_relocation (type: OFFSET_IMM) not >> fixed up You need to run the compile with -save-temps and then look at the .s file. If you like it, it is an assembler bug. If you don't like it, it is a bug in the compiler. If you don't know if you like it, as your assembler vendor (binutils)
2008 Apr 30
4
kickstart question
I have a couple lines like: part / --ondisk=sda --fstype ext3 --size=20000 --asprimary part swap --ondisk=sda --size=4000 --asprimary part /home --ondisk=sda --fstype ext3 --size=1 --asprimary --grow in my kickstart file. Is there a way to have 1 kickstart file that works for hda and sda both??? So I would like to have 1 kickstart file that works for either a hda
2008 May 01
3
[LLVMdev] building cross llvm-gcc for new target
everyone-- I'm trying to build LLVM-GCC as a cross-compiler for a new target. I've successfully patched binutils, the FSF GCC, LLVM and Clang to build for this new target-- they work fine, but the LLVM-gcc build is failing for me. All my llvm.org sources are tracking the Subversion trunk, but my problem is probably not related to any ongoing churn there. I'm doing something