Author: arty Date: Wed Nov 11 04:53:40 2009 New Revision: 44092
URL: http://svn.reactos.org/svn/reactos?rev=44092&view=rev Log: Merge up to trunk and add a switch, _NEWCC_ to choose new or old cc implementation. Merge back to trunk will be possible from here. Part 1.
Added: branches/arty-newcc/lib/3rdparty/cardlib/ branches/arty-newcc/lib/3rdparty/cardlib/ReadMe.txt (with props) branches/arty-newcc/lib/3rdparty/cardlib/card.h (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardbitmaps.cpp (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardbutton.cpp (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardbutton.h (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardcolor.cpp (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardcolor.h (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardcount.cpp (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardcount.h (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardlib.cpp (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardlib.h (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardlib.rbuild (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardregion.cpp (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardregion.h (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardrgndraw.cpp (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardrgnmouse.cpp (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardstack.cpp (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardstack.h (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardwindow.cpp (with props) branches/arty-newcc/lib/3rdparty/cardlib/cardwindow.h (with props) branches/arty-newcc/lib/3rdparty/cardlib/dropzone.cpp (with props) branches/arty-newcc/lib/3rdparty/cardlib/dropzone.h (with props) branches/arty-newcc/lib/3rdparty/cardlib/globals.h (with props) branches/arty-newcc/lib/3rdparty/fullfat/ branches/arty-newcc/lib/3rdparty/fullfat/ff_blk.c (with props) branches/arty-newcc/lib/3rdparty/fullfat/ff_crc.c (with props) branches/arty-newcc/lib/3rdparty/fullfat/ff_dir.c (with props) branches/arty-newcc/lib/3rdparty/fullfat/ff_dir.h (with props) branches/arty-newcc/lib/3rdparty/fullfat/ff_error.c (with props) branches/arty-newcc/lib/3rdparty/fullfat/ff_fat.c (with props) branches/arty-newcc/lib/3rdparty/fullfat/ff_file.c (with props) branches/arty-newcc/lib/3rdparty/fullfat/ff_hash.c (with props) branches/arty-newcc/lib/3rdparty/fullfat/ff_ioman.c (with props) branches/arty-newcc/lib/3rdparty/fullfat/ff_memory.c (with props) branches/arty-newcc/lib/3rdparty/fullfat/ff_safety.c (with props) branches/arty-newcc/lib/3rdparty/fullfat/ff_string.c (with props) branches/arty-newcc/lib/3rdparty/fullfat/ff_time.c (with props) branches/arty-newcc/lib/3rdparty/fullfat/fullfat.rbuild (with props) branches/arty-newcc/lib/atl/ branches/arty-newcc/lib/atl/atl.rbuild (with props) branches/arty-newcc/lib/atl/atlbase.cpp (with props) branches/arty-newcc/lib/atl/atlbase.h (with props) branches/arty-newcc/lib/atl/atlcom.h (with props) branches/arty-newcc/lib/atl/atlcore.cpp (with props) branches/arty-newcc/lib/atl/atlcore.h (with props) branches/arty-newcc/lib/atl/atlwin.h (with props) branches/arty-newcc/lib/atl/statreg.h (with props) branches/arty-newcc/lib/dnslib/ branches/arty-newcc/lib/dnslib/addr.c (with props) branches/arty-newcc/lib/dnslib/debug.c (with props) branches/arty-newcc/lib/dnslib/dnsaddr.c (with props) branches/arty-newcc/lib/dnslib/dnslib.rbuild (with props) branches/arty-newcc/lib/dnslib/dnsutil.c (with props) branches/arty-newcc/lib/dnslib/flatbuf.c (with props) branches/arty-newcc/lib/dnslib/hostent.c (with props) branches/arty-newcc/lib/dnslib/inc/ branches/arty-newcc/lib/dnslib/inc/dnslib.h (with props) branches/arty-newcc/lib/dnslib/inc/precomp.h (with props) branches/arty-newcc/lib/dnslib/inc/windnsp.h (with props) branches/arty-newcc/lib/dnslib/ip6.c (with props) branches/arty-newcc/lib/dnslib/memory.c (with props) branches/arty-newcc/lib/dnslib/name.c (with props) branches/arty-newcc/lib/dnslib/print.c (with props) branches/arty-newcc/lib/dnslib/record.c (with props) branches/arty-newcc/lib/dnslib/rrprint.c (with props) branches/arty-newcc/lib/dnslib/sablob.c (with props) branches/arty-newcc/lib/dnslib/straddr.c (with props) branches/arty-newcc/lib/dnslib/string.c (with props) branches/arty-newcc/lib/dnslib/table.c (with props) branches/arty-newcc/lib/dnslib/utf8.c (with props) branches/arty-newcc/lib/rtl/assert.c (with props) Modified: branches/arty-newcc/lib/3rdparty/3rdparty.rbuild branches/arty-newcc/lib/3rdparty/adns/src/internal.h branches/arty-newcc/lib/3rdparty/freetype/freetype.rbuild branches/arty-newcc/lib/3rdparty/libxml2/ChangeLog branches/arty-newcc/lib/3rdparty/libxml2/HTMLparser.c branches/arty-newcc/lib/3rdparty/libxml2/HTMLtree.c branches/arty-newcc/lib/3rdparty/libxml2/INSTALL branches/arty-newcc/lib/3rdparty/libxml2/Makefile.am branches/arty-newcc/lib/3rdparty/libxml2/Makefile.in branches/arty-newcc/lib/3rdparty/libxml2/NEWS branches/arty-newcc/lib/3rdparty/libxml2/README branches/arty-newcc/lib/3rdparty/libxml2/SAX2.c branches/arty-newcc/lib/3rdparty/libxml2/TODO branches/arty-newcc/lib/3rdparty/libxml2/aclocal.m4 branches/arty-newcc/lib/3rdparty/libxml2/c14n.c branches/arty-newcc/lib/3rdparty/libxml2/catalog.c branches/arty-newcc/lib/3rdparty/libxml2/config.guess branches/arty-newcc/lib/3rdparty/libxml2/config.h.in branches/arty-newcc/lib/3rdparty/libxml2/config.sub branches/arty-newcc/lib/3rdparty/libxml2/configure branches/arty-newcc/lib/3rdparty/libxml2/configure.in branches/arty-newcc/lib/3rdparty/libxml2/debugXML.c branches/arty-newcc/lib/3rdparty/libxml2/depcomp branches/arty-newcc/lib/3rdparty/libxml2/dict.c branches/arty-newcc/lib/3rdparty/libxml2/elfgcchack.h branches/arty-newcc/lib/3rdparty/libxml2/encoding.c branches/arty-newcc/lib/3rdparty/libxml2/entities.c branches/arty-newcc/lib/3rdparty/libxml2/error.c branches/arty-newcc/lib/3rdparty/libxml2/globals.c branches/arty-newcc/lib/3rdparty/libxml2/hash.c branches/arty-newcc/lib/3rdparty/libxml2/include/Makefile.in branches/arty-newcc/lib/3rdparty/libxml2/include/win32config.h branches/arty-newcc/lib/3rdparty/libxml2/include/wsockcompat.h branches/arty-newcc/lib/3rdparty/libxml2/libxml.spec.in branches/arty-newcc/lib/3rdparty/libxml2/libxml2.spec branches/arty-newcc/lib/3rdparty/libxml2/ltmain.sh branches/arty-newcc/lib/3rdparty/libxml2/nanoftp.c branches/arty-newcc/lib/3rdparty/libxml2/nanohttp.c branches/arty-newcc/lib/3rdparty/libxml2/parser.c branches/arty-newcc/lib/3rdparty/libxml2/parserInternals.c branches/arty-newcc/lib/3rdparty/libxml2/relaxng.c branches/arty-newcc/lib/3rdparty/libxml2/runsuite.c branches/arty-newcc/lib/3rdparty/libxml2/runtest.c branches/arty-newcc/lib/3rdparty/libxml2/schematron.c branches/arty-newcc/lib/3rdparty/libxml2/testC14N.c branches/arty-newcc/lib/3rdparty/libxml2/testapi.c branches/arty-newcc/lib/3rdparty/libxml2/threads.c branches/arty-newcc/lib/3rdparty/libxml2/tree.c branches/arty-newcc/lib/3rdparty/libxml2/trio.c branches/arty-newcc/lib/3rdparty/libxml2/trio.h branches/arty-newcc/lib/3rdparty/libxml2/triodef.h branches/arty-newcc/lib/3rdparty/libxml2/trionan.c branches/arty-newcc/lib/3rdparty/libxml2/trionan.h branches/arty-newcc/lib/3rdparty/libxml2/triop.h branches/arty-newcc/lib/3rdparty/libxml2/triostr.c branches/arty-newcc/lib/3rdparty/libxml2/triostr.h branches/arty-newcc/lib/3rdparty/libxml2/uri.c branches/arty-newcc/lib/3rdparty/libxml2/valid.c branches/arty-newcc/lib/3rdparty/libxml2/xinclude.c branches/arty-newcc/lib/3rdparty/libxml2/xmlIO.c branches/arty-newcc/lib/3rdparty/libxml2/xmlcatalog.c branches/arty-newcc/lib/3rdparty/libxml2/xmllint.c branches/arty-newcc/lib/3rdparty/libxml2/xmlmemory.c branches/arty-newcc/lib/3rdparty/libxml2/xmlreader.c branches/arty-newcc/lib/3rdparty/libxml2/xmlregexp.c branches/arty-newcc/lib/3rdparty/libxml2/xmlsave.c branches/arty-newcc/lib/3rdparty/libxml2/xmlschemas.c branches/arty-newcc/lib/3rdparty/libxml2/xmlschemastypes.c branches/arty-newcc/lib/3rdparty/libxml2/xmlstring.c branches/arty-newcc/lib/3rdparty/libxml2/xmlwriter.c branches/arty-newcc/lib/3rdparty/libxml2/xpath.c branches/arty-newcc/lib/3rdparty/libxml2/xpointer.c branches/arty-newcc/lib/3rdparty/mingw/mingw_helpers.c branches/arty-newcc/lib/cmlib/cminit.c branches/arty-newcc/lib/cmlib/cmlib.rbuild branches/arty-newcc/lib/cmlib/hivedata.h branches/arty-newcc/lib/drivers/chew/chew.rbuild branches/arty-newcc/lib/drivers/chew/workqueue.c branches/arty-newcc/lib/drivers/ip/network/arp.c branches/arty-newcc/lib/drivers/ip/network/checksum.c branches/arty-newcc/lib/drivers/ip/network/icmp.c branches/arty-newcc/lib/drivers/ip/network/ip.c branches/arty-newcc/lib/drivers/ip/network/loopback.c branches/arty-newcc/lib/drivers/ip/network/neighbor.c branches/arty-newcc/lib/drivers/ip/network/router.c branches/arty-newcc/lib/drivers/ip/network/routines.c branches/arty-newcc/lib/drivers/ip/network/transmit.c branches/arty-newcc/lib/drivers/ip/transport/rawip/rawip.c branches/arty-newcc/lib/drivers/ip/transport/tcp/accept.c branches/arty-newcc/lib/drivers/ip/transport/tcp/event.c branches/arty-newcc/lib/drivers/ip/transport/tcp/tcp.c branches/arty-newcc/lib/drivers/ip/transport/udp/udp.c branches/arty-newcc/lib/drivers/oskittcp/include/oskitdebug.h branches/arty-newcc/lib/drivers/oskittcp/include/oskiterrno.h branches/arty-newcc/lib/drivers/oskittcp/include/oskittcp.h branches/arty-newcc/lib/drivers/oskittcp/oskittcp.rbuild branches/arty-newcc/lib/drivers/oskittcp/oskittcp/interface.c branches/arty-newcc/lib/drivers/oskittcp/oskittcp/ip_output.c branches/arty-newcc/lib/drivers/oskittcp/oskittcp/tcp_input.c branches/arty-newcc/lib/drivers/oskittcp/oskittcp/tcp_output.c branches/arty-newcc/lib/drivers/oskittcp/oskittcp/uipc_socket.c branches/arty-newcc/lib/drivers/sound/mmebuddy/deviceinstance.c branches/arty-newcc/lib/drivers/sound/mmebuddy/midi/midMessage.c branches/arty-newcc/lib/drivers/sound/mmebuddy/midi/modMessage.c branches/arty-newcc/lib/drivers/sound/mmebuddy/mixer/mxdMessage.c branches/arty-newcc/lib/drivers/sound/mmebuddy/mmewrap.c branches/arty-newcc/lib/drivers/sound/mmebuddy/wave/streaming.c branches/arty-newcc/lib/drivers/sound/mmebuddy/wave/widMessage.c branches/arty-newcc/lib/drivers/sound/mmebuddy/wave/wodMessage.c branches/arty-newcc/lib/fslib/vfatlib/check/byteswap.h branches/arty-newcc/lib/fslib/vfatlib/check/byteswap1.h branches/arty-newcc/lib/fslib/vfatlib/check/file.c branches/arty-newcc/lib/inflib/inflib.rbuild branches/arty-newcc/lib/lib.rbuild branches/arty-newcc/lib/ppcmmu/ppcmmu.rbuild branches/arty-newcc/lib/rtl/bitmap.c branches/arty-newcc/lib/rtl/debug.c branches/arty-newcc/lib/rtl/error.c branches/arty-newcc/lib/rtl/exception.c branches/arty-newcc/lib/rtl/heap.c branches/arty-newcc/lib/rtl/i386/except.c branches/arty-newcc/lib/rtl/i386/except_asm.s branches/arty-newcc/lib/rtl/nls.c branches/arty-newcc/lib/rtl/powerpc/debug.c branches/arty-newcc/lib/rtl/powerpc/except.c branches/arty-newcc/lib/rtl/process.c branches/arty-newcc/lib/rtl/registry.c branches/arty-newcc/lib/rtl/res.c branches/arty-newcc/lib/rtl/rtl.rbuild branches/arty-newcc/lib/rtl/rtlp.h branches/arty-newcc/lib/rtl/time.c branches/arty-newcc/lib/rtl/unicode.c branches/arty-newcc/lib/sdk/crt/crt.rbuild branches/arty-newcc/lib/sdk/crt/float/i386/logb.c branches/arty-newcc/lib/sdk/crt/float/isnan.c branches/arty-newcc/lib/sdk/crt/include/internal/mtdll.h branches/arty-newcc/lib/sdk/crt/include/internal/wine/cppexcept.h branches/arty-newcc/lib/sdk/crt/include/internal/wine/eh.h branches/arty-newcc/lib/sdk/crt/include/internal/wine/msvcrt.h branches/arty-newcc/lib/sdk/crt/libcntpr.rbuild branches/arty-newcc/lib/sdk/crt/math/abs.c branches/arty-newcc/lib/sdk/crt/math/acos.c branches/arty-newcc/lib/sdk/crt/math/asin.c branches/arty-newcc/lib/sdk/crt/math/i386/exp.c branches/arty-newcc/lib/sdk/crt/math/i386/fmod.c branches/arty-newcc/lib/sdk/crt/math/i386/ldexp.c branches/arty-newcc/lib/sdk/crt/math/labs.c branches/arty-newcc/lib/sdk/crt/math/pow_asm.c branches/arty-newcc/lib/sdk/crt/misc/lock.c branches/arty-newcc/lib/sdk/crt/stdio/file.c branches/arty-newcc/lib/sdk/crt/stdlib/malloc.c branches/arty-newcc/lib/sdk/crt/string/strset.c branches/arty-newcc/lib/sdk/crt/string/strtol.c branches/arty-newcc/lib/sdk/crt/string/strtoul.c branches/arty-newcc/lib/sdk/uuid/uuid.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/arty-newcc/lib/3rdparty/3rdparty.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/3rdparty...
Modified: branches/arty-newcc/lib/3rdparty/adns/src/internal.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/adns/src...
Added: branches/arty-newcc/lib/3rdparty/cardlib/ReadMe.txt URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/card.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardbitmaps.cpp URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardbutton.cpp URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardbutton.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardcolor.cpp URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardcolor.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardcount.cpp URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardcount.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardlib.cpp URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardlib.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardlib.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardregion.cpp URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardregion.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardrgndraw.cpp URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardrgnmouse.cpp URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardstack.cpp URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardstack.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardwindow.cpp URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/cardwindow.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/dropzone.cpp URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/dropzone.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Added: branches/arty-newcc/lib/3rdparty/cardlib/globals.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/cardlib/...
Modified: branches/arty-newcc/lib/3rdparty/freetype/freetype.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/freetype...
Added: branches/arty-newcc/lib/3rdparty/fullfat/ff_blk.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/fullfat/...
Added: branches/arty-newcc/lib/3rdparty/fullfat/ff_crc.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/fullfat/...
Added: branches/arty-newcc/lib/3rdparty/fullfat/ff_dir.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/fullfat/...
Added: branches/arty-newcc/lib/3rdparty/fullfat/ff_dir.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/fullfat/...
Added: branches/arty-newcc/lib/3rdparty/fullfat/ff_error.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/fullfat/...
Added: branches/arty-newcc/lib/3rdparty/fullfat/ff_fat.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/fullfat/...
Added: branches/arty-newcc/lib/3rdparty/fullfat/ff_file.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/fullfat/...
Added: branches/arty-newcc/lib/3rdparty/fullfat/ff_hash.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/fullfat/...
Added: branches/arty-newcc/lib/3rdparty/fullfat/ff_ioman.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/fullfat/...
Added: branches/arty-newcc/lib/3rdparty/fullfat/ff_memory.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/fullfat/...
Added: branches/arty-newcc/lib/3rdparty/fullfat/ff_safety.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/fullfat/...
Added: branches/arty-newcc/lib/3rdparty/fullfat/ff_string.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/fullfat/...
Added: branches/arty-newcc/lib/3rdparty/fullfat/ff_time.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/fullfat/...
Added: branches/arty-newcc/lib/3rdparty/fullfat/fullfat.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/fullfat/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/ChangeLog URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/HTMLparser.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/HTMLtree.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/INSTALL URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/Makefile.am URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/Makefile.in URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/NEWS URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/README URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/SAX2.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/TODO URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/aclocal.m4 URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/c14n.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/catalog.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/config.guess URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/config.h.in URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/config.sub URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/configure URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/configure.in URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/debugXML.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/depcomp URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/dict.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/elfgcchack.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/encoding.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/entities.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/error.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/globals.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/hash.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/include/Makefile.in URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/include/win32config.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/include/wsockcompat.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/libxml.spec.in URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/libxml2.spec URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/ltmain.sh URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/nanoftp.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/nanohttp.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/parser.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/parserInternals.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/relaxng.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/runsuite.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/runtest.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/schematron.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/testC14N.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/testapi.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/threads.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/tree.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/trio.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/trio.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/triodef.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/trionan.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/trionan.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/triop.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/triostr.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/triostr.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/uri.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/valid.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/xinclude.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/xmlIO.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/xmlcatalog.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/xmllint.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/xmlmemory.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/xmlreader.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/xmlregexp.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/xmlsave.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/xmlschemas.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/xmlschemastypes.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/xmlstring.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/xmlwriter.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/xpath.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/libxml2/xpointer.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/libxml2/...
Modified: branches/arty-newcc/lib/3rdparty/mingw/mingw_helpers.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/3rdparty/mingw/mi...
Added: branches/arty-newcc/lib/atl/atl.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/atl/atl.rbuild?re...
Added: branches/arty-newcc/lib/atl/atlbase.cpp URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/atl/atlbase.cpp?r...
Added: branches/arty-newcc/lib/atl/atlbase.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/atl/atlbase.h?rev...
Added: branches/arty-newcc/lib/atl/atlcom.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/atl/atlcom.h?rev=...
Added: branches/arty-newcc/lib/atl/atlcore.cpp URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/atl/atlcore.cpp?r...
Added: branches/arty-newcc/lib/atl/atlcore.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/atl/atlcore.h?rev...
Added: branches/arty-newcc/lib/atl/atlwin.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/atl/atlwin.h?rev=...
Added: branches/arty-newcc/lib/atl/statreg.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/atl/statreg.h?rev...
Modified: branches/arty-newcc/lib/cmlib/cminit.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/cmlib/cminit.c?re...
Modified: branches/arty-newcc/lib/cmlib/cmlib.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/cmlib/cmlib.rbuil...
Modified: branches/arty-newcc/lib/cmlib/hivedata.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/cmlib/hivedata.h?...
Added: branches/arty-newcc/lib/dnslib/addr.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/addr.c?rev...
Added: branches/arty-newcc/lib/dnslib/debug.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/debug.c?re...
Added: branches/arty-newcc/lib/dnslib/dnsaddr.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/dnsaddr.c?...
Added: branches/arty-newcc/lib/dnslib/dnslib.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/dnslib.rbu...
Added: branches/arty-newcc/lib/dnslib/dnsutil.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/dnsutil.c?...
Added: branches/arty-newcc/lib/dnslib/flatbuf.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/flatbuf.c?...
Added: branches/arty-newcc/lib/dnslib/hostent.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/hostent.c?...
Added: branches/arty-newcc/lib/dnslib/inc/dnslib.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/inc/dnslib...
Added: branches/arty-newcc/lib/dnslib/inc/precomp.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/inc/precom...
Added: branches/arty-newcc/lib/dnslib/inc/windnsp.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/inc/windns...
Added: branches/arty-newcc/lib/dnslib/ip6.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/ip6.c?rev=...
Added: branches/arty-newcc/lib/dnslib/memory.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/memory.c?r...
Added: branches/arty-newcc/lib/dnslib/name.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/name.c?rev...
Added: branches/arty-newcc/lib/dnslib/print.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/print.c?re...
Added: branches/arty-newcc/lib/dnslib/record.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/record.c?r...
Added: branches/arty-newcc/lib/dnslib/rrprint.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/rrprint.c?...
Added: branches/arty-newcc/lib/dnslib/sablob.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/sablob.c?r...
Added: branches/arty-newcc/lib/dnslib/straddr.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/straddr.c?...
Added: branches/arty-newcc/lib/dnslib/string.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/string.c?r...
Added: branches/arty-newcc/lib/dnslib/table.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/table.c?re...
Added: branches/arty-newcc/lib/dnslib/utf8.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/dnslib/utf8.c?rev...
Modified: branches/arty-newcc/lib/drivers/chew/chew.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/chew/chew...
Modified: branches/arty-newcc/lib/drivers/chew/workqueue.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/chew/work...
Modified: branches/arty-newcc/lib/drivers/ip/network/arp.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/checksum.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/icmp.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/ip.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/loopback.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/neighbor.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/router.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/routines.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/network/transmit.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/networ...
Modified: branches/arty-newcc/lib/drivers/ip/transport/rawip/rawip.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transp...
Modified: branches/arty-newcc/lib/drivers/ip/transport/tcp/accept.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transp...
Modified: branches/arty-newcc/lib/drivers/ip/transport/tcp/event.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transp...
Modified: branches/arty-newcc/lib/drivers/ip/transport/tcp/tcp.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transp...
Modified: branches/arty-newcc/lib/drivers/ip/transport/udp/udp.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/ip/transp...
Modified: branches/arty-newcc/lib/drivers/oskittcp/include/oskitdebug.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/...
Modified: branches/arty-newcc/lib/drivers/oskittcp/include/oskiterrno.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/...
Modified: branches/arty-newcc/lib/drivers/oskittcp/include/oskittcp.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/...
Modified: branches/arty-newcc/lib/drivers/oskittcp/oskittcp.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/...
Modified: branches/arty-newcc/lib/drivers/oskittcp/oskittcp/interface.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/...
Modified: branches/arty-newcc/lib/drivers/oskittcp/oskittcp/ip_output.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/...
Modified: branches/arty-newcc/lib/drivers/oskittcp/oskittcp/tcp_input.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/...
Modified: branches/arty-newcc/lib/drivers/oskittcp/oskittcp/tcp_output.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/...
Modified: branches/arty-newcc/lib/drivers/oskittcp/oskittcp/uipc_socket.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/oskittcp/...
Modified: branches/arty-newcc/lib/drivers/sound/mmebuddy/deviceinstance.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/sound/mme...
Modified: branches/arty-newcc/lib/drivers/sound/mmebuddy/midi/midMessage.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/sound/mme...
Modified: branches/arty-newcc/lib/drivers/sound/mmebuddy/midi/modMessage.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/sound/mme...
Modified: branches/arty-newcc/lib/drivers/sound/mmebuddy/mixer/mxdMessage.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/sound/mme...
Modified: branches/arty-newcc/lib/drivers/sound/mmebuddy/mmewrap.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/sound/mme...
Modified: branches/arty-newcc/lib/drivers/sound/mmebuddy/wave/streaming.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/sound/mme...
Modified: branches/arty-newcc/lib/drivers/sound/mmebuddy/wave/widMessage.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/sound/mme...
Modified: branches/arty-newcc/lib/drivers/sound/mmebuddy/wave/wodMessage.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/drivers/sound/mme...
Modified: branches/arty-newcc/lib/fslib/vfatlib/check/byteswap.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/fslib/vfatlib/che...
Modified: branches/arty-newcc/lib/fslib/vfatlib/check/byteswap1.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/fslib/vfatlib/che...
Modified: branches/arty-newcc/lib/fslib/vfatlib/check/file.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/fslib/vfatlib/che...
Modified: branches/arty-newcc/lib/inflib/inflib.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/inflib/inflib.rbu...
Modified: branches/arty-newcc/lib/lib.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/lib.rbuild?rev=44...
Modified: branches/arty-newcc/lib/ppcmmu/ppcmmu.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/ppcmmu/ppcmmu.rbu...
Added: branches/arty-newcc/lib/rtl/assert.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/assert.c?rev=...
Modified: branches/arty-newcc/lib/rtl/bitmap.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/bitmap.c?rev=...
Modified: branches/arty-newcc/lib/rtl/debug.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/debug.c?rev=4...
Modified: branches/arty-newcc/lib/rtl/error.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/error.c?rev=4...
Modified: branches/arty-newcc/lib/rtl/exception.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/exception.c?r...
Modified: branches/arty-newcc/lib/rtl/heap.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/heap.c?rev=44...
Modified: branches/arty-newcc/lib/rtl/i386/except.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/i386/except.c...
Modified: branches/arty-newcc/lib/rtl/i386/except_asm.s URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/i386/except_a...
Modified: branches/arty-newcc/lib/rtl/nls.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/nls.c?rev=440...
Modified: branches/arty-newcc/lib/rtl/powerpc/debug.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/powerpc/debug...
Modified: branches/arty-newcc/lib/rtl/powerpc/except.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/powerpc/excep...
Modified: branches/arty-newcc/lib/rtl/process.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/process.c?rev...
Modified: branches/arty-newcc/lib/rtl/registry.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/registry.c?re...
Modified: branches/arty-newcc/lib/rtl/res.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/res.c?rev=440...
Modified: branches/arty-newcc/lib/rtl/rtl.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/rtl.rbuild?re...
Modified: branches/arty-newcc/lib/rtl/rtlp.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/rtlp.h?rev=44...
Modified: branches/arty-newcc/lib/rtl/time.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/time.c?rev=44...
Modified: branches/arty-newcc/lib/rtl/unicode.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/rtl/unicode.c?rev...
Modified: branches/arty-newcc/lib/sdk/crt/crt.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/crt.rbuil...
Modified: branches/arty-newcc/lib/sdk/crt/float/i386/logb.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/float/i38...
Modified: branches/arty-newcc/lib/sdk/crt/float/isnan.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/float/isn...
Modified: branches/arty-newcc/lib/sdk/crt/include/internal/mtdll.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/include/i...
Modified: branches/arty-newcc/lib/sdk/crt/include/internal/wine/cppexcept.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/include/i...
Modified: branches/arty-newcc/lib/sdk/crt/include/internal/wine/eh.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/include/i...
Modified: branches/arty-newcc/lib/sdk/crt/include/internal/wine/msvcrt.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/include/i...
Modified: branches/arty-newcc/lib/sdk/crt/libcntpr.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/libcntpr....
Modified: branches/arty-newcc/lib/sdk/crt/math/abs.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/math/abs....
Modified: branches/arty-newcc/lib/sdk/crt/math/acos.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/math/acos...
Modified: branches/arty-newcc/lib/sdk/crt/math/asin.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/math/asin...
Modified: branches/arty-newcc/lib/sdk/crt/math/i386/exp.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/math/i386...
Modified: branches/arty-newcc/lib/sdk/crt/math/i386/fmod.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/math/i386...
Modified: branches/arty-newcc/lib/sdk/crt/math/i386/ldexp.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/math/i386...
Modified: branches/arty-newcc/lib/sdk/crt/math/labs.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/math/labs...
Modified: branches/arty-newcc/lib/sdk/crt/math/pow_asm.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/math/pow_...
Modified: branches/arty-newcc/lib/sdk/crt/misc/lock.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/misc/lock...
Modified: branches/arty-newcc/lib/sdk/crt/stdio/file.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/stdio/fil...
Modified: branches/arty-newcc/lib/sdk/crt/stdlib/malloc.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/stdlib/ma...
Modified: branches/arty-newcc/lib/sdk/crt/string/strset.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/string/st...
Modified: branches/arty-newcc/lib/sdk/crt/string/strtol.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/string/st...
Modified: branches/arty-newcc/lib/sdk/crt/string/strtoul.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/crt/string/st...
Modified: branches/arty-newcc/lib/sdk/uuid/uuid.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/lib/sdk/uuid/uuid.c?r...