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
path: root/winsup
AgeCommit message (Expand)Author
2001-06-05 * profile/Makefile.in (mkinstalldirs): Correct relative path.Earnie Boyd
2001-06-05 * include/_mingw.h: Change version to 1.0.Earnie Boyd
2001-06-04 * cygheap.h (cygheap_user::cygheap_user): Initialize token toCorinna Vinschen
2001-06-04* path.cc (normalize_posix_path): Revert .. check removed by previous changes.Christopher Faylor
2001-06-04 * net.cc (wsock_event): Add destructor.Corinna Vinschen
2001-06-03* dlfcn.cc (dlclose): Do not call FreeLibrary if the symbol to close wasChristopher Faylor
2001-06-03* syscalls.cc (sleep): Try to be a little more accomodating of signal arrival.Christopher Faylor
2001-06-03* cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor
2001-06-01* path.cc (chdir): Really make sure that isspace gets only an unsigned char.Christopher Faylor
2001-06-01 * syscalls.cc (_rename): Handle the case that `foo' is renamed toCorinna Vinschen
2001-06-01revert.Christopher Faylor
2001-05-31* fhandler.cc (fhandler_disk_file::fstat): Avoid clearing S_IFMT bits sinceChristopher Faylor
2001-05-31Maintain 80 col line length.Christopher Faylor
2001-05-31* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor
2001-05-30New entry "How do I print under Cygwin?"David Starks-Browning
2001-05-30New entry "Where is Objective C?"David Starks-Browning
2001-05-30New entry "How do I contribute to Cygwin?"David Starks-Browning
2001-05-30* Makefile.in: Tweak to attempt to accomodate older texi2html.Christopher Faylor
2001-05-30 * sec_helper.cc (cygsid::getfrompw): Change parameter to `const'.Corinna Vinschen
2001-05-30* Makefile.in: Accomodate newer versions of docbook and openjade.Christopher Faylor
2001-05-30Avoid NAME too long error.Christopher Faylor
2001-05-29Expand entry "why doesn't my script work"David Starks-Browning
2001-05-29Update entry about PATH, now done in /etc/profile not cygwin.bat.David Starks-Browning
2001-05-29Add pointer to google for searching list archives.David Starks-Browning
2001-05-29Remove distinction between latest and contrib in list of packages.David Starks-Browning
2001-05-29 * shortcut.c (check_shortcut): Treat only Cygwin shortcuts as symlinks.Corinna Vinschen
2001-05-25* path.cc (symlink_info::check): Correctly set 'ext_tacked_on'. Use this toChristopher Faylor
2001-05-25 * path.cc (symlink_info::check): Add a check to return correctlyCorinna Vinschen
2001-05-25* path.cc (slash_drive_prefix_p): Remove.Christopher Faylor
2001-05-24* exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.Christopher Faylor
2001-05-23 * syscalls.cc (seteuid): Restrict overriding external providedCorinna Vinschen
2001-05-23 * syscalls.cc (chown_worker): Don't check for ENOSYS.Corinna Vinschen
2001-05-23* lib/mapi32.def: Add MAPISendMail.Christopher Faylor
2001-05-23 * include/w32api.h: Update version.Earnie Boyd
2001-05-22* signal.cc (sleep): Protect with sigframe.Christopher Faylor
2001-05-22 * security.cc (get_file_attribute): Don't set errno.Corinna Vinschen
2001-05-21* configure.in: Allow --enable-newvfork to turn NEWVFORK on and off.Christopher Faylor
2001-05-21* include/cygwin/version.h: Bump minor version number.Christopher Faylor
2001-05-21 * winsup.api/mmaptest01.c: Add log output.Corinna Vinschen
2001-05-20* fhandler_dsp.cc: Reformat to GNU standards.Christopher Faylor
2001-05-20 * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen
2001-05-20* Makefile.in: Use 'rm -f' when cleaning.Christopher Faylor
2001-05-20* fork.cc (fork_parent): Move atforkprepare call here.Christopher Faylor
2001-05-19 * autoload.cc: Add missing load statement for `CancelIo'.Corinna Vinschen
2001-05-19* grp.cc (read_etc_group): Don't copy mutex on fork.Christopher Faylor
2001-05-18 * net.cc (wsock_event::wait): Explicitely cancel IO when a signalCorinna Vinschen
2001-05-18 * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoidCorinna Vinschen
2001-05-17 * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES againstCorinna Vinschen
2001-05-17 * security.cc (cygwin_set_impersonation_token): Never destroyCorinna Vinschen
2001-05-17 Revert accidentally checked in ChangeLog.Corinna Vinschen