summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * dlfcn.cc (get_full_path_of_dll): Revert patch from 2008-07-16.Corinna Vinschen2009-03-192-2/+6
* * cygwin.din: Export log2, log2f as functions.Corinna Vinschen2009-03-194-1/+12
* * configure: Rebuild.Tom Tromey2009-03-185-3/+411
* 2009-03-18 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston2009-03-186-25/+176
* * common.h (NT_OPENBSD_PROCINFO, NT_OPENBSD_AUXV)Mark Kettenis2009-03-182-0/+18
* *** empty log message ***Christopher Faylor2009-03-181-0/+4
* Re-add inexplicably missing ldh.cc.Christopher Faylor2009-03-181-0/+17
* * sec_auth.cc (lsaauth): Remove local definitions of structCorinna Vinschen2009-03-182-12/+29
* * winnt.h: Add Vista token security extensions.Corinna Vinschen2009-03-182-1/+73
* * cygwin-ug-net.in.sgml: Update date.Corinna Vinschen2009-03-185-4/+292
* include/Alan Modra2009-03-182-20/+45
* * overview2.sgml: Remove reference to CYGWIN=binmode.Corinna Vinschen2009-03-183-44/+102
* * ldd.cc (load_dll): Start helper program rather than ldd.exe.Christopher Faylor2009-03-183-75/+113
* merge from gccDJ Delorie2009-03-182-2/+9
* * libc/stdlib/mbstowcs_r.c (_mbstowcs_r): Handle NULL destinationCorinna Vinschen2009-03-172-8/+17
* 2009-03-16 Mark Mitchell <mark@codesourcery.com>Jeff Johnston2009-03-164-17/+31
* 2009-03-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-03-162-822/+856
* * configure.ac: Treat gdb as supported on x86_64-darwin.Joel Brobecker2009-03-163-4/+9
* Merge from GCC:Joseph Myers2009-03-163-52/+103
* Move changelog entry to the right file.Andrew Stubbs2009-03-161-4/+0
* 2009-03-16 Andrew Stubbs <ams@codesourcery.com>Andrew Stubbs2009-03-161-0/+4
* include/elf/Jan Kratochvil2009-03-162-0/+5
* * errno.cc (_sys_errlist): Add ESTRPIPE.Corinna Vinschen2009-03-152-1/+6
* * cygwin.din: Export wcsdup.Corinna Vinschen2009-03-154-1/+10
* * libc/include/sys/errno.h (ESTRPIPE): Define.Corinna Vinschen2009-03-153-0/+14
* * libc/include/wchar.h (wcsdup, _wcsdup_r): Declare.Corinna Vinschen2009-03-156-6/+91
* * include/inttypes.h: Remove "l" size specifier from all 16 and 32 bitCorinna Vinschen2009-03-152-44/+49
* * ldd.cc (longopts): Add --dll option.Christopher Faylor2009-03-142-13/+104
* * path.cc (warn_msdos): Don't warn about MS-DOS filenames encountered duringChristopher Faylor2009-03-142-1/+6
* * path.cc (from_fstab): Use wcstombs/mbstowcs instead ofCorinna Vinschen2009-03-142-5/+8
* * wide_path.h (class wide_path): New class to convert Windows pathCorinna Vinschen2009-03-144-64/+178
* * libc/include/stdlib.h (_mkstemp_r, _mktemp_r): Move out ofCorinna Vinschen2009-03-142-2/+7
* * libc/include/stdio.h (_mkstemp_r, _mktemp_r): Move declarationsCorinna Vinschen2009-03-144-3/+18
* include/coff/Richard Sandiford2009-03-142-2/+10
* include/coff/Richard Sandiford2009-03-143-5/+26
* include/coff/Richard Sandiford2009-03-142-0/+6
* include/coff/Richard Sandiford2009-03-142-2/+14
* * gendef: Remove STABS directives.Corinna Vinschen2009-03-142-4/+4
* * ldd.cc: Rework to detect missing DLLs.Christopher Faylor2009-03-142-30/+347
* include/ChangeLogDave Korn2009-03-143-1/+27
* * mktemp.cc: Remove STABS specific link-time warning. Align copyrightCorinna Vinschen2009-03-132-12/+5
* * flock.cc: Fix lockf copyright to latest version.Corinna Vinschen2009-03-132-12/+7
* * fhandler_disk_file.cc (path_conv::isgood_inode): Move to be definedCorinna Vinschen2009-03-123-31/+47
* * flock.cc (fhandler_disk_file::lock): Don't test file open mode inCorinna Vinschen2009-03-122-2/+12
* * gethostby_helper: Fix typos in DEBUGGING case.Corinna Vinschen2009-03-122-4/+8
* * libc/time/time.tex (wcsftime.def): Include.Corinna Vinschen2009-03-123-7/+20
* * libc/stdio/swscanf.c: Some documentation corrections.Corinna Vinschen2009-03-122-3/+10
* * libc/stdio/swprintf.c (_swprintf_r, swprintf):Corinna Vinschen2009-03-126-140/+210
* * cygwin.din: Export wcscasecmp, wcsncasecmp.Corinna Vinschen2009-03-114-3/+12
* * libc/include/wchar.h (wcscasecmp, wcsncasecmp): Declare.Corinna Vinschen2009-03-117-22/+177