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
2012-02-07* cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor
2012-02-07* include/cygwin/version.h: Bump CYGWIN_VERSION_DLL_MINOR to 11.Christopher Faylor
2012-02-05 * new-features.sgml (ov-new1.7.10): Fix typo.Corinna Vinschen
2012-02-05 * legal.sgml: Fix copyright.Corinna Vinschen
2012-02-05*** empty log message ***Corinna Vinschen
2012-02-05 * setup2.sgml: Fix more typos.Corinna Vinschen
2012-02-04 * utils.sgml: Fix typos.Corinna Vinschen
2012-02-04 * faq-using.xml: Fix typos.Corinna Vinschen
2012-02-03 * grp.cc (pwdgrp::parse_group): Convert grp from macro to reference.Corinna Vinschen
2012-02-02* syscalls.cc (close_all_files): Use cygheap_fdget to manipulate fhandler. UseChristopher Faylor
2012-02-02 Fix memory and handle leaks due to fdopendir:Corinna Vinschen
2012-02-02More performance enhancements and POSIX compliance corrections.Keith Marshall
2012-02-01Grr. Fix another typo.Christopher Faylor
2012-02-01* fcntl.cc (fcntl64): Add introductory debug statement. Call dup3 directoryChristopher Faylor
2012-02-01* dtable.cc (dtable::dup_worker): Add comment explaining why refcnt isn'tChristopher Faylor
2012-02-01fix typoChristopher Faylor
2012-02-01* fhandler.cc (fhandler_base_overlapped::has_ongoing_io): Don't blockChristopher Faylor
2012-02-01* syscalls.cc (dup3): Fix debug typo.Christopher Faylor
2012-01-31* strace.cc (proc_child): Don't right-shift exit value.Christopher Faylor
2012-01-29 * tzset.c: Throughout use wide characters to be locale agnostic.Corinna Vinschen
2012-01-29 * Makefile.in (CYGWIN_BINS): Add tzset.Corinna Vinschen
2012-01-28 * cygwin.din: Fix order (DATA first).Corinna Vinschen
2012-01-27 * dcrt0.cc (is_dos_path): New macro to recognize drive letter and UNCCorinna Vinschen
2012-01-26* sigproc.cc (child_info::retry_count): Actually that should have been 0.Christopher Faylor
2012-01-26* sigproc.cc (child_info::retry_count): Default to 1.Christopher Faylor
2012-01-24 * pathnames.sgml (mount-table): Rephrase a few expressions forCorinna Vinschen
2012-01-24 * ldd.cc (start_process): Handle .oct and .so as DLLs.Yaakov Selkowitz
2012-01-23 * syscalls.cc (gethostid): Simplify. Just fetch MachineGuid andCorinna Vinschen
2012-01-23* fhandler.h (fhandler_fifo::arm): Declare new function.Christopher Faylor
2012-01-22clarify wordingChristopher Faylor
2012-01-22* cygheap.h (cygheap_fdmanip::release): Simplify.Christopher Faylor
2012-01-22* cygheap.h (cygheap_fdget::~cygheap_fdget): Simplify now that refcnt reportsChristopher Faylor
2012-01-20 * fhandler.h (fhandler_registry::opendir): Declare.Corinna Vinschen
2012-01-17Correct misused 'rm -r' command in uninstall rules.Keith Marshall
2012-01-17Generalise makefile references to subdirectories of lib.Keith Marshall
2012-01-16 * configure: Regenerate and re-add to repository.Corinna Vinschen
2012-01-16Add 'check' as GCS conforming alias for make's 'test' goal.Keith Marshall
2012-01-16More makefile code refactoring; remove redundant INCLUDES references.Keith Marshall
2012-01-15Add smart identification of auxiliary header file paths.Keith Marshall
2012-01-15More makefile code refactoring; fix top_srcdir references.Keith Marshall
2012-01-15Update and correct makefile rebuilding rules.Keith Marshall
2012-01-15More formatting adjustments.Keith Marshall
2012-01-15Miscellaneous formatting adjustments.Keith Marshall
2012-01-15Improve self-documentation of 'for' loop commands.Keith Marshall
2012-01-15Generalise 'all' rule to arbitrary prerequisite sub-directories.Keith Marshall
2012-01-15Derive package release index from configure time specification.Keith Marshall
2012-01-15Discontinue CVS tracking of generated 'configure' script.Keith Marshall
2012-01-13Document support of printf %m conversion flag.Yaakov Selkowitz
2012-01-13 * new-features.sgml (ov-new1.7.10): Document support for the %mYaakov Selkowitz
2012-01-13 * include/cygwin/config.h (_GLIBC_EXTENSION): Define.Yaakov Selkowitz