summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * libc/include/stdio.h: Declare fgetpos, fsetpos, fseeko and ftelloCorinna Vinschen2003-03-1412-20/+49
* 2003-03-13 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-03-144-2/+23
* * include/cygwin/version.h: Bump DLL minor number to 23.Christopher Faylor2003-03-134-3/+15
* * autoload.cc (IsProcessorFeaturePresent): Add.Corinna Vinschen2003-03-133-1/+15
* * fhandler_proc.cc (format_proc_cpuinfo): Fix vendor id in cpuid case.Corinna Vinschen2003-03-132-1/+5
* * net.cc (cygwin_rcmd): Use correct file descriptor in call to fdsock.Corinna Vinschen2003-03-132-2/+7
* * syscalls.cc (rename): Assume that DELETE_ON_CLOSE works on Win9x.Christopher Faylor2003-03-133-3/+10
* * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.Earnie Boyd2003-03-122-2/+7
* * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unusedNathanael Nerode2003-03-125-203/+85
* fix typoChristopher Faylor2003-03-121-1/+1
* Checkin previously referred to in ChangeLog.Christopher Faylor2003-03-121-1/+1
* 2003-03-12 Ranjit Mathew <rmathew@hotmail.com>Danny Smith2003-03-112-1/+7
* * fhandler_socket.cc (fhandler_socket::dup): Don't callCorinna Vinschen2003-03-112-1/+20
* * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoidEarnie Boyd2003-03-114-4/+13
* 2003-03-11 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2003-03-112-4/+24
* * include/stdlib.h (qsort): Remove const from first parm.Danny Smith2003-03-112-1/+6
* * include/rasdlg.h: New file.Danny Smith2003-03-104-0/+163
* * sec_acl.cc (setacl): Don't handle DELETE flag specially.Corinna Vinschen2003-03-103-10/+9
* Fix typo.Corinna Vinschen2003-03-091-1/+1
* * winver.rc: Change Copyright hint to inlcude 2003.Corinna Vinschen2003-03-092-1/+5
* * libc/reent/lseekr.c (lseek_r): Use _off_t instead of off_t.Corinna Vinschen2003-03-092-2/+6
* * libc/include/sys/config.h: Define __CYGWIN_USE_BIG_TYPES__ forCorinna Vinschen2003-03-092-0/+6
* Switch to 32/64 datatypes:Corinna Vinschen2003-03-0912-45/+192
* * libc/include/pwd.h: Add guards to avoid type clashes when compilingCorinna Vinschen2003-03-095-2/+32
* fix typoChristopher Faylor2003-03-091-1/+1
* * include/cygwin/version.h: Bump DLL minor number to 21.Christopher Faylor2003-03-092-1/+5
* whitespace cleanupChristopher Faylor2003-03-0915-56/+55
* Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor2003-03-0913-111/+511
* * winsup.api/winsup.exp: Use -nostdinc when compiling.Christopher Faylor2003-03-092-0/+10
* .Christopher Faylor2003-03-091-1/+1
* * Makefile.common: Avoid double slashes in GCC_INCLUDE.Christopher Faylor2003-03-092-1/+5
* * getfacl.c (username): Fix ambiguous printf calls.Corinna Vinschen2003-03-092-6/+12
* * configure.in (gxx_include_dir): Fix typo.DJ Delorie2003-03-093-11/+35
* * syscalls.cc (unlink): Attempt to be more clever about setting attributes ofChristopher Faylor2003-03-092-12/+30
* * winsup.api/ltp/fork10.c (main): Remove non-portable declarationCorinna Vinschen2003-03-092-1/+5
* * rmsym: Fix regular expression.Corinna Vinschen2003-03-092-2/+6
* * Makefile.in: Use "cygwin0" rather than "new-cygwin" to denote in-build-treeChristopher Faylor2003-03-095-7/+14
* * Makefile.in: Change from using new-* to cygwin0 for temporary targets.Christopher Faylor2003-03-092-10/+16
* * include/cygwin/socket.h: Set SOMAXCONN to Winsock2 value.Corinna Vinschen2003-03-092-1/+5
* * syscalls.cc (unlink): Always attempt to use FILE_FLAG_CLOSE_ON_DELETE toChristopher Faylor2003-03-092-57/+29
* missed in last checkinChristopher Faylor2003-03-081-1/+1
* Revert below changes regarding _pinfo::cmdline.Christopher Faylor2003-03-085-19/+17
* * external.cc (cygwin_internal): Change n to __off64_t to match changeCorinna Vinschen2003-03-087-16/+32
* * libc/include/sys/unistd.h: Guard getopt.h call to force only declaration ofChristopher Faylor2003-03-083-11/+8
* * path.h (PATH_LNK): New enum val.Christopher Faylor2003-03-085-37/+72
* * configure.host: Define stdio64_dir for Cygwin.Corinna Vinschen2003-03-076-7/+29
* * syscalls.cc (seteuid32): Fix formatting.Corinna Vinschen2003-03-072-3/+8
* * winsup.api/known_bugs.tcl: Remove fsync01, setregid01 and setreuid01Corinna Vinschen2003-03-072-2/+7
* 2003-03-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-03-072-3/+6
* 2003-03-06 Christopher January <chris@atomice.net>Danny Smith2003-03-074-0/+38