source: branches/gcc-kmk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21787   14 years dmik Workaround stdcall bug in GCC related to vararg functions. This can …
(edit) @21786   14 years dmik Link KERNEL32 with necessary libraries and fix .asm source refs.
(edit) @21785   14 years dmik Build ODINCRT DLL.
(edit) @21783   14 years dmik Use underscores for symbols defined in .asm as they are cdecl. IBM …
(edit) @21782   14 years dmik Use _malloc/_free instead of odin_malloc/odin_free in assembler. …
(edit) @21781   14 years dmik Make Handle Manager functions compiler neutral with extern "C".
(edit) @21780   14 years dmik Fix building libwrap from the top directory.
(edit) @21779   14 years dmik Build win32k static library.
(edit) @21776   14 years dmik Add missing spacing to kernel32.def using the new script.
(edit) @21775   14 years dmik Build NTDLL library.
(edit) @21771   14 years dmik Prototype USER32 DLL. This gives us the import library necessary for …
(edit) @21770   14 years dmik initdll: No need in OS/2 API wrappers at DLL init time. This removes …
(edit) @21769   14 years dmik initdll: Make default DLL_Init()/Term() implementations weak. This is …
(edit) @21758   14 years dmik Common compiler warnings and errors.
(edit) @21757   14 years dmik Fix NTDLL init/term code.
(edit) @21755   14 years dmik Extern "C".
(edit) @21754   14 years dmik GCC has snprintf().
(edit) @21753   14 years dmik Quote names in kernel32.def.
(edit) @21751   14 years dmik Build LIBWRAP library.
(edit) @21746   14 years dmik Add handler to compile .orc source files with Wine RC.
(edit) @21743   14 years dmik Move unicode library to lib as it is shared among several parts.
(edit) @21742   14 years dmik Add C++ version of ODINHelperStripUNC() for non-const strings.
(edit) @21741   14 years dmik Common compiler warnings and errors.
(edit) @21740   14 years dmik GetCPInfo() could return wrong default char.
(edit) @21739   14 years dmik Define ras_snprintf() which differs from GNU LIBC snprintf().
(edit) @21737   14 years dmik Common compiler warnings and errors.
(edit) @21735   14 years dmik Match InitializeKernel32() return type usage with declaration.
(edit) @21734   14 years dmik Make kernel32 use initdll.lib.
(edit) @21733   14 years dmik Create lnitdll.lib to hold common DLL init/term code. This simplifies …
(edit) @21732   14 years dmik Common compiler warnings and errors.
(edit) @21731   14 years dmik Don't include missing includes under GCC.
(edit) @21730   14 years dmik Common compiler warnings and errors.
(edit) @21729   14 years dmik Use static member instead of global friend funciton.
(edit) @21728   14 years dmik Define ctordtorInit()/ctordtorTerm() on GCC.
(edit) @21727   14 years dmik Get rid of DLLENTRYPOINT_CCONV and DLLENTRYPOINT_NAME.
(edit) @21726   14 years dmik strcmpi -> stricmp. The former is deprecated since long and missing …
(edit) @21725   14 years dmik GCC doesn't have wcstr.h (wchar.h replaces it when needed).
(edit) @21724   14 years dmik No need for inline in class members defined at declaration.
(edit) @21722   14 years dmik GCC doesn't have _set_crt_msg_handle().
(edit) @21721   14 years dmik Define _interrupt(n) on GCC. It makes sense to add this VAC …
(edit) @21720   14 years dmik Replace "\" with "/" in include statements.
(edit) @21719   14 years dmik _ras.cpp: Port to GCC.
(edit) @21718   14 years dmik Ooops, belongs to r21717.
(edit) @21717   14 years dmik Use const char * for arguments accepting literal strings. This is …
(edit) @21716   14 years dmik Place local includes in quotes. GCC doesn't search for <> includes in …
(edit) @21714   14 years dmik Declare index var used outside for().
(edit) @21711   14 years dmik Declare index var used outside for().
(edit) @21708   14 years dmik Don't use class name suffix in declaration. This is superfluous and …
(edit) @21707   14 years dmik Make Win32ThreadProc static member of Win32Thread. This is more …
(edit) @21705   14 years dmik Don't define FORMAT_CGA unless absent.
(edit) @21704   14 years dmik Don't use class name suffix in declaration. This is superfluous and …
(edit) @21702   14 years dmik Force extern "C" for API declarations. Seems that IBM VAC implied …
(edit) @21697   14 years dmik Add guidlib makefile.
(edit) @21695   14 years dmik Add makefiles for kernel32 (+seh/unicode helpers).
(edit) @21693   14 years dmik Rename src/NTDLL to src/ntdll.
(edit) @21692   14 years dmik Normalize file case. Change all uppercase filenames and extensions to …
(copy) @21687   14 years dmik Created gcc-kmk branch (moving to GCC and kBuild).
copied from trunk/src
(edit) @21675   14 years dmik Fixed a regression in r21674. This broke the Select Directory dialog …
Note: See TracRevisionLog for help on using the revision log.