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-11-11Merge from GCC.Thomas Schwinge
2012-11-11 * winbase.h: Semi-reinstantiate to workaround lack inline assemblerCorinna Vinschen
2012-11-092012-11-09 Nick Clifton <nickc@redhat.com>Nick Clifton
2012-11-092012-11-09 Nick Clifton <nickc@redhat.com>Nick Clifton
2012-11-09 * path.cc (vcygpath): Handle cygdrive prefix.Corinna Vinschen
2012-11-08 * sigproc.cc (proc_subproc): Delete unused variable child.Corinna Vinschen
2012-11-08 * mips.h (EF_MIPS_32BITMODE): Move next to lower-order bits.Maciej W. Rozycki
2012-11-08* fhandler_termios.cc (fhandler_termios::line_edit): Don't do special characterChristopher Faylor
2012-11-07* mingw: Delete obsolete directory.Christopher Faylor
2012-11-07Add missing ChangeLog entryCorinna Vinschen
2012-11-07winsup:Corinna Vinschen
2012-11-05 * Makefile.in (MINGW_CXX): Attach $(CFLAGS) to allow providingCorinna Vinschen
2012-11-05 * include/sys/termios.h (CBRK): Define as alias of CEOL.Yaakov Selkowitz
2012-11-04Add --disable-libstdcxx configure optionH.J. Lu
2012-11-04Add gthr.m4H.J. Lu
2012-11-01binutilsTom Tromey
2012-11-01 * libc/include/locale.h (NULL): Fetch definition via stddef.h.Corinna Vinschen
2012-10-31Fix copyrightCorinna Vinschen
2012-10-31 * include/sys/param.h: Include stddef.h to define NULL.Corinna Vinschen
2012-10-31 * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Fix usingCorinna Vinschen
2012-10-30bfd:Nick Clifton
2012-10-30 * include/sys/cygwin.h: Add missing defines for CW_ALLOC_DRIVE_MAP,Corinna Vinschen
2012-10-27Minor debugging aid for the moxie port.Anthony Green
2012-10-27Minor optimization and bug fix for moxie.Anthony Green
2012-10-27 * dcrt0.cc (quoted): Renamed strechr to strchrnul.Kai Tietz
2012-10-27 * string.h (strechr): Replace assembler byKai Tietz
2012-10-26 * dir.cc (closedir): Fix syscall_printf.Corinna Vinschen
2012-10-26 * dwarf2.h (DW_AT_APPLE_optimized, DW_AT_APPLE_flags)Nick Clifton
2012-10-26 * libc/include/sys/signal.h (sigset_t): Don't define when buildingCorinna Vinschen
2012-10-26 * include/cygwin/signal.h (sigset_t): Define here.Corinna Vinschen
2012-10-25 * bsd_helper.cc (adjust_identity_info): Fix typo in log message.Corinna Vinschen
2012-10-252012-10-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2012-10-24 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for buildingCorinna Vinschen
2012-10-24 * configure.in: Add AC_NO_EXECUTABLES.Corinna Vinschen
2012-10-24Add missing ChangeLog entry.Christopher Faylor
2012-10-24 * configure.in: Add AC_NO_EXECUTABLES,Corinna Vinschen
2012-10-24Move disable_target_specific_optimizations to bfd_link_infoH.J. Lu
2012-10-24 * configure.in: Add check for MINGW_CXX. Remove libiconv check.Yaakov Selkowitz
2012-10-24 * Makefile.in (DLL_IMPORTS): Use system import libraries forYaakov Selkowitz
2012-10-242012-10-24 Kai Tietz <ktietz70@googlemail.com>Yaakov Selkowitz
2012-10-24 * configure.in: Add AC_NO_EXECUTABLES.Corinna Vinschen
2012-10-242012-10-24 Kai Tietz <ktietz70@googlemail.com>Yaakov Selkowitz
2012-10-24 PR bootstrap/54820Eric Botcazou
2012-10-23binutilsTom Tromey
2012-10-23 * thread.h (List_insert): Cast first parameter inCorinna Vinschen
2012-10-23 bfd/Nathan Sidwell
2012-10-22 * winbase.h: Remove.Corinna Vinschen
2012-10-22 * libc/include/string.h (strdup, strndup): Declare if notCorinna Vinschen
2012-10-22 * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold):PrototypeCorinna Vinschen
2012-10-22include/Alan Modra