Corinna Vinschen
cab0758eb2
* cygwin.din: Export wcscasecmp, wcsncasecmp.
...
* posix.sgml: Move wcscasecmp, wcsncasecmp to SUSv4 list.
* include/cygwin/version.h: Bump API minor number.
2009-03-11 13:00:28 +00:00
Corinna Vinschen
32382e935a
* cygwin.din: Export wscanf, fwscanf, swscanf, vwscanf, vfwscanf,
...
vswscanf.
* posix.sgml: Move fwscanf, swscanf, vwscanf, vfwscanf, vswscanf
to SUSv4 list.
* include/cygwin/version.h: Bump API minor number.
2009-03-11 12:03:44 +00:00
Corinna Vinschen
71d13bca55
* fhandler.h (fhandler_socket::wait_for_events): Take additional
...
parameter "dontwait".
* fhandler_socket.cc (fhandler_socket::wait_for_events): Act as if the
socket is non-blocking if dontwait is true.
(fhandler_socket::recv_internal): Use incoming MSG_DONTWAIT flag to
set the wait_for_events dontwait parameter.
(fhandler_socket::send_internal): Ditto. Optimize code slightly.
* include/cygwin/socket.h (MSG_DONTWAIT): Define.
* include/cygwin/version.h: Bump API minor number.
2009-03-09 14:40:45 +00:00
Corinna Vinschen
c47426aedb
* cygwin.din: Export wcsftime.
...
* posix.sgml: Move wcsftime to SUSv4 list.
* include/cygwin/version.h: Bump API minor number.
2009-03-09 13:22:37 +00:00
Corinna Vinschen
f9f478ad80
* pathnames.sgml: Try to be more clear explain raw devices.
2009-03-09 10:23:44 +00:00
Corinna Vinschen
313fb10ba2
* utils.sgml: Fix typo.
2009-03-09 09:20:38 +00:00
Christopher Faylor
9caeaa61c0
* cygcheck.cc (usage): Fix typo.
2009-03-08 21:13:26 +00:00
Corinna Vinschen
6f57cb4a52
* cygwin.din: Export gethostbyname2.
...
* net.cc: define _CYGWIN_IN_H and include resolv.h.
(realloc_ent): New function.
(dup_ent): Call realloc_ent.
(memcpy4to6): New function.
(dn_length1): New function.
(gethostby_helper): New function.
(gethostbyname2): New function.
* posix.sgml: Add gethostbyname2.
* include/cygwin/version.h: Bump API minor number.
* libc/minires.c (get_options): Look for "inet6" and apply bounds
to "retry" and "retrans".
(res_ninit): Set the default options at the beginning.
(dn_expand): Fix "off by one".
2009-03-06 16:31:26 +00:00
Corinna Vinschen
45e20e47ba
* cygwin.din: Export wprintf, fwprintf, swprintf, vwprintf, vfwprintf,
...
vswprintf. Sort.
* posix.sgml: Move fwprintf, swprintf, vwprintf, vfwprintf, vswprintf
to SUSv4 list. Sort SUSv4 list.
* include/cygwin/version.h: Bump API minor number.
2009-03-06 10:09:55 +00:00
Chris Sutcliffe
6e0e5a4fc2
2009-03-05 Kai Tietz <kai.tietz@onevision.com>
...
* pseudo-reloc.c: Rewrite to enable pseudo_reloc version 2.
2009-03-05 14:48:38 +00:00
Corinna Vinschen
06281845fb
* dcrt0.cc (disable_dep): Disable. Explain why.
...
(dll_crt0_0): Disable calling disable_dep. Explain why.
2009-03-04 11:45:58 +00:00
Corinna Vinschen
2895b8b502
* net.cc: Include asm/byteorder.h.
...
(htonl): Move to end of file. Add comment to explain why. Align
definition to POSIX. Use related macro from asm/byteorder.h.
(ntohl): Ditto.
(htons): Ditto.
(ntohs): Ditto.
* include/asm/byteorder.h: Revert previous patch.
2009-03-03 11:44:18 +00:00
Corinna Vinschen
ed296a4727
* include/asm/byteorder.h: Disable optimization when building
...
Cygwin network code.
2009-03-03 11:11:26 +00:00
Corinna Vinschen
92fa4552fd
* faq-using.xml: Rework UTF FAQ to accommodate latest setlocale
...
change in newlib.
2009-03-03 10:36:59 +00:00
Corinna Vinschen
e81ae92910
* pathnames.sgml: Remove reference to managed mountpoints in mount
...
entry example.
2009-03-03 09:11:45 +00:00
Corinna Vinschen
17a12c5065
* utils.sgml: Set example prompt to "$" throughout. Don't use "/"
...
as example cygdrive prefix. Remove reference to -u and -s options.
Add an example using the -o flag.
2009-03-02 10:56:19 +00:00
Corinna Vinschen
8262e64256
* mount.cc (mount_entries): Handle a "/" cygdrive prefix correctly.
...
Add comments.
2009-03-02 10:47:04 +00:00
Christopher Faylor
c7ef20e7fa
* dtable.cc (dtable::select_read): Add ability to override fh.
...
* fhandler.h (fhandler_fifo::select_read): Declare new function.
(fhandler_fifo::select_write): Ditto.
(fhandler_fifo::select_except): Ditto.
* select.cc (peek_pipe): Treat certain classes of pipe errors as "no data".
(fhandler_fifo::select_read): Define new function.
(fhandler_fifo::select_write): Ditto.
(fhandler_fifo::select_except): Ditto.
* shared_info.h (CURR_SHARED_MAGIC): Update.
2009-02-27 00:34:40 +00:00
Christopher Faylor
99fe2b7866
Add DESTDIR functionality to Makefile.in's.
2009-02-24 02:11:14 +00:00
Corinna Vinschen
8ec5da1ff6
* sec_auth.cc (get_user_local_groups): Simplify LookupAccountName code.
2009-02-23 18:27:48 +00:00
Corinna Vinschen
b419b631b6
* faq-using.xml: Rework XEmacs FAQ.
2009-02-23 16:33:17 +00:00
Corinna Vinschen
348267bdf6
* autoload.cc (NetLocalGroupEnum): Remove.
...
(NetLocalGroupGetMembers): Remove.
(NetUserGetLocalGroups): Add.
* sec_auth.cc (is_group_member): Remove function.
(get_user_local_groups): Get user as string instead of as SID.
Call NetUserGetLocalGroups instead of NetLocalGroupEnum. Drop call
to is_group_member.
(get_server_groups): Call get_user_local_groups with user name instead
of user SID.
2009-02-20 16:10:45 +00:00
Corinna Vinschen
964abbd08e
* winver.rc: Fix Copyright date.
2009-02-19 16:12:02 +00:00
Corinna Vinschen
89b5579d3b
* cygwin.din: Export mbsnrtowcs and wcsnrtombs.
...
* posix.sgml: Move mbsnrtowcs and wcsnrtombs to SUSv4 section.
* include/cygwin/version.h: Bump API minor number.
2009-02-19 09:22:51 +00:00
Corinna Vinschen
15fc34ac5a
* cygwin.din: Export open_wmemstream.
...
* posix.sgml: Move open_wmemstream to SUSv4 section.
* include/cygwin/version.h: Bump API minor number.
2009-02-18 17:38:16 +00:00
Corinna Vinschen
c6b9747e04
* cygwin.din: Export reallocf.
...
* malloc_wrapper.cc( reallocf): New function.
* posix.sgml: Add reallocf to BSD section.
* include/cygwin/version.h: Bump API minor number.
* libc/fts.c: Remove erroneous reallocf definition.
2009-02-16 20:22:38 +00:00
Corinna Vinschen
de5c20c2de
* cygwin.din: Export wcstoimax, wcstoumax.
...
* posix.sgml: Move wcstoimax and wcstoumax to SUSv4 section.
* include/inttypes.h: Declare wcstoimax and wcstoumax.
* include/cygwin/version.h: Bump API minor number.
2009-02-16 15:36:01 +00:00
Corinna Vinschen
4806c1f4f6
* faq-using.xml: Fix usage of ampersand in NT emacs script.
2009-02-14 20:56:48 +00:00
Corinna Vinschen
6ff3731ad4
* faq-using.xml: Expand Emacs entries.
2009-02-14 20:52:50 +00:00
Corinna Vinschen
b36d8c6040
* overview.sgml: Fix 1.7 release date.
2009-02-13 18:41:32 +00:00
Corinna Vinschen
c6d3735106
* cygwin.din: Export wcsnlen.
...
* posix.sgml: Move wcsnlen to SUSv4 section.
* include/cygwin/version.h: Bump API minor number.
2009-02-13 18:39:37 +00:00
Corinna Vinschen
4b1b39e758
* environ.cc (_getenv_r): New function.
2009-02-13 17:49:37 +00:00
Corinna Vinschen
22e138ad6b
* posix.sgml: Move dirfd to SUSv4 section.
2009-02-13 12:45:02 +00:00
Corinna Vinschen
52d132e48e
* cygwin-api.in.sgml: Fix API section layout.
2009-02-13 12:23:21 +00:00
Corinna Vinschen
b0e662b8d6
* posix.sgml: Move interfaces deprecated in SUSv4 to deprecated
...
interfaces section. Move interfaces added in SUSv4 to SUSv4
section or, if unimplemented, add them to the unimplemented interfaces
section.
2009-02-13 12:19:25 +00:00
Corinna Vinschen
f2ba21b1a4
* posix.sgml: Merge SUSv3 and SUSv4 section into a single SUSv4 section.
...
Move Solaris calls now in SUSv4 to SUSv4 section. Rename unimplemented
section to refer to SUSv4. Add note about missing interfaces.
Move wcstod and wcstof from unimplemented to SUSv4 section.
2009-02-13 11:33:32 +00:00
Corinna Vinschen
06d60a915d
* pathnames.sgml: Add a cygdrive section.
2009-02-13 10:13:28 +00:00
Corinna Vinschen
0211e37a62
* mount.cc (mount_info::from_fstab_line): Make cygdrive posix=0 by
...
default as documented.
2009-02-13 09:05:42 +00:00
Corinna Vinschen
8cf4b71e1f
* pathnames.sgml: Replace "binmode" with new "binary" output of mount.
2009-02-13 09:04:51 +00:00
Corinna Vinschen
cc9054ccce
* cygwin.din: Export wcstod and wcstof.
...
* include/cygwin/version.h: Bump API minor number.
2009-02-13 08:33:11 +00:00
Corinna Vinschen
545b4d2b57
* faq-using.xml: First cut on Emacs.
2009-02-12 15:30:03 +00:00
Corinna Vinschen
45105145e1
* faq-setup.xml: Revamp for Cygwin 1.7.
...
* faq-using.xml: Ditto.
2009-02-12 14:45:50 +00:00
Corinna Vinschen
c2da1d6ebf
* faq-programming.xml: Revamp (mostely) for Cygwin 1.7.
...
* faq-what.xml: Ditto.
2009-02-11 18:22:50 +00:00
Corinna Vinschen
bb549dfed8
* Makefile.in (FAQ_SOURCES): Define FAQ sources.
...
(faq/faq.html): Depend on FAQ sources.
(faq/faq-nochunks.html): Ditto.
* faq-api.xml: Revamp for Cygwin 1.7.
* faq-problems.xml: Remove.
* faq-sections.xml: Accommodate removal of faq-problems.xml.
* faq.xml: Ditto.
2009-02-11 16:44:13 +00:00
Corinna Vinschen
64d6e1d43e
* syscalls.cc (open): Handle O_DIRECTORY flag.
...
* include/fcntl.h: Add SUSv4 flags O_DIRECTORY, O_EXEC and O_SEARCH.
* include/cygwin/version.h: Bump API minor number.
2009-02-11 16:06:39 +00:00
Corinna Vinschen
29915d8ef2
* fhandler_floppy.cc (fhandler_dev_floppy::open): Fix format. Add
...
code to allow to read disk and CD/DVD devices in full length. Explain
why.
(fhandler_dev_floppy::raw_read): Add current position to debug output.
* include/sys/sched.h: New stub file to override newlib file with
clashing definitions.
2009-02-09 18:28:53 +00:00
Corinna Vinschen
9a1d57ec13
* include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
...
from ddk/ntifs.h.
2009-02-09 18:22:08 +00:00
Keith Marshall
ce6ef36015
MinGW-Feature-Request [2222263]: Make getopt() GNU / BSD compatibile.
2009-02-08 18:02:17 +00:00
Chris Sutcliffe
f8471cd023
2009-02-06 Linton Miller <Linton.Miller@trivininc.com>
...
* include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2009-02-07 04:34:27 +00:00
Corinna Vinschen
11acb173d9
* cygwin.din: Export wcstok.
...
* posix.sgml: Move wcstok from unimplemented to susv3.
* include/cygwin/version.h: Bump API minor number.
2009-02-05 17:30:17 +00:00