aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2005-01-06* timer.cc (timer_thread): Pass sigev pointer value as per SuSv3 rather thanChristopher Faylor2-1/+6
2005-01-06 * include/_mingw.h (__int16): Define as short.Danny Smith2-1/+6
2005-01-06 * include/stdio.h (P_tmpdir): Add define.Danny Smith2-0/+7
2005-01-05* dcrt0.cc (multiple_cygwin_problem): Reorganize error message to not alwaysChristopher Faylor3-9/+20
2005-01-04* pinfo.cc (_pinfo::dup_proc_pipe): Can't close proc pipe when execing or weChristopher Faylor2-2/+12
2005-01-03Update copyrights.Christopher Faylor3-3/+3
2005-01-03 * signal.cc: Fix copyright date.Corinna Vinschen1-1/+2
2005-01-03 * signal.cc (abort): Call _GLOBAL_REENT's __cleanup.Corinna Vinschen2-2/+6
2005-01-03 * Makefile.in (inst_docdir): For Cygwin target set to share/doc/.Earnie Boyd2-1/+5
2005-01-03 * syscalls.cc (setmode): Call _fwalk with _GLOBAL_REENT.Corinna Vinschen2-2/+7
2005-01-022005-01-02 Jiri Malak <Jiri.Malak@geac.cz>Danny Smith2-0/+7
2005-01-02 * include/_mingw.h: Increment version to 3.6Earnie Boyd3-3/+8
2005-01-02 * lib/uxtheme.def: Really remove the \r.Earnie Boyd1-50/+50
2005-01-02 * include/afxres.h: Remove the \r from the line ending.Earnie Boyd7-1048/+1060
2005-01-02 * include/w32api.h: Increment version.Earnie Boyd2-3/+3
2005-01-02* cygthread.cc (cygthread::stub): Set inuse to false when exiting.Christopher Faylor3-18/+20
2005-01-02* shared.cc (open_shared): Don't attempt VirtualAlloc magic if first attempt toChristopher Faylor2-2/+8
2005-01-01 * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):Danny Smith2-1/+7
2004-12-31* path.sgml: Encode programming example with CDATA.Joshua Daniel Franklin4-1/+19
2004-12-30* devices.cc (device::isfs): Return true for the logical case of devn == FH_FS.Christopher Faylor2-1/+6
2004-12-30 * bsd_mutex.cc: Include limits.h.Corinna Vinschen2-22/+125
2004-12-292004-12-29 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe4-2/+33
2004-12-29Added HSHELL_FLASH definitionChris Sutcliffe2-0/+5
2004-12-28* pinfo.cc (_pinfo::dup_proc_pipe): DUPLICATE_CLOSE_SOURCE closes the handleChristopher Faylor2-5/+6
2004-12-28* cygthread.cc (cygthread::stub): Add better debug output.Christopher Faylor6-21/+58
2004-12-27Update Makefile to use xmltoJoshua Daniel Franklin6-169/+33
2004-12-27* pinfo.cc (_pinfo::exit): Beef up debugging output.Christopher Faylor3-5/+11
2004-12-27* init.cc (dll_entry): Previous code reversion was ill-advised. Revert it.Christopher Faylor4-1/+18
2004-12-27* init.cc (dll_entry): Remove exit code setting.Christopher Faylor5-11/+19
2004-12-26* fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "onChristopher Faylor5-3/+24
2004-12-25 * mingwex/complex/(cabsf.c cacosf.c cacoshf.c cargf.c casinf.cDanny Smith24-7/+663
2004-12-24 * .sgml: Cleanup markup for XML validity.Joshua Daniel Franklin18-108/+109
2004-12-24* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor8-66/+121
2004-12-242004-12-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Danny Smith5-0/+99
2004-12-23* path.h (path_conv::set_normalized_path): Add second argument and fill it inChristopher Faylor5-22/+34
2004-12-23* cygthread.cc (cygthread::cygthread): Guard debugging variable with "ifdefChristopher Faylor2-0/+10
2004-12-23* path.cc (path_conv::check): Don't strip the trailing slash from a pathChristopher Faylor2-1/+7
2004-12-23* cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor9-34/+70
2004-12-23 * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.Danny Smith2-8/+14
2004-12-22* cygheap.cc (cygheap_setup_for_child): Add api_fatal to catch failingChristopher Faylor5-13/+52
2004-12-22* cygthread.cc (cygthread::stub): Make diagnostic output more informative.Christopher Faylor2-2/+7
2004-12-22* pinfo.cc (proc_waiter): Zero wait_thread in child to avoid races with processChristopher Faylor3-1/+24
2004-12-22* cygthread.h (cygthread::release): Just declare here.Christopher Faylor3-7/+18
2004-12-22 * fhandler_process.cpp (format_process_status): Use tabs in formattingCorinna Vinschen2-17/+22
2004-12-22 * path.cc (set_normalized_path): Allow empty pathnames.Corinna Vinschen2-1/+5
2004-12-21* spawn.cc (spawn_guts): Force parent to forget about P_DETACH'ed process.Christopher Faylor2-0/+7
2004-12-20* path.cc (normalize_win32_path): Remove unneeded check for dots.Christopher Faylor2-8/+7
2004-12-20* path.cc (normalize_posix_path): Remove unneeded check for dots.Christopher Faylor2-13/+20
2004-12-20 * include/wchar.h (wcsdup): Correct prototype.Danny Smith3-2/+8
2004-12-19* path.cc (normalize_win32_path): Make third arg pass-by reference. ReorganizeChristopher Faylor2-60/+61