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
path: root/winsup
AgeCommit message (Expand)Author
2007-06-12 * Makefile.in (DLL_OFILES): Add xsique.o.Corinna Vinschen
2007-06-12 * fhandler.cc (fhandler_base::fstat): Set pipe permission bits moreCorinna Vinschen
2007-06-11 * cygwin.din (confstr): Export.Corinna Vinschen
2007-06-11 * crt1.c (__mingw_CRTStartup): Add explicit call to libgcc's __main.Danny Smith
2007-06-05 * cygwin-api.in.sgml: Accommodate new "Compatibility" section layout.Corinna Vinschen
2007-06-05 * ansi.sgml: Delete.Corinna Vinschen
2007-06-04* cygcheck.cc (pathlike): New class.Christopher Faylor
2007-05-29 * dtable.cc (dtable::set_file_pointers_for_exec): Call SetFilePointerCorinna Vinschen
2007-05-29 * dumper.cc (dumper::prepare_core_dump): Record a phdr for each section.Corinna Vinschen
2007-05-29 * cygpath.cc (do_options): Allow outputflag combined with otherCorinna Vinschen
2007-05-242007-05-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-05-23 * cygpath.cc: Include argz.h.Corinna Vinschen
2007-05-22 * path.cc (cwdstuff::set): Revert useless acquire check.Corinna Vinschen
2007-05-22 * path.cc (cwdstuff::set): Avoid double aquiring of cwd_lock.Corinna Vinschen
2007-05-22 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Don't invalidateCorinna Vinschen
2007-05-21 * include/search.h (hsearch_r): Provide declaration.Corinna Vinschen
2007-05-21 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Set buf size toCorinna Vinschen
2007-05-202007-05-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-05-15 * fhandler_socket.cc (adjust_socket_file_mode): New inline function.Corinna Vinschen
2007-05-15* path.cc (fs_info::update): Set and use is_cdrom.Christopher Faylor
2007-05-15* cygwin.din (asnprintf, dprint, _Exit, vasnprintf, vdprintf): Export.Christopher Faylor
2007-05-08 * include/stdint.h (intptr_t): Fix typo.Danny Smith
2007-05-08 * include/stdint.h (intptr_t): Protect with _INTPTR_T_DEFINED.Danny Smith
2007-04-27* include/cygwin/time.h: Use __cdecl on declaration. RemoveChristopher Faylor
2007-04-222007-04-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-04-212007-04-20 Matthias Miller <matthiasmiller@users.sourceforge.net>Chris Sutcliffe
2007-04-18 * cygwin.sc: Remove duplicated .debug_macinfo section.Brian Dessent
2007-04-152007-04-15 Piotr Wyderski <piotr.wyderski@wp.pl>Chris Sutcliffe
2007-04-072007-04-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-04-06 * include/stdint.h (WINT_MIN): Fix sign.Corinna Vinschen
2007-04-062007-04-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-04-04 * include/stdint.h (WINT_MIN, WINT_MAX): Fix definition.Corinna Vinschen
2007-04-012007-03-30 Brian Dessent <brian@dessent.net>Chris Sutcliffe
2007-03-31* utils/cygpath.cc (get_long_path_name_w32impl): Close handles returned byChristopher Faylor
2007-03-30* cygwin/external.cc (cygwin_internal): Implement CW_SET_DOS_FILE_WARNING.Christopher Faylor
2007-03-29 * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen
2007-03-28* spawn.cc (spawn_guts): Start pure-windows processes in a suspended state toChristopher Faylor
2007-03-262007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-03-262007-03-25 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2007-03-23 * include/psapi.h (GetMappedFileName): Fix messed up checkin.Corinna Vinschen
2007-03-23 * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.Corinna Vinschen
2007-03-22 2007-03-22 Brian Ripley <ripleybd@users.sourceforge.net>Danny Smith
2007-03-212003-03-20 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-03-21Add --enable-mingw-manpage-transform configure option.Keith Marshall
2007-03-18 * include/_mingw.h (__CRT_INLINE): Ue __gnu_inline__ for gcc 4.2.x too.Danny Smith
2007-03-13 Fix typo.Corinna Vinschen
2007-03-13 * include/cygwin/stat.h (S_TYPEISSHM, S_TYPEISSEM, S_TYPEISSHM):Corinna Vinschen
2007-03-11Add manpages for dirname and basename functions.Keith Marshall
2007-03-09Make basename and dirname functions work with path namesKeith Marshall
2007-03-082007-03-06 Brandon Sneed <brandon@oqo.com>Chris Sutcliffe