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-07-03* fhandler_registry.cc (fhandler_registry::open): Handle missing EROFS errorChristopher Faylor
2012-07-02* pinfo.cc (_pinfo::commune_request): Eliminate unneeded assignment found byChristopher Faylor
2012-07-02* external.cc (fillout_pinfo): Return NULL rather than 0.Christopher Faylor
2012-07-02* mount.cc (mount_info::conv_to_win32_path): Eliminate unneeded assignmentChristopher Faylor
2012-07-02* path.cc (symlink_info::check): Remove unneeded/unused variable.Christopher Faylor
2012-07-02 * dll_init.cc (dll_list::alloc): Take long UNC paths into account.Corinna Vinschen
2012-07-02* Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor
2012-07-02* path.cc: Perform some whitespace fixups throughout.Christopher Faylor
2012-06-29 * kernel32.cc (_KERNEL32_): Define. Explain why.Corinna Vinschen
2012-06-28 * fhandler_serial.cc: Fix includes for IOCTL codes to support Mingw64.Corinna Vinschen
2012-06-28 * exceptions.cc (RtlUnwind): Align declaration with MSDN.Corinna Vinschen
2012-06-28* configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sureAlexandre Oliva
2012-06-28 * common.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE,Iain D Sandoe
2012-06-28 * doc/Makefile.am (makedoc): Use LDFLAGS_FOR_BUILD not LDFLAGS.Corinna Vinschen
2012-06-28* cygwait.h (cancelable_wait): Make extern to avoid always including.Christopher Faylor
2012-06-27 * exceptions.cc (exception::handle): Cast exception code to NTSTATUSCorinna Vinschen
2012-06-27 * miscfuncs.cc (WritePipeOverlapped): Define second parameter LPCVOID,Corinna Vinschen
2012-06-27 * advapi32.cc (_ADVAPI32_): Define. Explain why.Corinna Vinschen
2012-06-26 * winsup.h (GetLastError): Drop redundant definition.Corinna Vinschen
2012-06-26* libc/include/sys/types.h: Don't use the same preprocessor guard for time_t,Christopher Faylor
2012-06-26fix typoChristopher Faylor
2012-06-25* cygwait.cc (cancelable_wait): Make sure that timer is cancelled beforeChristopher Faylor
2012-06-25* cygwait.h (cancelable_wait): Need to force time to negative to indicateChristopher Faylor
2012-06-24 PR 14125Doug Evans
2012-06-22 * path.cc (realpath): Fix comment.Corinna Vinschen
2012-06-21 * path.cc (realpath): Call mount_info::conv_to_posix_path rather thanCorinna Vinschen
2012-06-19* cygwait.h (LARGE_NULL): Define.Christopher Faylor
2012-06-19Revert errneous checkin.Christopher Faylor
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor
2012-06-19merge from gccDJ Delorie
2012-06-19 * cygheap.cc (init_cygheap::init_installation_root): Rearrange codeCorinna Vinschen
2012-06-18Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor
2012-06-132012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>Rafael Ávila de Espíndola
2012-06-12Fix last ChangeLog entry.Yaakov Selkowitz
2012-06-12 * regex/regcomp.c (p_ere): Allow vertical-line followingYaakov Selkowitz
2012-06-10 * include/sys/elf_common.h (R_386_16): Define.Yaakov Selkowitz
2012-06-10* select.cc (cygwin_select): Remove select_timeout test.Christopher Faylor
2012-06-08merge from gccDJ Delorie
2012-06-07 * avr.h: (AVR_ISA_XCH): New define.Nick Clifton
2012-06-06 * include/elf.h: Update from FreeBSD.Yaakov Selkowitz
2012-06-05 * libc/stdio/findfp.c (__sinit): Avoid infinite recursion onCorinna Vinschen
2012-06-04 * fhandler_disk_file.cc (fhandler_disk_file::link ): TranslateCorinna Vinschen
2012-06-04* dtable.cc (dtable::dup3): Only return with lock set when O_EXCL flag isChristopher Faylor
2012-06-03* DevNotes: Add entry cgf-000011.Christopher Faylor
2012-06-03 * new-features.sgml (ov-new1.7.16): Document ReFS support.Corinna Vinschen
2012-06-03*** empty log message ***Corinna Vinschen
2012-06-03 * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen
2012-06-03 * cygcheck.cc (dump_sysinfo): Change "Server 8" to officialCorinna Vinschen
2012-06-03* winbase.h: Add missing copyright date.Christopher Faylor
2012-06-03* select.cc (cygwin_select): Make sure that we only return -1 as an errorChristopher Faylor