aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-03-14Fix typos in ChangeLogs; add coff/external.h; fix copyright datesNick Clifton144-4497/+2357
2001-03-13 * fhandler.cc (fhandler_disk_file::fstat): Add correct modes toCorinna Vinschen2-1/+6
2001-03-13 * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.Earnie Boyd2-1/+6
2001-03-13* libc/stdio/vfprintf.c (QUADINT) [_NO_LONGLONG]: Make itAlexandre Oliva2-0/+11
2001-03-13Fix typoEgor Duda1-2/+2
2001-03-12* fhandler.h (fhandler_termios::fixup_after_exec): New function.Egor Duda4-2/+18
2001-03-12* fhandler.h (fhandler_termios::fhandler_termios): Enable fixupEgor Duda3-2/+8
2001-03-12 * include/commctrl.h (TBSTYLE_FLAT): New definition.Earnie Boyd2-0/+10
2001-03-12* mkvers.sh: Include config.h so that DEBUGGING is correctly defined.Christopher Faylor2-0/+5
2001-03-12* spawn.cc (spawn_guts): Don't set EXIT_REPARENTING if parent process is not aChristopher Faylor3-5/+11
2001-03-11* child_info.h: Bump magic number for fork/exec/spawn.Christopher Faylor2-1/+5
2001-03-11Remove obvious brain freeze problem.Christopher Faylor1-1/+1
2001-03-11* autoload.cc (noload): Use proper method for multiline strings or newer gcc'sChristopher Faylor5-167/+186
2001-03-10* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.Christopher Faylor6-40/+39
2001-03-10merge from gccDJ Delorie2-0/+9
2001-03-10* syscalls.cc (_rename): Set errno to ENOENT when an old path doesn't existChristopher Faylor3-3/+11
2001-03-10* winsup.api/ltp/access01.c: Avoid compilation error if X_OKEgor Duda2-13/+18
2001-03-09* config/default.exp: Remove unneeded debugging output.Egor Duda3-3/+7
2001-03-09 * rs6000/simulator.S (dup): New syscall.Geoffrey Keating2-1/+12
2001-03-082001-03-07 Richard Sandiford <rsandifo@redhat.com>Jeff Johnston3-4/+85
2001-03-08* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.Alexandre Oliva2-3/+7
2001-03-07* libc/include/sys/config.h: Use ssize_t for read/write declarations.Christopher Faylor2-0/+5
2001-03-07* syscalls.cc (_read): Change definition to return ssize_t to be consistentChristopher Faylor2-2/+9
2001-03-07Update copyright.Christopher Faylor2-2/+2
2001-03-07* sigproc.h (sigthread): Declare new methods. Create new winapi_lock field.Christopher Faylor4-3/+49
2001-03-06merge from gccDJ Delorie2-0/+19
2001-03-06 * path.cc (suffix_scan::has): Change order of conditionalsCorinna Vinschen2-10/+15
2001-03-06 * autoload.c (cygwin_premain0): Add missing parameter.Corinna Vinschen7-4/+50
2001-03-06Mon Mar 5 21:48:54 2001 J"orn Rennecke <amylaar@redhat.com>Jeff Johnston9-23/+33
2001-03-05 * include/a.out.h: Add copyright hint.Corinna Vinschen48-0/+524
2001-03-052001-03-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-3/+7
2001-03-05 * getfacl.c: Add copyright hint.Corinna Vinschen4-0/+40
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor28-147/+315
2001-03-05* libc/include/sys/stat.h: Use special defines for executable stat bits whenChristopher Faylor3-7/+31
2001-03-04* fhandler.h (class fhandler_tty_common): New mutex and event toEgor Duda5-68/+188
2001-03-03*** empty log message ***Christopher Faylor5-171/+171
2001-03-022001-03-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+7
2001-03-022001-03-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+5
2001-03-02 * dir.cc (readdir): Fix creating path in symlink check.Corinna Vinschen2-1/+5
2001-03-02 * cygwinenv.sgml: Add text for `winsymlinks' option.Corinna Vinschen4-9/+48
2001-03-02 * dir.cc (readdir): Fix shortcut==symlink condition.Corinna Vinschen6-89/+141
2001-03-02merge from gccDJ Delorie2-2/+7
2001-03-02* exceptions.cc (sig_handle_tty_stop): Ignore attempts to suspend a process ifChristopher Faylor2-0/+9
2001-03-02* select.cc (peek_console): Don't report read_ready on mouse events unless weChristopher Faylor3-1/+11
2001-03-012001-03-01 Earnie Boyd <earnie@users.sourceforge.netEarnie Boyd3-3/+20
2001-02-28new defines for Coldfire V4.Nick Clifton2-2/+9
2001-02-282001-02-28 Will Cohen <wcohen@redhat.com>Jeff Johnston11-2/+513
2001-02-28 * uinfo.cc: Eliminate `#include <wchar.h>'.Corinna Vinschen2-1/+4
2001-02-282001-02-27 Philip Blundell <pb@futuretv.com>Phil Blundell2-19/+35
2001-02-28* fhandler_floppy.cc (fhandler_dev_floppy::lseek): DetermineEgor Duda2-47/+91