summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.cc (fhandler_base::open): Drop local wpath and upathCorinna Vinschen2007-07-196-24/+74
* * include/fcntl.h (_O_WTEXT, _O_U16TEXT, _O_U8TEXT) Define forDanny Smith2007-07-192-1/+12
* * sec_helper.cc: Remove unused code.Corinna Vinschen2007-07-192-71/+4
* * autoload.cc (SetSecurityDescriptorControl): Drop.Corinna Vinschen2007-07-195-22/+25
* * autoload.cc (SetUserObjectSecurity): Drop.Corinna Vinschen2007-07-195-7/+24
* * cygheap.h (init_cygheap::luid): Remove.Corinna Vinschen2007-07-199-170/+302
* * dcrt0.cc (dll_crt0_0): Call set_cygwin_privileges here, afterCorinna Vinschen2007-07-193-2/+8
* Fix 'make info'.Eric Blake2007-07-199-20/+39
* * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.Bob Wilson2007-07-182-1/+15
* Fix date type for 1.15 release.Jeff Johnston2007-07-181-1/+1
* * faq-using.xml (faq.using.console-window): Mention FHS location ofBrian Dessent2007-07-182-5/+7
* * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.Corinna Vinschen2007-07-182-0/+5
* * cygheap.h (shared_prefix): De-const.Corinna Vinschen2007-07-183-2/+13
* * fhandler.cc (fhandler_base::fhaccess): Add check for R/O file system.Corinna Vinschen2007-07-173-1/+16
* * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.Corinna Vinschen2007-07-173-0/+7
* * COPYING3: New file. Contains version 3 of the GNU General Public License.Nick Clifton2007-07-175-0/+1525
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Move settingCorinna Vinschen2007-07-172-3/+8
* * cygheap.h (cygheap_user::curr_imp_token): Rename from current_token.Corinna Vinschen2007-07-167-16/+28
* * init.cc (in_dllentry): Delete.Christopher Faylor2007-07-145-7/+10
* * init.cc (in_dllentry): Make NO_COPY to avoid spurious false positives.Christopher Faylor2007-07-142-1/+6
* Fix fflush issues.Eric Blake2007-07-1317-67/+152
* merge from gccDJ Delorie2007-07-131-17/+17
* * mep/fmax.ld, mep/gmap_default.ld, mep/min.ld, mep/simple.ldKevin Buettner2007-07-135-4/+9
* Documentation updates.Eric Blake2007-07-135-49/+111
* * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust typesHans-Peter Nilsson2007-07-122-4/+7
* * configure.ac: Fix my previous change to really match GCC.Bernd Schmidt2007-07-123-2/+7
* 2007-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2007-07-122-0/+7
* Changelog typoDanny Smith2007-07-121-2/+3
* * incude/wchar.h (_wsystem) Declare.Danny Smith2007-07-124-13/+39
* * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,Danny Smith2007-07-123-16/+36
* Add support for building on a 64-bit Windows host.Nick Clifton2007-07-124-21/+40
* [mingw-Bugs-1751518]Danny Smith2007-07-124-34/+19
* Merge from gcc:DJ Delorie2007-07-113-56/+66
* 2007-07-06 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2007-07-113-1/+24
* 2007-07-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-07-112-45/+50
* [mingw-Bugs-1750898]Danny Smith2007-07-102-1/+7
* * debug.cc (close_handle): Change debug output format slightly.Christopher Faylor2007-07-105-11/+22
* * strace.cc (usage): Add missing description for -q.Christopher Faylor2007-07-102-1/+6
* * cygwin/strsig.cc (__signals): New macro.Christopher Faylor2007-07-107-39/+78
* .Roland McGrath2007-07-092-12/+20
* 2007-07-09 Roland McGrath <roland@redhat.com>Roland McGrath2007-07-091-0/+3
* 2007-07-09 Roland McGrath <roland@redhat.com>Roland McGrath2007-07-091-2/+6
* * dir.cc (closedir): Revert change from 2007-06-29.Corinna Vinschen2007-07-095-82/+83
* Import patch from FSF gcc sources to add support for building windmc tool.Nick Clifton2007-07-096-1182/+1622
* [mingw-Bugs-1749305]Danny Smith2007-07-092-0/+6
* * Makefile.in (DLL_OFILES): Add newly-imported random.o. Eliminate reliance onChristopher Faylor2007-07-084-30/+41
* Add initial FreeBSD version of random.cChristopher Faylor2007-07-081-0/+502
* update copyrightChristopher Faylor2007-07-071-1/+1
* * fhandler.h (fhandler_base::write): Remove __stdcall decoration.Christopher Faylor2007-07-072-3/+9
* Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor2007-07-0710-504/+305