Sam Hocevar
|
f377a31839
|
Divert CreateFileW in addition to CreateFileA.
|
2010-09-22 22:26:44 +00:00 |
|
Sam Hocevar
|
6ac571b003
|
CreateFile() diversion proof of concept.
|
2010-09-22 22:06:46 +00:00 |
|
Sam Hocevar
|
44d11b68e7
|
Fix zzat compilation on Win32 and create a .vcxproj file for it.
|
2010-09-22 19:47:56 +00:00 |
|
Sam Hocevar
|
3dc685c15f
|
Full support for ASLR in the Win32 loader.
|
2010-09-20 23:32:40 +00:00 |
|
Sam Hocevar
|
d03919c8bf
|
Do not build ASLR binaries on Windows for now.
|
2010-09-20 01:14:17 +00:00 |
|
Sam Hocevar
|
38c86c28ea
|
Add support for fortified glibc functions (__fgets_chk, __read_chk, etc.).
|
2010-02-27 18:17:14 +00:00 |
|
Sam Hocevar
|
55339f7d8a
|
Improve the OpenSolaris port: support for FILE structures, and a few
additional defines to activate libc features.
|
2010-01-20 07:59:01 +00:00 |
|
Sam Hocevar
|
7c57c81b92
|
Add CONNECT_USES_STRUCT_SOCKADDR to msvc/config.h.
|
2010-01-13 01:09:19 +00:00 |
|
Sam Hocevar
|
7e045d886e
|
Fix check-build on platforms without sh's pushd/popd or grep's \<\>.
|
2010-01-12 23:54:49 +00:00 |
|
Sam Hocevar
|
d02d599a1b
|
Add a workaround for OS X ignoring RLIMIT_RSS / RLIMIT_AS and getrusage()
not filling in RSS information. After each memory allocation, we ask the
Mach for the RSS value.
|
2010-01-12 23:54:31 +00:00 |
|
Sam Hocevar
|
31ae813b8d
|
Reorganise FILE structure autoconf tests.
|
2010-01-12 23:53:30 +00:00 |
|
Sam Hocevar
|
36d0ed7e57
|
Synchronise VS 2010 solution with [4112].
|
2009-12-16 16:15:40 +00:00 |
|
Sam Hocevar
|
abd4c9df92
|
Synchronise Win32 port with recent config.h changes.
|
2009-12-07 12:36:15 +00:00 |
|
Sam Hocevar
|
c9150f4458
|
Use fseeko64() everywhere when possible, instead of potential 32-bit versions.
|
2009-11-26 01:13:58 +00:00 |
|
Sam Hocevar
|
76c49fd7cf
|
Synchronise msvc/config.h.
|
2009-11-25 00:42:25 +00:00 |
|
Sam Hocevar
|
9ec47e4193
|
Reimplement __uflow() under Linux. Unlocked IO now works on Linux, except
in combination with getdelim()/getline().
|
2009-11-23 00:27:05 +00:00 |
|
Sam Hocevar
|
9b0c5acea1
|
Add a check to __uflow(). This will hopefully help us fix the problem with
recent sed versions.
|
2009-11-22 18:54:43 +00:00 |
|
Sam Hocevar
|
cbd74358b4
|
Add mingw32 defines to msvc/config.h. Needs to be tuned furthermore.
|
2009-11-20 22:47:38 +00:00 |
|
Sam Hocevar
|
48d91662df
|
Various compilation and unit test fixes.
|
2009-11-20 17:38:00 +00:00 |
|
Sam Hocevar
|
0f775dadc8
|
Add zznop, a small test program to help debug the Win32 port.
Also add check-build from libcaca to test that msvc/config.h is
up to date.
|
2009-11-20 12:06:17 +00:00 |
|
Sam Hocevar
|
020c1f88f0
|
Add a VS 2010 solution file and make the code build again for Win32.
|
2009-11-18 13:23:58 +00:00 |
|
Sam Hocevar
|
d45a5121ef
|
* Better check for the __func__ keyword that does not rely on assumptions
about the compiler version.
|
2008-07-18 09:28:02 +00:00 |
|
Sam Hocevar
|
a5dcebc637
|
* zzuf.c: retrieve library object name from libtool's .la file so we don't
need to hardcode .so, .sl, .dylib etc. for various platforms.
|
2008-07-16 09:52:08 +00:00 |
|
Sam Hocevar
|
b79efda114
|
* Fixed more MSVC compilation warnings.
|
2007-02-02 11:58:06 +00:00 |
|
Sam Hocevar
|
6721f79a69
|
* Added mygetopt files to the MSVC project.
|
2007-02-01 22:50:34 +00:00 |
|
Sam Hocevar
|
16d1d7fa48
|
* Fixed a few 64-bit issues reported by MSVC.
* More Win32 portability fixes.
|
2007-02-01 18:19:03 +00:00 |
|
Sam Hocevar
|
9ceac7d6b3
|
* Added an MSVC project.
|
2007-02-01 16:41:54 +00:00 |
|