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
2005-01-29* cygtls.cc (cygtls::call2): Move socket cleanup.Christopher Faylor
2005-01-28 * how-using.texinfo: Change text about using shortcuts.Corinna Vinschen
2005-01-28.Christopher Faylor
2005-01-282005-01-27 Oliver Stoeneberg <oliverst@online.de>Danny Smith
2005-01-272005-01-26 Oliver Stoeneberg <oliverst@online.de>Danny Smith
2005-01-26* pinfo.cc (pinfo::init): Avoid a compiler warning.Christopher Faylor
2005-01-26 * syscalls.cc (setpriority): Implement PRIO_PGRP, PRIO_USER andCorinna Vinschen
2005-01-26 * include/winuser.h (SW_SMOOTHSCROLL): Add define.Danny Smith
2005-01-262005-01-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2005-01-26* pinfo.h (pinfo::init): Make third parameter non-optional and propagate changeChristopher Faylor
2005-01-26 * cygwin.din: Export getpriority and setpriority.Corinna Vinschen
2005-01-25 * path.cc (realpath): Allow to expand with .exe suffix.Corinna Vinschen
2005-01-23* install.texinfo: Add live CD, registry information.Joshua Daniel Franklin
2005-01-23* spawn.cc (spawn_guts): Perform same "cd" as in pinfo::exit below to make sureChristopher Faylor
2005-01-23* pinfo.cc (pinfo::init): Move everything but the MapViewOfFileEx out of theChristopher Faylor
2005-01-22* how-programming.texinfo: Add details about building a debugging version of ...Joshua Daniel Franklin
2005-01-22* pinfo.cc (pinfo::maybe_set_exit_code_from_windows): Make sure that processChristopher Faylor
2005-01-22* how-programming.texinfo: Remove obsolete w32api instructions and add someChristopher Faylor
2005-01-212005-01-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2005-01-18 * autoload.cc (CoInitialize): Remove.Corinna Vinschen
2005-01-18 * lib/user32.def (MonitorFromPoint}: Correct suffix.Danny Smith
2005-01-17 * include/sys/stat.h (struct __stat64): Change st_size type toDanny Smith
2005-01-17* pinfo.h (maybe_set_exit_code_from_windows): Renamed from set_exit_state.Christopher Faylor
2005-01-16* ps.cc (main): Eliminate use of PID_ZOMBIE.Christopher Faylor
2005-01-16* init.cc (dll_entry): Remove unused extern.Christopher Faylor
2005-01-16* sigproc.cc (sig_send): Don't complain if attempt to send signal to myselfChristopher Faylor
2005-01-15 * fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successfulCorinna Vinschen
2005-01-14 * fhandler.h (fhandler_disk_file::touch_ctime): Declare.Corinna Vinschen
2005-01-14 * pinfo.cc (pinfo::exit): Don't access self after releasing it.Corinna Vinschen
2005-01-13 * fhandler_serial.cc (fhandler_serial::dup): Call overlapped_setupCorinna Vinschen
2005-01-13 * include/_mingw.h: Increment version to 3.7.Earnie Boyd
2005-01-13* init.cc (dll_entry): Nuke attempt to set exit code since parent will useChristopher Faylor
2005-01-13 * include/sys/stat.h (_S_IFLNK, S_IFLNK, _S_ISLNK, S_ISLNK, _lstat,Earnie Boyd
2005-01-132005-01-13 Benoit Blanchon <bblanchon@users.sourceforge.net>Danny Smith
2005-01-13Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor
2005-01-12Add missing changelog entry.Christopher Faylor
2005-01-12* pinfo.cc (pinfo::exit): Don't assume that this == myself.Christopher Faylor
2005-01-12 * include/tchar.h (_tfreopen): Add UNICODE mappings.Danny Smith
2005-01-122005-01-11 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2005-01-11* pinfo.cc (pinfo::init): Don't close input handle on temporary (?) failure.Christopher Faylor
2005-01-11revert previous erroneous checkin.Christopher Faylor
2005-01-11* pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor
2005-01-11 * include/sys/stat.h (_S_IFLNK, S_IFLNK, _S_ISLNK, S_ISLNK, _lstat,Earnie Boyd
2005-01-11 * ChangeLog: Split and create ChangeLog-2004.Corinna Vinschen
2005-01-11 * environ.cc: Yes, yes, the copyright date, as usual.Corinna Vinschen
2005-01-11 * environ.cc (build_env): Disallow empty strings and strings startingCorinna Vinschen
2005-01-11 * include/errno.h (ELOOP): Add definition.Earnie Boyd
2005-01-10 * fhandler_disk_file.cc: Fix copyright date.Corinna Vinschen
2005-01-102005-01-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2005-01-10 * mingwex/complex/(cabsl.c cacosl.c cacoshl.c cargl.c casinl.cDanny Smith