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
2012-10-22 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen
2012-10-22 PR bootstrap/54820Eric Botcazou
2012-10-21 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 18.Corinna Vinschen
2012-10-21 * libc/sys/mmixware/sbrk.c (_sbrk): Drop unused extern declarationHans-Peter Nilsson
2012-10-20 * new-features.sgml (ov-new1.7.17): Add section.Corinna Vinschen
2012-10-19 * Makefile.in (cygcheck.exe): Add temporary (1.7.17-only) hack toCorinna Vinschen
2012-10-16 * libc/stdlib/getopt.c (getopt_internal): Align handling of colon toCorinna Vinschen
2012-10-16 * libc/stdio/vfprintf.c (__sbprintf): Fix comment.Corinna Vinschen
2012-10-16 * libc/include/assert.h (static_assert): Define.Corinna Vinschen
2012-10-16 * libc/include/sys/features.h (__GNUC_PREREQ): Define. UseCorinna Vinschen
2012-10-16*** empty log message ***Corinna Vinschen
2012-10-16*** empty log message ***Corinna Vinschen
2012-10-16 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Remove lloffset.Corinna Vinschen
2012-10-15* fhandler_tty.cc (fhandler_pty_slave::write): Fix potential exit from loopChristopher Faylor
2012-10-15 * fhandler_raw.cc (fhandler_dev_raw::fhandler_dev_raw): Drop gratuitousCorinna Vinschen
2012-10-15 * fhandler_floppy.cc (fhandler_dev_floppy::open): Fix comment.Corinna Vinschen
2012-10-15* fhandler_tty.cc (fhandler_pty_slave::write): DWORD -> BOOL.Christopher Faylor
2012-10-15 * hppa.h (pa_opcodes): Use "cX" completer instead of "cx" in fstqxJohn David Anglin
2012-10-13 * fhandler.h (class fhandler_dev_raw): Add members devbufalloc andCorinna Vinschen
2012-10-12 * fhandler_raw.cc (fhandler_dev_raw::open): Allow O_EXCL flag, as onCorinna Vinschen
2012-10-12* fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulateChristopher Faylor
2012-10-11config.{guess,sub}: update from upstream config-patches repoMichael Frysinger
2012-10-10 * include/cygwin/in.h (struct in_addr): Guard with s_addr to avoidCorinna Vinschen
2012-10-10merge from gccDJ Delorie
2012-10-10* child_info.h (child_info_spawn::has_execed): Remove unneeded synchronization.Christopher Faylor
2012-10-09* pinfo.cc: Remove unneeded assert.h.Christopher Faylor
2012-10-09 * cygcheck.cc (dump_sysinfo): Convert "if/else if" chain to a switchCorinna Vinschen
2012-10-09 * libc/posix/wordfree.c (wordfree): The wrong words are freedCorinna Vinschen
2012-10-09 * libc/posix/wordexp.c (wordexp): Return WRDE_NOSPACE on resourceCorinna Vinschen
2012-10-09 * libc/posix/wordexp.c (wordexp): Handle expanded words longerCorinna Vinschen
2012-10-09 * libc/posix/wordexp.c (wordexp): Don't leak file streams.Corinna Vinschen
2012-10-042012-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel
2012-10-04* libc/machine/rl78/setjmp.S: Convert from CPP macros to GASDJ Delorie
2012-10-03* libc/sys/sysnecv850/sbrk.c (_sbrk): Change heap_start to be anDJ Delorie
2012-10-032012-10-02 Steve Ellcey <sellcey@mips.com>Steve Ellcey
2012-10-022012-10-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2012-09-29Sync toplevel files with GCC treeH.J. Lu
2012-09-29Sync config with GCCH.J. Lu
2012-09-28Don't abort() when disassembling bad moxie instructions.Anthony Green
2012-09-272012-09-26 Ian Bolton <ian.bolton@arm.com>Jeff Johnston
2012-09-272012-09-26 Ian Bolton <ian.bolton@arm.com>Jeff Johnston
2012-09-262012-09-26 Michael Hope <michael.hope@linaro.org>Jeff Johnston
2012-09-212012-09-21 Steve Ellcey <sellcey@mips.com>Steve Ellcey
2012-09-20 * configure.ac (host_libs): Add libbacktrace.Ian Lance Taylor
2012-09-202012-09-19 Steve Ellcey <sellcey@mips.com>Steve Ellcey
2012-09-18Moved the Changelog entries for breakpoint.c and remote.c out of ChangelogMike Wrighton
2012-09-18* pinfo.cc (pinfo::init): Detect potential race where short block has beenChristopher Faylor
2012-09-15Add support for tilegx in gold.Walter Lee
2012-09-15 PR target/38607David Edelsohn
2012-09-14* cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code.Christopher Faylor