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
2012-01-09 * miscfuncs.cc (thread_wrapper): Make sure stack is 16 byte alignedCorinna Vinschen
2012-01-09 * Makefile.common (MINGW_LDFLAGS): Correctly use -L rather than -B here.Corinna Vinschen
2012-01-08* dtable.cc (dtable::stdio_init): Always initialize console when we have one.Christopher Faylor
2012-01-08Add my recent API additions.Yaakov Selkowitz
2012-01-07merge from gccJason Merrill
2012-01-07Ensure Makefile.comm source is included in distribution tarballs.Keith Marshall
2012-01-062012-01-06 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2012-01-06 * new-features.sgml (ov-new1.7.10): Document pthread_sigqueue.Yaakov Selkowitz
2012-01-06 * cygwin.din (pthread_sigqueue): Export.Yaakov Selkowitz
2012-01-052012-01-05 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2012-01-04bfd/Tristan Gingold
2012-01-04bfd/Tristan Gingold
2012-01-04bfd/Tristan Gingold
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2012-01-042012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2012-01-042012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2012-01-032012-01-03 Viachaslau Kulakouski <Viachaslau.Kulakouski@oracle.com>Jeff Johnston
2012-01-03Correct misuse of #ifdef, identified by 'make test'.Keith Marshall
2012-01-02* path.cc (get_current_dir_name): Avoid memory leak. Don't return PWD contentsChristopher Faylor
2012-01-01 * new-features.sgml (ov-new1.7.10): Document get_current_dir_name.Yaakov Selkowitz
2012-01-01 * cygwin.din (get_current_dir_name): Export.Yaakov Selkowitz
2012-01-01Bump ChangeLogChristopher Faylor
2011-12-31Add a couple other items which have been changed since initial call for testingChristopher Faylor
2011-12-31Initial checkin of text Corinna sent to cygwin-announce.Christopher Faylor
2011-12-31 * new-features.sgml (ov-new1.7.10): Document getpt.Yaakov Selkowitz
2011-12-31 * cygwin.din (getpt): Export.Yaakov Selkowitz
2011-12-30 * thread.cc: Mark pthread_rwlock_timedrdlock andYaakov Selkowitz
2011-12-25* fhandler_dsp.cc (fhandler_dev_dsp::fhandler_dev_dsp): Set up device.Christopher Faylor
2011-12-24 * path.cc (struct symlink_info): Add bool argument to declaration ofCorinna Vinschen
2011-12-23 * pinfo.cc (pinfo_basic::pinfo_basic): Fix formatting. Set uid and gidCorinna Vinschen
2011-12-23[bfd]DJ Delorie
2011-12-22 * spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOBCorinna Vinschen
2011-12-22 * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK): Define.Corinna Vinschen
2011-12-22 Don't leave Windows 2000 behind.Corinna Vinschen
2011-12-22 * include/winnt.h: Add missing PROCESS_QUERY_LIMITED_INFORMATION.Corinna Vinschen
2011-12-22 * Makefile.in (ps.exe): Drop -lpsapi from ALL_LDFLAGS.Corinna Vinschen
2011-12-22 * external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,Corinna Vinschen
2011-12-22 * fhandler_process.cc: Drop unneeded includes.Corinna Vinschen
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen
2011-12-21* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Use correct value inChristopher Faylor
2011-12-21 * dcrt0.cc (_dll_crt0): Rephrase comments. Set $ebp to NULL, as inCorinna Vinschen
2011-12-20config/:Andreas Schwab
2011-12-20 * fvwrite.c (__sfvwrite_r): Set __SMBF flag to avoid double free inCorinna Vinschen
2011-12-202011-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2011-12-19 * syscalls.cc (rename): Fix typo in comment. Fix condition to handleCorinna Vinschen
2011-12-19Check for warning flags without no- prefixAndreas Schwab
2011-12-19 * dcrt0.cc (dll_crt0_0): Check for wincap.wow64_has_secondary_stackCorinna Vinschen
2011-12-192011-12-19 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2011-12-19clarify entryChristopher Faylor
2011-12-18libgloss: bfin: add clear_cache_range support (for gcc)Michael Frysinger