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
2008-05-18* include/stdint.h: Use int rather than long for {u,}int32_t.Christopher Faylor
2008-05-13 * include/cygwin/stdlib.h (initstate): Declare.Corinna Vinschen
2008-05-08 * include/sys/localedef.h: Remove.Corinna Vinschen
2008-05-08 * Makefile.in (DLL_OFILES): Add _def_time.o. Remove timelocal.o.Corinna Vinschen
2008-04-24 * cygwin.din (futimens): Export.Corinna Vinschen
2008-04-24 * include/wait.h: New file.Corinna Vinschen
2008-04-23 * cygwin.din: Sort.Corinna Vinschen
2008-04-22 * cygwin.din (fmemopen): Export.Corinna Vinschen
2008-04-21 * mount.cc (mount_info::init): Remove call to from_registry. PrintCorinna Vinschen
2008-04-21 * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen
2008-04-10 * cygwin.din (wprintf): Remove.Corinna Vinschen
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-24 * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen
2008-03-18 * include/sys/cygwin.h: Revert erroneous move of `#ifdef WINVER' toCorinna Vinschen
2008-03-13 * path.sgml: Remove documentation for old path API. Add documentationCorinna Vinschen
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen
2008-02-16 * include/sys/cygwin.h (__INT_MAX_PATH): Remove.Corinna Vinschen
2008-02-15 * include/sys/cygwin.h (__INT_MAX_PATH): Define to 32K.Corinna Vinschen
2008-02-15* include/sys/cygwin.h (external_pinfo): Define program_long size usingChristopher Faylor
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen
2008-02-11 * fhandler_disk_file.cc (fhandler_disk_file::fgetxattr): Remove unusedCorinna Vinschen
2008-02-10 * Makefile.in (DLL_OFILES): Add ntea.o.Corinna Vinschen
2008-02-06 * fhandler.h (fhandler_console::trunc_buf): Add to use as cache forCorinna Vinschen
2008-01-07 * fhandler.h: Update copyright.Corinna Vinschen
2008-01-06* include/limits.h (TTY_NAME_MAX): Increase size to same as linux to allow forChristopher Faylor
2007-12-31 * cygwin.din (_f_llrint, _f_llrintf, _f_llrintl, _f_lrint, _f_lrintf,Dave Korn
2007-12-19 * cygwin.din: Export wcpcpy, wcpncpy.Corinna Vinschen
2007-12-14 * include/cygwin/socket.h: Include sys/uio.h instead of cygwin/uio.h.Corinna Vinschen
2007-12-07 * include/sys/cygwin.h: Include limits.h.Corinna Vinschen
2007-12-06 * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen
2007-12-05 * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen
2007-12-03 * include/cygwin/time.h: Remove redundant #endif.Corinna Vinschen
2007-12-01 * include/cygwin/time.h (daylight): Declare as extern symbol referringCorinna Vinschen
2007-12-01 * Makefile.in (OBSOLETE_FUNCTIONS): Add timezone.Corinna Vinschen
2007-11-28 * fhandler_socket.cc (fhandler_socket::recv_internal): Add MSG_WAITALLCorinna Vinschen
2007-11-27 Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen
2007-10-18 * include/sys/param.h (MAXPATHLEN): Define as PATH_MAX.Corinna Vinschen
2007-10-10 * path.cc (struct symlink_info): Change size of contents member toCorinna Vinschen
2007-09-08 * include/cygwin/config.h: Conditionalize inline __getreent()Brian Dessent
2007-09-07 * include/cygwin/config.h (__getreent): Define inline version.Brian Dessent
2007-09-06 * include/sys/stdio.h (_flockfile): Don't try to lock a FILEBrian Dessent
2007-07-10* cygwin/strsig.cc (__signals): New macro.Christopher Faylor
2007-07-08* Makefile.in (DLL_OFILES): Add newly-imported random.o. Eliminate reliance onChristopher Faylor
2007-07-07 * cygwin.din: Export wcstol, wcstoll, wcstoul, wcstoull, wcsxfrm.Corinna Vinschen
2007-07-04 * include/cygwin/time.h: Switch to timezone variable by default. AddCorinna Vinschen
2007-06-29 * cygwin.din: Export fdopendir.Corinna Vinschen
2007-06-29 * include/cygwin/version.h: Fix comment typo.Brian Dessent
2007-06-28 * cygwin.din: Export stpcpy, stpncpy.Corinna Vinschen