projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
msvcrt: Fix an unused function warning on non-i386.
[wine]
/
dlls
/
msvcrt
/
except.c
2009-01-08
Alexandre Julliard
msvcrt: Fix an unused function warning on non-i386.
blob
|
commitdiff
|
raw
2009-01-07
Alexandre Julliard
msvcrt: Correctly walk up the list of trylevels in...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-12
Alexandre Julliard
msvcrt: Don't include msvcrt headers, instead duplicate...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-22
Andrew Talbot
msvcrt: Sign-compare warnings fix.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-19
Philip Nilsson
msvcrt: Make EXCEPTION_PRIV_INSTRUCTION generate SIGILL.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-01
James Hawkins
janitorial: Remove links to any microsoft site.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-16
Vitaliy Margolen
msvcrt: Preserve registers when calling unwind function.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-08
Alexandre Julliard
msvcrt: Set the correct ebp value before calling the...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-15
Andrew Talbot
msvcrt: Exclude unused headers.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-20
Andrew Talbot
msvcrt: Replace inline static with static inline.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-19
Dmitry Timoshkov
msvcrt: Print FIXME on platforms where _except_handler3...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-13
Alexandre Julliard
msvcrt: Improved _local_unwind2 implementation.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-09
Eric Pouech
msvcrt: Implemented the raise function.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-09
Eric Pouech
msvcrt: Reset a signal to DFL before it's used.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-17
Joel Parker
Remove redundant semicolons for ANSI compatibility.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-15
Andrew Talbot
msvcrt: Declare some items static.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-27
Michael Stefaniuc
janitorial: In multiline strings there is no need for...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-15
Alexandre Julliard
msvcrt: Implemented __CxxLongjmpUnwind.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-04
Michael Stefaniuc
msvcrt: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-18
Alexandre Julliard
msvcrt: Fixed access to the extra arguments of setjmp3.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-13
Alexandre Julliard
msvcrt: Explicitly specify CDECL calling convention...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-12
Dmitry Timoshkov
msvcrt: Print exception code in hex.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-05
Alexandre Julliard
msvcrt: Added assembly routines to save/restore registe...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-01
Alexandre Julliard
Prefix signal definitions with MSVCRT_ to avoid conflic...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-19
Juan Lang
Implement _XcptFilter using signal handlers, and add...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-13
Juan Lang
Implement signals.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-07
Alexandre Julliard
Prefix the internal name of all register functions...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-02
Peter Chapman
Fix up several inline assembler blocks so that they...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-01
Alexandre Julliard
Function parameters don't need WINE_UNUSED.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-22
Francois Gouget
Remove these Wine-only types:
blob
|
commitdiff
|
raw
|
diff to current
2004-08-13
Francois Gouget
The Windows headers don't define PEXCEPTION_REGISTRATIO...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-25
Dimitrie O. Paun
Split the MSVCRT implementation headers from the public...
blob
|
commitdiff
|
raw
|
diff to current
2003-12-04
Alexandre Julliard
Implement some more register functions using DEFINE_REG...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-28
Alexandre Julliard
Start using the exported TEB structure from winternl...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-28
Alexandre Julliard
Renamed a few more TEB fields.
blob
|
commitdiff
|
raw
|
diff to current
2003-08-28
Alexandre Julliard
Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-13
Francois Gouget
Fix miscellaneous spelling errors and typos.
blob
|
commitdiff
|
raw
|
diff to current
2002-12-12
Dimitrie O. Paun
Move excpt.h out of include/msvcrt/ as it does not...
blob
|
commitdiff
|
raw
|
diff to current
2002-11-01
Alexandre Julliard
Added clobber lists to the inline assembly functions.
blob
|
commitdiff
|
raw
|
diff to current
2002-10-31
Marcus Meissner
_seh_longjmp_unwind is i386 only for now.
blob
|
commitdiff
|
raw
|
diff to current
2002-10-16
Alexandre Julliard
Implemented _seh_longjmp_unwind.
blob
|
commitdiff
|
raw
|
diff to current
2002-10-10
Alexandre Julliard
Fixed sign extension bug in EH_prolog, and made tryleve...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-02
Alexandre Julliard
except_handler3: Set correct %ebp when calling exceptio...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-12
Patrik Stridvall
Moved all the content of the DDK files ntdef.h and...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-24
Alexandre Julliard
First pass implementation of CxxFrameHandler (thanks...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-16
Warren Baird
Some fixes for compiling on Sparc.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-25
Alexandre Julliard
Moved __ASM_GLOBAL_FUNC macros and interlocked function...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-25
Peter Hunnisett
New file msvcrt/excpt.h. Move some stuff out of winnt...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-22
Alexandre Julliard
Don't include debugtools.h in the header file, moved...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-21
Alexandre Julliard
Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-21
Alexandre Julliard
Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-20
Alexandre Julliard
Fixed a couple of bugs in _except_handler3.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-29
Dmitry Timoshkov
Add missing config.h include.
blob
|
commitdiff
|
raw
|
diff to current
2001-04-10
Francois Gouget
Adjust the 'MSVCRT_' prefix to match the msvcrt headers
blob
|
commitdiff
|
raw
|
diff to current
2001-03-19
Eric Kohl
Added stub for _setjmp3().
blob
|
commitdiff
|
raw
|
diff to current
2001-01-12
Jon Griffiths
Added some exception handling functions.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-11
Jon Griffiths
Added binary compatible __EH_prolog.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-10
Jon Griffiths
- Migrate CRTDLL to MSVCRT.
blob
|
commitdiff
|
raw
|
diff to current