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-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
2012-10-31 * include/sys/param.h: Include stddef.h to define NULL.Corinna Vinschen
2012-10-31 * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Fix usingCorinna Vinschen
2012-10-30 * include/sys/cygwin.h: Add missing defines for CW_ALLOC_DRIVE_MAP,Corinna Vinschen
2012-10-27 * dcrt0.cc (quoted): Renamed strechr to strchrnul.Kai Tietz
2012-10-27 * string.h (strechr): Replace assembler byKai Tietz
2012-10-26 * dir.cc (closedir): Fix syscall_printf.Corinna Vinschen
2012-10-26 * include/cygwin/signal.h (sigset_t): Define here.Corinna Vinschen
2012-10-25 * bsd_helper.cc (adjust_identity_info): Fix typo in log message.Corinna Vinschen
2012-10-24 * configure.in: Add AC_NO_EXECUTABLES.Corinna Vinschen
2012-10-24Add missing ChangeLog entry.Christopher Faylor
2012-10-24 * configure.in: Add AC_NO_EXECUTABLES,Corinna Vinschen
2012-10-24 * configure.in: Add check for MINGW_CXX. Remove libiconv check.Yaakov Selkowitz