Strncpy elimination.
[wine] / dlls / winedos / Makefile.in
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-17  Alexandre JulliardMoved I/O port handling to dlls/winedos.
2003-06-13  Jukka HeinonenSplit timer code into separate source file.
2003-05-15  Alexandre JulliardMoved vxd support to winedos.
2003-04-21  Jukka HeinonenMoved dosconf.c to winedos.
2002-12-15  Jukka HeinonenAdd support for DPMI32. Make winedos16.dll unnecessary.
2002-12-02  Jukka HeinonenMove DPMI segments to winedos.
2002-11-27  Jukka HeinonenMoved handlers for int25 and int26 to winedos.
2002-11-24  Jukka HeinonenMoved handlers for int11, int15 and int5c to winedos.
2002-11-23  Jukka HeinonenMove int2f handler to winedos.
2002-11-12  Jukka HeinonenMove simple interrupt handlers to winedos.
2002-10-30  Jukka HeinonenAdd winedos16.dll which contains 16-bit protected mode...
2002-10-23  Jukka HeinonenMove interrupt emulation code from INSTR_EmulateInstruc...
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-05-23  Alexandre JulliardRemoved some unnecessary imports.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-16  Christian CostaAdded DMA and SoundBlaster emulation.
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-11  Alexandre JulliardRemoved obsolete console driver.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-01-29  Jukka HeinonenAdded support for DOS EMS memory.
2002-01-01  Alexandre JulliardLink with libutil only where needed.
2001-12-26  Alexandre JulliardLink to the curses library only for the dlls that need it.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-11-08  Ove KaavenMoved the int 9 (keyboard) handler to dlls/winedos.
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.