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-03-13 * hookapi.cc (hook_or_detect_cygwin): Change condition when to useCorinna Vinschen
2012-03-13 * include/netdb.h (h_errno): Add self-referencing macro and comment.Corinna Vinschen
2012-03-13Christopher Faylor <me.cygwin2012@cgf.cx>Christopher Faylor
2012-03-10* dtable.cc (fh_alloc): Treat pc.dev as unsigned.Christopher Faylor
2012-03-09 * hookapi.cc (find_first_notloaded_dll): Fix a compiler warning.Corinna Vinschen
2012-03-09 * hookapi.cc (rvadelta): Add parameter to return maximum availableCorinna Vinschen
2012-03-08 * net.cc (call_gaa): New thread function to call GetAdaptersAddresses.Corinna Vinschen
2012-03-08 * path.cc (readlink): Avoid calling strlen() twice.Corinna Vinschen
2012-03-08 * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen
2012-03-07* pinfo.cc (_pinfo::dup_proc_pipe): Reorganize to provide more information forChristopher Faylor
2012-03-07 * glob.cc (MAXPATHLEN): Reinstantiate with a value of 8192.Corinna Vinschen
2012-03-05 * pinfo.cc (_pinfo::dup_proc_pipe): Fix order of arguments in debugCorinna Vinschen
2012-03-05 * init.cc (dll_entry): Move wincap.init call back from here...Corinna Vinschen
2012-03-05 * cygheap.h (enum fcwd_version_t): Move here from path.cc.Corinna Vinschen
2012-03-05 * dll_init.cc (dll_list::operator[]): Extend comment a bit more toCorinna Vinschen
2012-03-04 * dll_init.cc (dll_list::alloc): Compare linked DLLs by basename only.Corinna Vinschen
2012-03-04 * dll_init.cc: Revert pathname changes from 2012-02-08.Corinna Vinschen
2012-03-04 * winver.rc: Bump copyright date.Corinna Vinschen
2012-03-04* fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven'tChristopher Faylor
2012-03-02 * flock.cc (allow_others_to_sync): Reorder conditional expression toCorinna Vinschen
2012-03-02 * flock.cc (allow_others_to_sync): Use RtlGetDaclSecurityDescriptorCorinna Vinschen
2012-03-02Fix typo in ChangeLog entryCorinna Vinschen
2012-03-02 * fhandler_console.cc (fhandler_console::input_tcsetattr): RevertCorinna Vinschen
2012-03-02 * fhandler_console.cc (fhandler_console::input_tcsetattr): Set theCorinna Vinschen
2012-03-01* faq-programming.xml (faq.programming.make-execvp): Remove obsoleteYaakov Selkowitz
2012-02-28tcgetsid: fix return typeEric Blake
2012-02-28 * cygtls.cc (well_known_dlls): Add shlwapi.dll.Corinna Vinschen
2012-02-27* faq-using.xml (faq.using.bloda): Fix missing closing parenthesis.Yaakov Selkowitz
2012-02-27 * cygtls.cc (dll_cmp): New comparison function for bsearch.Corinna Vinschen
2012-02-26Drop "potentially" from latest ChangeLog entry.Corinna Vinschen
2012-02-26 * environ.cc (enum settings): Add setbool. Rename justset to setdwordCorinna Vinschen
2012-02-26 * environ.cc (dos_file_warning): Drop declaration.Corinna Vinschen
2012-02-26 * flock.cc (LOCK_DIR_NAME_FMT): Define.Corinna Vinschen
2012-02-25* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 12.Christopher Faylor
2012-02-25 * new-features.sgml (ov-new1.7.11): Add two more changes to the list.Corinna Vinschen
2012-02-25*** empty log message ***Corinna Vinschen
2012-02-25* pldd.c: Fix typo in license header.Yaakov Selkowitz
2012-02-24* pldd.c: Fix formatting.Yaakov Selkowitz
2012-02-24Document pldd.Yaakov Selkowitz
2012-02-24* new-features.sgml (ov-new1.7.11): Document pldd.Yaakov Selkowitz
2012-02-24* Makefile.in (CYGWIN_BINS): Add pldd.Yaakov Selkowitz
2012-02-22Document scandirat.Yaakov Selkowitz
2012-02-22* new-features.sgml (ov-new1.7.11): New section. Document scandirat.Yaakov Selkowitz
2012-02-22 * cygwin.din (scandirat): Export.Yaakov Selkowitz
2012-02-21 * shared.cc (shared_info::init_obcaseinsensitive): Check actual stateCorinna Vinschen
2012-02-21 * faq-using.xml (faq.using.bloda): Add AVAST and Citrix MetaframeCorinna Vinschen
2012-02-20 * flock.cc (inode_t::del_my_locks): Drop useless counter lc. CloseCorinna Vinschen
2012-02-17 * timer.cc (getitimer): Don't create another local ret variable inCorinna Vinschen
2012-02-17 * ntdll.h (struct _PEB): Add EnvironmentUpdateCount member.Corinna Vinschen
2012-02-17 * mount.cc (get_disk_type): Drop unneeded toupper call. Convert caseCorinna Vinschen