OSDN Git Service

* fhandler_clipboard.cc: new file
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / path.cc
2000-10-17 dj* fhandler_clipboard.cc: new file
2000-10-16 cgf* Makefile.in: Remove some obsolete stuff.
2000-10-15 cgf* exceptions.cc (set_console_handler): Don't allocate
2000-10-12 cgf* child_info: Bump child_info "version".
2000-10-10 cgf* path.cc (cwdstuff::get): Set EINVAL when length is...
2000-10-09 cgf* path.cc (mount_info::cygdrive_posix_path): Handle...
2000-10-09 cgf* dtable.cc (set_std_handle): Use std_consts array...
2000-10-07 corinna * fhandler.h (fhandler_dev_mem): Add methods...
2000-10-06 cgf* net.cc (set_socket_inheritance): Rename from duplicat...
2000-10-02 cgf* cygheap.cc (cygheap_init): Born again function.
2000-10-01 corinna * Makefile.in: Add fhandler_mem.o to the depend...
2000-09-30 cgf* path.cc (symlink_info::check): Set executable bit...
2000-09-19 cgf* path.h: Create new input path flag PATH_NEEDDIR.
2000-09-18 cgf* path.cc (mount_info::read_mounts): Don't delete mount...
2000-09-12 cgf* path.cc (normalize_posix_path): Fix more slashdot...
2000-09-11 cgf* path.cc (normalize_posix_path): Correctly deal with...
2000-09-10 cgf* dcrt0.cc (dll_crt0_1): Initialize thread and debug...
2000-09-10 cgf* path.cc (chdir): Use the full path for cwd_win32...
2000-09-08 cgfBreak out more header info into separate files. Use...
2000-09-07 cgfSplit out tty and shared_info stuff into their own...
2000-09-06 cgf* path.cc (cwdstuff::get_initial): Keep caching alive.
2000-09-06 cgf* path.cc (normalize_posix_path): Deal with error retur...
2000-09-05 cgf* path.cc (readlink): 'max' should be a 'min' or we...
2000-09-05 cgf* path.cc (cwd_win32): Eliminate.
2000-09-04 cgf* path.cc (readlink): Check if buffer length is positiv...
2000-09-03 cgf* Makefile.in: Add cygheap.o.
2000-08-22 cgf* path.cc (symlink_info::check): Clear error on each...
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-22 cgf* cygerrno.h: New file. Use this throughout whenever...
2000-08-12 cgf* winsup.h: Split out dtable definitions into separate...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-07-29 cgf* path.cc (chdir): Avoid trailing dot calculation when...
2000-07-28 cgf* dcrt0.cc (dummy_autoload): Add load statement for...
2000-07-19 corinna * shared.h (class pinfo): New members `root...
2000-07-17 cgfThroughout, eliminate third argument to path_conv and...
2000-07-02 cgfAdd some comments.
2000-07-01 corinnaChanges by Kazuhiro Fujieda <fujieda@jaist.ac.jp>
2000-06-16 cgf* Makefile.in: Just use library files from this tree...
2000-06-15 cgf* path.cc (chdir): Don't set cache to offending chdir...
2000-06-15 cgfFix typo.
2000-06-15 cgf* path.cc (normalize_posix_path): Convert path to POSIX...
2000-06-13 cgf* path.cc (mount_info::add_item): The previous patch...
2000-06-13 cgf* thread.h: Shorten "current_directory" variables to...
2000-06-08 corinna * path.cc (path_conv::check): Erase two lines...
2000-06-08 corinna path.cc (mount_info::init): Eliminate the mount...
2000-06-08 dj* cygwin.din: add cygwin_dll_init
2000-05-30 cgf* path.cc (mount_info::conv_to_win32_path): Previous...
2000-05-30 cgf* Makefile.in: Remove libadvapi32.a.
2000-05-23 cgf* path.cc (mount_info::conv_to_posix_path): Avoid putti...
2000-05-17 cgf* path.cc (mount_info::cygdrive_posix_path): Don't...
2000-05-08 corinna * path.cc (symlink::info): Treat non readable...
2000-05-04 cgf* configure.in: Use -gstabs+ as compile debug option...
2000-05-03 corinna * Makefile.in: Add dependencies for fhandler_ra...
2000-05-02 dj* path.cc (mount_info::conv_to_win32_path): Previous...
2000-04-27 cgf* path.cc (normalize_win32_path): Don't add a trailing...
2000-04-26 cgf* exceptions.cc (interruptible): Allocate slightly...
2000-04-25 corinna * fhandler.cc (fhandler_disk_file::open): Check...
2000-04-21 cgfFix handling of /.filename
2000-04-21 cgf* path.cc (normalize_posix_path): Previous two patches...
2000-04-20 cgf * path.cc (normalize_posix_path): Previous change...
2000-04-20 cgf* fhandler.h (fhandler_base::hclose): New virtual method.
2000-04-13 cgf* dcrt0.cc (insert_file): Avoid freeing previously...
2000-04-13 corinna * path.cc (conv_to_win32_path): Detect a win32 path
2000-04-13 cgfFix typo.
2000-04-12 cgf* path.cc (path_conv::path_conv): Ensure that suffix...
2000-04-02 corinna * newlib/libc/include/sys/unistd.h: Add prototy...
2000-03-28 cgf* Makefile.in: Use default rules when compiling cygrun.o.
2000-03-26 cgf* path.cc (symlink_check_one): Recognize symlink settin...
2000-03-16 corinna * security.cc (set_process_privileges): Removed...
2000-02-21 cgfRespond to a multitude of g++ warnings.
2000-02-17 cgfInitial revision