summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing entry.Christopher Faylor2001-06-111-1/+5
* * include/stdio.h (swscanf): Make first arugument const.Earnie Boyd2001-06-114-2/+16
* * pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.Christopher Faylor2001-06-114-36/+31
* * include/basetsd.h: RC_INVOKED protection and realignment.Earnie Boyd2001-06-112-29/+41
* * libc/stdlib/mbtowc_r.c (_mbtowc_r): Avoid dereferencingJonathan Larmour2001-06-112-2/+9
* * path.cc (chdir): Fix call to path_conv constructor so that it REALLY doesn'tChristopher Faylor2001-06-112-2/+7
* * path.cc (path_conv::update_fs_info): Don't consider remote drives to be NTFS.Christopher Faylor2001-06-112-18/+22
* * path.cc (chdir): Pre-check path for validity before eating trailing space.Christopher Faylor2001-06-112-7/+32
* * exceptions.cc (sigdelayed): Ensure that signal is cleared as the lastChristopher Faylor2001-06-103-4/+17
* * cygwin.din: Add fchdir symbols.Corinna Vinschen2001-06-105-10/+36
* * syscalls.cc (seteuid): Set environment variables USERNAME andCorinna Vinschen2001-06-093-84/+185
* * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): IfAlexandre Oliva2001-06-082-0/+12
* * thread.cc (pthread_cond::Broadcast): Don't print error messages on invalidChristopher Faylor2001-06-072-1/+16
* * Makefile.in (bindist): Reassign value of exec_prefix on make commandEarnie Boyd2001-06-062-1/+7
* * fhandler_console.cc (fhandler_console::dup): Allocate space forCorinna Vinschen2001-06-052-6/+12
* * security.h (NTWriteEA): Change prototype.Egor Duda2001-06-057-38/+140
* * fhandler.cc (fhandler_disk_file::fstat): Always reset file positionCorinna Vinschen2001-06-052-8/+20
* * profile/Makefile.in (mkinstalldirs): Correct relative path.Earnie Boyd2001-06-041-1/+1
* * include/_mingw.h: Change version to 1.0.Earnie Boyd2001-06-043-4/+9
* * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,Alexandre Oliva2001-06-042-5/+14
* * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link sharedAlexandre Oliva2001-06-042-4/+16
* * cygheap.h (cygheap_user::cygheap_user): Initialize token toCorinna Vinschen2001-06-043-1/+10
* * path.cc (normalize_posix_path): Revert .. check removed by previous changes.Christopher Faylor2001-06-045-26/+39
* * net.cc (wsock_event): Add destructor.Corinna Vinschen2001-06-032-0/+10
* * dlfcn.cc (dlclose): Do not call FreeLibrary if the symbol to close wasChristopher Faylor2001-06-032-1/+8
* * syscalls.cc (sleep): Try to be a little more accomodating of signal arrival.Christopher Faylor2001-06-032-7/+17
* * cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor2001-06-037-138/+201
* * path.cc (chdir): Really make sure that isspace gets only an unsigned char.Christopher Faylor2001-06-012-1/+6
* * syscalls.cc (_rename): Handle the case that `foo' is renamed toCorinna Vinschen2001-06-012-8/+33
* revert.Christopher Faylor2001-06-011-14/+14
* * fhandler.cc (fhandler_disk_file::fstat): Avoid clearing S_IFMT bits sinceChristopher Faylor2001-05-312-3/+11
* Maintain 80 col line length.Christopher Faylor2001-05-311-1/+2
* * path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor2001-05-318-62/+91
* New entry "How do I print under Cygwin?"David Starks-Browning2001-05-301-0/+6
* New entry "Where is Objective C?"David Starks-Browning2001-05-301-0/+8
* New entry "How do I contribute to Cygwin?"David Starks-Browning2001-05-301-0/+5
* * Makefile.in: Tweak to attempt to accomodate older texi2html.Christopher Faylor2001-05-302-1/+5
* * sec_helper.cc (cygsid::getfrompw): Change parameter to `const'.Corinna Vinschen2001-05-295-190/+140
* * Makefile.in: Accomodate newer versions of docbook and openjade.Christopher Faylor2001-05-293-8/+12
* Avoid NAME too long error.Christopher Faylor2001-05-291-14/+14
* Expand entry "why doesn't my script work"David Starks-Browning2001-05-291-1/+2
* Update entry about PATH, now done in /etc/profile not cygwin.bat.David Starks-Browning2001-05-291-26/+10
* Add pointer to google for searching list archives.David Starks-Browning2001-05-291-0/+2
* Remove distinction between latest and contrib in list of packages.David Starks-Browning2001-05-291-20/+14
* * shortcut.c (check_shortcut): Treat only Cygwin shortcuts as symlinks.Corinna Vinschen2001-05-292-2/+9
* * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ sharedAlexandre Oliva2001-05-282-30/+35
* * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.Alexandre Oliva2001-05-283-34/+39
* Handle printf ("%#.0o",0);Nick Clifton2001-05-282-0/+16
* Fix some entries.Alan Modra2001-05-283-4/+9
* Fix bug when both pointers have matching, non-word alignment, and the lengthNick Clifton2001-05-252-85/+95