Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-15Upgrade header files to use GPLv3Nick Clifton
2010-04-15 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros.Doug Evans
2010-04-142010-04-14 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2010-04-14sim: drop PARAMSMichael Frysinger
2010-04-14sim: constify sim_write source bufferMichael Frysinger
2010-04-13 * fhandler_socket.cc (get_inet_addr): Only test the file for being aCorinna Vinschen
2010-04-13 * cygheap.cc (cwcsdup): Fix allocation size to accommodate sizeof WCHAR.Corinna Vinschen
2010-04-12 * include/cygwin/version.h: Bump DLL minor version number to 5.Corinna Vinschen
2010-04-12 * posix.sgml (std-notes): Improve lseek description.Corinna Vinschen
2010-04-12 * fhandler_tty.cc (fhandler_tty_slave::open): Add code to duplicateCorinna Vinschen
2010-04-12* cygwin.dsl: Remove comments.Christopher Faylor
2010-04-11 * new-features.sgml (ov-new1.7.5): New section.Corinna Vinschen
2010-04-11 * fhandler.h (class dev_console): Add backspace_keycode member.Corinna Vinschen
2010-04-11* cygwin-api.in.sgml: Update to DocBook SGML 4.5 DTD.Christopher Faylor
2010-04-10* fhandler_console.cc (fhandler_console::read): Default to sending CERASEChristopher Faylor
2010-04-10update copyrightChristopher Faylor
2010-04-10* mkvers.sh: Use modern date formats to construct the date.Christopher Faylor
2010-04-10 * nlsfuncs.cc (__set_lc_time_from_win): Actually setCorinna Vinschen
2010-04-09* path.cc (path_conv::set_normalized_path): Use crealloc_abort to avoid aChristopher Faylor
2010-04-08/:Ralf Wildenhues
2010-04-08 * internal.h (ELF_IS_SECTION_IN_SEGMENT): PT_PHDR program headersAlan Modra
2010-04-07 * include/cygwin/version.h: Bump DLL minor version number to 4.Corinna Vinschen
2010-04-072010-04-06 Dave Korn <dave.korn.cygwin@googlemail.com>Jeff Johnston
2010-04-06 * thread.cc (valid_sched_parameters): Declare extern here.Corinna Vinschen
2010-04-06 * include/sched.h: Remove, overruled by newlib file.Corinna Vinschen
2010-04-06* fhandler_fifo.cc (fhandler_fifo::open): Accommodate previous return valueChristopher Faylor
2010-04-06 * libc/stdlib/btowc.c (btowc): Reorganize EOF check. Fix incorrectCorinna Vinschen
2010-04-06merge from gccJakub Jelinek
2010-04-06merge from gccDJ Delorie
2010-04-05include/Jakub Jelinek
2010-04-03* fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.Christopher Faylor
2010-04-02* fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.Christopher Faylor
2010-04-02* fhandler_fifo.cc (fhandler_fifo::fhandler_fifo): Properly initializeChristopher Faylor
2010-04-02 * fhandler_tty.cc (fhandler_tty_slave::close): Revert previous change.Corinna Vinschen
2010-04-02fix typoChristopher Faylor
2010-04-02* select.h (select_pipe_info::add_watch_handle): Delete declaration.Christopher Faylor
2010-04-02* dtable.cc (dtable::init_std_file_from_handle): Avoid adding fh to fdtab untilChristopher Faylor
2010-04-02 * fhandler_tty.cc (fhandler_tty_slave::close): Avoid potential crashCorinna Vinschen
2010-04-02 * nlsfuncs.cc: Fix indentation.Corinna Vinschen
2010-04-02 * nlsfuncs.cc (rebase_locale_buf): New helper function to rebaseCorinna Vinschen
2010-04-012010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston
2010-04-01* setup-net.sgml: Remove more mentions of rxvt.Charles Wilson
2010-04-01* cygwinenv.sgml: Remove/deprecate mention of rxvt.Christopher Faylor
2010-03-31* sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE byChristopher Faylor
2010-03-31* fhandler.h (fhandler_base_overlapped): Temporarily (?) make select_pipe_infoChristopher Faylor
2010-03-312010-03-31 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2010-03-31Fix toplevel configure --enable-multilib handling.Ralf Wildenhues
2010-03-31Add missing fhandler.h patch and ChangeLog comment.Christopher Faylor
2010-03-31* fhandler.cc (fhandler_base::dup): Call setup_overlapped unconditionally.Christopher Faylor
2010-03-30 * fhandler_socket.cc (fhandler_socket::wait_for_events): Remove call toCorinna Vinschen