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
2009-11-30This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20091201cvs2svn
2009-11-30* speclib: Use last dll found since that's the real name of the cygwin DLL.Christopher Faylor
2009-11-27 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix typos inCorinna Vinschen
2009-11-26 * dtable.cc (dtable::stdio_init): Use GetCurrentProcess() rather thanCorinna Vinschen
2009-11-23 * fhandler_socket.cc (fhandler_socket::fixup_before_fork_exec): AddCorinna Vinschen
2009-11-23 * fhandler_socket.cc (fhandler_socket::set_close_on_exec): Only callCorinna Vinschen
2009-11-21 * globals.cc (ro_u_dll): New R/O unicode string.Corinna Vinschen
2009-11-18 * flock.cc (fhandler_disk_file::lock): Disable a shortcut from theCorinna Vinschen
2009-11-18 * ntea.cc (read_ea): Always add length of "user." prefix, not onlyCorinna Vinschen
2009-11-18 * ntea.cc (read_ea): Try to open file first to have more sensibleCorinna Vinschen
2009-11-17 Reintegrate socket duplication via WSADuplicateSocket/WSASocket.Corinna Vinschen
2009-11-16Fix setenv and unsetenv corner cases.Eric Blake
2009-11-13 * net.cc (fdsock): Fill _rmem and _wmem with valid values returnedCorinna Vinschen
2009-11-12 * sysconf.cc (get_nprocs): New function.Corinna Vinschen
2009-11-11 * fhandler.h (class fhandler_mailslot): Declare new private methodCorinna Vinschen
2009-11-10 * fhandler_console.cc (fhandler_console::read): Revert change fromCorinna Vinschen
2009-11-10 * fhandler_disk_file.cc (is_volume_mountpoint): Align check withCorinna Vinschen
2009-11-09 * path.cc (symlink_info::check_reparse_point): Always checkCorinna Vinschen
2009-11-09 * fhandler_console.cc (fhandler_console::read): Restrict generatingCorinna Vinschen
2009-11-08 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Drop all "other"Corinna Vinschen
2009-11-06 * globals.cc (ro_u_scr): New R/O unicode string.Corinna Vinschen
2009-11-06 * shared.cc (inst_root_inited): New static bool variable.Corinna Vinschen
2009-11-05 * syscalls.cc (nt_path_has_suffix): New function.Corinna Vinschen
2009-11-05 * spawn.cc (dll_suffixes): Disable. Explain why.Corinna Vinschen
2009-11-03 * security.cc (alloc_sd): Re-introduce setting the SE_DACL_PROTECTEDCorinna Vinschen
2009-11-02 * security.cc (alloc_sd): Re-enable generating default permissionCorinna Vinschen
2009-11-02 * dlfcn.cc (get_full_path_of_dll): Drop enforcing a .dll suffix.Corinna Vinschen
2009-11-02 * miscfuncs.h (transform_chars): Declare. Define inline variation here.Corinna Vinschen
2009-11-02 * path.cc (tfx_chars): Constify.Corinna Vinschen
2009-10-31 * cygprops.h: New file.Corinna Vinschen
2009-10-31 * sec_helper.cc (security_descriptor::realloc): Call free first ifCorinna Vinschen
2009-10-30 * sec_helper.cc (security_descriptor::free): If sd_size is 0, callCorinna Vinschen
2009-10-30 * fhandler_random.cc (fhandler_dev_random::lseek): Revert change fromCorinna Vinschen
2009-10-30 * smallprint.cc (hex_str): New const string.Corinna Vinschen
2009-10-26Correct pseudo-reloc size bug wrt error messagesCharles Wilson
2009-10-26Sync pseudo-reloc.c with mingw64Charles Wilson
2009-10-24 * fhandler.cc (fhandler_base::open): Remove unused variables sa and sd.Corinna Vinschen
2009-10-24 * fhandler.cc (fhandler_base::open): Always create file with defaultCorinna Vinschen
2009-10-23 * fhandler_random.cc (fhandler_dev_random::lseek): Allow negativeCorinna 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-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