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
2001-10-03* cygheap.cc (cfree): Remove malloc debugging probe.Christopher Faylor
2001-10-02Tue Oct 2 22:25:23 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-10-02* dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.Christopher Faylor
2001-10-01* cygwin.din: export strtoll and strtoullChristopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-10-01* environ.cc (winenv): Allocate exact amount of space needed for forced windowsChristopher Faylor
2001-10-01* Makefile.in: Depend on stamp to ensure rebuilding. Remove stamp file whenChristopher Faylor
2001-09-30Mon Oct 1 00:34:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-09-29Sat Sep 29 18:26:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-09-29* pipe.cc (fhandler_pipe::fixup_after_fork): New method.Christopher Faylor
2001-09-28* passwd.cc (read_etc_passwd): Bother with unlocking when not in cygwinChristopher Faylor
2001-09-28* passwd.cc (read_etc_passwd): Don't bother with locking whenChristopher Faylor
2001-09-28* pipe.cc (fhandler_pipe::hit_eof): Return correct value when there is no EOFChristopher Faylor
2001-09-28 * mmap.cc (mmap): Move setting the access after evaluating fd.Corinna Vinschen
2001-09-28Thu Sep 27 22:00:00 2001 Robert Collins rbtcollins@itdomain.com.auRobert Collins
2001-09-27* select.cc (peek_pipe): REALLY only grab mutex when we actually got somethingChristopher Faylor
2001-09-25Tue Sep 25 21:25:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-09-25* select.cc (fhandler_tty_common::ready_for_read): Rewrite to correctlyChristopher Faylor
2001-09-25* select.cc (peek_pipe): Only grab mutex when we actually got something fromChristopher Faylor
2001-09-25* fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor
2001-09-23 * syscalls.cc (_open): Set name in fhandler object after successfulCorinna Vinschen
2001-09-23 * dtable.cc (dtable::build_fhandler): Initialize unit when usingCorinna Vinschen
2001-09-23expand entry "How can I get bash filename completion to be case insensitive?"David Starks-Browning
2001-09-23new entry "What versions of Windows are supported?"David Starks-Browning
2001-09-231.1.x -> 1.3.x in "recent history"David Starks-Browning
2001-09-23* dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.Christopher Faylor
2001-09-22new entry "How much disk space does Cygwin require?"David Starks-Browning
2001-09-22again revise license termsDavid Starks-Browning
2001-09-22* exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor
2001-09-22revise license explanationDavid Starks-Browning
2001-09-22Add recent developments.Christopher Faylor
2001-09-22typo, words.Christopher Faylor
2001-09-22* Makefile.in (mingw_getopt.o): Ensure that newlib include directories are notChristopher Faylor
2001-09-22fix errorDavid Starks-Browning
2001-09-22Update contents.David Starks-Browning
2001-09-21new entry "Can I build a Cygwin program that does not require cygwin1.dll at ...David Starks-Browning
2001-09-21* Makefile.in (MINGW_INCLUDES): Still need cygwin/include directory.Christopher Faylor
2001-09-21New entry "Why doesn't //c (for C:) work anymore?"David Starks-Browning
2001-09-21* fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCEChristopher Faylor
2001-09-20* libltp/lib/get_high_address.c (get_high_address): Get inaccessibleEgor Duda
2001-09-20 * fhandler_socket.cc (fhandler_socket::fixup_after_exec): CloseCorinna Vinschen
2001-09-20 * fhandler.h (fhandler_socket::fixup_after_exec): Remove inlineCorinna Vinschen
2001-09-20 * fhandler.cc (fhandler_base::set_inheritance): If available,Corinna Vinschen
2001-09-202001-09-18 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd
2001-09-20Add -t option.Christopher Faylor
2001-09-19* lib/getopt.c (__progname): Don't declare if not compiling for cygwin.Christopher Faylor
2001-09-19* Makefile.in: Filter newlib includes from mingw compilation.Christopher Faylor
2001-09-19 * lib/getopt.c (getopt_long): Avoid compiler warning.Corinna Vinschen
2001-09-19* lib/getopt.c: Use __progname==__argv[0] when not compiling for cygwin.Christopher Faylor
2001-09-19 * fhandler_socket.cc (fhandler_socket::fhandler_socket): RevertCorinna Vinschen