index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* pthread.cc (pthread_mutex::_unlock): Avoid unlocking a mutex if the
Christopher Faylor
2008-11-07
3
-11
/
+28
*
2008-11-06 Chao-ying Fu <fu@mips.com>
Chao-ying Fu
2008-11-06
2
-1
/
+6
*
* environ.cc (environ_init): Avoid evaluating $CYGWIN twice.
Corinna Vinschen
2008-11-05
2
-2
/
+4
*
2008-10-31 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-10-31
29
-92
/
+193
*
2008-10-31 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-10-31
48
-679
/
+1152
*
* Makefile.in: Use -static-libgcc when creating cygserver.exe.
Christopher Faylor
2008-10-30
2
-7
/
+12
*
2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
Ulrich Weigand
2008-10-29
3
-2
/
+5
*
* Makefile.in (ALL_LDFLAGS): Link libgcc statically for everything here.
Christopher Faylor
2008-10-29
2
-1
/
+6
*
Correct some binary distribution packaging defects.
Keith Marshall
2008-10-28
2
-18
/
+37
*
* Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
Daniel Jacobowitz
2008-10-24
3
-2
/
+7
*
* wincap.cc (all wincaps): Store in .cygwin_dll_common section same as
Corinna Vinschen
2008-10-23
2
-10
/
+21
*
PR gdb/921
Daniel Jacobowitz
2008-10-22
6
-5
/
+60
*
* autoload.cc (GetSystemWindowsDirectoryW): Define.
Corinna Vinschen
2008-10-22
3
-0
/
+43
*
* passwd.cc (pwdgrp::read_passwd): Check if we're called within
Corinna Vinschen
2008-10-21
2
-8
/
+17
*
* obstack.h (obstack_finish <!__GNUC__>): Cast result to void *.
Alan Modra
2008-10-20
2
-2
/
+6
*
* ntdll.h (NtSetAttributesFile): New inline function.
Corinna Vinschen
2008-10-20
5
-45
/
+38
*
Fix MinGW-Bug [2136252]: Remove extraneous radix point in printf( "%.0f", v )...
Keith Marshall
2008-10-18
2
-32
/
+41
*
* dtable.cc (dtable::get_debugger_info): Call SetStdHandle
Corinna Vinschen
2008-10-17
2
-1
/
+17
*
2008-10-16 Joel Sherrill <joel.sherrill@oarcorp.com>
Jeff Johnston
2008-10-16
2
-7
/
+9
*
2008-10-16 Joel Sherrill <joel.sherrill@oarcorp.com>
Jeff Johnston
2008-10-16
3
-0
/
+17
*
2008-10-15 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-10-16
2
-51
/
+6
*
2008-10-15 Joel Sherrill <joel.sherrill@oarcorp.com>
Jeff Johnston
2008-10-15
2
-1
/
+5
*
Fix typo and make C99 check the same as is used in math.h
Jeff Johnston
2008-10-15
1
-2
/
+1
*
2008-10-15 Craig Howland <howland@LGSInnovations.com>
Jeff Johnston
2008-10-15
3
-6
/
+17
*
2008-10-15 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-10-15
2
-32
/
+43
*
Fix MinGW-Bug [2160227]: Eliminate conflicting declarations and implementatio...
Keith Marshall
2008-10-13
3
-1
/
+20
*
* sec_acl.cc (setacl): Align standard owner and group permissions
Corinna Vinschen
2008-10-13
3
-10
/
+19
*
fix typo
Christopher Faylor
2008-10-13
1
-1
/
+1
*
* mingw: Set sawcfile when -xc* is detected. Extend list of detected source
Christopher Faylor
2008-10-13
2
-1
/
+7
*
* Makefile.in: Use a different method to invoke gcc in a cygwin-hosted
Christopher Faylor
2008-10-12
10
-3993
/
+6379
*
* mingw: Add more checks to allow more varied use.
Christopher Faylor
2008-10-12
2
-10
/
+24
*
* Makefile.in: Rearrange to avoid -mno-cygwin.
Christopher Faylor
2008-10-12
5
-1603
/
+2374
*
* mingw: Use a better method to find where mingw directory lives.
Christopher Faylor
2008-10-12
2
-7
/
+5
*
Dummy check-in to get right revision log:
Christopher Faylor
2008-10-12
2
-2
/
+2
*
* Makefile.in: Tweak to work better with new utils/mingw front-end.
Christopher Faylor
2008-10-12
5
-15
/
+114
*
Use de-facto standard Makefile goals to invoke test suite.
Keith Marshall
2008-10-11
2
-5
/
+19
*
Make strtod() inline definition C89 compliant.
Keith Marshall
2008-10-11
2
-2
/
+14
*
include/elf/
Nathan Froyd
2008-10-10
2
-0
/
+9
*
2008-10-09 Chris Sutcliffe <ir0nh34d@users.sf.net>
Chris Sutcliffe
2008-10-10
2
-1
/
+5
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Check
Corinna Vinschen
2008-10-09
3
-11
/
+19
*
* fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Keep track of
Corinna Vinschen
2008-10-09
2
-12
/
+23
*
* grp.cc (pwdgrp::read_group): Generate more speaking group name
Corinna Vinschen
2008-10-09
2
-1
/
+7
*
Fix ChangeLog entry
Corinna Vinschen
2008-10-09
1
-1
/
+1
*
* path.cc (path_conv::is_binary): Always check for GetBinaryType.
Corinna Vinschen
2008-10-09
3
-6
/
+10
*
* path.cc (symlink_info::check_shortcut): Don't check for executability
Corinna Vinschen
2008-10-09
2
-18
/
+9
*
* path.cc (path_conv::path_conv): Only assume executability by suffix
Corinna Vinschen
2008-10-08
2
-1
/
+7
*
* pthread.cc (pthread_create): Very minor formatting change.
Christopher Faylor
2008-10-07
3
-2
/
+18
*
* cygtls.h (_cygtls::initialized): Remove bogus stack check which would when
Christopher Faylor
2008-10-07
2
-2
/
+7
*
merge from gcc
DJ Delorie
2008-10-07
2
-1
/
+8
*
2008-10-06 Bill Tompkins <bill+newlib@key-square.com>
Jeff Johnston
2008-10-06
2
-0
/
+14
[prev]
[next]