projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added sprintfW and vsprintfW.
[wine]
/
msdos
/
int21.c
2003-03-04
Jukka Heinonen
Move decoding of long file name functions to winedos.
blob
|
commitdiff
|
raw
2003-02-19
Jukka Heinonen
Move resize memory block to winedos and make it resize...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-11
Jukka Heinonen
Reorganize IOCTL handling.
blob
|
commitdiff
|
raw
|
diff to current
2003-01-30
Jukka Heinonen
Fix buffered input function. Add support for UMB subfun...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-28
Jukka Heinonen
Return scancode when extended keycodes are read using...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-23
Marcus Meissner
Remove errno.h from files that do not need it.
blob
|
commitdiff
|
raw
|
diff to current
2003-01-23
Jukka Heinonen
Return number of bytes written when writing to DOS...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-10
Jukka Heinonen
Move int21 country information handling to winedos.
blob
|
commitdiff
|
raw
|
diff to current
2002-12-07
Jukka Heinonen
Move int08 stub and LOL to upper memory.
blob
|
commitdiff
|
raw
|
diff to current
2002-12-03
Andreas Mohr
Fixed error checking in file creation and closing.
blob
|
commitdiff
|
raw
|
diff to current
2002-12-03
Jukka Heinonen
Clean up int21 handling. Move error handling to winedos.
blob
|
commitdiff
|
raw
|
diff to current
2002-12-02
Jukka Heinonen
Rename old DOS3Call as INT_Int21Handler and make new...
blob
|
commitdiff
|
raw
|
diff to current
2002-11-21
Jukka Heinonen
Removed last users of msdos/interrupts.c.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-12
Patrik Stridvall
Moved all the content of the DDK files ntdef.h and...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-31
Alexandre Julliard
Moved internal context macros out of winnt.h.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-28
Patrik Stridvall
MSVC compatibility fixes.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-27
Dmitry Timoshkov
Convert most of the file APIs to Unicode.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-26
Patrik Stridvall
MSVC compatibility fixes.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-17
Patrik Stridvall
Added include protection for unistd.h and sys/time.h.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-23
Alexandre Julliard
Removed most inclusions of options.h.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-26
Alexandre Julliard
Link to the curses library only for the dlls that need it.
blob
|
commitdiff
|
raw
|
diff to current
2001-12-04
Alexandre Julliard
Moved most of the real-mode stuff to dlls/winedos.
blob
|
commitdiff
|
raw
|
diff to current
2001-11-19
Andreas Mohr
- fix wrong hexadecimal GetLastError() output
blob
|
commitdiff
|
raw
|
diff to current
2001-07-24
Alexandre Julliard
Removed HEAP_strdupA.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-11
Patrik Stridvall
Documentation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-14
Marcus Meissner
Implemented 64bit file size handling.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-09
Francois Gouget
Add '\n' at the end of traces.
blob
|
commitdiff
|
raw
|
diff to current
2001-04-04
Alexandre Julliard
Added TASK_GetPtr/TASK_GetCurrent functions to get...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-12
Andreas Mohr
Implemented the int21 LFN rename file function.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-06
François Gouget
Fixed some HFILE vs. HANDLE mismatches.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-26
Ove Kaaven
Separated the MZ loader and core DOS VM into dlls/winedos.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-13
Alexandre Julliard
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-12
Alexandre Julliard
Use the DRIVE_* API constants instead of the DRIVETYPE...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-27
Dimitrie O. Paun
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-27
Alexandre Julliard
Implemented DosFileHandleToWin32Handle, Win32HandleToDo...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-17
Ove Kaaven
Implemented DOS INT21 AH=4B (EXEC).
blob
|
commitdiff
|
raw
|
diff to current
2000-10-13
Peter Hawkins
Added DOS int 21h function 4452h support (DR-DOS versio...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-25
Alexandre Julliard
Removed some of the XXX_reg macros now that we are...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-14
Alexandre Julliard
Moved CharUpper* and CharLower* functions to dlls/user.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-29
Ove Kaaven
Make direct console input routines go through int16...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-28
Ove Kaaven
Removed the hModule parameter from various DOSMEM routi...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-28
Ove Kaaven
Just get DOS task structure from MZ_Current(), instead...
blob
|
commitdiff
|
raw
|
diff to current
2000-06-18
Dmitry Timoshkov
Use GetSystemDefaultLangID() instead of WINE_LanguageId.
blob
|
commitdiff
|
raw
|
diff to current
2000-05-30
Andreas Mohr
Implemented int 0x21 long file name function 0x71a0...
blob
|
commitdiff
|
raw
|
diff to current
2000-05-29
Alexandre Julliard
Exec a separate wine binary for every win32 process...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-06
Patrik Stridvall
Fixed some issues reported by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2000-04-04
Ian Schmidt
Implemented FAT32 function 7302 (Get Extended DPB).
blob
|
commitdiff
|
raw
|
diff to current
2000-03-25
Francois Gouget
Use min/max instead of MIN/MAX.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-29
Niels Kristian Bec...
Removed superfluous #include statements for header...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-10
Jeremy White
Removed #include of wingdi.h and windef.h from winuser...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-24
Patrik Stridvall
- Added missing configuration #if:s and #includes:s.
blob
|
commitdiff
|
raw
|
diff to current
1999-10-13
Marcus Meissner
Replicate CreateDirectory() LastError workaround for...
blob
|
commitdiff
|
raw
|
diff to current
1999-09-23
Alexandre Julliard
Implemented uppercasing functions (based on a patch...
blob
|
commitdiff
|
raw
|
diff to current
1999-08-01
Alexandre Julliard
Removed IP_reg, SP_reg and FL_reg definitions to avoid...
blob
|
commitdiff
|
raw
|
diff to current
1999-06-26
Alexandre Julliard
Converted to the new debug interface, using script...
blob
|
commitdiff
|
raw
|
diff to current
1999-06-26
Alexandre Julliard
Changed CONTEXT into CONTEXT86 everywhere we really...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-22
Ove Kaaven
Changed global DOS_LOL into function DOSMEM_LOL() in...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-08
Ove Kaaven
Moved DOS List of Lists initialization, and added the...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-19
Patrik Stridvall
New debug scheme with explicit debug channels declaration.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-15
Bertho Stultiens
Added IOCTL function 0x440d/0x72.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-03
Alexandre Julliard
Mask off unsupported attributes in _lcreat (bug reporte...
blob
|
commitdiff
|
raw
|
diff to current
1999-03-22
Andreas Mohr
Cosmetics.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-17
Jess Haas
Fixed/implemented various interrupt functions.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-14
Ove Kaaven
Fully implemented Direct Console Input.
blob
|
commitdiff
|
raw
|
diff to current
1999-02-28
Marcus Meissner
Changed CreateDirectory LastError returns to match...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-26
Alexandre Julliard
Large-scale renaming of all Win32 functions and types...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-24
Marcus Meissner
Optimized away more includes, readded some #includes...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-31
Alexandre Julliard
Changed DOS extended error handling to be based on...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-31
Ove Kaaven
Added missing includes (the PSP handling was incorrect...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-30
Andreas Mohr
Some interrupt enhancements.
blob
|
commitdiff
|
raw
|
diff to current
1999-01-28
Marcus Meissner
Fixed a lot of warnings for possible problems.
blob
|
commitdiff
|
raw
|
diff to current
1999-01-20
Ove Kaaven
Clear DOS extended error only for funcs >=0x2f (thanks...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-19
Alexandre Julliard
Hacked server-side device support
blob
|
commitdiff
|
raw
|
diff to current
1999-01-17
Alexandre Julliard
Group commit for recovery after disk crash.
blob
|
commitdiff
|
raw
|
diff to current
1999-01-17
Alexandre Julliard
Recovery of release 990110 after disk crash.
wine-990110
blob
|
commitdiff
|
raw
|
diff to current
1999-01-03
Andreas Mohr
Implemented raw device access calls for ioctlGenericBlk...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-03
Alexandre Julliard
Implemented file sharing checks in the server.
blob
|
commitdiff
|
raw
|
diff to current
1998-12-27
Alexandre Julliard
Added beginnings of server-side file handling.
blob
|
commitdiff
|
raw
|
diff to current
1998-12-11
Andreas Mohr
Fixed a bunch of compiler warnings.
blob
|
commitdiff
|
raw
|
diff to current
1998-12-07
Stefan Leichter
File handle bug fix.
blob
|
commitdiff
|
raw
|
diff to current
1998-12-03
Joseph Pranevich
Call the new console driver for some routines. This...
blob
|
commitdiff
|
raw
|
diff to current
1998-11-25
Ulrich Weigand
Changed CTX_SEG_OFF_TO_LIN to allow linear addresses...
blob
|
commitdiff
|
raw
|
diff to current
1998-11-22
Andreas Mohr
Added INT21_ParseFileNameIntoFCB() and some other thing...
blob
|
commitdiff
|
raw
|
diff to current
1998-11-07
Andreas Mohr
Made this file DOSMOD friendly.
blob
|
commitdiff
|
raw
|
diff to current
1998-10-17
Joseph Pranevich
Terminate and Stay Resident now a fixme because it...
blob
|
commitdiff
|
raw
|
diff to current
1998-10-11
Ove Kaaven
I think it's time to rethink the HFILE16_TO_HFILE32...
blob
|
commitdiff
|
raw
|
diff to current
1998-09-27
Alexandre Julliard
Release 980927
wine-980927
blob
|
commitdiff
|
raw
|
diff to current
1998-09-13
Alexandre Julliard
Release 980913
wine-980913
blob
|
commitdiff
|
raw
|
diff to current
1998-08-22
Alexandre Julliard
Release 980822
wine-980822
blob
|
commitdiff
|
raw
|
diff to current
1998-08-09
Alexandre Julliard
Release 980809
wine-980809
blob
|
commitdiff
|
raw
|
diff to current
1998-07-26
Alexandre Julliard
Release 980726
wine-980726
blob
|
commitdiff
|
raw
|
diff to current
1998-07-12
Alexandre Julliard
Release 980712
wine-980712
blob
|
commitdiff
|
raw
|
diff to current
1998-06-28
Alexandre Julliard
Release 980628
wine-980628
blob
|
commitdiff
|
raw
|
diff to current
1998-06-14
Alexandre Julliard
Release 980614
wine-980614
blob
|
commitdiff
|
raw
|
diff to current
1998-06-01
Alexandre Julliard
Release 980601
wine-980601
blob
|
commitdiff
|
raw
|
diff to current
1998-05-17
Alexandre Julliard
Release 980517
wine-980517
blob
|
commitdiff
|
raw
|
diff to current
1998-05-03
Alexandre Julliard
Release 980503
wine-980503
blob
|
commitdiff
|
raw
|
diff to current
1998-04-13
Alexandre Julliard
Release 980413
wine-980413
blob
|
commitdiff
|
raw
|
diff to current
next