Timeline
Nov 29, 2011:
- 7:11 PM Changeset [21836] by
- Port testapp/encodings to GCC/kBuild.
- 7:10 PM Changeset [21835] by
- Add missing INVERT and CLIENTFRAME defines for USER32.
- 7:09 PM Changeset [21834] by
- Use correct thunk wrappers for 16-bit Win API calls under GCC.
- 7:07 PM Changeset [21833] by
- Actually export symbols from IMM32OS2.DLL.
- 6:04 PM Changeset [21832] by
- Port testapp/console/fullpath to kBuild. Note that the previous …
- 6:01 PM Changeset [21831] by
- 4:34 PM Changeset [21830] by
- Port testapp/console/file to kBuild.
- 4:12 PM Changeset [21829] by
- Return correct EXITLIST order codes for KERNEL32 and ODINCRT. This is …
- 4:11 PM Changeset [21828] by
- Fix calling _Pascal GCC functions from assembler. In GCC, _Pascal is …
- 12:18 PM Changeset [21827] by
- Fix crash when reading non-existent ODIN.INI.
- 10:49 AM Changeset [21826] by
- Don't use _Optlink for _LNK_CONV under GCC. _LNK_CONV is mainly used …
- 10:21 AM Changeset [21825] by
- Disable Watcom linker warnings "symbol already exported".
Nov 25, 2011:
- 10:19 PM Changeset [21824] by
- Make the debug version of ported DLLs build.
- 10:18 PM Changeset [21823] by
- odincrt: Actually build malloc funciton replacements.
- 10:13 PM Changeset [21822] by
- Config.kmk: Always use the release .def in odin_implib. This is how …
- 5:46 PM Changeset [21821] by
- Config.kmk: Fix debug build.
- 12:49 PM Changeset [21820] by
- user32: Make GLOBALDATA segment shared.
- 8:26 AM Ticket #51 (Winrar 4.x does not work) closed by
- fixed
- 8:22 AM Changeset [21819] by
- Ticket #51 Add SHAutoComplete stub.
Nov 24, 2011:
- 7:14 PM Changeset [21818] by
- Port IMM32 to GCC.
- 7:03 PM Changeset [21817] by
- Build gdi32 with INVERT defined (as with VAC).
- 6:53 PM Changeset [21816] by
- Port GDI32 to GCC.
- 6:51 PM Changeset [21815] by
- Use alloca() instead of _alloca().
- 6:50 PM Changeset [21814] by
- kernel32: Underscore exporter C variables.
- 8:36 AM Ticket #51 (Winrar 4.x does not work) created by
- Winrar 3.x worked very well under Odin but 4.x calls SHAutoComplete …
Nov 15, 2011:
- 8:08 PM Changeset [21813] by
- user32: Port GLOBALDATA segment to GCC.
- 7:40 PM Changeset [21812] by
- Config.kmk: Add support for custom C++ exports to odin_implib macro.
- 12:27 PM Changeset [21811] by
- Port USER32.DLL (funal bunch).
- 12:25 PM Changeset [21810] by
- kernel32: Export prefixed cdecls.
- 12:24 PM Changeset [21809] by
- Makefile for IMM32 library.
Nov 14, 2011:
- 11:03 PM Changeset [21808] by
- Port USER32.DLL (continued).
- 11:01 PM Changeset [21807] by
- Quote exports in user32.def.
- 10:58 PM Changeset [21806] by
- Use LPCSTR instead of PCSZ in WIn32-like APIs. PCSZ may not be …
- 8:14 PM Changeset [21805] by
- Use OdinCxx for win32.lib instead of OdinDLL.
- 8:13 PM Changeset [21804] by
- Define USE_OS2_TOOLKIT_HEADERS. This is necessary since some APIs …
- 1:41 PM Changeset [21803] by
- Config.kmk: Better template dependency.
Nov 11, 2011:
- 9:14 PM Changeset [21802] by
- Start porting USER32 to GCC.
- 9:13 PM Changeset [21801] by
- Typo.
- 9:04 PM Changeset [21800] by
- Add kBuild makefile for GDI32.DLL.
- 6:44 PM Changeset [21799] by
- Use proper return code from DLL_Init.
- 6:39 PM Ticket #49 (RPM package attemps to change config.sys in C:) closed by
- duplicate: duplicate of #50
Nov 10, 2011:
- 8:41 PM Changeset [21798] by
- Add hacked WGSS50 (8ebb9961...) that suports GCC LIBC.
- 8:33 PM Changeset [21797] by
- Place shared segment to separate group to avoid combining. If the …
Nov 8, 2011:
- 10:19 PM Changeset [21796] by
- Define global DLL variables in KERNEL32 (shared segment) in a more …
Nov 7, 2011:
- 10:59 PM Changeset [21795] by
- Make sure ImpDef and WineRC tools are built before they are used. …
- 10:12 PM Changeset [21794] by
- Add malloc/free wrappers to ODINCRT.
Nov 3, 2011:
- 8:15 PM Changeset [21793] by
- Export VMutex class from KERNEL32.DLL with dllexport. It's not too …
- 8:03 PM Changeset [21792] by
- Addition to r21790.
- 7:46 PM Changeset [21791] by
- Use underscore in .asm to match extern "C" mangling. This relates to …
- 7:45 PM Changeset [21790] by
- Extern "C". Mostly, to fix the GCC bug with stdcall not suppressing …
- 7:42 PM Changeset [21789] by
- Get back non-inline versions of SetFS() and friends. They are …
- 7:41 PM Changeset [21788] by
- Define GNU/EMX for the MASM sources built for GCC.
- 5:46 PM Changeset [21787] by
- Workaround stdcall bug in GCC related to vararg functions. This can …
- 1:34 PM Changeset [21786] by
- Link KERNEL32 with necessary libraries and fix .asm source refs.
- 1:32 PM Changeset [21785] by
- Build ODINCRT DLL.
- 1:32 PM Changeset [21784] by
- Config.kmk: Fix odin_implib_no_expdef.
Nov 2, 2011:
- 11:13 PM Changeset [21783] by
- Use underscores for symbols defined in .asm as they are cdecl. IBM …
- 10:32 PM Changeset [21782] by
- Use _malloc/_free instead of odin_malloc/odin_free in assembler. …
- 10:31 PM Changeset [21781] by
- Make Handle Manager functions compiler neutral with extern "C".
Nov 1, 2011:
- 10:52 PM Changeset [21780] by
- Fix building libwrap from the top directory.
- 10:51 PM Changeset [21779] by
- Build win32k static library.
- 10:49 PM Changeset [21778] by
- Add .orc path to includes when compiling resources. This fixes builds …
- 10:48 PM Changeset [21777] by
- Add odin_implib_no_expdef that disables using ImpDef tool for target.
Oct 31, 2011:
- 9:42 PM Changeset [21776] by
- Add missing spacing to kernel32.def using the new script.
- 9:38 PM Changeset [21775] by
- Build NTDLL library.
- 9:38 PM Changeset [21774] by
- OdinCxxDLL: Fix default linking to initdll.lib.
- 9:37 PM Changeset [21773] by
- Use prefix when compiling resources with WineRC by default.
- 9:36 PM Changeset [21772] by
- Fix debug+release .def mode of the import library made with ImpDef tool.
- 9:29 PM Changeset [21771] by
- Prototype USER32 DLL. This gives us the import library necessary for …
- 9:27 PM Changeset [21770] by
- initdll: No need in OS/2 API wrappers at DLL init time. This removes …
- 9:26 PM Changeset [21769] by
- initdll: Make default DLL_Init()/Term() implementations weak. This is …
- 7:00 PM Changeset [21768] by
- def_quote_names: Fix regexp to make sure space before ordinal.
- 4:38 PM Changeset [21767] by
- Use ImpDef tool to modify .def file for import library generation. …
- 4:33 PM Changeset [21766] by
- ImpDef: Quote generated export names and avoid duplicates. Both …
Oct 30, 2011:
- 3:04 PM Changeset [21765] by
- Moved RPM spec & tools to …
- 2:33 PM Ticket #50 (RPM package attemps to change config.sys in C:) created by
- My boot partition is E: There isn't even a C: partition on this …
- 2:25 PM Ticket #49 (RPM package attemps to change config.sys in C:) created by
- My boot parttion is E: . There isn't even a C: partition on this …
Oct 29, 2011:
- 4:59 PM Changeset [21764] by
- wrc: Typo.
- 4:58 PM Changeset [21763] by
- Make impdef tool build.
- 4:58 PM Changeset [21762] by
- Makefile for tools/common.
- 4:57 PM Changeset [21761] by
- common: Suppress mangling of kAssertMsg.
- 4:43 PM Changeset [21760] by
- common: Use malloc/free for void pointers instead of new/delete. …
- 4:27 PM Changeset [21759] by
- Make tools/common library build.
- 1:40 AM Changeset [21758] by
- Common compiler warnings and errors.
- 1:40 AM Changeset [21757] by
- Fix NTDLL init/term code.
- 1:38 AM Changeset [21756] by
- Make: Add function to auto-generate import library target definition.
Oct 28, 2011:
- 11:04 PM Ticket #48 (Certain text does not display in pop ups) created by
- Certain text does not display in popups generated by the application …
- 2:04 AM Changeset [21755] by
- Extern "C".
Oct 27, 2011:
- 6:49 PM Changeset [21754] by
- GCC has snprintf().
- 4:51 PM Changeset [21753] by
- Quote names in kernel32.def.
- 4:05 PM Changeset [21752] by
- Add sed script to quote funciton names in .DEF files.
- 12:38 AM Changeset [21751] by
- Build LIBWRAP library.
- 12:35 AM Changeset [21750] by
- Addon to r21749.
- 12:34 AM Changeset [21749] by
- Add handler to compile .asm files with the MASM-compilant tool. This …
Oct 26, 2011:
- 11:36 PM Changeset [21748] by
- Generate dependencies for .orc files.
- 11:29 PM Changeset [21747] by
- Oops, typo.
- 9:16 PM Changeset [21746] by
- Add handler to compile .orc source files with Wine RC.
Oct 25, 2011:
- 8:41 PM Changeset [21745] by
- Build Wine RC tool. It is necesasry for .orc files which are Windows …
- 8:39 PM Changeset [21744] by
- Remove duplicate unicode library from tools/wrc/u. The version we …
- 8:37 PM Changeset [21743] by
- Move unicode library to lib as it is shared among several parts.
- 7:13 PM Changeset [21742] by
- Add C++ version of ODINHelperStripUNC() for non-const strings.
- 7:06 PM Changeset [21741] by
- Common compiler warnings and errors.
- 7:05 PM Changeset [21740] by
- GetCPInfo() could return wrong default char.
- 7:04 PM Changeset [21739] by
- Define ras_snprintf() which differs from GNU LIBC snprintf().
- 12:07 PM Changeset [21738] by
- Proper EXPORT definition for GCC.
Oct 24, 2011:
- 9:23 PM Changeset [21737] by
- Common compiler warnings and errors.
- 8:31 PM Changeset [21736] by
- Add exe386.h for GCC which is missing there.
- 8:05 PM Changeset [21735] by
- Match InitializeKernel32() return type usage with declaration.
- 8:04 PM Changeset [21734] by
- Make kernel32 use initdll.lib.
- 7:58 PM Changeset [21733] by
- Create lnitdll.lib to hold common DLL init/term code. This simplifies …
Oct 21, 2011:
- 5:13 PM Changeset [21732] by
- Common compiler warnings and errors.
- 4:55 PM Changeset [21731] by
- Don't include missing includes under GCC.
- 4:52 PM Changeset [21730] by
- Common compiler warnings and errors.
- 4:44 PM Changeset [21729] by
- Use static member instead of global friend funciton.
- 4:39 PM Changeset [21728] by
- Define ctordtorInit()/ctordtorTerm() on GCC.
- 4:35 PM Changeset [21727] by
- Get rid of DLLENTRYPOINT_CCONV and DLLENTRYPOINT_NAME.
Oct 19, 2011:
- 11:00 PM Changeset [21726] by
- strcmpi -> stricmp. The former is deprecated since long and missing …
- 10:48 PM Changeset [21725] by
- GCC doesn't have wcstr.h (wchar.h replaces it when needed).
- 10:40 PM Changeset [21724] by
- No need for inline in class members defined at declaration.
- 10:36 PM Changeset [21723] by
- os2warp.h: Define INCL_LONGLONG_STRUCTS under GCC.
- 10:35 PM Changeset [21722] by
- GCC doesn't have _set_crt_msg_handle().
- 9:53 PM Changeset [21721] by
- Define _interrupt(n) on GCC. It makes sense to add this VAC …
- 12:41 PM Ticket #39 (Trap in Firefox 4.0.2pre) closed by
- invalid
- 11:26 AM Changeset [21720] by
- Replace "\" with "/" in include statements.
- 10:20 AM Changeset [21719] by
- _ras.cpp: Port to GCC.
Oct 18, 2011:
- 9:18 PM Changeset [21718] by
- Ooops, belongs to r21717.
- 9:16 PM Changeset [21717] by
- Use const char * for arguments accepting literal strings. This is …
- 9:14 PM Changeset [21716] by
- Place local includes in quotes. GCC doesn't search for <> includes in …
- 9:01 PM Changeset [21715] by
- Add OS2DEF_INCLUDED and_LNK_CONV missing in GCC.
- 8:31 PM Changeset [21714] by
- Declare index var used outside for().
- 8:24 PM Changeset [21713] by
- Add SetReturnFS() for GCC.
- 8:13 PM Changeset [21712] by
- Add APIRET16/APIENTRY16 missing in GCC.
- 8:12 PM Changeset [21711] by
- Declare index var used outside for().
- 7:37 PM Changeset [21710] by
- _ras.h: Use <sys/binutil.h> under GCC and remove useless typedef.
- 7:26 PM Changeset [21709] by
- Force extern "C" for API declarations. Seems that IBM VAC implied …
- 7:15 PM Changeset [21708] by
- Don't use class name suffix in declaration. This is superfluous and …
- 7:14 PM Changeset [21707] by
- Make Win32ThreadProc static member of Win32Thread. This is more …
- 7:05 PM Changeset [21706] by
- Use _control87() under GCC.
- 6:59 PM Changeset [21705] by
- Don't define FORMAT_CGA unless absent.
- 6:59 PM Changeset [21704] by
- Don't use class name suffix in declaration. This is superfluous and …
- 6:57 PM Changeset [21703] by
- os2wrap.h: OS2_H is also necessary (see r21701).
- 6:56 PM Changeset [21702] by
- Force extern "C" for API declarations. Seems that IBM VAC implied …
- 6:35 PM Changeset [21701] by
- os2wrap.h: Replace VIO16/MOU16 with Vio/Mou and add OS2_INCLUDED. …
Oct 15, 2011:
- 9:34 AM Ticket #46 (java apps fail to display open file dialog) closed by
- invalid
- 9:33 AM Ticket #47 (java apps fail to display open file dialog) closed by
- invalid: Was a install problem
Oct 7, 2011:
- 12:57 AM Changeset [21700] by
- Fix incorrect WINE_PACKED usage (compiler warning).
- 12:55 AM Changeset [21699] by
- Fix incorrect file ending.
- 12:55 AM Changeset [21698] by
- Add min()/max() for GCC.
- 12:54 AM Changeset [21697] by
- Add guidlib makefile.
Oct 6, 2011:
- 12:01 PM Changeset [21696] by
- New ignore patterns.
- 11:59 AM Changeset [21695] by
- Add makefiles for kernel32 (+seh/unicode helpers).
- 10:15 AM Changeset [21694] by
- Rename WGSS50.lic to WGSS50.LIC.
- 12:03 AM Changeset [21693] by
- Rename src/NTDLL to src/ntdll.
Oct 5, 2011:
- 11:55 PM Changeset [21692] by
- Normalize file case. Change all uppercase filenames and extensions to …
- 8:19 PM Ticket #47 (java apps fail to display open file dialog) created by
- Not sure if this is an odin or java6 problem but Arachnophilia - …
- 8:16 PM Ticket #46 (java apps fail to display open file dialog) created by
- Not sure if this is an odin or java6 problem but Arachnophilia - …
Oct 4, 2011:
- 10:17 PM Changeset [21691] by
- Convert lib subdirectory to kbuild.
- 10:14 PM Changeset [21690] by
- Add global kmk configuration and top-level makefile.
Oct 3, 2011:
- 1:35 PM Changeset [21689] by
- Spec for release 0.7.1-3.
- 1:34 PM Ticket #45 (ODIN RPM package and missing path satement in config.sys for PE.EXE) closed by
- fixed: Thanks for the report. Executables have slipped into the "libodin" …
- 10:59 AM Ticket #45 (ODIN RPM package and missing path satement in config.sys for PE.EXE) created by
- After installing ODIN by running YUM INSTALL LIBODIN the portable …
Oct 1, 2011:
- 10:58 PM WikiStart edited by
- (diff)
- 10:57 PM WikiStart edited by
- (diff)
- 10:55 PM WikiStart edited by
- Added 0.7.1 announce. (diff)
- 10:41 PM Ticket #44 (RPM Odin 0.7.1 doesn't work) closed by
- fixed
- 10:30 PM Changeset [21688] by
- Spec for release 0.7.1-2.
- 4:18 PM Ticket #44 (RPM Odin 0.7.1 doesn't work) created by
- Uninstalled the last Odin using Warpin, then installed 0.7.1 using YUM …
Sep 30, 2011:
- 9:47 PM Changeset [21687] by
- Created gcc-kmk branch (moving to GCC and kBuild).
- 8:58 PM Changeset [21686] by
- Tagged release 0.7.1.
- 8:57 PM Changeset [21685] by
- Release 0.7.1.
- 8:57 PM Changeset [21684] by
- HowToDistribute.txt: Missed commit message template for tagging.
- 8:55 PM Changeset [21683] by
- HowToDistribute.txt: A word about re-releasing RPMs.
- 6:56 PM Changeset [21682] by
- HowToDistribute.txt: Typo.
- 6:21 PM Changeset [21681] by
- Update HowToDistribute.txt.
- 6:03 PM Changeset [21680] by
- odin.spec: A lot of changes. Split up to more independent packages, …
- 5:58 PM Changeset [21679] by
- odininst: Create "Program Files" in WINDOWSDIR instead of drive root.
Sep 18, 2011:
- 3:49 PM Ticket #43 (Playing sound is severely distorted) created by
- I found the played sound in LAOE and Raven very distorted. The same …
Sep 3, 2011:
- 1:46 PM Ticket #42 (Sound record) created by
- Odin does not support recording sound. This is something which is not …
Note:
See TracTimeline
for information about the timeline view.