/package/esound/patches/

ame>Bernhard Reutner-Fischer rep.dot.nop@gmail.com 2009-09-18T18:57:40Z urn:sha1:21730caa6647f645974e132ca8afec79b4eeab2b sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 2008-05-19T22:57:34Z Denis Vlasenko vda.linux@googlemail.com 2008-05-19T22:57:34Z urn:sha1:125773133f0fe2425ab3d8305ed880e9010f6803 in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's. hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 2006-01-14T00:58:03Z Peter S. Mazinger ps.m@gmx.net 2006-01-14T00:58:03Z urn:sha1:af0172162f7c653cad6a11ed1c1a5459bc154465 Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 2006-01-03T14:50:18Z Peter S. Mazinger ps.m@gmx.net 2006-01-03T14:50:18Z urn:sha1:167d5e33fcb821e51e2f9dcf460591737c3c7972 Cleanup the mess, remove now obsolete files 2002-06-12T21:59:00Z Eric Andersen andersen@codepoet.org 2002-06-12T21:59:00Z urn:sha1:fd6b9378be20243eaea7da1c2ddb3d68f123d28e -Erik Use public interface, not a glibc style private one 2002-01-06T09:15:19Z Eric Andersen andersen@codepoet.org 2002-01-06T09:15:19Z urn:sha1:1a420b1fcb6a570fbe9fdad93f0084dd1503422f -Erik Added __strtok_r function. Change strtok to a wrapper around __strtok_r and 2001-03-01T19:49:41Z Manuel Novoa III mjn3@codepoet.org 2001-03-01T19:49:41Z urn:sha1:9aed53cc26d900ab64f49c38df535cf10518aa51 add a weak alias of __strtok_r for strtok_r since optional. Also reduced code size.