Age | Commit message (Expand) | Author | Files | Lines |
2003-10-11 | Dummy afxres header, richedit constants added | Manu B | 3 | -2/+41 |
2003-10-10 | * fhandler_tty.cc (fhandler_tty_slave::open): Don't create a new window station | Christopher Faylor | 2 | -1/+7 |
2003-10-10 | * shared.cc (shared_info::initialize): Remove myself check since hMainProc | Christopher Faylor | 2 | -4/+8 |
2003-10-10 | * include/_mingw.h: Increment version to 3.2. | Earnie Boyd | 3 | -4/+9 |
2003-10-10 | fix typo | Christopher Faylor | 1 | -1/+1 |
2003-10-10 | * include/sys/types.h: Revert last change. | Earnie Boyd | 2 | -1/+5 |
2003-10-10 | * include/sys/types.h (ssize_t): Correct the definition. | Earnie Boyd | 2 | -1/+5 |
2003-10-09 | * include/sys/mman.h (MAP_FAILED): Define as void *. | Corinna Vinschen | 2 | -1/+5 |
2003-10-09 | * include/errorep.h: New file. | Dimitri Papadopoulos | 4 | -0/+52 |
2003-10-09 | * include/winbase.h (AddVectoredExceptionHandler): Define if | Dimitri Papadopoulos | 3 | -8/+16 |
2003-10-08 | * dcrt0.cc (hMainProc): Initialize to useful value for use when dll is | Christopher Faylor | 3 | -2/+10 |
2003-10-08 | * include/winbase.h (AddVectoredExceptionHandler): Only define if | Corinna Vinschen | 2 | -1/+6 |
2003-10-08 | * syscalls.cc (unlink): Don't even try DELETE_ON_CLOSE technique on | Corinna Vinschen | 2 | -19/+27 |
2003-10-07 | * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW], | Dimitri Papadopoulos | 4 | -9/+210 |
2003-10-07 | * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic, | Dimitri Papadopoulos | 4 | -3/+149 |
2003-10-07 | * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW], | Dimitri Papadopoulos | 4 | -15/+140 |
2003-10-07 | * include/winbase.h [_WIN32_WINNT >= 0x0501] | Dimitri Papadopoulos | 3 | -0/+39 |
2003-10-07 | * include/winbase.h (GetVolumePathNamesForVolumeName): Available | Dimitri Papadopoulos | 2 | -0/+7 |
2003-10-07 | * include/commctrl.h (TreeView_Select): Returns BOOL. | Dimitri Papadopoulos | 2 | -1/+5 |
2003-10-06 | * include/winbase.h (CancelDeviceWakeupRequest): Add function. | Dimitri Papadopoulos | 4 | -0/+52 |
2003-10-06 | * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread): | Dimitri Papadopoulos | 3 | -0/+21 |
2003-10-06 | * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*): | Dimitri Papadopoulos | 4 | -0/+86 |
2003-10-06 | * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA): | Dimitri Papadopoulos | 3 | -30/+112 |
2003-10-06 | * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN, | Dimitri Papadopoulos | 2 | -4/+19 |
2003-10-03 | * include/wincrypt.h (KP_SCHANNEL_ALG): Add constant. Specifying | Dimitri Papadopoulos | 2 | -1/+3 |
2003-10-03 | * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY, | Dimitri Papadopoulos | 2 | -0/+8 |
2003-10-03 | * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags. | Dimitri Papadopoulos | 2 | -0/+10 |
2003-10-03 | * include/wincrypt.h (KP_*): Add constants. Needed by | Dimitri Papadopoulos | 2 | -1/+25 |
2003-10-03 | * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*): | Dimitri Papadopoulos | 2 | -44/+61 |
2003-10-03 | * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops... | Dimitri Papadopoulos | 2 | -1/+6 |
2003-10-03 | * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants. | Dimitri Papadopoulos | 4 | -4/+55 |
2003-10-03 | * include/stdio.h (_filbuf): Add prototype. | Danny Smith | 2 | -5/+57 |
2003-10-02 | * mingwex/dirent.c (_treaddir): Reset errno to 0 if end | Danny Smith | 2 | -1/+11 |
2003-10-02 | * dcrt0.cc (dll_crt0_1): Call newlib __sinit routine to ensure that stdio | Christopher Faylor | 2 | -1/+11 |
2003-10-02 | * path.cc (win32_device_name): Only fill out destination buffer when it's | Christopher Faylor | 3 | -1080/+635 |
2003-10-02 | 2003-10-02 Luke Dunstan <infidel@users.sourceforge.net> | Luke Dunstan | 3 | -0/+13 |
2003-10-01 | * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define. | Danny Smith | 2 | -1/+5 |
2003-10-01 | * Makefile.in: Add YA method for generating devices.cc. | Christopher Faylor | 11 | -583/+15002 |
2003-09-30 | * fhandler.cc (fhandler_base::fstat): Drop FH_FLOPPY case. | Corinna Vinschen | 2 | -3/+4 |
2003-09-30 | * fhandler.h (class fhandler_dev_raw): Add method fstat. | Corinna Vinschen | 3 | -0/+42 |
2003-09-30 | * devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR and | Corinna Vinschen | 5 | -31/+0 |
2003-09-30 | Remove conflict indicator from ChangeLog | Danny Smith | 1 | -1/+0 |
2003-09-30 | * include/winuser.h (BSF_*, BSM_*): Sync constants defined in | Danny Smith | 3 | -20/+46 |
2003-09-30 | * include/dhcpcsvc.h: New file. | Dimitri Papadopoulos | 5 | -4/+64 |
2003-09-30 | * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT, | Dimitri Papadopoulos | 3 | -2/+33 |
2003-09-29 | * syslog.cc (vsyslog): Print debug message if ReportEventA fails. | Corinna Vinschen | 2 | -2/+7 |
2003-09-29 | * include/stdlib.h: Guard non-ISO functions with | Danny Smith | 2 | -4/+12 |
2003-09-29 | * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE, | Dimitri Papadopoulos | 3 | -5/+145 |
2003-09-28 | * sigproc.cc (proc_subproc): Restrict permissions on ppid_handle. | Christopher Faylor | 5 | -4/+16 |
2003-09-28 | * devices.h: Move a few device major numbers. Fix typo of FH_UDP. | Corinna Vinschen | 6 | -731/+349 |