aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2002-04-20 * include/tchar.h (_tputenv): Add UNICODE mappings.Danny Smith2-2/+25
2002-04-18 * mingwex/dirent.c (opendir): Convert given pathname toDanny Smith2-3/+12
2002-04-17 * Makefile.in (INCLUDES): Add "-iwithprefixbefore include" toDanny Smith8-602/+49
2002-04-17 * crt1.c: Revert changes of 2002-04-16. Use _fpreset again.Danny Smith13-45/+76
2002-04-16 * CRT_fp8.c: New file.Danny Smith11-39/+132
2002-04-11 * mingwex/Makefile.in (DISTFILES): Add suffix to wcstof.c.Danny Smith2-1/+5
2002-04-10 * include/_mingw.h: Increment version to 2.0.Danny Smith5-292/+312
2002-04-10 * mingwex/mingw-fseek.c: New file, based on Mumit KhanDanny Smith6-285/+437
2002-04-09 * profile/configure.in (CRT0S): Configure name of gcrt?.oDanny Smith4-3/+27
2002-04-04 * include/math.h (DOMAIN, SING, OVERFLOW, UNDERFLOW,Danny Smith5-44/+46
2002-04-04 Add libgmon.a and libmingwex.a for cygwin -mno-cygwin Danny Smith7-57/+44
2002-03-30 * include/stdint.h: Add missing newline at eof.Danny Smith7-9/+85
2002-03-26 * moldname.def.in (__MSVCRT__): Replace with !(__CRTDLL).Danny Smith7-112/+135
2002-03-22 * configure.in: Add mingwex as SUBDIRS and configdirs.Danny Smith60-7/+4250
2002-03-22Added fenv.h inttypes.hDanny Smith5-6/+692
2002-01-27This commit was manufactured by cvs2svn to create branch 'mingwex'.cvs2svn901-293419/+504
2001-09-24* select.cc (peek_pipe): Only grab mutex when we actually got something fromChristopher Faylor4-9/+19
2001-09-24* fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor8-43/+117
2001-09-23 * syscalls.cc (_open): Set name in fhandler object after successfulCorinna Vinschen2-7/+17
2001-09-23 * dtable.cc (dtable::build_fhandler): Initialize unit when usingCorinna Vinschen2-0/+6
2001-09-23expand entry "How can I get bash filename completion to be case insensitive?"David Starks-Browning1-1/+11
2001-09-23new entry "What versions of Windows are supported?"David Starks-Browning1-1/+16
2001-09-231.1.x -> 1.3.x in "recent history"David Starks-Browning1-8/+9
2001-09-22* dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.Christopher Faylor6-10/+43
2001-09-22new entry "How much disk space does Cygwin require?"David Starks-Browning1-0/+13
2001-09-22again revise license termsDavid Starks-Browning1-2/+1
2001-09-22* exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor10-56/+120
2001-09-22revise license explanationDavid Starks-Browning1-2/+3
2001-09-22Add recent developments.Christopher Faylor1-11/+27
2001-09-22typo, words.Christopher Faylor1-4/+5
2001-09-22* Makefile.in (mingw_getopt.o): Ensure that newlib include directories are notChristopher Faylor2-1/+6
2001-09-21fix errorDavid Starks-Browning1-1/+1
2001-09-21Update contents.David Starks-Browning1-27/+49
2001-09-21new entry "Can I build a Cygwin program that does not require cygwin1.dll at ...David Starks-Browning1-0/+13
2001-09-21* Makefile.in (MINGW_INCLUDES): Still need cygwin/include directory.Christopher Faylor2-1/+5
2001-09-20New entry "Why doesn't //c (for C:) work anymore?"David Starks-Browning1-0/+9
2001-09-20* fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCEChristopher Faylor5-43/+24
2001-09-20* libltp/lib/get_high_address.c (get_high_address): Get inaccessibleEgor Duda4-9/+17
2001-09-20 * fhandler_socket.cc (fhandler_socket::fixup_after_exec): CloseCorinna Vinschen2-1/+7
2001-09-20 * fhandler.h (fhandler_socket::fixup_after_exec): Remove inlineCorinna Vinschen4-2/+37
2001-09-20 * fhandler.cc (fhandler_base::set_inheritance): If available,Corinna Vinschen4-2/+27
2001-09-192001-09-18 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd6-5/+28
2001-09-19Add -t option.Christopher Faylor1-1/+1
2001-09-19* lib/getopt.c (__progname): Don't declare if not compiling for cygwin.Christopher Faylor2-2/+6
2001-09-19* Makefile.in: Filter newlib includes from mingw compilation.Christopher Faylor2-3/+7
2001-09-19 * lib/getopt.c (getopt_long): Avoid compiler warning.Corinna Vinschen2-1/+5
2001-09-19* lib/getopt.c: Use __progname==__argv[0] when not compiling for cygwin.Christopher Faylor3-10/+18
2001-09-19 * fhandler_socket.cc (fhandler_socket::fhandler_socket): RevertCorinna Vinschen2-1/+6
2001-09-192001-09-19 Earnie Boyd <earnie@SF.net>Earnie Boyd3-6/+12
2001-09-19* cygwin.din (__argv): Export.Christopher Faylor4-298/+411