Timeline



Oct 3, 2010:

4:09 AM Ticket #14 (KEIL does not work - src\kernel32\mmap.cpp line 725 - can this be ...) created by andib
Problem is, KEIL does not work cause it can not read it's tools.ini …

Oct 1, 2010:

5:47 PM Changeset [21471] by ydario
Make config.sys LIBPATH changes selected by default for new installations.
4:23 PM Changeset [21470] by ydario
Make WinXP the default system version.

Sep 30, 2010:

7:35 PM Changeset [21469] by dmik
Fixed: argv[argc] must be NULL.
4:00 PM Changeset [21468] by ydario
Add klibc 0.6.3 as requirement for installation.
3:02 PM Ticket #13 (svn error) closed by dmik
fixed: Should've been fixed in r21467. Sorry for the hassle but I guessed …
2:59 PM Changeset [21467] by dmik
Removed a file with non-ASCII characters from SVN and put it to .zip.

Sep 29, 2010:

5:29 PM Ticket #13 (svn error) created by abwillis
e:\svn-code\odin32[0]svn up . svn: Can't check path …
3:53 PM Ticket #12 (Use a single encoding in UI API) closed by dmik
fixed: In r21464, I solved issue 3 by providing special versions of argc and …
3:51 PM Changeset [21466] by dmik
Added encodings test case.
3:11 PM Changeset [21465] by dmik
shellapi.h: Declare CommandLineToArgvW() for those who may need it …
3:09 PM Changeset [21464] by dmik
Added argcA and argvA (valid only after WinMain?() is entered) that …

Sep 28, 2010:

10:46 PM Changeset [21463] by dmik
Undo interpreting strings as ANSI for certain OSLib APIs modified in …
10:04 PM Changeset [21462] by dmik
Fixed: CreateProcess? could not start programs with national characters …
8:10 PM Changeset [21461] by dmik
Fixed: Title bar in OS/2 look and feel mode displayed text with …

Sep 27, 2010:

7:04 PM Ticket #12 (Use a single encoding in UI API) created by dmik
It is known that there are two system encodings in Windows: the ANSI …

Sep 25, 2010:

2:24 PM Changeset [21460] by ydario
Cannot commit already committed memory, check status before calling …

Sep 24, 2010:

5:02 PM Changeset [21459] by ydario
Allow export by name of appearance control, so Flash can change look&feel.
3:23 PM Changeset [21458] by ydario
Add new registry keys, make config.sys changes optional, some improved …
1:01 PM Ticket #11 (Installer registry entry) created by ydario
New odin applications can dinamically load the runtime libraries, so …

Sep 23, 2010:

9:51 PM Changeset [21457] by ydario
In low mem situations, DosAllocMem?() can fail while new() can still …
8:12 PM Ticket #10 (Missing WinSock2 constants) closed by dmik
fixed: Fixed in r21456.
8:09 PM Changeset [21456] by dmik
WinSock2: IPPROTO_IP option constants have different values than in …
5:54 PM Changeset [21455] by ydario
Cannot commit already committed memory, check status before calling …
5:53 PM Ticket #10 (Missing WinSock2 constants) created by dmik
There is a bunch of constants (such as IP_ADD_MEMBERSHIP) that were …

Sep 21, 2010:

9:25 PM Changeset [21454] by dmik
win32type.h: fixed duplicate typedef conflicting in C mode.

Sep 20, 2010:

