Age | Commit message (Expand) | Author |
2007-12-19 | Add and use new functions for malloc+memcpy(+NUL-term) fragments. | Darren Salt |
2007-12-19 | Remove xine_strdupa declaration, and macro. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò |
2007-12-17 | Merge from 1.1. | Darren Salt |
2007-12-17 | Fix an off-by-one error concerning UTF-8-encoded BOMs. | Darren Salt |
2007-12-14 | Merge from 1.1. | Darren Salt |
2007-12-14 | Convert XML to UTF-8 for parsing if a BOM is detected. | Darren Salt |
2007-11-25 | Merge from 1.1. | Darren Salt |
2007-11-23 | Merge. | Darren Salt |
2007-11-20 | Merge from 1.1. | Diego 'Flameeyes' Pettenò |
2007-11-20 | Mark the PPC asm memcpy() implementations as hidden symbols. | Diego 'Flameeyes' Pettenò |
2007-11-15 | using select instead of nanosleep the wakeup count reported by powertop is re... | Matthias Kretz |
2007-11-14 | Move CRC32 code into a common file (& out of the DVB input & TS demux plugins). | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-10 | Merge from 1.1. | Darren Salt |
2007-11-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-11-06 | Decode numbered XML char entities as UTF-8, and support codes >= 256. | Darren Salt |
2007-10-23 | Merge from 1.1, updating plugin Conflicts/Replaces accordingly. | Darren Salt |
2007-10-23 | Simple patch to the XML parser | Bastien Nocera |
2007-09-17 | Revert the "#define lprintf" debug changes. | Darren Salt |
2007-09-14 | Strip leading white space from an initial text segment nested in an XML element. | Darren Salt |
2007-09-14 | Drop xml_parser_build_tree_relaxed(). | Darren Salt |
2007-09-14 | Create child "[CDATA]" nodes for extra text (but prefer merging). | Darren Salt |
2007-09-14 | Handle <[CDATA[...]]>. (Based on a patch by Bastien Nocera <hadess@hadess.net>.) | Darren Salt |
2007-09-14 | Given <a>b<c/>d</a>, append rather than replace text - "bd", not "d". | Darren Salt |
2007-07-13 | Merge XML parser relaxation branch. | Darren Salt |
2007-06-13 | Rewrite the xine_hexdump function not to use _only_ fprintf even when it's ov... | Diego 'Flameeyes' Pettenò |
2007-06-13 | Make xine_hexdump take a void * parameter, so that there are no problems of s... | Diego 'Flameeyes' Pettenò |
2007-06-12 | A nice simple merge from 1.1. | Darren Salt |
2007-06-09 | signal.h and setjmp.h are needed on PPC and SPARC too. | Diego 'Flameeyes' Pettenò |
2007-06-09 | Use __i386__ and __x86_64__ instead of ARCH_X86 and ARCH_X86_64; the ARCH_* d... | Diego 'Flameeyes' Pettenò |
2007-06-09 | If SSE, SSE2 and MMX are enabled at build-time, enable them and skip over the... | Diego 'Flameeyes' Pettenò |
2007-06-09 | If 3dNOW is enabled at build-time, mark it as present on x86-64; it's not alw... | Diego 'Flameeyes' Pettenò |
2007-06-09 | Include dlfcn.h only when dlopen() is needed. | Diego 'Flameeyes' Pettenò |
2007-06-09 | Define sigill_return and sigill_handler only on x86, as there is where they o... | Diego 'Flameeyes' Pettenò |
2007-06-08 | Protect attribute declarations against, e.g., random printf redefinitions. | Darren Salt |
2007-06-08 | Merge from 1.1. | Darren Salt |
2007-06-08 | Fix build issues on systems which need our internal asprintf. | Darren Salt |
2007-05-28 | Replaced the hardcoded opcodes with "rdtsc" notation, make the rdtsc() functi... | Stas Sergeev |
2007-05-28 | Add an x86_64-specific version of rdtsc(). | Stas Sergeev |
2007-05-04 | Update some copyright information. | Darren Salt |
2007-04-23 | Kill a "may be used uninitialised" warning. | Darren Salt |
2007-04-22 | Merge relaxed XML parsing & adapt it to the enumerations. | Darren Salt |
2007-04-22 | Don't drop elements with missing close tags. | Darren Salt |
2007-04-21 | Stop ignoring <?...?> elements, and parse them for attributes. | Darren Salt |
2007-04-21 | Use an enumeration for XML parser state tracking. | Darren Salt |
2007-04-21 | Use an enumeration for XML lexer state tracking. | Darren Salt |
2007-04-21 | Handle single-quoted attributes in XML. | Darren Salt |
2007-04-21 | Fix comments - '>' and '?>' were reversed. | Darren Salt |