Timeline


and

2010-11-27:

11:37 Changeset [21482] by dmik
testapp/make: Fix debug-* targets.
11:36 Changeset [21481] by dmik
iplog: No need in unistd.h (which conflicts with the LIBC one).
11:34 Changeset [21480] by dmik
iphlpapi: Network interfaces whose names we didn't recognize should be …
11:27 Changeset [21479] by dmik
Get rid of dd_obj_base.h which duplicates obj_base.h creating unnecessary …
11:12 Changeset [21478] by dmik
Do not define TCHAR twice.

2010-11-26:

15:50 Changeset [21477] by dmik
Don't undefine DECLARE_HANDLE as it is sometimes used in client code.

2010-11-16:

23:38 Changeset [21476] by dmik
testapp: Improved SEH/except test case.
23:35 Changeset [21475] by dmik
testapp: Added longjmp test case to test longjmp() within try.

2010-11-14:

00:50 Ticket #15 (Add own setjmp()/longjmp()) created by dmik
The normal OS/2 LIBC version of setjmp() memorizes the current (top) …
00:41 Changeset [21474] by dmik
kernel32/SEH: Added support for setjmp()/longjmp() within the try block. …
00:29 Changeset [21473] by dmik
kernel32: Do not attempt to dereference a certainly invalid pointer in the …

2010-11-11:

13:19 Changeset [21472] by dmik
kernel32: Allow FILE_MAP_READ access for PAGE_WRITECOPY mappings. Fixes …

2010-10-03:

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

2010-10-01:

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

2010-09-30:

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

2010-09-29:

19:29 Ticket #13 (svn error) created by abwillis
e:\svn-code\odin32[0]svn up . svn: Can't check path …
17:53 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 …
17:51 Changeset [21466] by dmik
Added encodings test case.
17:11 Changeset [21465] by dmik
shellapi.h: Declare CommandLineToArgvW() for those who may need it (modern …
17:09 Changeset [21464] by dmik
Added argcA and argvA (valid only after WinMain?() is entered) that may …
00:46 Changeset [21463] by dmik
Undo interpreting strings as ANSI for certain OSLib APIs modified in the …
00:04 Changeset [21462] by dmik
Fixed: CreateProcess? could not start programs with national characters in …

2010-09-28:

22:10 Changeset [21461] by dmik
Fixed: Title bar in OS/2 look and feel mode displayed text with national …

2010-09-27:

21:04 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 …

2010-09-25:

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

2010-09-24:

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

2010-09-23:

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

2010-09-21:

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

2010-09-20:

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

2010-09-19:

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

2010-09-18:

17:46 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 to …
17:27 Changeset [21447] by dmik
Fixed ntdll build break by gcc4 by fixing DUMMYUNIONNAME/DUMMYSTRUCTNAME …

2010-09-09:

19:01 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 gcc …
16:56 Changeset [21446] by ydario
Add two new exports for flash support.
16:54 Changeset [21445] by ydario
LoadLibraryExA: return only for LX binaries, allow execution for PE …

2010-09-05:

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

2010-09-01:

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

2010-08-30:

15:58 Changeset [21438] by ydario
Reverted partially previous commit, wrong files.
15:56 Changeset [21437] by ydario
Restored old thread affinity mask, flash10 ticket:18.
14:21 Changeset [21436] by dmik
Make sure minivcrt.lib is built by default.
14:05 Changeset [21435] by dmik
kernel32: Return FALSE and set ERROR_CALL_NOT_IMPLEMENTED in HeapWalk?() to …
Note: See TracTimeline for information about the timeline view.