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
2010-01-24 * new-features.sgml: Rework layout to use itemizedlist. Fix typo.Corinna Vinschen
2010-01-24 * nlsfuncs.cc (__set_charset_from_locale): Fix comment.Corinna Vinschen
2010-01-24 * nlsfuncs.cc (check_codepage): Move from syscalls.cc here.Corinna Vinschen
2010-01-23 * setup2.sgml (setup-locale-charsetlist): Add CP932. Change descriptionCorinna Vinschen
2010-01-23 * strfuncs.cc (__sjis_wctomb): Special handling for characters whichCorinna Vinschen
2010-01-23 * setup2.sgml (setup-locale-charsetlist): Add ASCII and TIS-620. AddCorinna Vinschen
2010-01-23 * nlsfuncs.cc (wcsxfrm): Call LCMapStringW with LCMAP_BYTEREV flag toCorinna Vinschen
2010-01-23 * posix.sgml (strfmon): Move to implemented SUSv4 API.Corinna Vinschen
2010-01-23 * new-features.sgml (ov-new1.7.2): Add chapter for news in 1.7.2.Corinna Vinschen
2010-01-23 * Makefile.in (CYGWIN_BINS): Add getlocale.Corinna Vinschen
2010-01-23 * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen
2010-01-18 * strfuncs.cc: Remove needless includes.Corinna Vinschen
2010-01-17 * setup2.sgml (setup-locale): Mention three character codes perCorinna Vinschen
2010-01-17 * syscalls.cc (internal_setlocale): Use UTF-8 internally if externalCorinna Vinschen
2010-01-16* setup-net.sgml: Remove obsolete assertion.Christopher Faylor
2010-01-16 * libc/fnmatch.c: Replace with multibyte capable version from FreeBSD.Corinna Vinschen
2010-01-16 * cygpath.cc (get_mixed_name): Drop function. Replace with call toCorinna Vinschen
2010-01-16 * fhandler_socket.cc (fhandler_socket::accept4): Reset async flagCorinna Vinschen
2010-01-16 * faq-using.xml (faq.using.bloda): Clarify wxvault.dll.Corinna Vinschen
2010-01-16 * fhandler_socket.cc (fhandler_socket::accept4): Set nonblockingCorinna Vinschen
2010-01-15* faq-setup.xml: Add missing setup options. Sort options.Christopher Faylor
2010-01-15 * cygwin.din (accept4): Export.Corinna Vinschen
2010-01-15 * posix.sgml: Mention dup3 and pipe2 as GNU extensions.Corinna Vinschen
2010-01-14 * dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment beforeCorinna Vinschen
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen
2010-01-13 * include/fcntl.h (O_TTY_INIT): Define as 0.Corinna Vinschen
2010-01-13 * fhandler_tty.cc (fhandler_tty_master::init): Don't erase all defaultCorinna Vinschen
2010-01-13 * syscalls.cc (rename): Don't exit prematurely with EROFS when tryingCorinna Vinschen
2010-01-12 * cygwinenv.sgml (cygwinenv-implemented-options): Try to makeCorinna Vinschen
2010-01-12 * globals.cc (ro_u_nwfs): New R/O unicode string.Corinna Vinschen
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen
2010-01-11 * pathnames.sgml (mount-table): Add info that posix=0 is default forCorinna Vinschen
2010-01-11 * fhandler_proc.cc (format_proc_stat): Use new in_buf.Corinna Vinschen
2010-01-11 * mount.cc (do_mount_from_fstab): Allow to change cygdrive prefix, too.Corinna Vinschen
2010-01-10 * fhandler.h (fhandler_base::fstat_helper): Declare timestamps asCorinna Vinschen
2010-01-08 * sec_auth.cc (get_token_group_sidlist): Add BUILTIN\Users accountCorinna Vinschen
2010-01-07 * cygpath.cc: Throughout, free obsolete path buffers.Corinna Vinschen
2010-01-07 * overview.sgml: Fix Red Hat brand name.Corinna Vinschen
2010-01-07 * cygpath.cc (main): Remove enforcing "en_US.UTF-8" locale.Corinna Vinschen
2010-01-04* overview.sgml: Fix Red Hat URL.Christopher Faylor
2010-01-01* dcrt0.cc: Bump copyright.Christopher Faylor
2010-01-01* dcrt0.cc (dll_crt0_1): Move internal locale setting prior to potentialChristopher Faylor
2009-12-28 * fhandler.h (fhandler_socket::wait_for_events): Drop parameter defaultCorinna Vinschen
2009-12-26Make pty.h match recent glibc.Eric Blake
2009-12-25* fhandler_console.cc (handler_console::read): Use the tty's VERASE characterChristopher Faylor
2009-12-24 * path.cc (symlink_info::check): Set fileattr toCorinna Vinschen
2009-12-23 * pathnames.sgml (mount-table): Add missing slash in pathname.Corinna Vinschen
2009-12-23* select.cc (fhandler_fifo::select_read): Fill in device specific record.Christopher Faylor
2009-12-21 * path.cc (cygwin_conv_path): Add band-aid including comment to avoidCorinna Vinschen
2009-12-21 * exec.cc (execvp): Call find_exec with FE_NNF flag to enforceCorinna Vinschen