aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
cygwin-3_5-branchCygwin: pipe: Fix a regression that raw_write() slows downTakashi Yano6 days
github/cygwin-3_5-branchCygwin: pipe: Fix a regression that raw_write() slows downTakashi Yano6 days
github/mainReplace __restrict with __restrict_arr in regex.hyang.zhang6 days
github/masterReplace __restrict with __restrict_arr in regex.hyang.zhang6 days
github/topic/3.6Cygwin: implement setproctitleCorinna Vinschen7 months
github/users/vapier/wiplibgloss: merge xc16x into top-level MakefileMike Frysinger8 months
mainReplace __restrict with __restrict_arr in regex.hyang.zhang6 days
masterReplace __restrict with __restrict_arr in regex.hyang.zhang6 days
topic/3.6Cygwin: implement setproctitleCorinna Vinschen7 months
users/vapier/wiplibgloss: merge xc16x into top-level MakefileMike Frysinger8 months
[...]
 
TagDownloadAuthorAge
cygwin-3.5.4newlib-cygwin-3.5.4.zip  newlib-cygwin-3.5.4.tar.gz  newlib-cygwin-3.5.4.tar.bz2  Corinna Vinschen2 weeks
cygwin-3.5.3newlib-cygwin-3.5.3.zip  newlib-cygwin-3.5.3.tar.gz  newlib-cygwin-3.5.3.tar.bz2  Corinna Vinschen5 months
cygwin-3.5.2newlib-cygwin-3.5.2.zip  newlib-cygwin-3.5.2.tar.gz  newlib-cygwin-3.5.2.tar.bz2  Corinna Vinschen5 months
cygwin-3.5.1newlib-cygwin-3.5.1.zip  newlib-cygwin-3.5.1.tar.gz  newlib-cygwin-3.5.1.tar.bz2  Corinna Vinschen6 months
cygwin-3.6.0-devnewlib-cygwin-3.6.0-dev.zip  newlib-cygwin-3.6.0-dev.tar.gz  newlib-cygwin-3.6.0-dev.tar.bz2  Corinna Vinschen7 months
cygwin-3.5.0newlib-cygwin-3.5.0.zip  newlib-cygwin-3.5.0.tar.gz  newlib-cygwin-3.5.0.tar.bz2  Corinna Vinschen7 months
newlib-4.4.0newlib-4.4.0.zip  newlib-4.4.0.tar.gz  newlib-4.4.0.tar.bz2  Jeff Johnston8 months
cygwin-3.4.10newlib-cygwin-3.4.10.zip  newlib-cygwin-3.4.10.tar.gz  newlib-cygwin-3.4.10.tar.bz2  Corinna Vinschen9 months
cygwin-3.4.9newlib-cygwin-3.4.9.zip  newlib-cygwin-3.4.9.tar.gz  newlib-cygwin-3.4.9.tar.bz2  Corinna Vinschen12 months
cygwin-3.4.8newlib-cygwin-3.4.8.zip  newlib-cygwin-3.4.8.tar.gz  newlib-cygwin-3.4.8.tar.bz2  Corinna Vinschen13 months
[...]
 
AgeCommit messageAuthorFilesLines
2012-02-21This commit was manufactured by cvs2svn to create tag 'cgen-cgen-snapshot-20120301cvs2svn313-94429/+139
2011-12-08This commit was manufactured by cvs2svn to create branch 'gdb_7_4-branch'.gdb_7_4-2011-12-13-branchpointcvs2svn6930-2253632/+0
2011-12-08bfd:Andrew Pinski2-1/+13
2011-12-08* select.cc (cygwin_select): Make sure that 0 is returned when sel.wait timesChristopher Faylor2-2/+7
2011-12-08* include/sys/wait.h: Add in all c++ functions.Christopher Faylor2-2/+6
2011-12-08* select.cc (select_stuff::wait): Temporarily disallow APCS.Christopher Faylor2-2/+6
2011-12-08* include/sys/wait.h: Ensure that C++ functions are only used when using C++.Christopher Faylor2-0/+7
2011-12-08* select.cc (cygwin_select): Make sure that poll is called when appropriate.Christopher Faylor2-25/+22
2011-12-08* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we'reChristopher Faylor5-13/+18
2011-12-08* fhandler_termios.cc (tty_min::kill_pgrp): Don't send __SIGSETPGRP sinceChristopher Faylor2-2/+7
[...]