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
...
*
* libc/include/signal.h (psignal): Declare.
Yaakov Selkowitz
2011-05-04
10
-50
/
+100
*
include/coff
Tristan Gingold
2011-05-04
3
-16
/
+26
*
* configure.ac: Separate libgloss_dir settings from general case
Joseph Myers
2011-05-04
3
-36
/
+72
*
* libc/locale/lmessages.h (__messages_load_locale): Declare. Remove
Corinna Vinschen
2011-05-04
3
-13
/
+24
*
Cygwin-specific patch from Andy Koppe:
Corinna Vinschen
2011-05-04
2
-7
/
+13
*
2011-05-04 Tristan Gingold <gingold@adacore.com>
Tristan Gingold
2011-05-04
3
-0
/
+31
*
* thread.h (pthread::static_cancel_self): Mark as noreturn.
Christopher Faylor
2011-05-04
3
-3
/
+12
*
* pinfo.cc (pinfo::pinfo): Set procinfo to NULL to avoid potential cleanup of
Christopher Faylor
2011-05-04
2
-1
/
+6
*
* select.cc (cygwin_select): Make degenerate case cancelable.
Corinna Vinschen
2011-05-03
4
-10
/
+51
*
* locale.cc (print_locale_with_codeset): Align printing of locale names
Corinna Vinschen
2011-05-03
2
-4
/
+10
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Make
Corinna Vinschen
2011-05-03
2
-5
/
+12
*
2011-05-03 Tristan Gingold <gingold@adacore.com>
Tristan Gingold
2011-05-03
2
-1
/
+6
*
* fhandler_tty.cc (fhandler_tty_slave::read): Set WFMO timeout to 0 for
Corinna Vinschen
2011-05-03
2
-37
/
+83
*
* new-features.sgml (ov-new1.7.10): Document new pthread APIs.
Yaakov Selkowitz
2011-05-03
2
-1
/
+6
*
* signal.cc (_pinfo::kill): Avoid referencing 'pid' after ESRCH.
Christopher Faylor
2011-05-03
2
-1
/
+9
*
* cygwin.din (pthread_attr_getstack): Export.
Yaakov Selkowitz
2011-05-03
8
-6
/
+122
*
fix typo
Christopher Faylor
2011-05-02
1
-1
/
+1
*
* Makefile.in: Allow CFLAGS to be overridden from the environment.
Christopher Faylor
2011-05-02
2
-1
/
+5
*
* thread.cc (cancelable_wait): Remove test for main thread.
Corinna Vinschen
2011-05-02
3
-4
/
+7
*
* fhndler_tty.cc (andler_pty_master::process_slave_output): Make
Corinna Vinschen
2011-05-02
2
-5
/
+17
*
* fhandler_console.cc (fhandler_console::read): Make restartable and
Corinna Vinschen
2011-05-02
2
-12
/
+19
*
* strace.cc (strace::vprntf): Avoid closing unopened handle.
Christopher Faylor
2011-05-02
2
-2
/
+8
*
* sysconf.cc (sca): Set _SC_SPIN_LOCKS to _POSIX_SPIN_LOCKS.
Yaakov Selkowitz
2011-05-02
2
-1
/
+5
*
* libc/include/sys/features.h [__CYGWIN__] (_POSIX_SPIN_LOCKS): Define.
Yaakov Selkowitz
2011-05-02
3
-2
/
+8
*
Eliminate trailing whitespace in some files.
Christopher Faylor
2011-05-02
8
-13
/
+28
*
Throughout remove NT4 from documentation.
Corinna Vinschen
2011-05-02
8
-31
/
+34
*
* fhandler_serial.cc (fhandler_serial::raw_read): Add restartability
Corinna Vinschen
2011-05-02
2
-7
/
+47
*
* fhandler_windows.cc (fhandler_windows::read): Use
Corinna Vinschen
2011-05-01
6
-13
/
+28
*
* libc/minires-os-if.c (get_dns_info): Remove unnecessary test for
Corinna Vinschen
2011-05-01
2
-2
/
+6
*
Add missing ChangeLog entry:
Corinna Vinschen
2011-05-01
1
-0
/
+16
*
Throughout, use user32 UNICODE functions rather than ANSI functions.
Corinna Vinschen
2011-05-01
7
-63
/
+93
*
* net.cc (fdsock): Drop setting uninterruptible_io to true.
Corinna Vinschen
2011-05-01
2
-1
/
+4
*
* fhandler.h (fhandler_socket::is_slow): Remove.
Corinna Vinschen
2011-05-01
2
-1
/
+4
*
* fcntl.cc (fcntl64): Call pthread_testcancel.
Corinna Vinschen
2011-04-30
10
-99
/
+197
*
* dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
Jakub Jelinek
2011-04-30
2
-0
/
+12
*
* thread.h (class pthread): Add bool member canceled.
Corinna Vinschen
2011-04-30
3
-3
/
+23
*
* errno.cc (errmap): Sort. Map ERROR_EXE_MACHINE_TYPE_MISMATCH to
Corinna Vinschen
2011-04-29
2
-4
/
+10
*
* thread.cc: Update comment listing cancellation points per POSIX.
Corinna Vinschen
2011-04-29
2
-173
/
+305
*
* advapi32.cc: Add comment.
Corinna Vinschen
2011-04-29
8
-80
/
+97
*
* advapi32.cc (AccessCheck): Remove.
Corinna Vinschen
2011-04-29
4
-48
/
+41
*
* ntdll.h (IsEventSignalled): New inline function.
Corinna Vinschen
2011-04-29
8
-8
/
+36
*
* advapi32.cc (GetTokenInformation): Remove.
Corinna Vinschen
2011-04-29
6
-139
/
+180
*
* posix_ipc.cc (ipc_cond_timedwait): Only wait for pthread's
Corinna Vinschen
2011-04-29
2
-1
/
+7
*
* configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
Joseph Myers
2011-04-28
3
-190
/
+29
*
* advapi32.cc (SetSecurityDescriptorDacl): Remove.
Corinna Vinschen
2011-04-28
6
-53
/
+41
*
* posix_ipc.cc (ipc_cond_timedwait): Also wait for pthread's
Corinna Vinschen
2011-04-28
2
-8
/
+27
*
* configure.ac: Disable Java for targets not supporting libffi.
Joseph Myers
2011-04-28
3
-216
/
+137
*
Merge from GCC:
Joseph Myers
2011-04-28
3
-2
/
+12
*
* configure.ac: Separate cases disabling Java and Java libraries
Joseph Myers
2011-04-28
3
-166
/
+660
*
* posix_ipc.cc (ipc_cond_timedwait): Remove pthread_testcancel calls.
Corinna Vinschen
2011-04-28
2
-2
/
+10
[prev]
[next]