summaryrefslogtreecommitdiffstats
path: root/libmsi/string.c
Commit message (Collapse)AuthorAgeFilesLines
* Mark pure functionsMarc-André Lureau2013-02-081-0/+3
|
* Replace WARN with g_warningMarc-André Lureau2013-02-071-2/+2
|
* Replace ERR with g_criticalMarc-André Lureau2013-02-071-9/+9
|
* eliminate Windows dependenciesPaolo Bonzini2012-12-061-11/+3
|
* eliminate WCHARPaolo Bonzini2012-12-061-49/+61
|
* port to libgsfPaolo Bonzini2012-12-061-1/+1
| | | | | | | | | | | | status: - record+suminfo pass - the following tests fail in testdatabase: try_transform, stringtable, deleterow, storages_table, createtable. Some of these are not enabled on POSIX systems, but the others pass there. TODO: port the missing tests to libgsf, run them against the IStorage version and again with the new one. verify that the testsuite passes on POSIX systems.
* rewrite outfile completely on commitPaolo Bonzini2012-12-061-13/+5
|
* make table stream I/O independent from everything elsePaolo Bonzini2012-12-061-8/+8
|
* introduce LibmsiResultPaolo Bonzini2012-12-061-19/+19
|
* abandon camelcasePaolo Bonzini2012-12-061-10/+10
|
* writing the string pool should be endian-friendlyPaolo Bonzini2012-12-061-18/+30
|
* match i/n variables in msi_save_string_table with loading routinePaolo Bonzini2012-12-061-15/+15
|
* reading the string pool should be endian-friendlyPaolo Bonzini2012-12-061-23/+19
|
* rewrite validate_codepagePaolo Bonzini2012-12-061-4/+16
|
* use libc memory allocation functionsPaolo Bonzini2012-12-061-1/+1
|
* get rid of the useless Win32 BOOL typePaolo Bonzini2012-12-061-9/+9
|
* get rid of the stupid Win32 CHAR typePaolo Bonzini2012-12-061-5/+5
|
* get rid of stupid Win32 integer typesPaolo Bonzini2012-12-061-45/+45
|
* get rid of P/LP typesPaolo Bonzini2012-12-061-8/+8
|
* we finally have our own headerPaolo Bonzini2012-12-061-1/+1
|
* promote wine includes to main source directoryPaolo Bonzini2012-12-061-2/+2
|
* header file dietPaolo Bonzini2012-12-061-1/+0
|
* butcher debugging interfacesPaolo Bonzini2012-12-061-1/+0
|
* initial commitPaolo Bonzini2012-10-221-0/+674