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
...
*
* dcrt0.cc (dll_crt0_1): Reset locale to "C" even when dynamically
Corinna Vinschen
2011-05-05
2
-1
/
+9
*
* posix.sgml (std-notimpl): Remove bsd_signal, setcontext, and
Corinna Vinschen
2011-05-05
2
-4
/
+6
*
* fhandler_registry.cc (fhandler_registry::exists): Fix regression
Corinna Vinschen
2011-05-05
2
-2
/
+10
*
* signal.cc (_pinfo::kill): Return success on kill(0) only if pid exists or is
Christopher Faylor
2011-05-05
4
-5
/
+16
*
* new-features.sgml (ov-new1.7.10): Document psiginfo, psignal,
Yaakov Selkowitz
2011-05-04
2
-2
/
+7
*
* cygwin.din (psiginfo): Export.
Yaakov Selkowitz
2011-05-04
6
-5
/
+74
*
* configure.ac: Remove code setting special library locations for
Joseph Myers
2011-05-04
3
-72
/
+7
*
* dll_list::detach (dll_list::detach): Avoid doing anything with detach during
Christopher Faylor
2011-05-04
2
-1
/
+9
*
* dll_init.cc (dll_global_dtors): Avoid calling destructors during failing
Christopher Faylor
2011-05-04
2
-0
/
+10
*
* fhandler.h (class fhandler_base): Remove uninterruptible_io status
Corinna Vinschen
2011-05-04
8
-90
/
+27
*
* fhandler.h (class fhandler_mailslot): Move down in file and change
Corinna Vinschen
2011-05-04
3
-20
/
+42
*
* fhandler.h (fhandler_dev_tape::_lock): Add bool parameter.
Corinna Vinschen
2011-05-04
3
-11
/
+40
*
* fhandler_dsp.cc (fhandler_dev_dsp::Audio): Add fh member.
Corinna Vinschen
2011-05-04
2
-25
/
+119
*
* 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
[prev]
[next]