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
2009-09-16This commit was manufactured by cvs2svn to create branch 'gdb_7_0-branch'.gdb_7_0_1-2009-12-22-releasegdb_7_0-2009-10-06-releasegdb_7_0-2009-09-16-branchpointgdb_7_0-branchcvs2svn
2009-09-01* select.cc (peek_console): Always check window size when there is ANY keyboardChristopher Faylor
2009-08-27 * path.h (INTERIX_SYMLINK_COOKIE): Define.Corinna Vinschen
2009-08-26 * fhandler.cc (fhandler_base::open): Only set R/O attribute if ACLsCorinna Vinschen
2009-08-25 * mount.cc (fs_info::update): Add comment.Corinna Vinschen
2009-08-24 * globals.cc (ro_u_volume): New R/O unicode string.Corinna Vinschen
2009-08-22* cygwin/strfuncs.cc (__set_charset_from_codepage): Add codepages 20866Christopher Faylor
2009-08-22* dll_init.h (has_dtors): New flag.Christopher Faylor
2009-08-22* fcntl.cc (fcntl64): Detect negative fd as error.Christopher Faylor
2009-08-21 * mmap.cc (mmap64): Allocate fh_disk_file on cygheap. DeleteCorinna Vinschen
2009-08-20 * dtable.cc (build_fh_dev): Take additional bool parameter indicatingCorinna Vinschen
2009-08-18* dtable.cc (dtable::fixup_after_exec): Close any popen'ed file handles here.Christopher Faylor
2009-08-18* syscalls.cc (popen): Reorganize slightly for clarity. Fix a comment.Christopher Faylor
2009-08-18* syscalls.cc (popen): Rewrite to accommodate situations where stdin, stdout,Christopher Faylor
2009-08-17* pipe.cc (fhandler_pipe::create_selectable): Add -pipe to default pipe names.Christopher Faylor
2009-08-14 * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix lengthCorinna Vinschen
2009-08-14 * fhandler_disk_file.cc (fhandler_disk_file::readdir): Change commentCorinna Vinschen
2009-08-14 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): RemoveCorinna Vinschen
2009-08-14 * (fhandler_socket::getsockname): Fix length returned for unboundCorinna Vinschen
2009-08-13 * fhandler_socket.cc (fhandler_socket::accept): Use sizeof ratherCorinna Vinschen
2009-08-13 * fhandler.h (class fhandler_socket): Add peer_sun_path member.Corinna Vinschen
2009-08-13 * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen
2009-08-12 * fhandler_socket.cc (fhandler_socket::accept): Always use localCorinna Vinschen
2009-08-11 * include/limits.h (NGROUPS_MAX): Set to a more sane value.Corinna Vinschen
2009-08-10 * spawn.cc (av::fixup): Check shell scripts for executability only onCorinna Vinschen
2009-08-10 * dtable.cc (DEV_SOCKET): New static WCHAR string. Name ofCorinna Vinschen
2009-08-10* fhandler_console.cc (create_invisible_console_workaround): Fix size of cmd inChristopher Faylor
2009-08-10 * fhandler_console.cc (create_invisible_console_workaround): FixCorinna Vinschen
2009-08-09 * dtable.cc (dtable::init_std_file_from_handle): Fix comment toCorinna Vinschen
2009-08-06 * net.cc (cygwin_getnameinfo): Force setting NI_NUMERICSERV onlyCorinna Vinschen
2009-08-05* cygheap.h (cygheap_debug::endh): Delete.Christopher Faylor
2009-08-05* path.cc (patch_conv::check): Zero path before setting it.Christopher Faylor
2009-08-05* fhandler_socket.cc (fhandler_socket::send_internal): Just use wmem size ifChristopher Faylor
2009-08-04* fhandler.h (pdrive_buf): Defensively allocate one extra byte.Christopher Faylor
2009-08-04* fhandler.h (fhandler_cygdrive:DRVSZ): New enum.Christopher Faylor
2009-08-03* sigproc.cc (stopped_or_terminated): Don't return a match when stopsig ==Christopher Faylor
2009-08-01* cygheap_malloc.h: New file.Christopher Faylor
2009-08-01* path.h (path_conv::set_path): Change return value.Christopher Faylor
2009-08-01* spawn.cc (find_exec): Fix one more path where retval was not set.Christopher Faylor
2009-08-01* spawn.cc (find_exec): Stop relying on the ability to set retval to a fixedChristopher Faylor
2009-07-31 * path.h (cstrdup): Fix declaration.Corinna Vinschen
2009-07-30 * globals.cc (enum exit_states::ES_GLOBAL_DTORS): Delete.Corinna Vinschen
2009-07-30 * path.h (class path_conv): Convert path from char array to char *.Corinna Vinschen
2009-07-28 * mount.h (enum fs_info_type): New type.Corinna Vinschen
2009-07-27 * posix.sgml (std-notes): Remove obsolete reference to CYGWIN=server.Corinna Vinschen
2009-07-26 * posix.sgml (std-notes): Add flock restriction.Corinna Vinschen
2009-07-25 * fhandler_console.cc (set_console_title): Set buffer size toCorinna Vinschen
2009-07-25* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor
2009-07-24 * syscalls.cc (internal_setlocale): Fix typo in GBK codepage.Corinna Vinschen
2009-07-24 * syscalls.cc (unlink_nt): Ignore sharing violation on NFS. AlignCorinna Vinschen