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
2003-03-08* path.h (PATH_LNK): New enum val.Christopher Faylor
2003-02-20w32api:Corinna Vinschen
2003-02-13* path.h (path_conv): Reorganize slightly.Christopher Faylor
2003-01-21* path.h (etc::change_possible): Revert the type to bool.Christopher Faylor
2003-01-20* pwdgrp.h (etc): Move to path.h.Christopher Faylor
2002-09-30* environ.cc (environ_init): Avoid a compiler warning.Christopher Faylor
2002-09-04 * Makefile.in (DLL_OFILES): Drop shortcut.o.Corinna Vinschen
2002-07-24* path.cc (path_conv::check): Always set fileattr when component == 0.Christopher Faylor
2002-06-26* winsup.h: Minor cleanup.Christopher Faylor
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor
2002-05-24* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor
2002-05-12* fhandler.h (executable_states): For now, make dont_care_if_executableChristopher Faylor
2002-05-04* path.h (path_conv::path_conv): Initialise normalized_path to NULL.Christopher Faylor
2002-05-03* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather thanChristopher Faylor
2002-05-02* path.h (pathconv_arg): Add PC_POSIX.Christopher Faylor
2002-01-14 * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-10-31* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.Christopher Faylor
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor
2001-10-02* dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.Christopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor
2001-06-05* security.h (NTWriteEA): Change prototype.Egor Duda
2001-06-04* path.cc (normalize_posix_path): Revert .. check removed by previous changes.Christopher Faylor
2001-05-31* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor
2001-04-18* path.h (path_conv::add_ext_from_sym): Declare.Christopher Faylor
2001-04-17* path.h (cwdstuff): Move class.Christopher Faylor
2001-04-13 * dir.cc (mkdir): Check for case clash.Corinna Vinschen
2001-03-07* sigproc.h (sigthread): Declare new methods. Create new winapi_lock field.Christopher Faylor
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor
2001-01-22* include/cygwin/version.h: Bump API to reflect setlogmask.Christopher Faylor
2000-11-28 * fhandler.cc (fhandler_disk_file::open): Check for buggy CreateFileCorinna Vinschen
2000-11-12* path.h: Add __attribute__ ((regparm(x))) to commonly used functions.Christopher Faylor
2000-11-01* path.h (has_exec_chars): Standard function for checking for executable magicChristopher Faylor
2000-10-24* exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor
2000-10-09* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor
2000-10-06* net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NTChristopher Faylor
2000-09-19* path.h: Create new input path flag PATH_NEEDDIR.Christopher 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-05* path.cc (cwd_win32): Eliminate.Christopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-07-17Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor
2000-05-30Needed for previous changes.Christopher Faylor
2000-04-26* exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor
2000-03-26* path.cc (symlink_check_one): Recognize symlink settings from the mount table.Christopher Faylor
2000-03-18* delqueue.cc (delqueue_list::queue_file): Add some debugging.Christopher Faylor