2003-10-16 |
Alexandre Julliard | Release 20031016.
|
commit | commitdiff | tree |
2003-10-16 |
Alexandre Julliard | Don't export the wine_pthread_* functions.
|
commit | commitdiff | tree |
2003-10-16 |
Alexandre Julliard | Replaced a few more 0xffffffff by the appropriate constants.
|
commit | commitdiff | tree |
2003-10-16 |
Alexandre Julliard | The imported typelib name must be converted to Unicode.
|
commit | commitdiff | tree |
2003-10-16 |
Alexandre Julliard | Recent versions of libXrandr depend on libXrender.
|
commit | commitdiff | tree |
2003-10-16 |
Alexandre Julliard | Fixed handling of relay and snoop include/exclude lists...
|
commit | commitdiff | tree |
2003-10-16 |
Alexandre Julliard | Print thread id in snoop traces.
|
commit | commitdiff | tree |
2003-10-15 |
Alexandre Julliard | Get rid of the memory allocation macros, use real functions...
|
commit | commitdiff | tree |
2003-10-15 |
Alexandre Julliard | Fixed cut&paste error.
|
commit | commitdiff | tree |
2003-10-15 |
Alexandre Julliard | Regroup the X11 header checks to reduce the size of...
|
commit | commitdiff | tree |
2003-10-15 |
Alexandre Julliard | Get rid of the drive codepages and use CP_UNIXCP instead.
|
commit | commitdiff | tree |
2003-10-15 |
Alexandre Julliard | Rewrote splitpath and wsplitpath to avoid modifying...
|
commit | commitdiff | tree |
2003-10-14 |
Alexandre Julliard | Moved the 16-bit storage interfaces out of the exported...
|
commit | commitdiff | tree |
2003-10-14 |
Alexandre Julliard | Removed the --dll option.
|
commit | commitdiff | tree |
2003-10-14 |
Alexandre Julliard | Moved codepage functions to dlls/kernel.
|
commit | commitdiff | tree |
2003-10-14 |
Alexandre Julliard | Set or clear the BeingDebugged flag in the PEB when...
|
commit | commitdiff | tree |
2003-10-14 |
Alexandre Julliard | Added check for pthread.h (reported by Steven Edwards).
|
commit | commitdiff | tree |
2003-10-12 |
Alexandre Julliard | Moved the errno functions patching to wine_pthread_init_thre...
|
commit | commitdiff | tree |
2003-10-12 |
Alexandre Julliard | Link the main binary against libpthread for NPTL builds.
|
commit | commitdiff | tree |
2003-10-11 |
Alexandre Julliard | Update __wine_main_argc after option processing.
|
commit | commitdiff | tree |
2003-10-11 |
Alexandre Julliard | Define an LDDLL command to link dlls, instead of using...
|
commit | commitdiff | tree |
2003-10-11 |
Alexandre Julliard | We no longer need to link against ntdll in the Unix...
|
commit | commitdiff | tree |
2003-10-10 |
Alexandre Julliard | Moved the pthread emulation into the main binary so...
|
commit | commitdiff | tree |
2003-10-10 |
Alexandre Julliard | Don't reference the environ global variable from kernel32...
|
commit | commitdiff | tree |
2003-10-10 |
Alexandre Julliard | Fixed importing of dlls with no exports (reported by...
|
commit | commitdiff | tree |
2003-10-10 |
Alexandre Julliard | The intermediate .tmp.o file is no longer needed.
|
commit | commitdiff | tree |
2003-10-10 |
Alexandre Julliard | Use the standard DllMain entry point.
|
commit | commitdiff | tree |
2003-10-10 |
Alexandre Julliard | LDIMPORTS is no longer needed.
|
commit | commitdiff | tree |
2003-10-10 |
Alexandre Julliard | We can now use the standard DllMain as entry point.
|
commit | commitdiff | tree |
2003-10-10 |
Alexandre Julliard | Link kernel32 as a normal dll.
|
commit | commitdiff | tree |
2003-10-10 |
Alexandre Julliard | Added placeholders for wine_pthread_init_process and
|
commit | commitdiff | tree |
2003-10-10 |
Alexandre Julliard | Changed the init code to make libwine load only ntdll...
|
commit | commitdiff | tree |
2003-10-10 |
Alexandre Julliard | Make sure we always use the same name for the semaphore...
|
commit | commitdiff | tree |
2003-10-09 |
Alexandre Julliard | Use the Rtl bitmap functions to implement Tls allocation.
|
commit | commitdiff | tree |
2003-10-09 |
Alexandre Julliard | We need to initialize the relay debug lists for +snoop...
|
commit | commitdiff | tree |
2003-10-09 |
Alexandre Julliard | Added a few missing exports.
|
commit | commitdiff | tree |
2003-10-09 |
Alexandre Julliard | Moved the constructor for the initial TEB to ntdll...
|
commit | commitdiff | tree |
2003-10-08 |
Alexandre Julliard | Added __wine_set_signal_fs function to avoid sharing the
|
commit | commitdiff | tree |
2003-10-08 |
Alexandre Julliard | Duplicate parts of the relay debugging init code into...
|
commit | commitdiff | tree |
2003-10-08 |
Alexandre Julliard | Moved build_command_line back to kernel and make it...
|
commit | commitdiff | tree |
2003-10-08 |
Alexandre Julliard | Removed useless WINE_TRACE_ON tests.
|
commit | commitdiff | tree |
2003-10-08 |
Alexandre Julliard | Authors: Warren Baird <warren.baird@cimmetry.com>,...
|
commit | commitdiff | tree |
2003-10-08 |
Alexandre Julliard | Removed creation of loader/ne and win32 directories.
|
commit | commitdiff | tree |
2003-10-08 |
Alexandre Julliard | Moved a few more functions to the dlls/kernel directory.
|
commit | commitdiff | tree |
2003-10-08 |
Alexandre Julliard | Link all remaining files that contain kernel APIs into...
|
commit | commitdiff | tree |
2003-10-08 |
Alexandre Julliard | Removed dependency on ntdll_misc.h.
|
commit | commitdiff | tree |
2003-10-08 |
Alexandre Julliard | Added hack to call CreateFileW through a pointer so...
|
commit | commitdiff | tree |
2003-10-08 |
Alexandre Julliard | Pass the cdrom device path in CDROM_InitRegistry so...
|
commit | commitdiff | tree |
2003-10-08 |
Alexandre Julliard | Get rid of the argv0 and full_argv0 global variables.
|
commit | commitdiff | tree |
2003-10-08 |
Alexandre Julliard | Added wine_get_argv0_path() to retrieve the path of...
|
commit | commitdiff | tree |
2003-10-08 |
Alexandre Julliard | Store a "removable" flag instead of the full drive...
|
commit | commitdiff | tree |
2003-10-07 |
Alexandre Julliard | Removed references to GetSystemDirectoryW.
|
commit | commitdiff | tree |
2003-10-07 |
Alexandre Julliard | Rewrite of the dll file search algorithm to better...
|
commit | commitdiff | tree |
2003-10-07 |
Alexandre Julliard | A couple more fixes in RtlGetFullPathName_U.
|
commit | commitdiff | tree |
2003-10-07 |
Alexandre Julliard | Store the global shell, progman and taskman windows...
|
commit | commitdiff | tree |
2003-10-06 |
Alexandre Julliard | Moved the final process init and dependency loading to
|
commit | commitdiff | tree |
2003-10-04 |
Alexandre Julliard | Converted process creation to Unicode.
|
commit | commitdiff | tree |
2003-10-04 |
Alexandre Julliard | Implemented RtlCreateProcessParameters and related...
|
commit | commitdiff | tree |
2003-10-03 |
Alexandre Julliard | Avoid closing the cdrom if we failed to open it.
|
commit | commitdiff | tree |
2003-10-03 |
Alexandre Julliard | A couple of new functions have been added to the pthread_fun...
|
commit | commitdiff | tree |
2003-10-03 |
Alexandre Julliard | We only need to check for same process siblings in...
|
commit | commitdiff | tree |
2003-10-02 |
Alexandre Julliard | Changed LdrLoadDll to only search for the dll in the...
|
commit | commitdiff | tree |
2003-10-02 |
Alexandre Julliard | In desktop mode, only move the window in Z-order relative...
|
commit | commitdiff | tree |
2003-10-02 |
Alexandre Julliard | Hack to update ntdll current directory value in DRIVE_Chdir.
|
commit | commitdiff | tree |
2003-10-02 |
Alexandre Julliard | Fixed a couple of bugs in RtlDosSearchPath_U and RtlGetFullP...
|
commit | commitdiff | tree |
2003-09-30 |
Alexandre Julliard | Store module names in Unicode in the server.
|
commit | commitdiff | tree |
2003-09-29 |
Alexandre Julliard | Converted most of the loader code to Unicode.
|
commit | commitdiff | tree |
2003-09-29 |
Alexandre Julliard | Try to catch the case of a non-writable source directory...
|
commit | commitdiff | tree |
2003-09-29 |
Alexandre Julliard | Fixed handling of Unicode strings used as filenames...
|
commit | commitdiff | tree |
2003-09-27 |
Alexandre Julliard | Converted the load order code to use Unicode throughout.
|
commit | commitdiff | tree |
2003-09-27 |
Alexandre Julliard | Added strspnW and strcspnW.
|
commit | commitdiff | tree |
2003-09-27 |
Alexandre Julliard | _tempnam and _wtempnam should not create the temp file...
|
commit | commitdiff | tree |
2003-09-27 |
Alexandre Julliard | Added dumping of the resident name table of NE files.
|
commit | commitdiff | tree |
2003-09-27 |
Alexandre Julliard | Make sure all 16-bit system drivers are loaded for...
|
commit | commitdiff | tree |
2003-09-27 |
Alexandre Julliard | Renamed comm.dll, display.dll, keyboard.dll and mouse...
|
commit | commitdiff | tree |
2003-09-26 |
Alexandre Julliard | Store the dll name for the export directory inside...
|
commit | commitdiff | tree |
2003-09-26 |
Alexandre Julliard | Avoid depending on MODULE_GetBinaryType in load_library_as_d...
|
commit | commitdiff | tree |
2003-09-26 |
Alexandre Julliard | The "Path" value of the "App Paths" entry should be...
|
commit | commitdiff | tree |
2003-09-25 |
Alexandre Julliard | Moved WINE_MODREF definition to loader.c.
|
commit | commitdiff | tree |
2003-09-25 |
Alexandre Julliard | Moved loadorder support to dlls/ntdll.
|
commit | commitdiff | tree |
2003-09-25 |
Alexandre Julliard | Ignore __pthread_rwlock_unlock call if the pthread...
|
commit | commitdiff | tree |
2003-09-24 |
Alexandre Julliard | Moved DLLFLAGS to a separate variable instead of including...
|
commit | commitdiff | tree |
2003-09-24 |
Alexandre Julliard | Rewrote getenv and _wgetenv to avoid returning a pointer...
|
commit | commitdiff | tree |
2003-09-24 |
Alexandre Julliard | Moved the Windows version code to dlls/ntdll, and implemented
|
commit | commitdiff | tree |
2003-09-23 |
Alexandre Julliard | Authors: Juraj Hercek <juraj@syncad.com>, Eric Frias...
|
commit | commitdiff | tree |
2003-09-22 |
Alexandre Julliard | Small cleanup.
|
commit | commitdiff | tree |
2003-09-19 |
Alexandre Julliard | Get rid of relay32 directory.
|
commit | commitdiff | tree |
2003-09-19 |
Alexandre Julliard | Moved 32-bit relay and snoop support to dlls/ntdll.
|
commit | commitdiff | tree |
2003-09-19 |
Alexandre Julliard | Moved the 32-bit builtin loader and the remaining bits...
|
commit | commitdiff | tree |
2003-09-18 |
Alexandre Julliard | Moved the wine server client-side support to dlls/ntdll...
|
commit | commitdiff | tree |
2003-09-18 |
Alexandre Julliard | Moved a couple more functions to dlls/kernel.
|
commit | commitdiff | tree |
2003-09-18 |
Alexandre Julliard | Moved 16-bit global heap, DOS memory and selector functions to
|
commit | commitdiff | tree |
2003-09-18 |
Alexandre Julliard | Remove the FAQ from the doc tarball, and build it as...
|
commit | commitdiff | tree |
2003-09-18 |
Alexandre Julliard | Moved synchronization and syslevel routines to dlls...
|
commit | commitdiff | tree |
2003-09-18 |
Alexandre Julliard | Keep the file handle of 16-bit modules open while the...
|
commit | commitdiff | tree |
2003-09-18 |
Alexandre Julliard | Moved the 16-bit environment support to dlls/kernel.
|
commit | commitdiff | tree |
2003-09-18 |
Alexandre Julliard | Reimplemented the 16-bit FindFirstFile, FindNextFile...
|
commit | commitdiff | tree |
2003-09-18 |
Alexandre Julliard | Link msdos/int21.c into kernel for now, until it is...
|
commit | commitdiff | tree |
2003-09-18 |
Alexandre Julliard | Moved VxDCall support to dlls/kernel.
|
commit | commitdiff | tree |
2003-09-17 |
Alexandre Julliard | Moved I/O port handling to dlls/winedos.
|
commit | commitdiff | tree |