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
2005-01-10* cygrun.c (main): Fix exit code so that it reflects UNIX style.Christopher Faylor
2005-01-082005-01-08 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2005-01-07 * fhandler_process.cc: Fix copyright date.Corinna Vinschen
2005-01-07 * fhandler_process.cc: Use strcasematch instead of strcasecmpCorinna Vinschen
2005-01-07 * syscalls.cc (rename): Fix behaviour in case of renaming directoriesCorinna Vinschen
2005-01-06 * fhandler_disk_file.cc (fhandler_base::open_fs): Don't allowCorinna Vinschen
2005-01-06update copyrightChristopher Faylor
2005-01-06* timer.cc (timer_thread): Pass sigev pointer value as per SuSv3 rather thanChristopher Faylor
2005-01-06 * include/_mingw.h (__int16): Define as short.Danny Smith
2005-01-06 * include/stdio.h (P_tmpdir): Add define.Danny Smith
2005-01-06* dcrt0.cc (multiple_cygwin_problem): Reorganize error message to not alwaysChristopher Faylor
2005-01-04* pinfo.cc (_pinfo::dup_proc_pipe): Can't close proc pipe when execing or weChristopher Faylor
2005-01-03Update copyrights.Christopher Faylor
2005-01-03 * signal.cc: Fix copyright date.Corinna Vinschen
2005-01-03 * signal.cc (abort): Call _GLOBAL_REENT's __cleanup.Corinna Vinschen
2005-01-03 * Makefile.in (inst_docdir): For Cygwin target set to share/doc/.Earnie Boyd
2005-01-03 * syscalls.cc (setmode): Call _fwalk with _GLOBAL_REENT.Corinna Vinschen
2005-01-032005-01-02 Jiri Malak <Jiri.Malak@geac.cz>Danny Smith
2005-01-02 * include/_mingw.h: Increment version to 3.6Earnie Boyd
2005-01-02 * lib/uxtheme.def: Really remove the \r.Earnie Boyd
2005-01-02 * include/afxres.h: Remove the \r from the line ending.Earnie Boyd
2005-01-02 * include/w32api.h: Increment version.Earnie Boyd
2005-01-02* cygthread.cc (cygthread::stub): Set inuse to false when exiting.Christopher Faylor
2005-01-02* shared.cc (open_shared): Don't attempt VirtualAlloc magic if first attempt toChristopher Faylor
2005-01-01 * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):Danny Smith
2004-12-31* path.sgml: Encode programming example with CDATA.Joshua Daniel Franklin
2004-12-30* devices.cc (device::isfs): Return true for the logical case of devn == FH_FS.Christopher Faylor
2004-12-30 * bsd_mutex.cc: Include limits.h.Corinna Vinschen
2004-12-292004-12-29 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2004-12-29Added HSHELL_FLASH definitionChris Sutcliffe
2004-12-28* pinfo.cc (_pinfo::dup_proc_pipe): DUPLICATE_CLOSE_SOURCE closes the handleChristopher Faylor
2004-12-28* cygthread.cc (cygthread::stub): Add better debug output.Christopher Faylor
2004-12-27Update Makefile to use xmltoJoshua Daniel Franklin
2004-12-27* pinfo.cc (_pinfo::exit): Beef up debugging output.Christopher Faylor
2004-12-27* init.cc (dll_entry): Previous code reversion was ill-advised. Revert it.Christopher Faylor
2004-12-27* init.cc (dll_entry): Remove exit code setting.Christopher Faylor
2004-12-26* fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "onChristopher Faylor
2004-12-26 * mingwex/complex/(cabsf.c cacosf.c cacoshf.c cargf.c casinf.cDanny Smith
2004-12-25 * .sgml: Cleanup markup for XML validity.Joshua Daniel Franklin
2004-12-24* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor
2004-12-242004-12-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Danny Smith
2004-12-24* path.h (path_conv::set_normalized_path): Add second argument and fill it inChristopher Faylor
2004-12-23* cygthread.cc (cygthread::cygthread): Guard debugging variable with "ifdefChristopher Faylor
2004-12-23* path.cc (path_conv::check): Don't strip the trailing slash from a pathChristopher Faylor
2004-12-23* cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor
2004-12-23 * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.Danny Smith
2004-12-22* cygheap.cc (cygheap_setup_for_child): Add api_fatal to catch failingChristopher Faylor
2004-12-22* cygthread.cc (cygthread::stub): Make diagnostic output more informative.Christopher Faylor
2004-12-22* pinfo.cc (proc_waiter): Zero wait_thread in child to avoid races with processChristopher Faylor
2004-12-22* cygthread.h (cygthread::release): Just declare here.Christopher Faylor