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-15Improve self-documentation of 'for' loop commands.Keith Marshall
2012-01-15Generalise 'all' rule to arbitrary prerequisite sub-directories.Keith Marshall
2012-01-15Derive package release index from configure time specification.Keith Marshall
2012-01-15Discontinue CVS tracking of generated 'configure' script.Keith Marshall
2012-01-13Document support of printf %m conversion flag.Yaakov Selkowitz
2012-01-13 * new-features.sgml (ov-new1.7.10): Document support for the %mYaakov Selkowitz
2012-01-13 * include/cygwin/config.h (_GLIBC_EXTENSION): Define.Yaakov Selkowitz
2012-01-13 * libc/stdio/sprintf.c: Document 'm' conversion specifier.Yaakov Selkowitz
2012-01-13Document tgmath.h.Yaakov Selkowitz
2012-01-13 * new-features.sgml (ov-new1.7.10): Document tgmath.h.Yaakov Selkowitz
2012-01-12add indirect_symbol to mach-o port.Iain D Sandoe
2012-01-12 * libc/include/tgmath.h: New header.Yaakov Selkowitz
2012-01-12* spawn.cc (child_info_spawn::worker): Delete debugging.Christopher Faylor
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor
2012-01-10 * libc/include/sys/unistd.h [__CYGWIN__] (get_current_dir_name):Yaakov Selkowitz
2012-01-10 * libc/include/complex.h: Fix "/*" within comment warning.Yaakov Selkowitz
2012-01-09 * libc/include/process.h: Remove Cygwin-only header.Corinna Vinschen
2012-01-09 * include/cygwin/process.h: Move here from newlib.Corinna Vinschen
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