summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* IA-64 ELF support.Jim Wilson2000-04-216-0/+573
* * config.sub (d30v): Add d30v as a basic machine type.Richard Henderson2000-04-212-1/+5
* Fix handling of /.filenameChristopher Faylor2000-04-212-2/+6
* * path.cc (normalize_posix_path): Previous two patches were still incorrect soChristopher Faylor2000-04-212-57/+57
* * exceptions.cc (handle_exceptions): Search further for stack info toChristopher Faylor2000-04-202-1/+6
* * path.cc (normalize_posix_path): Previous change failed to take rootChristopher Faylor2000-04-202-2/+7
* * syscalls.cc (_link): Check new link path for trailing dot.Corinna Vinschen2000-04-202-7/+13
* * fhandler.h (fhandler_base::hclose): New virtual method.Christopher Faylor2000-04-204-21/+34
* * syscalls.cc (setuid): Allow switching user context afterCorinna Vinschen2000-04-192-12/+58
* * uinfo.cc (internal_getlogin): Use NetGetDCName() insteadCorinna Vinschen2000-04-192-4/+9
* * configure.in: Change HEADER_SUBDIR to mingw32.Christopher Faylor2000-04-193-54/+70
* Pass MD5PROG to sub-makes when building .tar.bz2 archive.Andrew Cagney2000-04-192-0/+22
* * syscalls.cc (_rename): Try MoveFile() at first beforeDJ Delorie2000-04-192-25/+32
* don't put api internals in general tarballDJ Delorie2000-04-191-4/+4
* add commands for building a doc kitchen-sink-tarballDJ Delorie2000-04-191-0/+23
* clean up SGML for latest version of jade/docbookDJ Delorie2000-04-199-20/+43
* * dcrt0.cc (globify): Don't use \ quoting when apparently quoting a DOS pathChristopher Faylor2000-04-182-5/+3
* * dcrt0.cc (globify): Don't use \ quoting when apparently quoting a DOS pathChristopher Faylor2000-04-182-1/+12
* Clean up load page support for tic54x.Tim Wall2000-04-183-18/+17
* * remove dependence on where pwd isDJ Delorie2000-04-182-1/+5
* Initial patches for IA-64 EFI (64-bit PE) support.Jim Wilson2000-04-174-7/+290
* Mon Apr 17 12:46:00 2000 Marek Michalkiewicz <marekm@linux.org.pl>Jeff Johnston2000-04-1720-45/+74
* Remove obsolete setting.Christopher Faylor2000-04-161-4/+0
* * init.cc (dll_entry): Use better check for determining when to set threadChristopher Faylor2000-04-163-3/+13
* * libc/posix/execvp.c (execvp): Check path forCorinna Vinschen2000-04-162-1/+6
* * mkpasswd.c (main): Use GetDCName instead of GetAnyDCName.Corinna Vinschen2000-04-153-20/+38
* * fhandler_console.cc (keytable): Add support for keypad 5 key, which MS seemsChristopher Faylor2000-04-154-10/+14
* 2000-04-14 H.J. Lu <hjl@gnu.org>H.J. Lu2000-04-142-1/+5
* 2000-04-14 H.J. Lu <hjl@gnu.org>H.J. Lu2000-04-142-0/+17
* * dcrt0.cc (insert_file): Avoid freeing previously allocated argument list.Christopher Faylor2000-04-135-69/+83
* * include/cygwin/version.h: Bump minor api to reflect export change.Corinna Vinschen2000-04-132-1/+6
* * cygwin.din: Add symbol for `lacl'.Corinna Vinschen2000-04-134-5/+37
* * path.cc (conv_to_win32_path): Detect a win32 pathCorinna Vinschen2000-04-131-4/+24
* * cygpath.cc (main): Add -a -o and -c options.Christopher Faylor2000-04-132-13/+71
* * Makefile.in (gdb-taz): New target. GDB specific archive.Andrew Cagney2000-04-132-18/+57
* Remove U suffix from constants for K&R compilers.Alan Modra2000-04-132-4/+9
* Fix typo.Christopher Faylor2000-04-131-4/+3
* * path.cc (path_conv::path_conv): Ensure that suffix is correctly copied toChristopher Faylor2000-04-122-18/+24
* Add a debugging line.Christopher Faylor2000-04-111-0/+1
* * include/winbase.h: Change first argument of ENUMRES* types to coincide withChristopher Faylor2000-04-112-3/+8
* Mods to allow compilation of BFD all targets.Tim Wall2000-04-112-3/+13
* * cygpath.cc (main): Add -f option for processing a group of paths from a file.Christopher Faylor2000-04-112-49/+102
* * include/string.h: Use proper prototype for _strerror.Christopher Faylor2000-04-102-1/+5
* * Makefile.common: Resolve srcdir to absolute path or it will confuse usagesChristopher Faylor2000-04-102-4/+11
* Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney2000-04-092-8/+9
* * Makefile.in: Work around MAKEOVERRIDES problem with older versions of make.Christopher Faylor2000-04-093-5/+23
* Fix copyright comments and file comments.Tim Wall2000-04-082-9/+18
* Remove erroneous entry.Christopher Faylor2000-04-081-1/+0
* * fhandler.cc (fhandler_disk_file::fstat): Allocate enough space for root dirChristopher Faylor2000-04-082-2/+8
* * exceptions.cc (sigsave): Copy on fork so that we can restore correct behaviorChristopher Faylor2000-04-086-38/+64