Sign in
goma
/
wine
/
71631f76384e130aa35e671ae5d78ed445ca517b
/
libs
bb8e625
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
a68d293
preloader: Setup a fake thread-local storage block pointed to by %gs.
by Alexandre Julliard
· 18 years ago
173f7bd
janitorial: Remove remaining NULL checks before free() (found by Smatch).
by Michael Stefaniuc
· 18 years ago
84cb26e
makefiles: Remove the dependencies comment in files that don't need it.
by Alexandre Julliard
· 19 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
6406f60
libwine: Avoid a compiler warning on Solaris.
by Alexandre Julliard
· 19 years ago
2d778c5
wpp: Change the prefix on bison-generated names to avoid the name-prefix directive.
by Alexandre Julliard
· 19 years ago
145a0ba
makefiles: List bison dependencies explicitly for parallel makes, since older bisons don't support --defines.
by Alexandre Julliard
· 19 years ago
9c085cb
makefiles: Add global rules for bison and lex files.
by Alexandre Julliard
· 19 years ago
6551680
libs/wpp: Specify the bison name prefix directly in the source file.
by Alexandre Julliard
· 19 years ago
5e8f9c7
libwine: Cast-qual warning fix.
by Andrew Talbot
· 19 years ago
e533e97
configure: Moved the library checks after the function checks to avoid code duplication.
by Alexandre Julliard
· 19 years ago
946b84d
libwine: Also set the current library version for MacOS.
by Alexandre Julliard
· 19 years ago
2886e9b
makefiles: Use make dependencies to create installation directories.
by Alexandre Julliard
· 19 years ago
539442c
libwine: Add a minor number to the library filename for future extensions.
by Alexandre Julliard
· 19 years ago
fdfc24c
libs: Get rid of Makelib.rules since we only have one library now.
by Alexandre Julliard
· 19 years ago
eb2bedc
libport: Fixed invalid lvalue accesses in memmove.
by Alexandre Julliard
· 19 years ago
6a5d360
libwine: Better heuristic for finding the top of the address space on Linux.
by Alexandre Julliard
· 19 years ago
0b39d1a
libwine: Added a function to enumerate the reserved mmap areas.
by Alexandre Julliard
· 19 years ago
804993d
wpp: In recursive macro definitions, print the macro name instead of nothing.
by Dan Hipschman
· 19 years ago
df10b7d
libwine: Add a configure check for setrlimit.
by Paul Millar
· 19 years ago
3b2c2cd
libs: Get rid of the libwine symlinks.
by Alexandre Julliard
· 19 years ago
645cd6f
libs: Get rid of the symlinks for the static libs.
by Alexandre Julliard
· 19 years ago
eb8a40c
libs: Merged libwine_unicode into libwine.
by Alexandre Julliard
· 19 years ago
f202bdb
libs/.gitignore: Added wildcards for libraries.
by Alexandre Julliard
· 19 years ago
88c97d7
.gitignore: Added wildcards to ignore lex and bison output files.
by Alexandre Julliard
· 19 years ago
cc2b3b4
Take advantage of the recursive nature of .gitignore for Makefile entries.
by Alexandre Julliard
· 19 years ago
96d6724
libwine: Attempt to increase some user limits that are set too low on some platforms.
by Alexandre Julliard
· 19 years ago
22d7f14
kernel: Use the WinXP method for comparing strings with embedded NULLs. Update tests.
by Juan Lang
· 19 years ago
0e2fcd4
libwine: Better memory reservation algorithm for platforms that use try_mmap_fixed.
by Alexandre Julliard
· 19 years ago
e43cec7
libwine: Remove one more directory level when checking for build dir.
by Alexandre Julliard
· 19 years ago
3fb4b32
libwine: Fixed a compiler warning on MacOSX.
by Alexandre Julliard
· 19 years ago
0d01da1
libunicode: Add a code page table for the US-ASCII encoding.
by Robert Shearman
· 19 years ago
dbb455e
libwine: Don't use libwine_unicode functions.
by Alexandre Julliard
· 19 years ago
f01d987
libwine_unicode: Renamed is_dbcs_leadbyte to wine_is_dbcs_leadbyte.
by Alexandre Julliard
· 19 years ago
a92db32
libwine_unicode: Define all functions in the library even if they can be inlined.
by Alexandre Julliard
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
7ed7e8f
configure: Make libraries properly relocatable on MacOS.
by Alexandre Julliard
· 19 years ago
427e488
wpp: Support long long constants if configure says long long is available
by Bill Medland
· 19 years ago
36fb66d
wpp: Fixed typo in long long constants handling.
by Alexandre Julliard
· 19 years ago
9e73da7
wpp: Implement long long constant parsing.
by Bill Medland
· 19 years ago
a8569bf
libwine: Added a couple of missing memory constraints in LDT syscalls.
by Alexandre Julliard
· 19 years ago
e814b24
libwine: Only try to mmap the exact address when reserving memory.
by Alexandre Julliard
· 19 years ago
b7d5b31
libwine: Reorganize the mmap code a bit to avoid some #ifdefs.
by Alexandre Julliard
· 19 years ago
f7679b4
libwine: Fix a memory leak.
by Mike McCormack
· 19 years ago
4db364c
libwine: Added magic handling of dll path when running in build dir.
by Alexandre Julliard
· 19 years ago
5ff1004
libwine: Export wine_get_build_dir.
by Alexandre Julliard
· 19 years ago
bf56613
libwine: Added support for executing wine binaries out of the build dir.
by Alexandre Julliard
· 19 years ago
77b3b92
libwine: Added detection for Wine being run out of the build directory.
by Alexandre Julliard
· 19 years ago
2f026d1
libwine: Export a function to retrieve the data directory (based on a
by Alexandre Julliard
· 19 years ago
1269f43
libwine: Add the runtime library path to the front of the dll paths list.
by Alexandre Julliard
· 19 years ago
e95a2c2
libwine: Set the default bindir and dlldir from argv0 if dladdr is not available.
by Alexandre Julliard
· 19 years ago
8b5e11c
libwine: Compute relative paths for bin and dll directories at compile time.
by Alexandre Julliard
· 19 years ago
9dffd13
libwine: Try the current load path in priority before the
by Alexandre Julliard
· 19 years ago
767ad69
libwine: Don't rely on argv[0] in wine_exec_wine_binary if we can get
by Alexandre Julliard
· 19 years ago
ca6fd0d
libwine: Only use the library directory if it's an absolute path.
by Alexandre Julliard
· 19 years ago
aed49d4
libwine: New naming scheme for 16-bit builtin dlls.
by Alexandre Julliard
· 19 years ago
aaae660
loader: Reserve memory area on Darwin (based on Steve Zellers patch).
by Emmanuel Maillard
· 19 years ago
5392844
Add support for 'make install DESTDIR'.
by Mike Frysinger
· 19 years ago
0b34fb3
libwine: Use dladdr if supported to get the run-time path of libwine.so
by Alexandre Julliard
· 19 years ago
55b7448
configure: For sys/mount.h, sys/statfs.h and sys/vfs.h, always include
by Robert Millan
· 19 years ago
3c0e5ee
A few fixes for pointer qualifiers (const, volatile) warnings.
by Eric Pouech
· 19 years ago
8800352
Enable for GNU/kFreeBSD the same kernel-specific interface/parameter
by Robert Millan
· 19 years ago
65424dc
libwine: Added wine_dll_enum_load_path function to allow querying the dll path.
by Alexandre Julliard
· 19 years ago
e0cffe3
Fix a couple of bugs spotted by valgrind.
by Eric Pouech
· 19 years ago
53496f8
Fixed a couple of warnings on MacOS.
by Alexandre Julliard
· 19 years ago
4d3996d
libwine: Added LDT support for MacOS/x86.
by Alexandre Julliard
· 19 years ago
1e96455
Remove YY_NO defines that cause warnings.
by Alexandre Julliard
· 19 years ago
88991e2
Support building flex files without debug support.
by Alexandre Julliard
· 19 years ago
0ae2c69
Added some flex options to avoid compiler warnings.
by Alexandre Julliard
· 19 years ago
ec34a66
Ignore symlink files too (needed for git).
by Alexandre Julliard
· 19 years ago
0ec7e1a
Renamed all .cvsignore files to .gitignore.
by Alexandre Julliard
· 19 years ago
cc01e8f
Preserve 16-byte stack alignment in the various assembly
by Alexandre Julliard
· 19 years ago
970fcb1
Updated codepage tables to Unicode version 4.1.
by Alexandre Julliard
· 19 years ago
3d086ca
Only update modified files.
by Alexandre Julliard
· 19 years ago
04aa6a8
Remove some incompatibilities in the wctype table by updating the
by Robert Shearman
· 19 years ago
2058f54
Added a __wine_dbg_set_channel_flags function to allow changing flags
by Alexandre Julliard
· 19 years ago
36c3199
Default search path for an include file should be based on the path of
by Alexandre Julliard
· 19 years ago
784c945
Export the get_channel_flags function avoid warnings when passing a
by Alexandre Julliard
· 20 years ago
cd91bc6
Now that we are requiring bison anyway, make the .tab.c file use the
by Alexandre Julliard
· 20 years ago
cbc3896
New scheme for keeping track of debug channels that doesn't require
by Alexandre Julliard
· 20 years ago
a443761
Export the temp buffer functionality in the debug functions interface
by Alexandre Julliard
· 20 years ago
43c6396
Use int instead of long in interlocked_* functions for 64-bit compatibility.
by Alexandre Julliard
· 20 years ago
75c27e1
Defined a proper structure for debug channels.
by Alexandre Julliard
· 20 years ago
86ab2c9
Removed sysi86 prototype that is causing conflicts.
by Alexandre Julliard
· 20 years ago
80083b1
Store RVAs instead of pointers wherever possible in the generated NT
by Alexandre Julliard
· 20 years ago
0799e84
Use the NT descriptor address as start of the data section, since the
by Alexandre Julliard
· 20 years ago
7e4c88c
Avoid some warnings on 64-bit platforms.
by Alexandre Julliard
· 20 years ago
6153b1f
Only add the default dlldir to the search path if that's where ntdll is found.
by Alexandre Julliard
· 20 years ago
ee7d27a
Implemented wine_switch_to_stack for x86_64.
by Alexandre Julliard
· 20 years ago
883d3c5
Use explicit function pointers for pthread support instead of relying
by Alexandre Julliard
· 20 years ago
c486949
Implemented wine_ldt_alloc_fs and wine_ldt_init_fs for Mac OS.
by Alexandre Julliard
· 20 years ago
87b297e
Use the correct ordinal flag for Win64 support.
by Alexandre Julliard
· 20 years ago
f732617
Fix a gcc 4.0 -Wpointer-sign warning.
by Mike McCormack
· 20 years ago
2abbb90
gcc 4.0 warning fix.
by Mike McCormack
· 20 years ago
385a199
Faster implementation of wcstombs that handles overlapping buffers
by Alexandre Julliard
· 20 years ago
da6f8fa
Add x86_64 interlocked functions.
by Kevin Koltzau
· 20 years ago
2d7e976
Fixed signedness warnings.
by Marcus Meissner
· 20 years ago
84f9d13
Added error message for missing LDT support on i386.
by Alexandre Julliard
· 20 years ago
809edab
Const correctness fixes.
by Eric Pouech
· 20 years ago
Next »