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
2000-06-17* Makefile.in: Just use library files from this tree when building cygrun.exe.Christopher Faylor
2000-06-16 * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen
2000-06-16* path.cc (chdir): Don't set cache to offending chdir. Change comment toChristopher Faylor
2000-06-16Fix typo.Christopher Faylor
2000-06-15* path.cc (normalize_posix_path): Convert path to POSIX if it seems to be aChristopher Faylor
2000-06-15* environ.cc (conv_envvars): Detect and convert all environment variables usedChristopher Faylor
2000-06-13* path.cc (mount_info::add_item): The previous patch can't handle the case ofChristopher Faylor
2000-06-13* thread.h: Shorten "current_directory" variables to "cwd_*" throughout.Christopher Faylor
2000-06-11 * fhandler_random.cc (read): Call CryptAquireContext withCorinna Vinschen
2000-06-09 * path.cc (path_conv::check): Erase two lines checked inCorinna Vinschen
2000-06-08 * fhandler.cc (fhandler_disk_file::open): Check for directoryCorinna Vinschen
2000-06-08 path.cc (mount_info::init): Eliminate the mount_slash feature.Corinna Vinschen
2000-06-08* include/cygwin/version.h: Bump DLL minor version number to 3.Christopher Faylor
2000-06-08* cygwin.din: add cygwin_dll_initDJ Delorie
2000-06-07 * include/netinet/in_systm.h: New file.Corinna Vinschen
2000-06-01* exceptions.cc: Remove unneeded include.Christopher Faylor
2000-06-01* autoload.h: Put each info block in its own dummy static function.Christopher Faylor
2000-05-31* include/cygwin/version.h: use decimal, NOT octalDJ Delorie
2000-05-31 * fhandler.cc (fhandler_disk_file::open): Check for executableCorinna Vinschen
2000-05-31 * dcrt0.cc: Use LoadDLLfuncEx for loading Crypto API functionsCorinna Vinschen
2000-05-31* path.cc (mount_info::conv_to_win32_path): Previous patch was too aggressiveChristopher Faylor
2000-05-30Needed for previous changes.Christopher Faylor
2000-05-30* Makefile.in: Remove libadvapi32.a.Christopher Faylor
2000-05-27 * fhandler_random.cc (read): Use CRYPT_MACHINE_KEYSET inCorinna Vinschen
2000-05-26 * errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE.Corinna Vinschen
2000-05-26* sigproc.h (sigframe::set): Accept a default frame pointer.Christopher Faylor
2000-05-26* dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor
2000-05-26* dir.cc (rmdir): Use file attributes that have already been discoveredChristopher Faylor
2000-05-25* dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor
2000-05-25 Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:Corinna Vinschen
2000-05-25 * dir.cc (writable_directory): Comment out previous code,Corinna Vinschen
2000-05-24* syscalls.cc (_cygwin_istext_for_stdio): New, for newlibDJ Delorie
2000-05-23* dir.cc (writable_directory): handle root directoriesDJ Delorie
2000-05-23* uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with theChristopher Faylor
2000-05-23* path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing slash on aChristopher Faylor
2000-05-23* mkvers.sh: Use snapshot date as build date since it is more interesting.Christopher Faylor
2000-05-23* environ.cc (regopt): Scan HKLM if HKCU scan fails.Christopher Faylor
2000-05-22 * dir.cc (rmdir): Care for misleading error messagesCorinna Vinschen
2000-05-22* dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid aChristopher Faylor
2000-05-20* exceptions.cc (interruptible): Add an argument to control whether functionChristopher Faylor
2000-05-19* syscalls.cc (setmode): change mode of any matching FILE* also.DJ Delorie
2000-05-19* Makefile.in: Remove external.h dependency.Christopher Faylor
2000-05-18Eliminate.Christopher Faylor
2000-05-18* select.cc (thread_pipe): Add paranoid check to ensure thread termination.Christopher Faylor
2000-05-18* sigproc.h (sigframe): Don't set frame info unless tid matches this thread id.Christopher Faylor
2000-05-18* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needsChristopher Faylor
2000-05-17* testsuite/winsup.api/crlf.c: NewDJ Delorie
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor
2000-05-17 * fhandler_tape.cc (fhandler_dev_tape::ioctl): CheckCorinna Vinschen
2000-05-16* include/cygwin/in.h (AF_INET6): Use correct in6_addr struct.Christopher Faylor