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
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen
2002-02-15* include/sys/cygwin.h (cygwin_getinfo_types): New CW_STRACE_ACTIVE.Christopher Faylor
2002-02-15* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor
2002-02-13 * include/cygwin/acl.h: Fix definition of aclent_t.Corinna Vinschen
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen
2002-02-09 * include/cygwin/grp.h: New file.Corinna Vinschen
2002-01-29* external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor
2002-01-28* include/sys/strace.h (_STRACE_ON): Define.Christopher Faylor
2002-01-21* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor
2002-01-21* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor
2002-01-20* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor
2002-01-19 * include/cygwin/version.h: Bump API minor version to 51.Corinna Vinschen
2002-01-19 * cygwin.din: Add recvmsg and sendmsg.Corinna Vinschen
2002-01-17 * Makefile.in: Add fnmatch.o to DLL_OFILES.Corinna Vinschen
2002-01-13Add copyright stuffChristopher Faylor
2002-01-06 * ioctl.cc (ioctl): Make third argument optional.Corinna Vinschen
2001-12-31* include/getopt.h: Fix define.Christopher Faylor
2001-12-28 * cygwin.din: Add symbols for endutent(), getutent(), getutid(),Corinna Vinschen
2001-12-26* include/getopt.h: Protect a declaratin.Christopher Faylor
2001-12-26* Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor
2001-12-20* include/cygwin/version.h: Bump API minor version for below changes.Christopher Faylor
2001-12-19Fix up comments.Christopher Faylor
2001-12-18 * include/getopt.h: Don't define getopt_long() and friends whenCorinna Vinschen
2001-12-17* include/limits.h: Define LLONG_MIN, LLONG_MAX, ULLONG_MAX.Christopher Faylor
2001-12-12* include/getopt.h: Add HAVE_DECL_GETOPT to save pain elsewhere.Christopher Faylor
2001-12-10whitespace cleanupChristopher Faylor
2001-12-03* path.cc (mount_info::conv_to_win32_path): Avoid returning error if cygdriveChristopher Faylor
2001-11-15* include/pthread.h (PTHREAD_COND_INITIALIZER): Define.Egor Duda
2001-11-12* include/cygwin/version.h: Bump version to 1.3.6.Christopher Faylor
2001-11-06* include/cygwin/version.h: Bump version to 1.3.5.Christopher Faylor
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-10-25* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor
2001-10-16 * fhandler_tape.cc (fhandler_dev_tape::tape_status): ReportCorinna Vinschen
2001-09-25Tue Sep 25 21:25:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-09-19* cygwin.din (__argv): Export.Christopher Faylor
2001-09-18* include/io.h: Add access declaration.Christopher Faylor
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-12Update copyrights.Christopher Faylor
2001-09-11* cygwin.din: Remove cygwin_getshared.Christopher Faylor
2001-09-09 * include/cygwin/version.h: Bump API minor version to 45 accordingCorinna Vinschen
2001-09-08* cygwin.din: Add gamm*_r function exports.Christopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-07 * include/limits.h: Define PIPE_BUF.Corinna Vinschen
2001-09-03 * cygwin.din: Add `dirfd'.Corinna Vinschen
2001-08-16 * resource.cc (getrlimit): Return OPEN_MAX as current limitCorinna Vinschen
2001-08-14* include/cygwin/version.h: Bump API version.Christopher Faylor
2001-08-11Oops. Forgot to check in include/wchar.h???Christopher Faylor
2001-08-07* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor
2001-08-03 * net.cc (cygwin_accept): Allow NULL peer and len parameters.Corinna Vinschen