2003-05-16 |
Alexandre Julliard | Call the user signal proc for exe modules too, to avoid... |
tree | commitdiff |
2003-05-16 |
Alexandre Julliard | Moved most local heap functions to dlls/kernel. |
tree | commitdiff |
2003-05-16 |
Alexandre Julliard | Moved atom functions to dlls/kernel. |
tree | commitdiff |
2003-05-15 |
Alexandre Julliard | Moved vxd support to winedos. |
tree | commitdiff |
2003-05-15 |
Dan Kegel | More named pipes tests. |
tree | commitdiff |
2003-05-15 |
Mike McCormack | - rewrite of the named pipe code |
tree | commitdiff |
2003-05-13 |
Alexandre Julliard | Make the test pass on NT4 too. |
tree | commitdiff |
2003-05-13 |
Dmitry Timoshkov | Fix an obvious typo in get_res_name. Spotted by Mike... |
tree | commitdiff |
2003-05-13 |
Francois Gouget | Added a test for GetLongPathNameA("c:"). |
tree | commitdiff |
2003-05-13 |
Dimitrie O. Paun | Make sure winsock.h gets included before stdlib.h. |
tree | commitdiff |
2003-05-13 |
Eric Pouech | Added a set of tests for the console API. |
tree | commitdiff |
2003-05-13 |
Eric Pouech | Fixed console output for non wrapped mode. |
tree | commitdiff |
2003-05-13 |
Alexandre Julliard | Allocate/free the 16-bit thread stack in the kernel... |
tree | commitdiff |
2003-05-13 |
Francois Gouget | Fix miscellaneous spelling errors and typos. |
tree | commitdiff |
2003-05-13 |
Eric Pouech | Support 14 and 15 arguments in WOW_CallProc32W16. |
tree | commitdiff |
2003-05-12 |
Aric Stewart | Ignore requested access rights when emulated version... |
tree | commitdiff |
2003-05-07 |
Alexandre Julliard | Added NONAMELESSUNION/STRUCT defines. |
tree | commitdiff |
2003-05-07 |
Alexandre Julliard | Moved the EnumResource* functions to the kernel dll... |
tree | commitdiff |
2003-05-07 |
Alexandre Julliard | Use RtlFindMessage to load message resources. |
tree | commitdiff |
2003-05-06 |
Dimitrie O. Paun | Make it easy to use something other than wrc to compile... |
tree | commitdiff |
2003-05-06 |
Alexandre Julliard | Fixed return value of CreateNamedPipe (spotted by Mike... |
tree | commitdiff |
2003-05-04 |
Lionel Ulmer | Added SetSystemTimeAdjustment stub. |
tree | commitdiff |
2003-04-30 |
Alexandre Julliard | Moved most of the kernel resource APIs to dlls/kernel. |
tree | commitdiff |
2003-04-29 |
Alexandre Julliard | Implemented ntdll resource functions. |
tree | commitdiff |
2003-04-26 |
Hans Leidekker | Dutch localisation of language group names. |
tree | commitdiff |
2003-04-21 |
Alexandre Julliard | Removed no longer needed uses of LDPATH. |
tree | commitdiff |
2003-04-21 |
Marcelo Duarte | Localization of the new language group strings. |
tree | commitdiff |
2003-04-19 |
Maxime Bellengé | Added resource strings for language groups. |
tree | commitdiff |
2003-04-17 |
Martin Fuchs | Fixes for SystemTimeToTzSpecificLocalTime() and |
tree | commitdiff |
2003-04-17 |
Uwe Bonnes | FindFirstFile on root directory should fail. |
tree | commitdiff |
2003-04-14 |
Alexandre Julliard | Allow overriding CFLAGS when running configure. Other... |
tree | commitdiff |
2003-04-08 |
Michal Janusz Miroslaw | Add stub for InvalidateNLSCache. |
tree | commitdiff |
2003-04-03 |
Michael Stefaniuc | Add some missing HeapFree's and one missing free. |
tree | commitdiff |
2003-04-03 |
Paul McNett | Stubs for BeginUpdateResourceA(), BeginUpdateResourceW(), |
tree | commitdiff |
2003-03-31 |
Dmitry Timoshkov | Fix some problems found while compiling and linking... |
tree | commitdiff |
2003-03-27 |
Dimitrie O. Paun | Remove unused options -a and -C. |
tree | commitdiff |
2003-03-26 |
Alexandre Julliard | Implemented file change notifications, based on a patch... |
tree | commitdiff |
2003-03-26 |
Maxime Bellengé | Stubs for EnumSystemLanguageGroups{A|W}. |
tree | commitdiff |
2003-03-23 |
Alexandre Julliard | List 16-bit spec files explicitly to avoid problems... |
tree | commitdiff |
2003-03-23 |
Alexandre Julliard | Converted winebuild option parsing to use getopt_long... |
tree | commitdiff |
2003-03-22 |
Alexandre Julliard | Moved date/time/currency format handling to new lcformat.c. |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Moved a couple of locale functions from ole2nls.c into... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Moved libwine_uuid to the new libs/ directory. |
tree | commitdiff |
2003-03-18 |
Jon Griffiths | Documentation updates. |
tree | commitdiff |
2003-03-18 |
Alexandre Julliard | Implemented file locking functions (partly based on... |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Replaced forwards by normal function declarations. |
tree | commitdiff |
2003-03-14 |
Rein Klazes | Added stub for GetDevicePowerState(). |
tree | commitdiff |
2003-03-14 |
Alexandre Julliard | Warning fixes. |
tree | commitdiff |
2003-03-12 |
Marcus Meissner | Fixed 2 fd leaks in comm functions. |
tree | commitdiff |
2003-03-04 |
Stefan Leichter | Added tests for GetPrivateProfileInt. |
tree | commitdiff |
2003-03-04 |
Jukka Heinonen | Move decoding of long file name functions to winedos. |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Replaced most uses of the auto-generated glue code... |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Moved CreateThread16 to kernel, and made it use WOWCall... |
tree | commitdiff |
2003-02-26 |
Alexandre Julliard | Moved LDT selector allocation routines to libwine. |
tree | commitdiff |
2003-02-26 |
Mike Hearn | Implemented GlobalMemoryStatusEx(). |
tree | commitdiff |
2003-02-25 |
Dan Kegel | Now compiles on windows. Added a couple more checks. |
tree | commitdiff |
2003-02-19 |
Alexandre Julliard | Added pipe.ok. |
tree | commitdiff |
2003-02-19 |
Jukka Heinonen | Move resize memory block to winedos and make it resize... |
tree | commitdiff |
2003-02-19 |
Dan Kegel | Added check for illegal pipe names. |
tree | commitdiff |
2003-02-19 |
Jukka Heinonen | When updating the edited line, remember to update attri... |
tree | commitdiff |
2003-02-11 |
Martin Fuchs | Fixed time zone calculation. |
tree | commitdiff |
2003-02-11 |
Alexandre Julliard | Authors: Francois Gouget <fgouget@free.fr>, With help... |
tree | commitdiff |
2003-01-24 |
Alexandre Julliard | Removed no longer needed inclusion of heap.h. |
tree | commitdiff |
2003-01-20 |
Francois Gouget | {Get,Set}ThreadPriorityBoost are stubs on Win98. |
tree | commitdiff |
2003-01-16 |
Bill Medland | Correct GetDateFormat handling of uninitialised fields... |
tree | commitdiff |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
tree | commitdiff |
2003-01-13 |
Robert Shearman | - Add some stubs. |
tree | commitdiff |
2003-01-13 |
Eric Pouech | Added tests for environment variables, debug and suspen... |
tree | commitdiff |
2003-01-09 |
Eric Pouech | Set the edition mode as a specific attribute, not an... |
tree | commitdiff |
2003-01-09 |
Dimitrie O. Paun | Collapse the -hHrs options into the -O option. |
tree | commitdiff |
2003-01-09 |
Eric Pouech | - no longer depend on toolhelp definitions for generati... |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-03 |
Dominik Strasser | Implement VerSetConditionMask by forwarding to ntdll. |
tree | commitdiff |
2003-01-02 |
Alberto Massari | Add stub implementation for ReplaceFile. |
tree | commitdiff |
2003-01-02 |
Eric Pouech | Removed unused #include of module.h. |
tree | commitdiff |
2003-01-02 |
Chris Morgan | Use the locale id we created instead of the system... |
tree | commitdiff |
2002-12-19 |
Francois Gouget | On Win9x "hi\n" gives us "hi\r\n". |
tree | commitdiff |
2002-12-19 |
Chris Morgan | Add additional tests for GetTimeFormat() and GetDateFor... |
tree | commitdiff |
2002-12-19 |
Martin Fuchs | Implementation of SystemTimeToTzSpecificLocalTime(... |
tree | commitdiff |
2002-12-19 |
Francois Gouget | Declare LocalDiscard and GlobalDiscard (used by kernel... |
tree | commitdiff |
2002-12-18 |
Francois Gouget | Improve error reporting. |
tree | commitdiff |
2002-12-18 |
Francois Gouget | All filenames containing a ":" are invalid on Win9x... |
tree | commitdiff |
2002-12-18 |
Francois Gouget | #ifdef-out decodeW since it is not used yet. |
tree | commitdiff |
2002-12-18 |
Francois Gouget | Use strlen or lstrlenA as appropriate to avoid signed... |
tree | commitdiff |
2002-12-17 |
Alexandre Julliard | Implemented the Fiber* functions (with the help of... |
tree | commitdiff |
2002-12-16 |
Andreas Mohr | Added some Win3.1 export stubs. |
tree | commitdiff |
2002-12-15 |
Alexandre Julliard | Added support for defining forward functions as stdcall... |
tree | commitdiff |
2002-12-13 |
Alexandre Julliard | Avoid casts between LARGE_INTEGER and FILETIME. |
tree | commitdiff |
2002-12-13 |
György 'Nog' Jeney | - Reimplement time functions using ntdll functions. |
tree | commitdiff |
2002-12-12 |
Dimitrie O. Paun | Move excpt.h out of include/msvcrt/ as it does not... |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Mention the applications that depend on the behavior... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Don't test whether Get{Currency,Date,Number,Time}Format... |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Add stubs for missing APIs. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Skip the Unicode tests on Win9x. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Fix the error codes returned by DeleteFile{A,W} to... |
tree | commitdiff |
2002-12-12 |
Francois Gouget | The Win9x platforms support WideCharToMultiByte and |
tree | commitdiff |
2002-12-11 |
Alexandre Julliard | Pass the -J option to wrc to avoid including installed... |
tree | commitdiff |
2002-12-11 |
György 'Nog' Jeney | - Implement RtlLocalTimeToSystemTime and RtlSystemTimeT... |
tree | commitdiff |
next |