summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * security.cc (lsa2wchar): Suppressed.Corinna Vinschen2002-06-034-88/+114
* * regtool.cc (prog_name): New global variable.Christopher Faylor2002-06-032-65/+144
* * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.Danny Smith2002-06-023-1/+10
* * dtable.cc (handle_to_fn): Use largest match for device. CorrectlyChristopher Faylor2002-06-022-8/+37
* * strace.cc (forkdebug): Make true by default.Christopher Faylor2002-06-023-9/+18
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Check specificallyChristopher Faylor2002-06-022-2/+15
* * fhandler_process.cc (fhandler_process::open): Set fileid.Christopher Faylor2002-06-023-7/+12
* * how-programming.texinfo: Add more words to the "how to build".Christopher Faylor2002-06-022-7/+21
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-0228-107/+83
* * configure.in: Complain about lack of w32api directory.Christopher Faylor2002-06-023-3/+18
* * fhandler.cc (fhandler_base::fstat): Move dev and ino calculation into caller.Christopher Faylor2002-06-026-28/+37
* include/elf/Richard Henderson2002-06-022-0/+12
* * include/windef.h: Fix typo in last change.Danny Smith2002-06-012-1/+5
* * include/windef.h: Add no-op __try, __except, __finallyDanny Smith2002-06-014-21/+21
* * path.cc (chdir): Don't allow cd'ing to a non-directory virtual path.Christopher Faylor2002-06-012-0/+9
* Fill-out d10v enum so that there are no ``=''.Andrew Cagney2002-06-012-20/+61
* * fhandler_disk_file.cc (readdir): Move inode calculation into caller.Christopher Faylor2002-06-013-35/+59
* remove accidentally checked in test version.Christopher Faylor2002-06-011-2/+0
* oopsChristopher Faylor2002-05-311-1/+0
* (add the rest of the ChangeLog)Christopher Faylor2002-05-311-0/+11
* * fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.Christopher Faylor2002-05-317-7/+16
* * fhandler_console.cc (fhandler_console::open): Always default to binmode.Christopher Faylor2002-05-312-9/+16
* * fhandler.cc (fhandler_base::open): Make default open mode == binmode.Christopher Faylor2002-05-312-7/+14
* * dll_init.cc (dll_list::init): Eliminate unneeded debugging statement.Christopher Faylor2002-05-312-1/+4
* * fhandler_proc.cc (fhandler_proc::readdir): Set errno when no more files.Christopher Faylor2002-05-314-3/+13
* 2002-05-31 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-05-3111-111/+196
* * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,DJ Delorie2002-05-313-8/+12
* * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.DJ Delorie2002-05-313-10/+9
* * config-ml.in: Propogate DESTDIR also.DJ Delorie2002-05-312-0/+5
* 2002-05-31 Michal Ludvig <mludvig@suse.cz>Michal Ludvig2002-05-312-2/+7
* * path.cc (path_conv::check): Set fileattr to INVALID_FILE_ATTRIBUTES forChristopher Faylor2002-05-312-1/+16
* [ gas/ChangeLog ]Chris Demetriou2002-05-312-1/+33
* * fhandler_disk_file.cc (fhandler_disk_file::fstat): Always call fstat_by_nameChristopher Faylor2002-05-313-4/+14
* include/elf/Richard Henderson2002-05-302-0/+22
* 2002-05-30 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-05-3013-30/+423
* * mkpasswd.cc (main): Don't reset to binmode if stdout is a terminal.Christopher Faylor2002-05-302-1/+6
* * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):Corinna Vinschen2002-05-302-0/+9
* * autoload.cc: Replace autoload statments for ZwXXX by NtXXX.Corinna Vinschen2002-05-306-29/+45
* * mount.cc (main): Make -b the default.Christopher Faylor2002-05-302-1/+5
* speling fxiChristopher Faylor2002-05-301-1/+1
* * configure.in (vax-*-netbsd*): Don't build gas for thisJason Thorpe2002-05-302-0/+9
* 2002-05-29 Matt Thomas <matt@3am-software.com>Jason Thorpe2002-05-302-0/+55
* * include/sys/cygwin.h (EXTERNAL_PINFO_VERSION): Reinstate.Christopher Faylor2002-05-293-1/+7
* * ps.cc (main): Use uid or uid32 member of struct external_pinfoCorinna Vinschen2002-05-292-7/+25
* * external.cc (fillout_pinfo): Use new version define.Corinna Vinschen2002-05-293-2/+11
* * external.cc (fillout_pinfo): Set new version field in external_pinfoChristopher Faylor2002-05-293-4/+13
* * ps.cc (main): Change print format for uid to unsigned. Use uid32Corinna Vinschen2002-05-292-5/+10
* Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen2002-05-2917-55/+135
* * include/cygwin/socket.h: Protect some symbols against multipleCorinna Vinschen2002-05-296-20/+399
* * passwd.c (prog_name): New global variable.Corinna Vinschen2002-05-292-39/+114