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
2008-02-20This commit was manufactured by cvs2svn to create branch 'gdb_6_8-branch'.insight_6_8-branchpointgdb_6_8-2008-03-27-releasegdb_6_8-2008-02-26-branchpointgdb_6_8-branchcvs2svn
2008-02-20 * path.cc (cwdstuff::set): Revert error handling change in caseCorinna Vinschen
2008-02-20* sigproc.cc (sig_send): Use sigmask of target thread if it is specifiedChristopher Faylor
2008-02-16 * fhandler.cc (fhandler_base::fpathconf): Fix _PC_NAME_MAX andCorinna Vinschen
2008-02-16 * include/sys/cygwin.h (__INT_MAX_PATH): Remove.Corinna Vinschen
2008-02-15 * include/sys/cygwin.h (__INT_MAX_PATH): Define to 32K.Corinna Vinschen
2008-02-15* include/sys/cygwin.h (external_pinfo): Define program_long size usingChristopher Faylor
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen
2008-02-14* configure.in: Remove non-working options.Christopher Faylor
2008-02-13* syscalls.cc (_isatty): Define as an alias to isatty to override newlibChristopher Faylor
2008-02-13 * posix.sgml: Move llrint, llrintf, llrintl, lrintl, rintl, wcstol,Corinna Vinschen
2008-02-13 * cygtls.cc (_cygtls::init_exception_handler): Revert patchCorinna Vinschen
2008-02-11 * fhandler_disk_file.cc (fhandler_disk_file::fgetxattr): Remove unusedCorinna Vinschen
2008-02-11 * dcrt0.cc (dll_crt0_1): Fix typo in call to sys_wcstombs.Corinna Vinschen
2008-02-10 Fix ChangeLog entry.Corinna Vinschen
2008-02-10 * Makefile.in (DLL_OFILES): Add ntea.o.Corinna Vinschen
2008-02-10 * libc/ftw.cc (ftw): Allow nfds < 0 for glibc compatibility.Corinna Vinschen
2008-02-07 Fix typo in latest ChangeLog entry.Corinna Vinschen
2008-02-07 * dtable.cc (dtable::init_std_file_from_handle): Set access toCorinna Vinschen
2008-02-07 * miscfuncs.cc (next_char): Fix typos in comment.Corinna Vinschen
2008-02-06 * fhandler.h (fhandler_console::trunc_buf): Add to use as cache forCorinna Vinschen
2008-02-05 * autoload.cc (CharToOemA): Remove.Corinna Vinschen
2008-02-04 * smallprint.cc (__small_vsprintf): Use HEAP_NOTHEAP for type.Corinna Vinschen
2008-02-01 * miscfuncs.cc (cygwin_wcsncasecmp): Never access more than nCorinna Vinschen
2008-02-01 * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen
2008-01-31 * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen
2008-01-31 * cygheap.h (struct cwdstuff): Add dir member to store cwd handle.Corinna Vinschen
2008-01-28 * path.cc: Fix Samba version in comment.Corinna Vinschen
2008-01-24 * path.cc (fs_info::update): Fix old-style Samba test to supportCorinna Vinschen
2008-01-22 * ntdll.h (struct _FILE_FS_OBJECTID_INFORMATION): Define.Corinna Vinschen
2008-01-21 * fhandler_disk_file.cc (fhandler_disk_file::link): Open file withCorinna Vinschen
2008-01-15 * Makefile.in (install-libs): Overwrite newlib's libg.a with symlinkCorinna Vinschen
2008-01-15 * Makefile.in (DLL_OFILES): Remove memmem.o.Corinna Vinschen
2008-01-07 * fhandler.h: Update copyright.Corinna Vinschen
2008-01-06* fhandler.h (fhandler_base::is_tty): Make bool.Christopher Faylor
2008-01-06* include/limits.h (TTY_NAME_MAX): Increase size to same as linux to allow forChristopher Faylor
2008-01-01* tty.cc: Update copyright.Christopher Faylor
2008-01-01* newsym: First stab at understanding data as well as functions.Christopher Faylor
2007-12-31 * cygwin.din (_f_llrint, _f_llrintf, _f_llrintl, _f_lrint, _f_lrintf,Dave Korn
2007-12-22 * fhandler.h (class fhandler_dev_random): Add dummy_offset member.Corinna Vinschen
2007-12-20 * libc/memmem.cc (memmem): Fix bug when searching for empty string.Corinna Vinschen
2007-12-19 * cygwin.din: Export wcpcpy, wcpncpy.Corinna Vinschen
2007-12-17* dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor
2007-12-14 * include/cygwin/socket.h: Include sys/uio.h instead of cygwin/uio.h.Corinna Vinschen
2007-12-14 * dtable.cc (dtable::set_file_pointers_for_exec): Reenable. FixCorinna Vinschen
2007-12-13 * poll.cc (poll): Return count of fds with events instead of totalCorinna Vinschen
2007-12-13 * string.h: Guard cygwin internal string function definitions withCorinna Vinschen
2007-12-12 * dcrt0.cc: Include string.h.Corinna Vinschen
2007-12-11 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix R/O bitCorinna Vinschen