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
2001-04-16* autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor
2001-04-15 * path.cc (add_ext_from_sym): Redefine to call `add_ext_from_sym_'.Corinna Vinschen
2001-04-13 * path.cc (add_ext_from_sym): New define evaluating `known'suffix'.Corinna Vinschen
2001-04-13 * dir.cc (mkdir): Check for case clash.Corinna Vinschen
2001-04-11* path.cc (struct symlink_info): Add extn and ext_tacked_on fields.Christopher Faylor
2001-04-02* shared_info.h (mount_info): Remove mnt_ elements.Christopher Faylor
2001-04-01* path.cc (fillout_mntent): Always remove drive root directories from futureChristopher Faylor
2001-04-01* thread.h (struct _winsup_t): Remove obsolete elements. Add available_drivesChristopher Faylor
2001-03-29* path.cc (chdir): Eat trailing whitespace on input path.Christopher Faylor
2001-03-17* path.cc (suffix_scan::next): Avoid searching for foo.lnk twice when input isChristopher Faylor
2001-03-17* dir.cc (readdir): Use strcasematch for consistency.Christopher Faylor
2001-03-17* path.cc: Translate scan states from defines to enums.Christopher Faylor
2001-03-14 * path.cc (lnk_suffixes): Remove.Corinna Vinschen
2001-03-06 * path.cc (suffix_scan::has): Change order of conditionalsCorinna Vinschen
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor
2001-03-02 * dir.cc (readdir): Fix shortcut==symlink condition.Corinna Vinschen
2001-02-25 * path.cc (symlink): Add a ".lnk" suffix regardless. Add a comment.Corinna Vinschen
2001-02-22 * path.cc (symlink): Keep relative paths relative in the DOSCorinna Vinschen
2001-02-22 * path.cc (symlink): Keep relative paths relative in the DOSCorinna Vinschen
2001-02-22 * cygerrno.h: Revert previous patch.Corinna Vinschen
2001-02-22 * shortcut.c: New file. Provides a C interface to reading ofCorinna Vinschen
2001-02-22 * fhandler.cc (fhandler_disk_file::open): Use `inner_suffixes' whenCorinna Vinschen
2001-02-22Add copyright year 2001Corinna Vinschen
2001-02-22 * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen
2001-01-28* cygheap.cc (init_cheap): Move username initialization.Christopher Faylor
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor
2001-01-27* path.cc (path_conv::check): Detect when path has symlinks.Christopher Faylor
2001-01-22* path.h: Add a new constant.Christopher Faylor
2001-01-22* include/cygwin/version.h: Bump API to reflect setlogmask.Christopher Faylor
2000-12-19 * environ.cc (struct parse_thing): Add entry for new CYGWIN optionCorinna Vinschen
2000-12-16* path.cc (normalize_posix_path): Calculate path name length overruns moreChristopher Faylor
2000-12-10* path.cc (normalize_win32_path): Check for explicit use of two slashes at theChristopher Faylor
2000-12-09* path.cc (normalize_win32_path): Reorganize logic to accomodate chroot.Christopher Faylor
2000-12-03* path.cc (normalize_win32_path): Handle UNC paths better.Christopher Faylor
2000-12-03* Makefile.in: Use CXX to build the DLL.Christopher Faylor
2000-11-28 * fhandler.cc (fhandler_disk_file::open): Check for buggy CreateFileCorinna Vinschen
2000-11-24* path.cc (mount_info::read_cygdrive_info_from_registry): Read system cygdriveChristopher Faylor
2000-11-17 * path.cc (normalize_posix_path): Special care for root directoryCorinna Vinschen
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor
2000-11-13* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.Christopher Faylor
2000-11-08* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor
2000-11-06* path.cc (mount_info::read_cygdrive_info_from_registry): UseChristopher Faylor
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