Timeline


and

2011-04-05:

02:21 Changeset [21609] by dmik
os2wrap2.h: Added CREATE_, EXLST_ and XCPT_ defines.

2011-03-31:

12:20 WikiStart edited by diver
page redesign & bug reports (diff)

2011-03-30:

14:19 Changeset [21608] by dmik
testapp: threads: Modified to be able to easily reproduce the hang on SMP …
01:11 Changeset [21607] by dmik
Added wgss50.sym and .map files (contributed by Steven Levine).

2011-03-28:

13:40 Changeset [21606] by dmik
release: Bumped build number and updated changelog for 0.6.21606.
13:38 Changeset [21605] by dmik
general: Corrected spelling of my name.

2011-03-24:

23:14 Changeset [21604] by dmik
kernel32: Report ERROR_MOD_NOT_FOUND from LoadLibrary?() when it fails to …

2011-03-23:

23:51 Ticket #16 (Add xsystray support) closed by dmik
fixed: Implemented the "TaskbarCreated?" functionality in r21601. Applications …
23:45 Changeset [21603] by dmik
testapp/systray: Added "TaskbarCreated?" support.
23:44 Changeset [21602] by dmik
shell32: systray: Added support for the "TaskbarCreated?" system …
23:40 Changeset [21601] by dmik
dbglog.h: Warnings.
17:52 Changeset [21600] by dmik
shell32: systray: Fixed non-working systray notifications in modern Java …
17:49 Changeset [21599] by dmik
user32: auxthread: Typo.
17:49 Changeset [21598] by dmik
win32type.h: Fixed a couple of declarations incompatible with C mode.
17:48 Changeset [21597] by dmik
headers: VAC <= 3.0 doesn't understand _inline in C mode, so use _Inline …
15:29 Changeset [21596] by dmik
user32: Added internal helper RunOnAuxThread?() API to perform function …
15:29 Changeset [21595] by dmik
user32: Added internal helper RunOnAuxThread?() API to perform function …
15:27 Changeset [21594] by dmik
win32api.h: Added InterlockedCompareExchange?() and …

2011-03-18:

