Age | Commit message (Collapse) | Author |
|
xine-lib should really never do an exit or abort, but instead pass back nice error values to the calling application, but until that happens, use abort() as that is tracable with gdb, whereas exit(1) is not backtraceable.
CVS patchset: 1811
CVS date: 2002/04/29 23:31:59
|
|
CVS patchset: 1695
CVS date: 2002/04/07 12:17:26
|
|
CVS patchset: 1360
CVS date: 2002/01/07 02:17:10
|
|
- dynamic buffers fixes a lot of audio problems
CVS patchset: 974
CVS date: 2001/11/07 02:15:24
|
|
CVS patchset: 646
CVS date: 2001/09/16 23:13:45
|
|
attribute mismatches between function prototypes and function definitions.
Such a __stdcall mismatch can corrupt the cpu's stack, because both the
caller and the callee clean up function parameter from the stack (or none
of them removes the function parameters)
wine/* should be less sensitive to optimzation options due to this change.
CVS patchset: 245
CVS date: 2001/07/04 14:05:09
|
|
CVS patchset: 137
CVS date: 2001/06/09 18:40:41
|