Timeline
Aug 24, 2010:
- 1:41 AM Changeset [21424] by
- Added wrappers for DosQueryModFromEIP and DosQuerySysState and added …
Aug 23, 2010:
- 2:07 AM Changeset [21423] by
- os2wrap2.h: Fixed a lot of broken definitions (in fact, all macros …
Aug 17, 2010:
- 11:51 PM Changeset [21422] by
- Attempted to fix broken rsaenh.dll functionality when built by VAC 3 …
- 11:48 PM Changeset [21421] by
- Make sure basetsd.h is eventually included by windows.h (for …
Aug 16, 2010:
- 4:19 PM Changeset [21420] by
- winsock2.h: Added missing WSASend* and WSARecv* declarations.
Aug 15, 2010:
- 11:28 PM Changeset [21419] by
- Removed duplicate PWCHAR definition (now lives in winnt.h).
Aug 14, 2010:
- 7:18 PM Changeset [21418] by
- winsock2.h: Added declarations ofI WSASendDisconnect() and WSAIoctl().
- 7:17 PM Changeset [21417] by
- winsock.h: Added WSATYPE_NOT_FOUND.
- 7:15 PM Changeset [21416] by
- winnt.h: Added PWCHAR.
- 6:45 PM Changeset [21415] by
- Replaced an iphlpapi test case with a bettter one.
Aug 13, 2010:
- 8:14 PM Changeset [21414] by
- iphlpapi: Added support for multiple IPs and gateways per interface …
- 2:39 PM Changeset [21413] by
- iprtrmib.h: Use the proper time_t definition on GCC/EMX.
- 2:37 PM Changeset [21412] by
- iphlpapi: Fix the byte order in the reported interface mask and report …
Aug 12, 2010:
- 2:04 PM Changeset [21411] by
- Expose the iphlpapi.dll interface at source level through …
- 12:43 PM Changeset [21410] by
- winsock2.h: Added missing WSAAPI define.
Aug 10, 2010:
- 7:31 PM Changeset [21409] by
- winsock2.h: Removed duplicate GROUP definition.
Aug 5, 2010:
- 10:51 PM Changeset [21408] by
- LoadLibraryExA: Report the correct error code (mapped from OS/2 …
- 10:47 PM Changeset [21407] by
- Removed accidentally committed garbage.
- 10:43 PM Changeset [21406] by
- Added mapping of OS/2's ERROR_INIT_ROUTINE_FAILED to Win32's …
- 10:15 PM Changeset [21405] by
- Make signedness of PSZ and char * match when building on EMX.
Aug 4, 2010:
- 9:58 PM Changeset [21404] by
- Moved dummy unistd.h to incl_vac to make sure it doesn't interfere …
- 9:06 PM Changeset [21403] by
- winbase.h: Added TIME_ZONE_ID_INVALID.
Jul 30, 2010:
- 1:01 PM Changeset [21402] by
- Added more wide character versions of RT functions to minivcrt.lib.
Jul 29, 2010:
- 10:46 PM Changeset [21401] by
- Fixed a typo in the GetFileAttributesEx() name.
- 10:33 PM Changeset [21400] by
- GCC 4.x.x supports unnamed structs and unions.
Jul 28, 2010:
- 10:14 PM Changeset [21399] by
- tchar.h: Don't define TCHAR twice (already defined in windef.h which …
- 8:14 PM Changeset [21398] by
- Build minivcrt.lib (accessible through minivcrt.h) that aims at …
- 8:08 PM Changeset [21397] by
- windef.h: Looks like the jni_md.h hack isn't necessary for OpenJDK.
- 8:07 PM Changeset [21396] by
- odin32.post.emx.mk: Fixed misplaced !else.
Jul 27, 2010:
- 10:08 PM Changeset [21395] by
- Attempted to resurrect building of msvcrt.dll.
- 9:55 PM Changeset [21394] by
- Use the .lrf file when generating .exe and .dll using EMX to overcome …
Jul 24, 2010:
- 9:37 PM Ticket #8 (Make msvcrt.dll build) created by
- Odin contains an emulation library for MSVCRT in src/msvcrt which in …
Jul 16, 2010:
- 9:03 AM Changeset [21393] by
- Fixed: RegisterLxDll() and friends are extern C.
Jul 14, 2010:
- 2:20 PM Changeset [21392] by
- Added INHERITED_ACE flag.
- 2:14 PM Changeset [21391] by
- Added token access flags and PTOKEN_USER (note that all token code is …
- 1:37 PM Changeset [21390] by
- Added STILL_ACTIVE.
- 12:39 AM Changeset [21389] by
- ULONG_PTR and friends are integer types rather than pointers to integer.
Jul 13, 2010:
- 12:46 AM Changeset [21388] by
- Make CreateFile() return HANDLE rather than HFILE to match the current …
Jul 7, 2010:
- 11:38 PM Changeset [21387] by
- SEH: Added _exception_code/_exception_info found in modern MSVC compilers.
- 11:36 PM Changeset [21386] by
- Deleted several more generated directories.
Jul 5, 2010:
- 5:04 PM Changeset [21385] by
- Added ignore patterns and removed generated files from SVN control.
- 3:47 PM Ticket #7 (Add support for __try/__except) closed by
- fixed: I fixed a couple of problems in further revisions. I think it's enough …
- 3:44 PM Changeset [21384] by
- SEH: Added some info to Porting.txt and examples to Odin32API.
- 3:29 PM Changeset [21383] by
- SEH: Don't call except blocks during exception stack unwind (for …
- 3:13 PM Changeset [21382] by
- SEH: Fixed: Nested try/except statements would produce wrong …
- 2:30 AM Changeset [21381] by
- Implemented compiler-level SEH (try/catch) support for GCC.
Jul 4, 2010:
- 7:43 PM Changeset [21380] by
- os2newapi.h: Added EOL at EOF.
- 7:42 PM Changeset [21379] by
- os2wrap2.h to make it possible to use OS/2 APIs from the same source …
Jun 30, 2010:
- 11:43 AM Ticket #7 (Add support for __try/__except) created by
- The windows code often uses try/except (this is a MSVC compiler …
Jun 28, 2010:
- 10:58 PM Changeset [21378] by
- Fixed invalid use of 'VOID' when compiling C++ code with GCC.
Jun 21, 2010:
- 9:03 PM Changeset [21377] by
- Added os2wrap2.h to make it possible to use OS/2 APIs from the same …
- 9:00 PM Changeset [21376] by
- Fixed GCC warning: 'packed' attribute ignored for field of type 'CHAR[8]'.
Jun 3, 2010:
- 12:54 AM Changeset [21375] by
- Change EOL style to CRLF for include files that are input to H2INC …
Jun 1, 2010:
- 4:34 PM Ticket #6 (Change compiler to gcc) created by
- change compiler from vac to gcc, as vac is really old now ad when odin …
- 4:33 PM Ticket #5 (Change build system to kmk) created by
- move Odin to a newer buildsystem like kmk, as the currently system is …
Note:
See TracTimeline
for information about the timeline view.