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
AgeCommit message (Expand)Author
2010-04-12 * include/cygwin/version.h: Bump DLL minor version number to 5.Corinna Vinschen
2010-04-07 * include/cygwin/version.h: Bump DLL minor version number to 4.Corinna Vinschen
2010-04-06 * include/sched.h: Remove, overruled by newlib file.Corinna Vinschen
2010-03-31* sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE byChristopher Faylor
2010-03-29 * include/cygwin/version.h: Bump DLL minor version number to 3.Corinna Vinschen
2010-03-04 * cygwin.din: Export __xdr functions.Corinna Vinschen
2010-03-03 Add XDR support.Corinna Vinschen
2010-02-26 Remove all traces of __CYGWIN_USE_BIG_TYPES__.Corinna Vinschen
2010-02-26 * include/cygwin/signal.h: Define SIGPWR as synonym for SIGLOST.Yaakov Selkowitz
2010-02-22* include/sys/strace.h: Define _STRACE_SPECIAL.Christopher Faylor
2010-02-19Update copyrightChristopher Faylor
2010-02-19utils/ChangeLog:Christopher Faylor
2010-02-08 * external.cc (cygwin_internal): Add CW_INT_SETLOCALE case toCorinna Vinschen
2010-02-04 Replace regex files with multibyte-aware version from FreeBSD.Corinna Vinschen
2010-02-02 * include/paths.h (_PATH_MNTTAB): Define.Corinna Vinschen
2010-01-23 * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen
2010-01-15 * cygwin.din (accept4): Export.Corinna Vinschen
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen
2010-01-13 * include/fcntl.h (O_TTY_INIT): Define as 0.Corinna Vinschen
2009-12-26Make pty.h match recent glibc.Eric Blake
2009-12-09* fhandler_fifo.cc (fhandler_fifo::open): Avoid resetting errno after it hasChristopher Faylor
2009-12-06 * include/cygwin/version.h: Bump DLL minor version number to 1.Corinna Vinschen
2009-11-12 * sysconf.cc (get_nprocs): New function.Corinna Vinschen
2009-10-31 * cygprops.h: New file.Corinna Vinschen
2009-10-13 * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.Corinna Vinschen
2009-10-13 * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen
2009-10-09 * include/cygwin/config.h (DEFAULT_LOCALE): Define as "C.UTF-8".Corinna Vinschen
2009-10-07Add cygwin wrapper for ExitProcess and TerminateProcess.Charles Wilson
2009-09-27Add fexecve, execvpe.Eric Blake
2009-09-26Provide euidaccess, canonicalize_file_name; fix fchmodat.Eric Blake
2009-08-13 * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen
2009-08-11 * include/limits.h (NGROUPS_MAX): Set to a more sane value.Corinna Vinschen
2009-07-19* exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing.Christopher Faylor
2009-07-08winsup/ChangeLog:Dave Korn
2009-07-03 * cygwin.din (fpurge, mkstemps): New exports.Corinna Vinschen
2009-05-30* cygwin/include/sys/termios.h: Make default erase character "^?".Christopher Faylor
2009-05-14cygwin ChangeLogChristopher Faylor
2009-05-10* cygwin/version.h (CYGWIN_VERSION_CYGWIN_CONV): New define.Christopher Faylor
2009-05-08 * include/sys/select.h: Guard definitions with __USE_W32_SOCKETS asCorinna Vinschen
2009-04-27* include/cygwin/socket.h: Define SOL_IPV6.Christopher Faylor
2009-04-14 * include/stdint.h (intptr_t): Remove long from type.Dave Korn
2009-04-11 * include/stdint.h (INTPTR_MIN, INTPTR_MAX): Add 'L' suffix.Corinna Vinschen
2009-04-07 * include/stdint.h (int_least32_t): Define as int.Corinna Vinschen
2009-04-04 * include/asm/byteorder.h (__ntohl): Prototype before define to avoidCorinna Vinschen
2009-04-02 * include/netdb.h: #include <inttypes.h>, <netinet/in.h>,Corinna Vinschen
2009-03-31 * ctype.cc: Remove implementation of ctype functions in favor ofCorinna Vinschen
2009-03-26 * include/asm/byteorder.h (__ntohl): Align definition to ISO C99.Corinna Vinschen
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen
2009-03-24 * include/mntent.h: Remove declarations of nonexistant addmntentCorinna Vinschen
2009-03-23 * include/asm/byteorder.h (__constant_ntohs): Remove declaration.Corinna Vinschen