summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
...
* update globbing entryDavid Starks-Browning2000-12-131-10/+1
* new entries about contributing packagesDavid Starks-Browning2000-12-122-0/+23
* try again...David Starks-Browning2000-12-121-1/+1
* add tip about -lm order to WinMail@16 entryDavid Starks-Browning2000-12-121-4/+22
* add entry about mt on Win9xDavid Starks-Browning2000-12-121-2/+8
* update & expand section on multiple DLLsDavid Starks-Browning2000-12-121-4/+11
* tiny fixDavid Starks-Browning2000-12-121-0/+1
* added structure (unsolved vs. FITNR).David Starks-Browning2000-12-121-1/+13
* screen has now been portedDavid Starks-Browning2000-12-121-8/+0
* these problems are fixed nowDavid Starks-Browning2000-12-121-37/+1
* * net.cc (cygwin_rexec): Eliminate superfluous call toCorinna Vinschen2000-12-113-4/+13
* * lib/Makefile.in: Install headers and libraries in tooldir.Christopher Faylor2000-12-112-9/+21
* * Makefile.in: Compile/link dumper.exe with c++.Christopher Faylor2000-12-112-10/+14
* * include/sysexits: New file.Christopher Faylor2000-12-102-0/+122
* * autoload.cc: Autoload CharToOemA.Christopher Faylor2000-12-109-48/+100
* * path.cc (normalize_win32_path): Check for explicit use of two slashes at theChristopher Faylor2000-12-093-39/+135
* * path.cc (normalize_win32_path): Reorganize logic to accomodate chroot.Christopher Faylor2000-12-093-27/+35
* * cygwin.din: Declare strtok_r for the import lib. Already in the DLL.Corinna Vinschen2000-12-072-1/+7
* * mkpasswd.c: make default home directory /home/$user if oneCorinna Vinschen2000-12-072-19/+58
* Make initial tabbing consistent.Christopher Faylor2000-12-071-109/+109
* * winsup/cygwin/include/sys/uio.h: readv: Correct prototypeCorinna Vinschen2000-12-062-2/+7
* * include/winnls.h: NORM_IGNORE* remove duplicate defines.Earnie Boyd2000-12-052-36/+258
* * include/sys/uio.h: Include <sys/cdefs.h>. Use __BEGIN_DECL andCorinna Vinschen2000-12-052-7/+15
* * Added a define for INVALID_SET_FILE_POINTER, a possible returnCorinna Vinschen2000-12-052-0/+6
* * Makefile.in: Change `-nostartfiles' to `-nostdlib' to avoidCorinna Vinschen2000-12-042-2/+8
* * path.cc (normalize_win32_path): Handle UNC paths better.Christopher Faylor2000-12-032-3/+16
* * Makefile.in: Use CXX to build the DLL.Christopher Faylor2000-12-034-114/+245
* * Makefile.common: Eliminate checks for libgcc.a and libstdc++.a. Use CXX forChristopher Faylor2000-12-034-26/+138
* * Makefile.in: Remove some extra cruft.Christopher Faylor2000-12-032-5/+6
* * Makefile.in: Use CXX to build the DLL.Christopher Faylor2000-12-035-61/+183
* * net.cc (get_inet_addr ): Close AF_UNIX socket file after reading.Corinna Vinschen2000-12-022-14/+22
* * cygheap.cc (chgheap_root::operator =): Check root dir properly.Corinna Vinschen2000-11-292-1/+5
* * Makefile.in: eliminate the need for RUNTIME and CRT_ID.Earnie Boyd2000-11-294-54/+61
* * net.cc (cygwin_inet_aton): Return nonzero if the addressCorinna Vinschen2000-11-292-2/+7
* New entry "Bash says "command not found", but it's right there!"David Starks-Browning2000-11-291-0/+21
* * mmap.cc (munmap): Check that mmap and munmap length match.Christopher Faylor2000-11-282-3/+6
* * fhandler.cc (fhandler_disk_file::open): Check for buggy CreateFileCorinna Vinschen2000-11-284-3/+37
* * fhandler.cc (is_at_eof): New function.Christopher Faylor2000-11-262-0/+30
* * include/cygwin/version.h: Bump DLL minor version number to 7.Christopher Faylor2000-11-262-1/+5
* * include/cygwin/version.h: Bump minor API version due to addingCorinna Vinschen2000-11-252-1/+7
* * net.cc (cygwin_inet_aton): New function.Corinna Vinschen2000-11-253-2/+22
* * path.cc (mount_info::read_cygdrive_info_from_registry): Read system cygdriveChristopher Faylor2000-11-242-14/+20
* * Makefile.in: Fix bindist target to distribute the correct files.Earnie Boyd2000-11-222-6/+30
* * include/winnt.h: Add missing FILE_NAMED_STREAMS define.Corinna Vinschen2000-11-222-0/+5
* * Makefile.in: new-temp.a -> new-templib.aChristopher Faylor2000-11-222-1/+5
* Update "why doesn't chmod work" with hint from Corinna.David Starks-Browning2000-11-221-4/+10
* * Makefile.in: Add missing line continuation `\' for $(SUBDIRS) target.Earnie Boyd2000-11-2212-94/+3124
* * include/direct.h: add guard around MSVCRT-only prototytpesEarnie Boyd2000-11-2111-121/+386
* * Makefile.in: Use a different variable name for subdirectory since theChristopher Faylor2000-11-212-4/+9
* * spawn.cc (spawn_guts): Quoting was still wrong. Keep trying to fix it.Christopher Faylor2000-11-202-6/+25