6:57 PM Changeset [21453] by dmik
Moved Sid APIs from ntdll.h to winbase.h (for compatibility with …
4:11 PM Changeset [21452] by dmik
netsecapi.h needs ntdef.h due to UNICODE_STRING and friends.
4:10 PM Changeset [21451] by dmik
winnt.h: Added PTOKEN_* pointers to TOKEN_* structs.
12:54 PM Changeset [21450] by dmik
advapi32: Export CryptSetKeyParam? and CryptSetHashParam? APIs.

Sep 19, 2010:

6:59 PM Changeset [21449] by dmik
testapp: Added test case for for try/finally/leave.
6:58 PM Changeset [21448] by dmik
excpt.h: Added support for try/finally/leave SEH statements.

Sep 18, 2010:

3:46 PM Ticket #9 (Build break with gcc 4.4.4) closed by ydario
fixed: (changeset:21447) takes care of defining a new set of nameless unions …
3:27 PM Changeset [21447] by dmik
Fixed ntdll build break by gcc4 by fixing …

Sep 9, 2010:

5:01 PM Ticket #9 (Build break with gcc 4.4.4) created by ydario
Build of ntdll is no longer possible with gcc 4.x; still working with …
2:56 PM Changeset [21446] by ydario
Add two new exports for flash support.
2:54 PM Changeset [21445] by ydario
LoadLibraryExA: return only for LX binaries, allow execution for PE …

Sep 5, 2010:

9:56 PM Changeset [21444] by dmik
Added a dummy change log entry and updated the build number for the …
9:47 PM Changeset [21443] by dmik
Added myself to the Authors list.
9:35 PM Changeset [21442] by dmik
Fixed the WPI installer generation script (didn't work with new WarpIn?
6:46 PM Changeset [21441] by dmik
advapi32: Use the "USER" environment variable for detecting the user …
6:18 PM Changeset [21440] by dmik
os2wrap2.h: Added wrappers for QSV_*, SIS_* and SV_* constants.

Sep 1, 2010:

1:47 PM Changeset [21439] by dmik
minivcrt: Provide a _fullpath() reimplementation that returns char * …

Aug 30, 2010:

1:58 PM Changeset [21438] by ydario
Reverted partially previous commit, wrong files.
1:56 PM Changeset [21437] by ydario
Restored old thread affinity mask, flash10 ticket:18.
12:21 PM Changeset [21436] by dmik
Make sure minivcrt.lib is built by default.
12:05 PM Changeset [21435] by dmik
kernel32: Return FALSE and set ERROR_CALL_NOT_IMPLEMENTED in …

Aug 27, 2010:

5:29 PM Changeset [21434] by dmik
Fixed: Starting executables with RegisterLxExe?() would mistakenly …
12:01 PM Changeset [21433] by dmik
testapp/common.mak: Added debug-<something> target that starts …
11:56 AM Changeset [21432] by dmik
testapp: Added SEH test.
11:54 AM Changeset [21431] by dmik
SEH: A better implementation of r21427, doesn't need separate …
11:18 AM Changeset [21430] by dmik
testapp: Put common defs in a single makefile.
10:50 AM Changeset [21429] by dmik
testapp/network/iphlpapi: Fix slashes.
10:30 AM Changeset [21428] by dmik
testapp/network/iphlpapi: Use relative path to Odin headers and libraries.
12:20 AM Changeset [21427] by dmik
SEH: Save EXCEPTION_RECORD and CONTEXT on heap when jumping back from …

Aug 26, 2010:

10:32 PM Changeset [21426] by dmik
Attempted to make Odin work in LIBPATHSTRICT=T mode by replacing …
1:48 PM Changeset [21425] by dmik
Added DosQueryModuleHandleStrict?() that is able to find modules loaded …

Aug 23, 2010:

11:41 PM Changeset [21424] by dmik
Added wrappers for DosQueryModFromEIP and DosQuerySysState? and added …
12:07 AM Changeset [21423] by dmik
os2wrap2.h: Fixed a lot of broken definitions (in fact, all macros …

Aug 17, 2010:

9:51 PM Changeset [21422] by dmik
Attempted to fix broken rsaenh.dll functionality when built by VAC 3 …
9:48 PM Changeset [21421] by dmik
Make sure basetsd.h is eventually included by windows.h (for …

Aug 16, 2010:

2:19 PM Changeset [21420] by dmik
winsock2.h: Added missing WSASend* and WSARecv* declarations.

Aug 15, 2010:

9:28 PM Changeset [21419] by dmik
Removed duplicate PWCHAR definition (now lives in winnt.h).

Aug 14, 2010:

5:18 PM Changeset [21418] by dmik
winsock2.h: Added declarations ofI WSASendDisconnect() and WSAIoctl().
5:17 PM Changeset [21417] by dmik
winsock.h: Added WSATYPE_NOT_FOUND.
5:15 PM Changeset [21416] by dmik
winnt.h: Added PWCHAR.
4:45 PM Changeset [21415] by dmik
Replaced an iphlpapi test case with a bettter one.

Aug 13, 2010:

6:14 PM Changeset [21414] by dmik
iphlpapi: Added support for multiple IPs and gateways per interface …
12:39 PM Changeset [21413] by dmik
iprtrmib.h: Use the proper time_t definition on GCC/EMX.
12:37 PM Changeset [21412] by dmik
iphlpapi: Fix the byte order in the reported interface mask and report …

Aug 12, 2010:

12:04 PM Changeset [21411] by dmik
Expose the iphlpapi.dll interface at source level through …
10:43 AM Changeset [21410] by dmik
winsock2.h: Added missing WSAAPI define.

Aug 10, 2010:

5:31 PM Changeset [21409] by dmik
winsock2.h: Removed duplicate GROUP definition.

Aug 5, 2010:

8:51 PM Changeset [21408] by dmik
LoadLibraryExA: Report the correct error code (mapped from OS/2 …
8:47 PM Changeset [21407] by dmik
Removed accidentally committed garbage.
8:43 PM Changeset [21406] by dmik
Added mapping of OS/2's ERROR_INIT_ROUTINE_FAILED to Win32's …
8:15 PM Changeset [21405] by dmik
Make signedness of PSZ and char * match when building on EMX.

Aug 4, 2010:

7:58 PM Changeset [21404] by dmik
Moved dummy unistd.h to incl_vac to make sure it doesn't interfere …
7:06 PM Changeset [21403] by dmik
winbase.h: Added TIME_ZONE_ID_INVALID.

Jul 30, 2010:

11:01 AM Changeset [21402] by dmik
Added more wide character versions of RT functions to minivcrt.lib.

Jul 29, 2010:

8:46 PM Changeset [21401] by dmik
Fixed a typo in the GetFileAttributesEx?() name.
8:33 PM Changeset [21400] by dmik
GCC 4.x.x supports unnamed structs and unions.

Jul 28, 2010:

8:14 PM Changeset [21399] by dmik
tchar.h: Don't define TCHAR twice (already defined in windef.h which …
6:14 PM Changeset [21398] by dmik
Build minivcrt.lib (accessible through minivcrt.h) that aims at …
6:08 PM Changeset [21397] by dmik
windef.h: Looks like the jni_md.h hack isn't necessary for OpenJDK.
6:07 PM Changeset [21396] by dmik
odin32.post.emx.mk: Fixed misplaced !else.

Jul 27, 2010:

8:08 PM Changeset [21395] by dmik
Attempted to resurrect building of msvcrt.dll.
7:55 PM Changeset [21394] by dmik
Use the .lrf file when generating .exe and .dll using EMX to overcome …

Jul 24, 2010:

7:37 PM Ticket #8 (Make msvcrt.dll build) created by dmik
Odin contains an emulation library for MSVCRT in src/msvcrt which in …
Note: See TracTimeline for information about the timeline view.