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-06-11 * include/stdio.h (swscanf): Make first arugument const.Earnie Boyd
2001-06-11* pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.Christopher Faylor
2001-06-11 * include/basetsd.h: RC_INVOKED protection and realignment.Earnie Boyd
2001-06-11 * libc/stdlib/mbtowc_r.c (_mbtowc_r): Avoid dereferencingJonathan Larmour
2001-06-11* path.cc (chdir): Fix call to path_conv constructor so that it REALLY doesn'tChristopher Faylor
2001-06-11* path.cc (path_conv::update_fs_info): Don't consider remote drives to be NTFS.Christopher Faylor
2001-06-11* path.cc (chdir): Pre-check path for validity before eating trailing space.Christopher Faylor
2001-06-10* exceptions.cc (sigdelayed): Ensure that signal is cleared as the lastChristopher Faylor
2001-06-10 * cygwin.din: Add fchdir symbols.Corinna Vinschen
2001-06-10 * syscalls.cc (seteuid): Set environment variables USERNAME andCorinna Vinschen
2001-06-08* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): IfAlexandre Oliva
2001-06-07* thread.cc (pthread_cond::Broadcast): Don't print error messages on invalidChristopher Faylor
2001-06-06 * Makefile.in (bindist): Reassign value of exec_prefix on make commandEarnie Boyd
2001-06-05 * fhandler_console.cc (fhandler_console::dup): Allocate space forCorinna Vinschen
2001-06-05* security.h (NTWriteEA): Change prototype.Egor Duda
2001-06-05 * fhandler.cc (fhandler_disk_file::fstat): Always reset file positionCorinna Vinschen
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* ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,Alexandre Oliva
2001-06-04* ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link sharedAlexandre Oliva
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-29* ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ sharedAlexandre Oliva
2001-05-29* ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.Alexandre Oliva
2001-05-28Handle printf ("%#.0o",0);Nick Clifton
2001-05-28Fix some entries.Alan Modra
2001-05-26Fix bug when both pointers have matching, non-word alignment, and the lengthNick Clifton
2001-05-25* path.cc (symlink_info::check): Correctly set 'ext_tacked_on'. Use this toChristopher Faylor