summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sim: drop PARAMSMichael Frysinger2010-04-133-62/+67
* sim: constify sim_write source bufferMichael Frysinger2010-04-132-1/+5
* * fhandler_socket.cc (get_inet_addr): Only test the file for being aCorinna Vinschen2010-04-132-14/+39
* * cygheap.cc (cwcsdup): Fix allocation size to accommodate sizeof WCHAR.Corinna Vinschen2010-04-132-2/+7
* * include/cygwin/version.h: Bump DLL minor version number to 5.Corinna Vinschen2010-04-122-1/+5
* * posix.sgml (std-notes): Improve lseek description.Corinna Vinschen2010-04-122-2/+7
* * fhandler_tty.cc (fhandler_tty_slave::open): Add code to duplicateCorinna Vinschen2010-04-122-11/+33
* * cygwin.dsl: Remove comments.Christopher Faylor2010-04-112-4/+4
* * new-features.sgml (ov-new1.7.5): New section.Corinna Vinschen2010-04-112-0/+17
* * fhandler.h (class dev_console): Add backspace_keycode member.Corinna Vinschen2010-04-113-2/+16
* * cygwin-api.in.sgml: Update to DocBook SGML 4.5 DTD.Christopher Faylor2010-04-116-9/+17
* * fhandler_console.cc (fhandler_console::read): Default to sending CERASEChristopher Faylor2010-04-102-13/+10
* update copyrightChristopher Faylor2010-04-101-1/+1
* * mkvers.sh: Use modern date formats to construct the date.Christopher Faylor2010-04-102-27/+8
* * nlsfuncs.cc (__set_lc_time_from_win): Actually setCorinna Vinschen2010-04-092-0/+6
* * path.cc (path_conv::set_normalized_path): Use crealloc_abort to avoid aChristopher Faylor2010-04-093-2/+10
* /:Ralf Wildenhues2010-04-083-16/+18
* * internal.h (ELF_IS_SECTION_IN_SEGMENT): PT_PHDR program headersAlan Modra2010-04-082-2/+8
* * include/cygwin/version.h: Bump DLL minor version number to 4.Corinna Vinschen2010-04-072-1/+5
* 2010-04-06 Dave Korn <dave.korn.cygwin@googlemail.com>Jeff Johnston2010-04-063-6/+13
* * thread.cc (valid_sched_parameters): Declare extern here.Corinna Vinschen2010-04-062-0/+7
* * include/sched.h: Remove, overruled by newlib file.Corinna Vinschen2010-04-063-80/+5
* * fhandler_fifo.cc (fhandler_fifo::open): Accommodate previous return valueChristopher Faylor2010-04-062-1/+6
* * libc/stdlib/btowc.c (btowc): Reorganize EOF check. Fix incorrectCorinna Vinschen2010-04-062-3/+11
* merge from gccJakub Jelinek2010-04-061-1/+3
* merge from gccDJ Delorie2010-04-051-1/+0
* include/Jakub Jelinek2010-04-052-0/+6
* * fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.Christopher Faylor2010-04-025-67/+55
* * fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.Christopher Faylor2010-04-025-29/+75
* * fhandler_fifo.cc (fhandler_fifo::fhandler_fifo): Properly initializeChristopher Faylor2010-04-022-2/+6
* * fhandler_tty.cc (fhandler_tty_slave::close): Revert previous change.Corinna Vinschen2010-04-022-3/+6
* fix typoChristopher Faylor2010-04-021-1/+1
* * select.h (select_pipe_info::add_watch_handle): Delete declaration.Christopher Faylor2010-04-023-11/+8
* * dtable.cc (dtable::init_std_file_from_handle): Avoid adding fh to fdtab untilChristopher Faylor2010-04-023-30/+51
* * fhandler_tty.cc (fhandler_tty_slave::close): Avoid potential crashCorinna Vinschen2010-04-022-2/+8
* * nlsfuncs.cc: Fix indentation.Corinna Vinschen2010-04-012-4/+8
* * nlsfuncs.cc (rebase_locale_buf): New helper function to rebaseCorinna Vinschen2010-04-012-0/+35
* 2010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2010-04-013-20/+113
* * setup-net.sgml: Remove more mentions of rxvt.Charles Wilson2010-04-012-2/+7
* * cygwinenv.sgml: Remove/deprecate mention of rxvt.Christopher Faylor2010-03-315-11/+20
* * sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE byChristopher Faylor2010-03-314-2/+13
* * fhandler.h (fhandler_base_overlapped): Temporarily (?) make select_pipe_infoChristopher Faylor2010-03-313-4/+47
* 2010-03-31 Tristan Gingold <gingold@adacore.com>Tristan Gingold2010-03-3123-36/+877
* Fix toplevel configure --enable-multilib handling.Ralf Wildenhues2010-03-313-6/+24
* Add missing fhandler.h patch and ChangeLog comment.Christopher Faylor2010-03-312-4/+7
* * fhandler.cc (fhandler_base::dup): Call setup_overlapped unconditionally.Christopher Faylor2010-03-314-47/+103
* * fhandler_socket.cc (fhandler_socket::wait_for_events): Remove call toCorinna Vinschen2010-03-302-4/+6
* 2010-03-30 Thomas Wolff <towo@towo.net>Corinna Vinschen2010-03-302-12/+24
* * syscalls.cc (open): Remove call to sig_dispatch_pending.Corinna Vinschen2010-03-302-1/+4
* * net.cc: Remove calls to sig_dispatch_pending throughout.Corinna Vinschen2010-03-303-21/+5