23:55 Changeset [21593] by dmik
testapp/systray: Added a todo.
23:37 Changeset [21592] by dmik
shell32: Implemented xsystray support (#16).

2011-03-16:

16:52 Changeset [21591] by dmik
shell32: Prepared to the xsystray integration (keeping the old Systray/WPS …

2011-03-15:

16:34 Changeset [21590] by dmik
shell32: Shell_NotifyIcon(): Create a copy of the supplied icon because …

2011-03-14:

17:36 Ticket #33 (Make wrc work in GAS mode) closed by dmik
fixed: Implemented in r21589. I added the -M option to the wrc tool which turns …
17:35 Changeset [21589] by dmik
tools/wrc: Restored generating GAS output by default. MASM output is now …
12:40 Ticket #33 (Make wrc work in GAS mode) created by dmik
Currently, wrc (wine resource compiper) is hard-hacked to produce the MASM …
11:53 Changeset [21588] by dmik
testapp: Added systray testcase (taken from …

2011-03-04:

23:08 Changeset [21587] by dmik
kernel32: VirtualQuery?: Succeed with MEM_FREE for one page when querying …

2011-03-03:

14:15 Changeset [21586] by dmik
os2wrap2.h: Added CLR_ wrappers.
14:11 Changeset [21585] by dmik
shlobj.h: Removed DECLSPEC_IMPORT definition as it seems to be not …

2011-03-02:

19:50 Changeset [21584] by dmik
Removed OS/2-style APIENTRY definition from odin.h as it conflicts with …

2011-02-27:

06:21 Changeset [21583] by abwillis
Ticket #32
06:20 Changeset [21582] by abwillis
Ticket #32
06:19 Changeset [21581] by abwillis
Ticket #32
06:19 Changeset [21580] by abwillis
Ticket #32
06:16 Ticket #32 (Libpathstrict and DosLoadModule) created by abwillis
When DosLoadModule? loads a DLL with the name having .DLL it will search …

2011-02-25:

19:29 Ticket #31 (DosQueryModuleHandleStrict() loops forever and drains stack) closed by dmik
fixed: Fixed in r21579. Turned out to be a tiny typo (lost break statement), not …
19:28 Changeset [21579] by dmik
odincrt: Fixed a tiny typo in DosQueryModuleHandleStrict?() that could …

2011-02-24:

23:32 Ticket #31 (DosQueryModuleHandleStrict() loops forever and drains stack) created by dmik
Due to bugs in the DosQuerySysState? API, the returned buffer seems to …
23:07 Changeset [21578] by dmik
dsound: Workaround the OS/2 loader bug in LIBPATHSTRICT=T mode by always …

2011-02-22:

21:18 Ticket #14 (KEIL does not work - src\kernel32\mmap.cpp line 725 - can this be changed? ...) closed by andib
fixed: Works with odin32bin-20101230-release and odin32bin-20110221-release. I …

2011-02-21:

13:34 Changeset [21577] by dmik
Release: Bumped build number and updated changelog.
13:33 Changeset [21576] by dmik
Readme.txt: Don't mention the build number or date since it's enough …
13:21 Changeset [21575] by dmik
Readme.txt: Updated all links to point to netlabs.org.
13:16 Changeset [21574] by dmik
Authors list is in alphabetic order.
12:40 Changeset [21573] by dmik
user32: Disable an assertion in the debug build that doesn't look right.

2011-02-09:

17:03 Changeset [21572] by dmik
dsound: Fixed GUID definition in DirectSoundCreate?().
17:03 Changeset [21571] by dmik
dsound: Enumerate the default sound device twice in DirectSoundEnumerate?() …
17:02 Changeset [21570] by dmik
winmm: Accept handles returned by mixerOpen() as IDs in mixerGetDevCaps() …

2011-02-04:

23:59 Changeset [21569] by dmik
kernel32: Fixed a bunch of OSLibDos* functions dealing with file names …
19:54 Changeset [21568] by dmik
kernel32: Disable logging exceptions in release builds through RAS since …

2011-01-28:

17:50 Changeset [21567] by dmik
kernel32: Implemented GetVolumePathName?() API.
17:49 Changeset [21566] by dmik
kernel32: Debug output of GetFullPathNameA() could crash the process.

2011-01-19:

22:58 Changeset [21565] by dmik
testapp: Added simple CreateFile?()/GetFileInformationByHandle?() test case.
22:56 Changeset [21564] by dmik
kernel32: Implemented generating the high/low index values (using a CRC32 …
04:06 Ticket #30 (Please add OdinApp install to Odin installation section of readme.) created by madodel
This is a carry over from testing flash 10. I was unable to start Firefox …

2011-01-18:

13:00 Changeset [21563] by dmik
iphlpapi: Fixed a crash when building the adapter/interface/address tables …

2011-01-17:

20:29 Changeset [21562] by abwillis
Backup r21560
20:28 Changeset [21561] by abwillis
Backout r21559
19:14 Changeset [21560] by abwillis
Changes to get pe.exe and pec.exe to build with GCC, ticket #19 and ticket …
19:05 Changeset [21559] by abwillis
In order to allow Odin to build with the GCC 3.3.5 and up the mk files …

2011-01-12:

18:22 Changeset [21558] by dmik
Release: Bumped build number and updated changelog.
16:13 Changeset [21557] by dmik
testapp/gui/input: Formatting.
16:13 Changeset [21556] by dmik
user32: Fixed a crash during DnD when the dragged object was moved through …
00:11 Changeset [21555] by dmik
user32: Make GetQueueStatus?() return actual message summary in high word …

2011-01-11:

23:47 Changeset [21554] by dmik
Fixed broken indentation.
22:30 Ticket #29 (WINXP version to SP3) created by abwillis
There was some chatter on OS2World about updating the reported version of …
13:48 Ticket #28 (smp hangs) created by diver
odin tends to hang the active process when a odinized app is terminated. …
02:59 Ticket #27 (Add the "BroadcastSystemMessageA" function to User32.dll) closed by abwillis
fixed: Committed revision 21553.
02:58 Changeset [21553] by abwillis
Add the "BroadcastSystemMessageA" function to User32.dll Ticket #27
01:06 Ticket #27 (Add the "BroadcastSystemMessageA" function to User32.dll) created by abwillis
Add the "BroadcastSystemMessageA" function to User32.dll
00:12 Changeset [21552] by abwillis
Ticket #25 WSALookupServiceBeginA and W stubs.

2011-01-10:

23:50 Changeset [21551] by abwillis
Ticket #26 allow wrc to build for Open Watcom.
23:42 Ticket #26 (OpenWatcom build) created by abwillis
I did some work with Michal Necasek to get Odin to build with Open Watcom. …
23:35 Ticket #25 (Get Pidgin to work under Odin) created by abwillis
Attempt to get Pidgin to work under Odin. If Pidgin works then possibly …
23:12 WikiStart edited by abwillis
SVN Information (diff)

2011-01-09:

23:42 Changeset [21550] by dmik
minivcrt: Use the own version of _fullpath() instead of the kLIBC one …
17:54 Changeset [21549] by dmik
kernel32: Fixed debug output in GetFullPathName?*.

2011-01-08:

13:51 Changeset [21548] by dmik
os2wrap2.h: Added BM_, LM_ and MM_ constants. Fixed incorrect redefinition …
13:41 Changeset [21547] by dmik
os2wrap2.h: Added wrappers for ERROR_, OBJ_ and PAG_ constants. Placed the …

2011-01-07:

14:21 Ticket #24 (Input of umlauts (å, ä , ö) sometimes does not work) closed by dmik
fixed: Good. Closing.
13:37 Changeset [21546] by dmik
testapp: gui/input: Build Unicode and Ascii executables and add Latin and …
13:36 Changeset [21545] by dmik
testapp: common.mak: Added source- and target-specific CFLAGS support …
01:51 Changeset [21544] by dmik
user32: Fixed incorrect code page translation of window title text (seen …
01:01 Changeset [21543] by dmik
user32: Do not change the code page of the main PM thread as Odin may be …

2011-01-06:

21:20 Ticket #24 (Input of umlauts (å, ä , ö) sometimes does not work) created by dmik
A user reports (http://svn.netlabs.org/java/ticket/41) that he cannot …
12:34 Changeset [21542] by dmik
minivcrt: Fixed _fullpath() which could implicitly change the current …
Note: See TracTimeline for information about the timeline view.