Sign in
goma
/
wine
/
777ea81c48c6260bddefa80276096729821a4a8c
/
libs
eff7762
libwine: Fix handling of precision argument in vsnprintfW.
by Alexandre Julliard
· 15 years ago
1aa749d
libwine: Reserve some low memory space even without a preloader.
by Alexandre Julliard
· 15 years ago
fec1e88
libwine: Test against __linux__ define instead of just linux.
by Yann Droneaud
· 15 years ago
e773c51
wpp: Add I/O callbacks.
by Matteo Bruni
· 16 years ago
305d4bf
libport: Remove unnecessary function prototypes.
by Alexandre Julliard
· 15 years ago
15968fa
wpp: Fixed resource leakages (Coverity).
by Marcus Meissner
· 15 years ago
29af4f9
wpp: Add error management callbacks.
by Matteo Bruni
· 16 years ago
28fb6a2
wpp: get_string() now can return NULL, handle it.
by Matteo Bruni
· 16 years ago
9086c59
wpp: Handle remaining memory allocation failures.
by Matteo Bruni
· 16 years ago
23842df
libwine: Implemented the call_on_stack function for ARM.
by André Hentschel
· 15 years ago
c571d3c
wpp: Handle remaining memory allocation failures in ppl.l and ppy.y.
by Matteo Bruni
· 16 years ago
b7a2d2d
wpp: Handle memory allocation failures in tokens management code.
by Matteo Bruni
· 16 years ago
9b61ca1
wpp: Manage malloc failure in pp_xstrdup.
by Matteo Bruni
· 16 years ago
026ca4c
wpp: Remove the assumption ppy_error calls exit().
by Matteo Bruni
· 16 years ago
f93c9d9
libwine: Don't export wine_ldt_copy for the Windows build.
by Alexandre Julliard
· 16 years ago
c741ad7
libport: Add generic interlocked instruction support fallback.
by Colin Fowler
· 16 years ago
c8d860b
libs/port: use gcc compatible asm code as default for __i386__ (for PCC).
by Detlef Riekenberg
· 16 years ago
b860c4a
configure: Add a .exe extension to the tools dependencies when building on Windows.
by Alexandre Julliard
· 16 years ago
192fcc5
libport: Added an interlocked_cmpxchg128 function for 64-bit.
by Alexandre Julliard
· 16 years ago
995e553
libwine: Determine the bin directory independently from the lib directory if possible.
by Alexandre Julliard
· 16 years ago
9953827
libwine: Ignore libraries that are of the wrong 32/64 class.
by Alexandre Julliard
· 16 years ago
464c956
libwine: Fix the wctomb validity check for codepages where the default chars don't convert to each other.
by Alexandre Julliard
· 16 years ago
1d5cb9d
include: Get rid of the no longer used wine/pthread.h.
by Alexandre Julliard
· 16 years ago
56af92b
makefiles: Regenerate the source lists using make_makefiles.
by Alexandre Julliard
· 16 years ago
065287e
libwine: Add call frame annotations in x86 assembly code.
by Alexandre Julliard
· 16 years ago
b9fd2c8
libwine: Add unwind annotations to the stack switching functions for x86_64.
by Alexandre Julliard
· 16 years ago
5a28d37
libwine: Remove redundant prototype for wine_call_on_stack().
by Gerald Pfeifer
· 16 years ago
f41b239
libwine: Don't export mmap functions for the Windows build.
by Alexandre Julliard
· 16 years ago
8edf353
libwine: Export __wine_get_main_environment on Mac OS to make sure it's reevaluated when used.
by Alexandre Julliard
· 16 years ago
c0a672b
port: Remove spaces before '\n's.
by Francois Gouget
· 16 years ago
ae28fdb
libwine: Reenable the memory reservation code on FreeBSD.
by Francois Gouget
· 16 years ago
cee15b2
libwine: Try to load all modules in the programs directory, not just those with .exe extension.
by Alexandre Julliard
· 16 years ago
b38b207
libwine: Get the reverse mapping of the Unicode default char to check for invalid chars.
by Alexandre Julliard
· 16 years ago
8e16e78
libwine: Re-generate the Windows codepage data using the bestfit files.
by Alexandre Julliard
· 16 years ago
dc727fa
libwine: Enable perl warnings and use strict in cpmap.pl.
by Alexandre Julliard
· 16 years ago
97d31ec
libwine: Add support in cpmap.pl for parsing the Windows bestfit codepage files.
by Alexandre Julliard
· 16 years ago
d2b1382
libwine: Avoid writing to repository during install.
by Paul Bryan Roberts
· 16 years ago
52035af
libwine: Ignore format modifiers 'h' and 'l' when formatting a string.
by Alexandre Julliard
· 16 years ago
9428dfe
libwine: Fix vsnprintfW string formatting to handle alignment and padding.
by Alexandre Julliard
· 16 years ago
3ba9986
wpp: Add missing #include <ctype.h>.
by Gerald Pfeifer
· 16 years ago
e5ad41b
libport: Check for ENOTSUP being defined before using it.
by Alexandre Julliard
· 16 years ago
1399d14
libport: Avoid including winsock2.h.
by Alexandre Julliard
· 16 years ago
dc1a9f1
libport: Replacement for poll().
by Alexandre Julliard
· 16 years ago
0fbd556
libport: Add a stub replacement for symlink().
by Alexandre Julliard
· 16 years ago
d2a426a
libwine: Don't try to use the preloader on non-i386.
by Alexandre Julliard
· 16 years ago
df949b4
port: Remove unneeded casts of zero.
by Francois Gouget
· 16 years ago
44162aa
libwine: Don't export the selector functions for the Windows build.
by Alexandre Julliard
· 16 years ago
92f5aa0
wpp: Check for overflows when parsing integer constants.
by Rob Shearman
· 16 years ago
1715dcb
libport: Added isnan.
by Jacek Caban
· 16 years ago
4eb350b
libwine: Add support for relocating MS-style imports that use OriginalFirstThunk.
by Alexandre Julliard
· 17 years ago
c614a24
libwine: Reserve some malloc space on Solaris before we start mapping other things.
by Alexandre Julliard
· 17 years ago
b3ec2e5
makefiles: Recurse into all directories for install-lib and install-dev too.
by Alexandre Julliard
· 17 years ago
1b392bf
libs/wine: Avoid over-allocating memory in default_dbgstr_wn.
by Dan Hipschman
· 17 years ago
28a2179
Add noinput directive to all lex files to avoid a compiler warning.
by Alexandre Julliard
· 17 years ago
8e72924
Revert "wpp: config.h and wine/port.h should be included first."
by Alexandre Julliard
· 17 years ago
33017b0
wpp: config.h and wine/port.h should be included first.
by Alexandre Julliard
· 17 years ago
2416533
libwine: Fix wine_switch_to_stack on ppc.
by Simon Richter
· 17 years ago
ff77ba8
libwine: Implement wine_call_on_stack for ppc.
by Simon Richter
· 17 years ago
10e795a
libport: Move the sigsetjmp replacement to exception.h to make it available for Winelib too.
by Alexandre Julliard
· 17 years ago
4992b65
port: Add alternative for isinf.
by Petr Sumbera
· 17 years ago
6627181
libwine: Allow to specify a non-existing directory as WINEPREFIX.
by Alexandre Julliard
· 17 years ago
d8c41a2
Spelling fix in the ldt bitfields.
by Francois Gouget
· 17 years ago
5fe73e6
libwine: Added mappings for codepage 1361 (Korean Johab).
by Alexandre Julliard
· 17 years ago
85241fb
libwine: Only use the last line of the git version description.
by Alexandre Julliard
· 17 years ago
8ba5398
port: Remove superfluous semicolon.
by Andrew Talbot
· 17 years ago
8505f14
libwine: Export functions that return the Wine version number and build id.
by Alexandre Julliard
· 17 years ago
c9f0bea
libwine: Added a wine_call_on_stack function.
by Alexandre Julliard
· 17 years ago
3674c77
libwine: Cope with Leopard brokenness w.r.t. setrlimit(RLIMIT_NOFILE).
by Ken Thomases
· 17 years ago
63040e4
port: s/#if/#ifdef/ so it still works if HAVE_XXX is not defined.
by Francois Gouget
· 17 years ago
8d8b440
port/getopt: s/#if/#ifdef/ so it still works if HAVE_STRING_H is not defined.
by Francois Gouget
· 17 years ago
0c694d7
makefiles: Split AR into AR and ARFLAGS.
by Rob Shearman
· 17 years ago
7cb2ced
libport: Undefine strcasecmp and strncasecmp in case they are defined to stricmp and strnicmp respectively.
by Rob Shearman
· 17 years ago
dfcd07e
libwpp: Include wine/port.h in ppl.l as strcasecmp is used, which isn't available on all platforms.
by Rob Shearman
· 17 years ago
41fbace
Avoid the nounistd option that doesn't exist on older flex, define YY_NO_UNISTD_H instead.
by Alexandre Julliard
· 17 years ago
878ea5d
Add the nounistd option to all lex source files.
by Rob Shearman
· 17 years ago
86ff825
libwine: Add option for Unicode composition in utf-8 -> wchar conversion.
by Alexandre Julliard
· 17 years ago
dbefd03
libwine: Abstract part of the utf8 char decoding to a separate function.
by Alexandre Julliard
· 17 years ago
1279cf3
libport: Use configure guards for include files that may not be present.
by Rob Shearman
· 17 years ago
bc3a5ba
libwine: Properly increment source pointer for surrogates in wine_utf8_wcstombs.
by Alexandre Julliard
· 17 years ago
44b52b1
Assorted spelling fixes.
by Francois Gouget
· 17 years ago
6475603
libwine: Work around the Mac OS dynamic loader support for PE files.
by Alexandre Julliard
· 17 years ago
be32b34
libport: Work around Mac OS execve() breakage.
by Alexandre Julliard
· 17 years ago
8d571e2
libwine: Fix naked getuid() to allow compilation under MinGW.
by Paul Millar
· 17 years ago
65d865d
libwine: Refuse to use a WINEPREFIX dir owned by a different user.
by Alexandre Julliard
· 17 years ago
cc4b965
wpp: Remove redundant NULL check before free(). Found by Smatch.
by Michael Stefaniuc
· 17 years ago
3ab66cd
libwine: Conditionally provide reserve_area().
by Gerald Pfeifer
· 17 years ago
fa0524a
libwine: Emulate MS linker stub for builtin dlls.
by Andrey Turkin
· 17 years ago
b9304bd
libwine: Initialize debug channels options on first use.
by Alexandre Julliard
· 18 years ago
f1fcf80
libwine: Use GDT entry for %fs segment on FreeBSD.
by Tijl Coosemans
· 18 years ago
44639b3
libwine: Fix lookup of 16-bit dll placeholders. Remove some old compatibility code.
by Alexandre Julliard
· 18 years ago
5fe7589
libwine: Get rid of the lookup in the top dlls/ dir, all dlls are named correctly now.
by Alexandre Julliard
· 18 years ago
49a3d43
wpp: Don't suppress output from C include files, that's up to the user.
by Alexandre Julliard
· 18 years ago
79c2e07
libwine: Set install name to an absolute path for the installed library on Mac OS.
by Alexandre Julliard
· 18 years ago
e6df00a
libwine: Add support for glyph chars mapping in OEM codepage tables.
by Alexandre Julliard
· 18 years ago
f3960b2
libwine: Hack to work around the Solaris dlopen() brain damage.
by Alexandre Julliard
· 18 years ago
4125821
winelib: Replace inline static with static inline.
by Andrew Talbot
· 18 years ago
1c559eb
libs/wine: Use xstrdup to avoid duplicate code.
by Detlef Riekenberg
· 18 years ago
a44d1e5
libwine: Update the Unicode tables to version 5.0.1 of the standard.
by Alexandre Julliard
· 18 years ago
62c3d3d
libwine: Added support for Unicode surrogates in utf-8 conversions.
by Alexandre Julliard
· 18 years ago
a79b262
libwine: Pass flags to wine_utf8_wcstombs to allow supporting WC_ERR_INVALID_CHARS.
by Alexandre Julliard
· 18 years ago
Next »