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
path: root/winsup
AgeCommit message (Expand)Author
2009-04-20 * flock.cc (lf_setlock): Handle border case which results in WFMO loopCorinna Vinschen
2009-04-18* mkimport: Specify .text for stub explicitly.Christopher Faylor
2009-04-18 * dcrt0.cc (globify): Only call mbtowc for non-ascii chars.Corinna Vinschen
2009-04-17 * dcrt0.cc (globify): Make multibyte-aware.Corinna Vinschen
2009-04-17 * flock.cc (class inode_t): Add i_wait member and matching methodsCorinna Vinschen
2009-04-16 * dlfcn.cc (get_full_path_of_dll): Just return a bool value. DropCorinna Vinschen
2009-04-16 * ntdll.h (STATUS_LOCK_NOT_GRANTED): Define.Corinna Vinschen
2009-04-15 * cygpath.cc (do_pathconv): Only skip \\?\ prefix if it's reallyCorinna Vinschen
2009-04-15 * path.cc (path_conv::get_wide_win32_path): Allow relative paths.Corinna Vinschen
2009-04-15 * libc/bsdlib.cc: Align copyright with upstream.Corinna Vinschen
2009-04-14* speclib: Really revert to using tempdir.Christopher Faylor
2009-04-14* speclib: Revert to using tempdir.Christopher Faylor
2009-04-14 * localtime.cc (tzload): Implement setting __tzrule's offset memberCorinna Vinschen
2009-04-14 * include/stdint.h (intptr_t): Remove long from type.Dave Korn
2009-04-14 * Makefile.in (dumper.exe): Add -lz to ALL_LDFLAGS.Dave Korn
2009-04-12* speclib: Initial stab at cleaning up temp files. More work needed.Christopher Faylor
2009-04-12* Makefile.in (clean): Clean globals.h.Christopher Faylor
2009-04-12* mkimport: New script to perform all operations necessary to createChristopher Faylor
2009-04-112009-04-11 Danny Smith <dannsymith@users.sourceforge.net>Chris Sutcliffe
2009-04-11 * include/stdint.h (INTPTR_MIN, INTPTR_MAX): Add 'L' suffix.Corinna Vinschen
2009-04-10* speclib: Use a more robust method to derive full file path.Christopher Faylor
2009-04-10* speclib: Semi-revert to previous version but don't try to generateChristopher Faylor
2009-04-09 * syscalls.cc (try_to_bin): Use tmp_pathbuf buffer to allocate infobufCorinna Vinschen
2009-04-09 * syscalls.cc (try_to_bin): Fix alignment of infobuf.Corinna Vinschen
2009-04-09 * fhandler_disk_file.cc (fhandler_disk_file::fchown): Catch anCorinna Vinschen
2009-04-07 * include/stdint.h (int_least32_t): Define as int.Corinna Vinschen
2009-04-07 * path.cc (readlink): Accommodate new UTF-16 symlinks.Corinna Vinschen
2009-04-07 * strfuncs.cc: Change WCHAR to wchar_t in multibyte<->widecharCorinna Vinschen
2009-04-07 * setup2.sgml (setup-locale-console): New section to explainCorinna Vinschen
2009-04-07 * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen
2009-04-07 * libc/rexec.cc (ruserpass): Use fstat64 instead of fstat.Corinna Vinschen
2009-04-06 * strfuncs.cc: Add comment to explain why we can't support JISCorinna Vinschen
2009-04-06 * new-features.sgml (ov-new1.7-posix): Remove JIS from supportedCorinna Vinschen
2009-04-06 * setup2.sgml (setup-locale-problems): Change title to be more clearCorinna Vinschen
2009-04-05* Makefile.in: Use all compile options when calculating magic values.Christopher Faylor
2009-04-05* net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.Christopher Faylor
2009-04-04 * include/asm/byteorder.h (__ntohl): Prototype before define to avoidCorinna Vinschen
2009-04-03 * Various syntactical and semantical fixes throughout.Corinna Vinschen
2009-04-03 * utils.sgml: Various syntactical and semantical fixes.Corinna Vinschen
2009-04-02 * environ.cc (build_env): Fix length calculation of resultingCorinna Vinschen
2009-04-02 * include/netdb.h: #include <inttypes.h>, <netinet/in.h>,Corinna Vinschen
2009-04-01 * faq-using.xml (faq.using.symlinkstoppedworking): Rename.Corinna Vinschen
2009-04-01 * strfuncs.cc (sys_cp_mbstowcs): Check if ASCII SO is followed by atCorinna Vinschen
2009-03-31 * shm.cc (struct shm_attached_list): Convert access type to ULONG.Corinna Vinschen
2009-03-31 * setup2.sgml (setup-locale-problems): Fix an incomplete sentence.Corinna Vinschen
2009-03-31 * faq-using.xml (faq.using.unicode): Modernize.Corinna Vinschen
2009-03-31 * ctype.cc: Remove implementation of ctype functions in favor ofCorinna Vinschen
2009-03-30 * faq-using.xml (faq.using.bloda): Update with new entries.Dave Korn
2009-03-28* Makefile.in: Perform some minor cleanup. Revamp speclib handling.Christopher Faylor
2009-03-27 * net.cc (inet_ntop6): Convert to lowercase hex digits on the fly.Corinna Vinschen