richedit: Modify ME_GetTextW() to honor CR and LF encodings.
[wine] / dlls / ntdll / signal_powerpc.c
2007-12-20  Alexandre Julliardserver: Use SIGQUIT instead of SIGTERM to terminate...
2007-11-19  Michael Stefaniucntdll: Remove duplicate includes.
2007-03-17  Andrew Talbotntdll: Replace inline static with static inline.
2007-01-18  Alexandre Julliardntdll: Make the server signal mask global.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-20  Alexandre Julliardntdll: Get registers on the client side for NtGetContex...
2006-01-11  Alexandre Julliardntdll: Handle NtSetContextThread on the client side...
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-09-14  Alexandre JulliardSupport arbitrary sizes for the thread signal stack...
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-05-07  Alexandre JulliardPrefix the internal name of all register functions...
2005-05-05  Emmanuel Maillard- Fix NTDLL_wait_for_multiple_objects call in usr1_handler.
2005-02-24  Dmitry TimoshkovMatch RaiseException and EXCEPTION_RECORD to SDK defini...
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-06  Alexandre JulliardAdded server_abort_thread to replace SYSDEPS_AbortThread.
2003-10-28  Alexandre JulliardRemoved no longer needed SIGNAL_Unblock() function.
2003-10-22  Alexandre JulliardA signal stack is not needed on PowerPC.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
2003-07-21  Marcus MeissnerAdded missing register defines for Linux/PPC.
2003-07-16  Pierre d'HerbemontChange __darwin__ to __APPLE__.
2003-06-30  Alexandre JulliardImplemented NtDelayExecution and make Sleep call it.
2003-05-13  Pierre d'Herbemont- Save more registers (exception, float...) if they...
2003-05-04  Marcus MeissnerFixed powerpc compile.
2003-04-03  Eric PouechNo longer call WaitFor*Object* from ntdll (but NtWait...
2003-03-21  Alexandre JulliardSplit signal blocking code out of SIGNAL_Reset into...
2003-03-04  Alexandre JulliardUse SIGUSR1 instead of SIGSTOP to suspend threads.
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-10-30  Marcus MeissnerPowerpc instruction pointer is Iar, not Eip.
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-30  Marcus MeissnerUse Iar (Instruction Address Register) instead of Fill[0].
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Marcus MeissnerImplemented signal handling for PPC.