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
2010-01-25 * nlsfuncs.cc (__set_charset_from_locale): Rearrange to set charsetCorinna Vinschen
2010-01-25 * spawn.cc (spawn_guts): Only try to remove long path prefix fromCorinna Vinschen
2010-01-25 * nlsfuncs.cc (__get_lcid_from_locale): Fix a comment. Handle specialCorinna 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 * strfuncs.cc (__sjis_wctomb): Special handling for characters whichCorinna 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 * 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 * syscalls.cc (internal_setlocale): Use UTF-8 internally if externalCorinna Vinschen
2010-01-16 * libc/fnmatch.c: Replace with multibyte capable version from FreeBSD.Corinna Vinschen
2010-01-16 * fhandler_socket.cc (fhandler_socket::accept4): Reset async flagCorinna Vinschen
2010-01-16 * fhandler_socket.cc (fhandler_socket::accept4): Set nonblockingCorinna Vinschen
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 * 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 * fhandler_proc.cc (format_proc_stat): Use new in_buf.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-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* 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
2009-12-21 * fhandler_console.cc (get_nonascii_key): Generate ESC prefixCorinna Vinschen
2009-12-21 Throughout, revert ill-conceived replacement of hMainThread withCorinna Vinschen
2009-12-19 * fhandler_console.cc (__vt100_conv): Minor formatting change.Corinna Vinschen
2009-12-19 * fhandler_console.cc (write_console): Check for VT100Corinna Vinschen
2009-12-19* signal.cc (nanosleep): Fix bug in previous patch.Eric Blake
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-12-18 * fhandler.h (fhandler_registry::value_name): Convert to wchar_t*.Corinna Vinschen
2009-12-18 * path.sgml (func-cygwin-conv-path): Clarify meaning of size parameter.Corinna Vinschen
2009-12-17 * syscalls.cc (try_to_bin): Handle remote shares as well. Just renameCorinna Vinschen
2009-12-17* signal.cc (nanosleep): Support 'infinite' sleep times.Eric Blake
2009-12-16 * fhandler_console.cc (read): Detect and handle mouse wheel scrollingCorinna Vinschen
2009-12-16 * registry.cc (cygnus_class): Remove.Corinna Vinschen
2009-12-15 * net.cc (cygwin_setsockopt): Only skip calling setsockopt(SO_REUSEADDR)Corinna Vinschen
2009-12-15 * fhandler_console.cc (char_command): Fix code to select dim modeCorinna Vinschen
2009-12-14 * libc/getopt.c (getopt_internal): Set optreset according to optindCorinna Vinschen