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-28 * syscalls.cc (seteuid): Initialize pi.token before callingCorinna Vinschen
2000-06-27* windows.cc (setitimer): Round up when < 1000 usecs.Christopher Faylor
2000-06-27* hinfo.cc (hinfo::dup2): Eliminate compiler warning.Christopher Faylor
2000-06-26* hinfo.cc (hinfo::dup2): Guard against out of bounds newfd.Christopher Faylor
2000-06-25* grp.cc (read_etc_group): Open file in text mode.Christopher Faylor
2000-06-24 * fork.cc (fork): Fix error in copying SID pointer.Corinna Vinschen
2000-06-24* shared.cc (shared_info::initialize): Improve error message clarity.Christopher Faylor
2000-06-23* Makefile.in: Autogenerate cygwin.def when appropriate.Christopher Faylor
2000-06-23Revise previous include/sys/cygwin.h change.Christopher Faylor
2000-06-23* include/sys/cygwin.h: Don't define parts of this file that rely on WindowsChristopher Faylor
2000-06-22Revert.Christopher Faylor
2000-06-22Remove some files that were added prematurely.Christopher Faylor
2000-06-22 * registry.cc (load_registry_hive): Use HKEY_USERS when checkingCorinna Vinschen
2000-06-22* Makefile.in: Add new-libcygwin.a back to all_host target.Christopher Faylor
2000-06-21* Makefile.in: Add *.def to clean operation.Christopher Faylor
2000-06-21* Makefile.in: Add *.exe to clean operation.Christopher Faylor
2000-06-21Display what's going on.Christopher Faylor
2000-06-21* mkvers.sh: Fix sed usage for older seds.Christopher Faylor
2000-06-21* Makefile.in: Don't touch winver_stamp if mkvers.sh was unsuccessful.Christopher Faylor
2000-06-21* mkvers.sh: Fix problem with handling of CVS tags causing .rc syntax errors.Christopher Faylor
2000-06-20* Makefile.in: Change to build the DLL during a cross-compiler build.Christopher Faylor
2000-06-20* select.cc (socket_cleanup): Shutdown I/O on dummy sockets prior to closingChristopher Faylor
2000-06-19 * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority'Corinna Vinschen
2000-06-18* fhandler.h (set_name): Don't use 'unix' as name since this is defined by gccChristopher Faylor
2000-06-18* winsup.h (isabspath): Don't report `C:foo' as an absolute path.Christopher Faylor
2000-06-17* configure.in: Detect "cross-hosting" situation and set appropriate variablesChristopher Faylor
2000-06-17 * pinfo.cc (pinfo_init): Revert previous patch.Corinna Vinschen
2000-06-17 * pinfo.cc (pinfo_init): Add missing initializers.Corinna Vinschen
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