summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Collapse)AuthorAgeFilesLines
* Add incomplet long double math support to libmingwex.aDanny Smith2002-07-29143-623/+5197
|
* fix commercial contactDavid Starks-Browning2002-07-271-2/+2
|
* * include/cygwin/version.h: Bump API version to indicate that ntsec is on byChristopher Faylor2002-07-272-1/+7
| | | | default now.
* darn typoDavid Starks-Browning2002-07-261-1/+1
|
* update paths to setup.log*David Starks-Browning2002-07-261-3/+3
|
* nuke section "What's the difference between packages in `latest' and `contrib'?"David Starks-Browning2002-07-261-5/+0
|
* correct minor typoDavid Starks-Browning2002-07-261-1/+1
|
* paragraph fill (oops!)David Starks-Browning2002-07-261-13/+13
|
* update CD release plansDavid Starks-Browning2002-07-261-3/+2
|
* update & improve section "How do I just get everything?"David Starks-Browning2002-07-261-16/+31
|
* rewrite (incl new heading) section on installing snapshotsDavid Starks-Browning2002-07-261-26/+16
|
* minor improvements to wordingDavid Starks-Browning2002-07-261-9/+8
|
* minor improvements to wordingDavid Starks-Browning2002-07-261-8/+9
|
* * fhandler_registry.cc (fhandler_registry::close): Return any error result toChristopher Faylor2002-07-263-3/+8
| | | | | the caller. * syscalls.cc (_close): Return result of fhandler::close to the caller.
* * include/oleidl.h (MK_ALT): Define.Danny Smith2002-07-262-0/+7
|
* 2002-07-26 Mattia Barbon <mbarbon@dsi.unive.it>Danny Smith2002-07-2612-1/+896
| | | | | | | | | | | | | | | | | | | | | | | * include/exdisp.h: New file. * include/exdispid.h: New file. * include/mshtml.h: New file. * lib/test.c: #include exdisp.h and mshtml.h * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2, IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange, IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp): New GUIDs. * include/docobj.h: New file. * include/idispids.h: New file. * include/objidl.h (IID_IMoniker): Declare. * include/ocidl.h (READYSTATE): New enum. (IOleInPlaceSiteEx): New interface. * include/olectlid.h (IID_IEnumSTATSTG): New interface identifier. * include/oleidl.h (IOleItemContainer, IOleInPlaceObject, IOleInPlaceSite): New interfaces. * lib/test.c: #include docobj.h,idispids.h,
* * security.cc (allow_ntsec): Default to on.Christopher Faylor2002-07-252-2/+7
| | | | (allow_smbntsec): Default to off.
* * times.cc (to_time_t): Always round time_t down to nearest second.Christopher Faylor2002-07-252-4/+4
|
* * Makefile.in: Check if API version is updated when exports areEgor Duda2002-07-252-1/+12
| | | | changed and stop if not so.
* * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.Danny Smith2002-07-242-2/+20
| | | | (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
* 2002-07-25 Mattia Barbon <mbarbon@dsi.unive.it>Danny Smith2002-07-243-1/+10
| | | | | * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST. * include/commdlg.h: Likewise.
* * include/cygwin/version.h: Bump minor API version.Corinna Vinschen2002-07-242-1/+6
|
* * fhandler_serial.cc: Change 'must_init_serial_line capability'Corinna Vinschen2002-07-244-15/+22
| | | | | | to 'supports_reading_modem_output_lines' throughout (negated meaning). * wincap.cc: Ditto. * wincap.h: Ditto.
* * calls.texinfo: Add fcloseall and fcloseall_r.Corinna Vinschen2002-07-242-0/+6
|
* * cygwin.din (fcloseall): Add symbol for export.Corinna Vinschen2002-07-242-0/+9
| | | | (fcloseall_r): Ditto.
* * path.cc (path_conv::check): Always set fileattr when component == 0.Christopher Faylor2002-07-245-15/+22
| | | | | | | (readlink): Use path_conv method rather than field. * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Ditto, throughout. * path.h (path_conv): Make fileattr private. * exceptions.cc (try_to_debug): Default to idle priority when looping.
* * include/oleauto.h (V_UNION): Correct definition for case ofDanny Smith2002-07-232-3/+10
| | | | | NONAMELESSUNION: (V_VT): Likewise.
* * fhandler_serial.cc: Use must_init_serial_line capability throughout.Corinna Vinschen2002-07-234-2/+21
| | | | | * wincap.cc: Set flag must_init_serial_line appropriately. * wincap.h: Add flag must_init_serial_line.
* * security.cc (get_group_sidlist): Create group list from /etc filesCorinna Vinschen2002-07-232-4/+7
| | | | even if DC is available but access fails.
* * include/oleauto.h (V_BOOL): Define in terms of boolVal,Danny Smith2002-07-232-4/+5
| | | | not bool, for C as well as C++.
* * fhandler_serial.cc: Fix formatting problems introduced by below changes.Christopher Faylor2002-07-222-63/+60
|
* * fhandler.h (class fhandler_serial): Add new members ofCorinna Vinschen2002-07-224-2/+168
| | | | | | | | | | | | | | the class - rts,dtr and method ioctl(). Variables rts and dtr important for Win 9x only. * fhandler_serial.cc (fhandler_serial::open): Add initial setting of dtr and rts. Important for Win 9x only. (fhandler_serial::ioctl): New function. Implements commands TIOCMGET, TIOCMSET and TIOCINQ. (fhandler_serial::tcflush): Fixed found error. (fhandler_serial::tcsetattr): Add settings of rts and dtr. Important for Win 9x only. * termios.h: Add new defines as a support for ioctl() function on serial device.
* 2002-07-22 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2002-07-224-0/+1017
| | | | | | | | * include/shlwapi.h: New file. Thanks to: Mattia Barbon <mbarbon@dsi.unive.it> and Victor Porton <porton@narod.ru> for contributions. * lib/shlwapi.def: New file. * lib/test.c: #include shlwapi.h.
* 2002-07-21 Bart Oldeman <bart.oldeman@btinternet.com>Danny Smith2002-07-214-3/+12
| | | | | | | | | * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus character. * include/winsock2.h (struct sockaddr): Use __int64 instead of long long. * include/kernel32.c (GetCurrentFiber, GetFiberData): Watcom does not need external library functions.
* * autoload.cc (LoadDLLprime): Add jmp call to allow streamlining of later jmpChristopher Faylor2002-07-202-8/+15
| | | | | rewrite. (doit): Avoid use of cx register. Just change one word to avoid races.
* 2002-07-20 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith2002-07-203-2/+19
| | | | | | | | | | | * include/winbase.h (GetEnvironmentStringsA): Remove duplicate definition. (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to avoid compile error when already defined. 2002-07-20 Steven Edwards <Steven_Ed4153@yahoo.com> * include/winuser.h (WM_MENURBUTTONUP): Add define.
* white spaceChristopher Faylor2002-07-191-8/+8
|
* * security.cc (get_unix_group_sidlist): Create.Corinna Vinschen2002-07-192-49/+51
| | | | | | | | | | | (get_supplementary_group_sidlist): Evolve into get_unix_group_sidlist. (get_user_local_groups): Add check for duplicates. (get_user_primary_group): Suppress. (get_group_sidlist): Silently ignore PDC unavailability. Call get_unix_group_sidlist() before get_user_local_groups(). Remove call to get_supplementary_group_sidlist(). Never call get_user_primary_group() as the passwd group is always included. Add well_known_authenticated_users_sid in only one statement.
* * fhandler_serial.cc (fhandler_serial::tcflush): Fix typo.Christopher Faylor2002-07-192-1/+5
|
* 2002-07-17 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2002-07-173-47/+57
| | | | | | | | | | * include/commdlg.h: Define CDN_* notification message constants as UINT. 2002-07-17 Mattia Barbon <mbarbon@users.sourceforge.net> * include/commctrl.h: Define notification message constants for NMHDR.code as UINT.
* 2002-07-17 Bart Oldeman <bart.oldeman@btinternet.com> Danny Smith2002-07-176-5/+95
| | | | | | | | | | | | | | | | | | | | * include/ddeml.h (MH_*) Add defines. (MONHSZSTRUCT): Add structure and typedefs. (MONLINKSTRUCT): Ditto. (MONCONVSTRUCT): Ditto. (MONCBSTRUCT): Ditto. (MONERRSTRUCT): Ditto. (MONMSGSTRUCT): Ditto. * include/windef.h: Don't define __cdecl or _cdecl for __WATCOM__. Don't define _export or __export for __WATCOM__. * include/windows.h (imm.h): #include. * include/winnt.h (LPEXCEPTION_RECORD): Add typedef. 2002-07-17 Danny Smith <dannysmith@users.sourceforge.net> * include/wtypes.h: Remove duplicate #includes of rhc.h and rpcndr.h.
* jdf fix.Christopher Faylor2002-07-161-6/+6
|
* * security.cc (get_group_sidlist): Fix formatting.Corinna Vinschen2002-07-152-3/+9
|
* * dcrt0.cc (initial_env): Force path and CYGWIN_DEBUG contents to lower case.Christopher Faylor2002-07-153-6/+16
| | | | | * exceptions.cc (error_start_init): Use the name derived from GetModuleName rather than myself->progname.
* * dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compilerChristopher Faylor2002-07-147-27/+42
| | | | | | | | | | | | | | | warning. * shared.cc (memory_init): Remove debug_init call. * debug.h (handle_list): Change "clexec" to "inherited". * debug.cc: Remove a spurious declaration. (setclexec): Conditionalize away since it is currently unused. (add_handle): Use inherited field rather than clexec. (debug_fixup_after_fork_exec): Ditto. Move debugging output to delete_handle. (delete_handle): Add debugging output. * fhandler.cc (fhandler_base::set_inheritance): Don't bother setting inheritance in debugging table since the handle was never protected anyway. (fhandler_base::fork_fixup): Ditto. * exceptions.cc (debugger_command): Revert.
* * debug.cc (clexec): Add missing `hl = hl->next'.Christopher Faylor2002-07-142-0/+5
|
* * Makefile.in (cygrun.exe): Add a -lcygwin on the end.Christopher Faylor2002-07-142-1/+5
|
* * Makefile.in (cygserver.exe): Add -lstdc++.Christopher Faylor2002-07-142-2/+7
| | | | (cygrun.exe): Move -lgcc last.
* add initial informationChristopher Faylor2002-07-131-1/+3
|
* cleanup a tadChristopher Faylor2002-07-131-8/+18
|