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
2012-12-21* DevNotes: Add entry cgf-000017.Christopher Faylor
2012-12-20 * pathnames.sgml (pathnames-at): Drop confusing description onCorinna Vinschen
2012-12-20 * dcrt0.cc (build_argv): Allow quoted filenames in @ expression.Corinna Vinschen
2012-12-20Add missing file.Christopher Faylor
2012-12-20* select.h (select_stuff::select_stuff): Make default constructor always zeroChristopher Faylor
2012-12-19* select.cc (select_stuff::wait): Add windows error number to error message.Christopher Faylor
2012-12-18* select.cc (select_stuff::test_and_set): Remove workaround and use properChristopher Faylor
2012-12-18* select.cc (select_stuff::test_and_set): Work around problem of new() notChristopher Faylor
2012-12-14 * utils.sgml (mount): Document sparse mount option.Corinna Vinschen
2012-12-14 * new-features.sgml (ov-new1.7.18): Add sparse change.Corinna Vinschen
2012-12-14*** empty log message ***Corinna Vinschen
2012-12-14 * fhandler.cc (fhandler_base::write): Don't attempt to sparsifyCorinna Vinschen
2012-12-11* sigproc.h (sig_send): Accept tid as argument #3. Default to NULL.Christopher Faylor
2012-12-08* exceptions.cc (sigpacket::process): Reorganize to avoid use of tls beforeChristopher Faylor
2012-12-07* sigproc.h (sigpacket): Remove parameter names from declarations.Christopher Faylor
2012-12-07* cygtls.h (_cygtls::get_signal_arrived): Add parameter to make lock/unlockChristopher Faylor
2012-12-06 * new-features.sgml (ov-new1.7.18): New section. Document cfsetspeed.Yaakov Selkowitz
2012-12-06 * include/cygwin/wait.h (WAIT_ANY): Define.Yaakov Selkowitz
2012-12-05 * child_info.h (class child_info_spawn): Drop unused member lock.Corinna Vinschen
2012-12-05* cygtls.h (_cygtls::will_wait_for_signal): Rename from 'signal_waiting' toChristopher Faylor
2012-11-30revert erroneous checkinChristopher Faylor
2012-11-30* spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitiveChristopher Faylor
2012-11-28* Makefile.in: Remove old from CFLAGS and move C*FLAGS so that they can beChristopher Faylor
2012-11-28* Makefile.in: Move CFLAGS and CXXFLAGS so that they can be manipulated byChristopher Faylor
2012-11-28* Makefile.in (ZLIBS): Common define to force static load.Christopher Faylor
2012-11-27* Makefile.in: Make sure that libz is always loaded staticly.Christopher Faylor
2012-11-27* Makefile.in (Makefile): Rely on 'configure' not 'configure.in'.Christopher Faylor
2012-11-26ChangeLog:Christopher Faylor
2012-11-26* ccwrap: Don't drop mingw header file paths unless we've specified them withChristopher Faylor
2012-11-26 * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen
2012-11-26 * bloda.cc: Drop Mingw.org considerations.Corinna Vinschen
2012-11-26 * transport_pipes.cc (pipe_instance_lock_once): Remove.Corinna Vinschen
2012-11-23 * cygserver.cc (main): Call listen right after creating theCorinna Vinschen
2012-11-23* configure.in: Remove unneeded ALLOC substitution.Christopher Faylor
2012-11-23* configure.in: Add previously-missed AC_NO_EXECUTABLES.Christopher Faylor
2012-11-23cygwin/ChangeLog:Christopher Faylor
2012-11-23 * sysv_sem.cc (semundo_clear): Move condition to break fromCorinna Vinschen
2012-11-23ChangeLog:Christopher Faylor
2012-11-22* termios.cc (cfsetspeed): New function.Yaakov Selkowitz
2012-11-16 * include/mntent.h: Only include paths.h when building for Cygwin.Corinna Vinschen
2012-11-11 * winbase.h: Semi-reinstantiate to workaround lack inline assemblerCorinna Vinschen
2012-11-09 * path.cc (vcygpath): Handle cygdrive prefix.Corinna Vinschen
2012-11-08 * sigproc.cc (proc_subproc): Delete unused variable child.Corinna Vinschen
2012-11-08* fhandler_termios.cc (fhandler_termios::line_edit): Don't do special characterChristopher Faylor
2012-11-07* mingw: Delete obsolete directory.Christopher Faylor
2012-11-07Add missing ChangeLog entryCorinna Vinschen
2012-11-07winsup:Corinna Vinschen
2012-11-05 * Makefile.in (MINGW_CXX): Attach $(CFLAGS) to allow providingCorinna Vinschen
2012-11-05 * include/sys/termios.h (CBRK): Define as alias of CEOL.Yaakov Selkowitz
2012-10-31Fix copyrightCorinna Vinschen