Go to file
Sebastian Pipping 863c43087f Address 64bit MinGW compile warning (fixes #15)
../../../xmlparse.c: In function ‘generate_hash_secret_salt’:
../../../xmlparse.c:725:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       gather_time_entropy() ^ getpid() ^ (unsigned long)parser;
                                          ^

Thanks to Viktor Szakats.
2017-03-16 15:54:45 +01:00
expat Address 64bit MinGW compile warning (fixes #15) 2017-03-16 15:54:45 +01:00
htdocs Move release date to 2016-06-21 2016-06-21 14:58:38 +02:00
testdata wrapped some long lines 2003-09-12 03:52:18 +00:00
.gitignore Added Visual Studio 2013 solution/project files. Will also work in Visual Studio 2015 if VS 2013 is installed. Otherwise, open a "Visual Studio 2015 Developer Command Prompt" and execute "devenv.exe /upgrade expat.sln" in the expat directory to upgrade the main solution and project files (Tests have their own solutions). 2016-06-17 14:34:46 -04:00
.travis.yml Travis: Have xmlts.zip bypass git clean -X 2017-03-13 20:16:06 +01:00