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-11-02* exceptions.cc (interruptible): Remove obsolete tests.Christopher Faylor
2000-11-01* path.h (has_exec_chars): Standard function for checking for executable magicChristopher Faylor
2000-11-01* path.cc (_readlink): Return ENOENT when file does not exist.Christopher Faylor
2000-10-23* fork.cc (fork): Set sigframe here, since it can pause for a considerableChristopher Faylor
2000-10-19* Makefile.in: add miscfuncs.ccDJ Delorie
2000-10-19* dcrt0.cc (dll_crt0_1): init cygcwd before forkee branchDJ Delorie
2000-10-17* fhandler_clipboard.cc: new fileDJ Delorie
2000-10-17* Makefile.in: Remove some obsolete stuff.Christopher Faylor
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor
2000-10-13* child_info: Bump child_info "version".Christopher Faylor
2000-10-10* path.cc (cwdstuff::get): Set EINVAL when length is zero.Christopher Faylor
2000-10-09* path.cc (mount_info::cygdrive_posix_path): Handle e:foo constructionChristopher Faylor
2000-10-09* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor
2000-10-07 * fhandler.h (fhandler_dev_mem): Add methods mmap, munmap and msync.Corinna Vinschen
2000-10-06* net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NTChristopher Faylor
2000-10-02* cygheap.cc (cygheap_init): Born again function.Christopher Faylor
2000-10-01 * Makefile.in: Add fhandler_mem.o to the dependencies.Corinna Vinschen
2000-09-30* path.cc (symlink_info::check): Set executable bit for a file if the first twoChristopher Faylor
2000-09-19* path.h: Create new input path flag PATH_NEEDDIR.Christopher Faylor
2000-09-18* path.cc (mount_info::read_mounts): Don't delete mount entries of which mountChristopher Faylor
2000-09-12* path.cc (normalize_posix_path): Fix more slashdot madness.Christopher Faylor
2000-09-11* path.cc (normalize_posix_path): Correctly deal with a "." parameter.Christopher Faylor
2000-09-10* dcrt0.cc (dll_crt0_1): Initialize thread and debug stuff before handlingChristopher Faylor
2000-09-10* path.cc (chdir): Use the full path for cwd_win32. Consider attempts to chdirChristopher Faylor
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor
2000-09-06* path.cc (cwdstuff::get_initial): Keep caching alive.Christopher Faylor
2000-09-06* path.cc (normalize_posix_path): Deal with error return from cygcwd.get.Christopher Faylor
2000-09-06* path.cc (readlink): 'max' should be a 'min' or we'll suffer buffer overflow.Christopher Faylor
2000-09-05* path.cc (cwd_win32): Eliminate.Christopher Faylor
2000-09-04* path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor
2000-08-22* path.cc (symlink_info::check): Clear error on each iteration of extensionChristopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-07-29* path.cc (chdir): Avoid trailing dot calculation when chdir == '/' or we endChristopher Faylor
2000-07-29* dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.Christopher Faylor
2000-07-20 * shared.h (class pinfo): New members `root' and `rootlen'.Corinna Vinschen
2000-07-17Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor
2000-07-02Add some comments.Christopher Faylor
2000-07-01Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen
2000-06-17* Makefile.in: Just use library files from this tree when building cygrun.exe.Christopher Faylor
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-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-09 * path.cc (path_conv::check): Erase two lines checked inCorinna Vinschen