summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/1.7.33
Commit message (Collapse)AuthorAgeFilesLines
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 34.Corinna Vinschen2014-11-131-22/+0
| | | | | * new-features.xml (ov-new1.7.34): Add new section. (ov-new1.7.33): Reflect intermediate 1.7.33 release.
* *** empty log message ***Corinna Vinschen2014-11-051-0/+8
|
* * common.din (__cxa_atexit): Define as cygwin__cxa_atexit.Corinna Vinschen2014-10-291-0/+4
| | | | * dcrt0.cc (cygwin__cxa_atexit): New function. Explain what we do.
* * globals.cc (dos_file_warning): Set to false by default.Corinna Vinschen2014-10-281-0/+2
| | | | | | * path.cc (warn_msdos): Make static. Drop test for dos_file_warning. (path_conv::check): Check for dos_file_warning here to avoid a function call in the default case.
* * dcrt0.cc (cygwin_atexit): Add workaround for broken atexit callsCorinna Vinschen2014-10-271-0/+3
| | | | in __gcc_register_frame of DLLs built with gcc-4.8.3-3.
* * cygheap.cc (cygheap_fixup_in_child): Drop call to set_dll_dir.Corinna Vinschen2014-10-271-2/+3
| | | | | | | | | | | | | | | | | (init_cygheap::init_installation_root): Set installation_dir_len. (setup_cygheap): Drop call to set_dll_dir. * cygheap.h (struct init_cygheap): Add installation_dir_len member. (init_cygheap::set_dll_dir): Remove. * environ.cc (win_env::add_cache): Use stpcpy for speed. (posify_maybe): Use tmp_pathbuf buffer instead of stack. (raise_envblock): New function to resize Windows environment block. (build_env): Fix indentation. Call raise_envblock function. Check if $PATH exists and is non-empty. If not, add PATH variable with Cygwin installation directory as content to Windows environment. Explain why. * uinfo.cc (cygheap_pwdgrp::_nss_init): Fill UNICODE_STRING members on the fly. Drop call to RtlInitUnicodeString. (pwdgrp::check_file): Ditto.
* *** empty log message ***Corinna Vinschen2014-10-271-0/+3
|
* * fhandler_socket.cc (fhandler_socket::af_local_connect): DropCorinna Vinschen2014-10-261-2/+1
| | | | | | | | | setting connect_state to connect_credxchg. (fhandler_socket::af_local_accept): Ditto. (fhandler_socket::recv_internal): Drop ill-advised connect_state check. Add comment so as not to repeat the exercise. * fhandler.h (enum conn_state): Drop now unneeded connect_credxchg state.
* *** empty log message ***Corinna Vinschen2014-10-241-1/+1
|
* *** empty log message ***Corinna Vinschen2014-10-221-0/+3
|
* * common.din (stime): Export.Yaakov Selkowitz2014-10-221-0/+2
| | | | | | * times.cc (stime): New function. * include/cygwin/time.h (stime): Declare. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
* *** empty log message ***Corinna Vinschen2014-10-221-1/+1
|
* *** empty log message ***Corinna Vinschen2014-10-221-3/+8
|
* *** empty log message ***Corinna Vinschen2014-10-221-9/+45
|
* *** empty log message ***Corinna Vinschen2014-10-201-0/+2
|
* *** empty log message ***Corinna Vinschen2014-10-171-0/+8
|
* * fhandler_proc.cc (proc_tab): Add entry for cygdrive symlink.Corinna Vinschen2014-09-051-0/+4
| | | | (format_proc_cygdrive): New function to implement /proc/cygdrive.
* *** empty log message ***Corinna Vinschen2014-08-181-0/+7
|
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 33.Corinna Vinschen2014-08-131-0/+15
(CYGWIN_VERSION_API_MINOR): Bump to reflect intermediate 1.7.32 release.