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-10-20 * cygcheck.cc (dump_sysinfo): Update with latest NT 6.1 versions.Corinna Vinschen
2009-10-20 * registry.cc (reg_key::get_int): Add alternative implementationCorinna Vinschen
2009-10-20 * smallprint.cc (__small_vsprintf): Simplify UNICODE string handlingCorinna Vinschen
2009-10-20 * fhandler_disk_file.cc (fhander_disk_file::readdir): Handle a statusCorinna Vinschen
2009-10-19 * syscalls.cc (internal_setlocale): Only convert $PATH if there is aCorinna Vinschen
2009-10-19 * spawn.cc (av::fixup): Treat non-readable, but executable files asCorinna Vinschen
2009-10-18 * uinfo.cc (uinfo_init): Deimpersonate, don't reimpersonate, ifCorinna Vinschen
2009-10-15 * cygpath.cc (get_special_folder): Fetch path as WCHAR and convertCorinna Vinschen
2009-10-15 * faq-setup.xml (faq.setup.disk-space): Fix URL pointing toCorinna Vinschen
2009-10-14Consistently use va_end.Eric Blake
2009-10-13 * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.Corinna Vinschen
2009-10-13 * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen
2009-10-13Improve clock_gettime and utimensat resolution.Eric Blake
2009-10-12 * external.cc (cygwin_internal): Return 0 in CW_SET_DOS_FILE_WARNINGCorinna Vinschen
2009-10-12 * kill.cc (main): Skip to PID loop on invalid option to handleCorinna Vinschen
2009-10-12 * fhandler_disk_file.cc (fhandler_disk_file::link): Only append .lnkCorinna Vinschen
2009-10-09 * pathnames.sgml (pathnames-specialchars): Add control chars to theCorinna Vinschen
2009-10-09 * path.cc (tfx_chars): Convert all ASCII control characters exceptCorinna Vinschen
2009-10-09 * include/cygwin/config.h (DEFAULT_LOCALE): Define as "C.UTF-8".Corinna Vinschen
2009-10-08* exceptions.cc (_cygtls::signal_exit): There's no need to set signal_arrivedChristopher Faylor
2009-10-08* fhandler_disk_file.cc (utimens_fs): Plug fd leak on EINVAL.Eric Blake
2009-10-07Support pseudo-reloc version 2Charles Wilson
2009-10-07 * syscalls.cc (seteuid32): Call set_cygwin_privileges on primary tokenCorinna Vinschen
2009-10-07 * fhandler.h (fhandler_pty_master::tcgetpgrp): Declare.Corinna Vinschen
2009-10-07Add cygwin wrapper for ExitProcess and TerminateProcess.Charles Wilson
2009-10-06* exceptions.cc: Move global variable sigExeced...Christopher Faylor
2009-10-04 * Makefile.in (CFLAGS): Add -mno-use-libstdc-wrappers.Dave Korn
2009-10-04 * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.Corinna Vinschen
2009-10-04 * syscalls.cc (internal_setlocale): Add comment.Corinna Vinschen
2009-10-03 * faq-using.xml (faq.using.bloda): Add Lenovo IPS Core Service.Dave Korn
2009-10-02 * dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r. JustCorinna Vinschen
2009-10-02* mkpasswd.c: Properly define __progname as __declspec(dllimport).Christopher Faylor
2009-10-02 * setup2.sgml (setup-locale-ov): Fix typo in C+charset example.Corinna Vinschen
2009-10-02* dcrt0.cc (dll_crt0_1): Move cxx_malloc reset kluge from here.Christopher Faylor
2009-09-30 * new-features.sgml (ov-new1.7-file): Ctrl-X, not Ctrl-N.Corinna Vinschen
2009-09-30 * fhandler_console.cc (beep): Move up to avoid forward declaration.Corinna Vinschen
2009-09-30* syscalls.cc (rename): Fix regression in rename("dir","d/").Eric Blake
2009-09-30Make MinGW printf() "%p" format compatible with MSVCRT scanf().Keith Marshall
2009-09-29 * fhandler_socket.cc (fhandler_socket::recv_internal): Always callCorinna Vinschen
2009-09-28 * fhandler.h (class dev_console): Constify charset parameter ofCorinna Vinschen
2009-09-28 * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen
2009-09-27* new-features.sgml (ov-new1.7-file): Mention fexecve, execvpe.Eric Blake
2009-09-27Add fexecve, execvpe.Eric Blake
2009-09-26Fix some POSIX-compliance bugs in link, rename, mkdir.Eric Blake
2009-09-26* new-features.sgml (ov-new1.7-file): Mention eaccess, euidaccess,Eric Blake
2009-09-26Provide euidaccess, canonicalize_file_name; fix fchmodat.Eric Blake
2009-09-25 * setup2.sgml (setup-locale-problems): Fix charset names of codepagesCorinna Vinschen
2009-09-25Fix faccessat(,0) and access() semantics.Eric Blake
2009-09-25* setup2.sgml (setup-locale-problems): Document how to installEric Blake
2009-09-24 * posix_ipc.cc (mq_open): Avoid closing the same descriptor twice inCorinna Vinschen