Ros-diffs August 2007

ros-diffs@reactos.org
  • 21 participants
  • 666 discussions

[jimtabor] 28418: Implemented an easy API, XLATEOBJ_piVector. Just leave them in stubs for now.
by jimtabor@svn.reactos.org
17 years, 1 month

[jimtabor] 28417: Implemented a handfull of easy Eng APIs. Just leave them in stubs for now.
by jimtabor@svn.reactos.org
17 years, 1 month

[arty] 28416: (customize-variable 'indent-tabs-mode) ; nil
by arty@svn.reactos.org
17 years, 1 month

[arty] 28415: Fix part two of the bug: The actual problem was that we'd overrun the end of the handle count array when decrementing. This also led to a handle leak (observed). Stop correctly when we find the handle we want.
by arty@svn.reactos.org
17 years, 1 month

[cfinck] 28414: Use host_gpp instead of host_gcc for building "ssprintf.cpp" and "tools.cpp". These are C++ files, so they should be built with g++ like it's done for the other tools. Usually they can also be built with gcc, but Collibri from IRC reported that broken gcc interfaces exist, which lead to problems with these files.
by cfinck@svn.reactos.org
17 years, 1 month

[cfinck] 28413: Always include "wrc.h" before including "ctype.h". wrc.h includes wrctypes.h, which includes windef.h, which includes winnt.h. And winnt.h contains our wchar_t check, which has to be done before including ctype.h to enable building on Mac OS X hosts.
by cfinck@svn.reactos.org
17 years, 1 month

[cfinck] 28412: Mac OS X already defines iswdigit, so don't define it again on this host OS.
by cfinck@svn.reactos.org
17 years, 1 month

[cfinck] 28411: Include windef.h, which then includes winnt.h, which uses our wchar_t check and reports the wchar_t definition back to the host. Then the host finally knows that it should not define wchar_t again.
by cfinck@svn.reactos.org
17 years, 1 month

[cfinck] 28410: Fix the logic for the wchar_t checks. We don't only need to check if wchar_t has already been defined, but also report this to all known hosts and operating systems.
by cfinck@svn.reactos.org
17 years, 1 month

[cfinck] 28409: Move the wchar_t check above the "#include <ctype.h>" line (this is needed for Mac OS X host compatibility)
by cfinck@svn.reactos.org
17 years, 1 month
Results per page: