Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-30* cygwin.din (_getutline): Remove.Christopher Faylor
2008-07-30(missing changelog entry)Christopher Faylor
2008-07-29* include/cygwin/version.h: Add comment indicating that current API number bumpChristopher Faylor
2008-07-29 * Makefile.in (DLL_OFILES): Remove v8 regexp files.Corinna Vinschen
2008-07-28* dcrt0.cc (dll_crt0_0): Remove calling malloc_init andChristopher Faylor
2008-07-27* mount.cc (mount_info::init): Add location where we're looking for fstab toChristopher Faylor
2008-07-27* shared_info.h (shared_destroy): Declare.Christopher Faylor
2008-07-27 * fhandler_socket.cc (fhandler_socket::send_internal): Send never moreCorinna Vinschen
2008-07-26* fhandler_tty.cc (fhandler_pty_master::setup): Reorganize so that allChristopher Faylor
2008-07-26 * dcrt0.cc (dll_crt0_1): Call malloc_init and user_shared_initialize_1Corinna Vinschen
2008-07-25 * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen
2008-07-24 * mount.cc (mount_info::from_fstab): Change system_printf toCorinna Vinschen
2008-07-24 * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen
2008-07-23 * spawn.cc (spawn_guts): Fix previous patch for UNC paths.Corinna Vinschen
2008-07-22Remove erroneous ChangeLog entry.Corinna Vinschen
2008-07-22 * spawn.cc (spawn_guts): Remove long path prefix from win32 pathCorinna Vinschen
2008-07-22 * include/ctype.h: Declare __ctype_ptr__ to keep newlib build happy.Corinna Vinschen
2008-07-21 * Makefile.in (cygcheck.exe): Link against ntdll.Corinna Vinschen
2008-07-19 * autoload.cc (WNetGetProviderNameA): Define.Corinna Vinschen
2008-07-18 * fhandler.cc (fhandler_base::open): Rename x to fh. On Samba, alwaysCorinna Vinschen
2008-07-18 * environ.cc (known): Remove "binmode" option.Corinna Vinschen
2008-07-17 * mount.cc (mount_info::from_fstab_line): Default to binary mount.Corinna Vinschen
2008-07-17 * path.cc (allow_winsymlinks): Revert default to create system bitCorinna Vinschen
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-07-15 * fhandler_tape.cc (mtinfo::initialize): Remove synchronization stuff.Corinna Vinschen
2008-07-15 * fhandler.cc (fhandler_base::fpathconf): On _PC_POSIX_PERMISSIONSCorinna Vinschen
2008-07-15 Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen
2008-07-14 * miscfuncs.cc (cygwin_strncasecmp): Fix bug which results inCorinna Vinschen
2008-07-14 * autoload.cc (GetExtendedTcpTable): Define.Corinna Vinschen
2008-07-12Fix usage of recently fixed Interlocked* functions.Eric Blake
2008-07-11 * select.cc (peek_pipe): Temporarily revert patch from 2008-05-30.Corinna Vinschen
2008-07-11 Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH toCorinna Vinschen
2008-07-10 * cyglsa.h (SECURITY_STRING): Define.Corinna Vinschen
2008-07-09 * sec_auth.cc (verify_token): Allow builtin groups missing in a tokenCorinna Vinschen
2008-07-09 * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.Corinna Vinschen
2008-07-09 * grp.cc (internal_getgroups): Also add integrity-enabled groups.Corinna Vinschen
2008-07-09 * sec_auth.cc (verify_token): Disable code which returns false ifCorinna Vinschen
2008-07-09 * fhandler_socket.cc (fhandler_socket::bind): Don't run explicitCorinna Vinschen
2008-07-08 * net.cc (ipv6_inited): Make NO_COPY.Corinna Vinschen
2008-07-02 * path.cc (path_conv::is_binary): Fix test. Add comment.Corinna Vinschen
2008-06-24 * net.cc (cygwin_bindresvport_sa): Fix usage of last_used_bindresvport.Corinna Vinschen
2008-06-22 * include/limits.h (PATH_MAX): Add comment.Corinna Vinschen
2008-06-19 * fhandler_tty.cc (fhandler_pty_master::setup): Fix pipe inheritance.Corinna Vinschen
2008-06-19* strsig.cc (strsignal): Return non-const buffer to allow building with recentChristopher Faylor
2008-06-17 * sec_auth.cc (DsGetDcNameA): Drop declaration.Corinna Vinschen
2008-06-17* spawn.cc (spawn_guts): Reinstate call to fhandler_console::need_invisibleChristopher Faylor
2008-06-17 * include/resolv.h (_getshort): Drop declaration.Corinna Vinschen
2008-06-13 * mount.cc (mount_info::get_cygdrive_info): Fix usage of user andCorinna Vinschen
2008-06-12 * fhandler.h (set_console_state_for_spawn): Drop declaration.Corinna Vinschen
2008-06-12remove obsolete commentChristopher Faylor