Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2001-03-13 * fhandler.cc (fhandler_disk_file::fstat): Add correct modes toCorinna Vinschen
2001-03-13 * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.Earnie Boyd
2001-03-13Fix typoEgor Duda
2001-03-13* fhandler.h (fhandler_termios::fixup_after_exec): New function.Egor Duda
2001-03-12* fhandler.h (fhandler_termios::fhandler_termios): Enable fixupEgor Duda
2001-03-12 * include/commctrl.h (TBSTYLE_FLAT): New definition.Earnie Boyd
2001-03-12* mkvers.sh: Include config.h so that DEBUGGING is correctly defined.Christopher Faylor
2001-03-12* spawn.cc (spawn_guts): Don't set EXIT_REPARENTING if parent process is not aChristopher Faylor
2001-03-12* child_info.h: Bump magic number for fork/exec/spawn.Christopher Faylor
2001-03-11Remove obvious brain freeze problem.Christopher Faylor
2001-03-11* autoload.cc (noload): Use proper method for multiline strings or newer gcc'sChristopher Faylor
2001-03-11* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.Christopher Faylor
2001-03-10* syscalls.cc (_rename): Set errno to ENOENT when an old path doesn't existChristopher Faylor
2001-03-10* winsup.api/ltp/access01.c: Avoid compilation error if X_OKEgor Duda
2001-03-09* config/default.exp: Remove unneeded debugging output.Egor Duda
2001-03-07* syscalls.cc (_read): Change definition to return ssize_t to be consistentChristopher Faylor
2001-03-07Update copyright.Christopher Faylor
2001-03-07* sigproc.h (sigthread): Declare new methods. Create new winapi_lock field.Christopher Faylor
2001-03-06 * path.cc (suffix_scan::has): Change order of conditionalsCorinna Vinschen
2001-03-06 * autoload.c (cygwin_premain0): Add missing parameter.Corinna Vinschen
2001-03-06 * include/a.out.h: Add copyright hint.Corinna Vinschen
2001-03-05 * getfacl.c: Add copyright hint.Corinna Vinschen
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor
2001-03-04* fhandler.h (class fhandler_tty_common): New mutex and event toEgor Duda
2001-03-03*** empty log message ***Christopher Faylor
2001-03-02 * dir.cc (readdir): Fix creating path in symlink check.Corinna Vinschen
2001-03-02 * cygwinenv.sgml: Add text for `winsymlinks' option.Corinna Vinschen
2001-03-02 * dir.cc (readdir): Fix shortcut==symlink condition.Corinna Vinschen
2001-03-02* exceptions.cc (sig_handle_tty_stop): Ignore attempts to suspend a process ifChristopher Faylor
2001-03-02* select.cc (peek_console): Don't report read_ready on mouse events unless weChristopher Faylor
2001-03-012001-03-01 Earnie Boyd <earnie@users.sourceforge.netEarnie Boyd
2001-02-28 * uinfo.cc: Eliminate `#include <wchar.h>'.Corinna Vinschen
2001-02-28* fhandler_floppy.cc (fhandler_dev_floppy::lseek): DetermineEgor Duda
2001-02-27* fhandler.h (class fhandler_console): Make all variables thatEgor Duda
2001-02-27* times.cc (settimeofday): Replace function stub with working code.Christopher Faylor
2001-02-26 * strace.cc (strace::vprntf): Move prntf functionality to this functionCorinna Vinschen
2001-02-26 * shortcut.c: Remove #include <sys/strace.h>.Corinna Vinschen
2001-02-25 * path.cc (symlink): Add a ".lnk" suffix regardless. Add a comment.Corinna Vinschen
2001-02-25 * shortcut.c: Change symlink condition.Corinna Vinschen
2001-02-25CYGWIN32 -> CYGWIN.Christopher Faylor
2001-02-23 * mmap.cc (fhandler_disk_file::mmap): Use `addr' correctly.Corinna Vinschen
2001-02-22 * path.cc (symlink): Keep relative paths relative in the DOSCorinna Vinschen
2001-02-22 * path.cc (symlink): Keep relative paths relative in the DOSCorinna Vinschen
2001-02-22 * cygerrno.h: Revert previous patch.Corinna Vinschen
2001-02-22 * shortcut.c: New file. Provides a C interface to reading ofCorinna Vinschen
2001-02-22 * Makefile.common: Revert previous change.Corinna Vinschen
2001-02-22 * fhandler.cc (fhandler_disk_file::open): Use `inner_suffixes' whenCorinna Vinschen
2001-02-22Add copyright year 2001Corinna Vinschen
2001-02-22 * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen
2001-02-22 * Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.Corinna Vinschen