summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * include/_mingw.h (__MINGW_GNUC_PREREQ): Define. Use toDanny Smith2005-06-163-20/+57
* add missing entryChristopher Faylor2005-06-151-0/+1
* * cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor2005-06-156-6/+12
* * path.cc (path_conv::check): Always reset to FH_FS when component != 0 andChristopher Faylor2005-06-142-14/+16
* PR libgcj/19877:Tom Tromey2005-06-142-1/+7
* * parse_pe.c (exclusion::sort_and_check): Remove crude cast.Corinna Vinschen2005-06-142-1/+5
* * sysv_sem.cc (semu_list): Define static to avoid gcc 4.x compilerCorinna Vinschen2005-06-142-1/+6
* * depstand.m4, lead-dot.m4: New files.DJ Delorie2005-06-133-0/+172
* * depcomp: Update from automake CVS. Add 'ia64hp' stanza.DJ Delorie2005-06-132-26/+62
* * fhandler_socket.cc (fhandler_socket::recvmsg): Avoid SEGV in OpenSSHCorinna Vinschen2005-06-122-0/+7
* * Makefile.in: Avoid initial heap allocation since cygwin has its own heap.Christopher Faylor2005-06-112-1/+7
* * hppa.h (pa_opcodes): Use cM and cX instead of cm and cx,John David Anglin2005-06-112-12/+17
* * fhandler_console.cc (fhandler_console::read): Fix a compiler warning.Christopher Faylor2005-06-112-1/+5
* * winsup.api/pthread/cancel2.c: Use explicit initializer for mutex.Christopher Faylor2005-06-115-15/+29
* * include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.Christopher Faylor2005-06-114-24/+47
* * fhandler_socket.cc (fhandler_socket::sendto): Always initializeCorinna Vinschen2005-06-102-4/+10
* * winsup.api/winsup.exp: Remove (temporarily?) -nostdinc from build since itChristopher Faylor2005-06-102-1/+6
* whitespace changes to hopefully force snapshot run.Christopher Faylor2005-06-102-2/+2
* * cygwin.din (imaxabs): Export.Corinna Vinschen2005-06-104-2/+24
* * cygthread.cc (cygthread::detach): Improve diagnostics for what should be anChristopher Faylor2005-06-092-1/+19
* * cygtls.h (_local_storage::setmode_file): New element.Christopher Faylor2005-06-096-75/+95
* * thread.cc (pthread_mutex::_lock): Use cancelable_wait rather thanChristopher Faylor2005-06-092-1/+6
* * cygwin.sc: Place .cygwin_dll_common in a more sensible spot.Christopher Faylor2005-06-092-4/+8
* * cygwin.sc: Place .cygwin_dll_common.Christopher Faylor2005-06-093-1/+10
* * include/pthread.h (PTHREAD_MUEXT_INITIALIZER): Change toChristopher Faylor2005-06-092-1/+6
* * thread.cc (cancelable_wait): No-op change to make sure that res is always aChristopher Faylor2005-06-092-3/+7
* Change pthread::cancelable_wait to just cancelable_wait, throughout.Christopher Faylor2005-06-096-48/+70
* * cygwin.sc: Apparently nonloading sections need to go last.Christopher Faylor2005-06-082-24/+28
* * cygwin.sc: Restore resource and reloc sections and use more modern syntax forChristopher Faylor2005-06-082-4/+16
* opcodes:Zack Weinberg2005-06-082-1/+5
* * environ.cc (spenvs): Remove cut/paste error which associated CYGWIN_DEBUGChristopher Faylor2005-06-082-1/+6
* * security.cc (cygwin_logon_user): Run LogonUser in the primaryCorinna Vinschen2005-06-082-6/+20
* * common.h (EM_MS1): Define.Aldy Hernandez2005-06-073-0/+55
* * dis-asm.h: Externalize print_insn_ms1.Aldy Hernandez2005-06-072-0/+7
* * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen2005-06-0710-23/+57
* * cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor2005-06-077-9/+33
* * configure.in <cris-*, crisv32-*>: Enable target-libffi again forHans-Peter Nilsson2005-06-072-4/+4
* Sync with gcc-toplevelHans-Peter Nilsson2005-06-071-9/+28
* * configure.in (unsupported_languages): New macro.Hans-Peter Nilsson2005-06-073-72/+113
* merge from gccDJ Delorie2005-06-062-1/+5
* * cygload/cygload.exp: .cpp -> .cc.Christopher Faylor2005-06-062-1/+5
* * Makefile.in: Test cygload.Christopher Faylor2005-06-067-1/+882
* reformat ChangeLog entry slightly.Christopher Faylor2005-06-061-2/+2
* * configure.in: Fix typo in handling of --with-mpfr-dir.DJ Delorie2005-06-063-62/+67
* * path.cc (symlink_info::check): If GetFileAttributes returnsCorinna Vinschen2005-06-062-2/+16
* * uname.cc (uname): Change "amd64" to "x86_64" as on Linux.Corinna Vinschen2005-06-062-1/+5
* * uname.cc (uname): Add missing break.Corinna Vinschen2005-06-062-0/+5
* * include/_mingw.h (__MINGW_ATTRIBUTE_NONNULL): Fix typoDanny Smith2005-06-062-3/+8
* * Makefile.in: Build sync.o with -fomit-frame-pointer and -O3.Christopher Faylor2005-06-052-0/+5
* * sync.cc (muto::acquire): Remove unneeded brackets and fix whitespace.Christopher Faylor2005-06-052-10/+12