index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* libc/include/stdio.h: Declare fgetpos, fsetpos, fseeko and ftello
Corinna Vinschen
2003-03-14
12
-20
/
+49
*
2003-03-13 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith
2003-03-14
4
-2
/
+23
*
* include/cygwin/version.h: Bump DLL minor number to 23.
Christopher Faylor
2003-03-13
4
-3
/
+15
*
* autoload.cc (IsProcessorFeaturePresent): Add.
Corinna Vinschen
2003-03-13
3
-1
/
+15
*
* fhandler_proc.cc (format_proc_cpuinfo): Fix vendor id in cpuid case.
Corinna Vinschen
2003-03-13
2
-1
/
+5
*
* net.cc (cygwin_rcmd): Use correct file descriptor in call to fdsock.
Corinna Vinschen
2003-03-13
2
-2
/
+7
*
* syscalls.cc (rename): Assume that DELETE_ON_CLOSE works on Win9x.
Christopher Faylor
2003-03-13
3
-3
/
+10
*
* include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
Earnie Boyd
2003-03-12
2
-2
/
+7
*
* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
Nathanael Nerode
2003-03-12
5
-203
/
+85
*
fix typo
Christopher Faylor
2003-03-12
1
-1
/
+1
*
Checkin previously referred to in ChangeLog.
Christopher Faylor
2003-03-12
1
-1
/
+1
*
2003-03-12 Ranjit Mathew <rmathew@hotmail.com>
Danny Smith
2003-03-11
2
-1
/
+7
*
* fhandler_socket.cc (fhandler_socket::dup): Don't call
Corinna Vinschen
2003-03-11
2
-1
/
+20
*
* include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
Earnie Boyd
2003-03-11
4
-4
/
+13
*
2003-03-11 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2003-03-11
2
-4
/
+24
*
* include/stdlib.h (qsort): Remove const from first parm.
Danny Smith
2003-03-11
2
-1
/
+6
*
* include/rasdlg.h: New file.
Danny Smith
2003-03-10
4
-0
/
+163
*
* sec_acl.cc (setacl): Don't handle DELETE flag specially.
Corinna Vinschen
2003-03-10
3
-10
/
+9
*
Fix typo.
Corinna Vinschen
2003-03-09
1
-1
/
+1
*
* winver.rc: Change Copyright hint to inlcude 2003.
Corinna Vinschen
2003-03-09
2
-1
/
+5
*
* libc/reent/lseekr.c (lseek_r): Use _off_t instead of off_t.
Corinna Vinschen
2003-03-09
2
-2
/
+6
*
* libc/include/sys/config.h: Define __CYGWIN_USE_BIG_TYPES__ for
Corinna Vinschen
2003-03-09
2
-0
/
+6
*
Switch to 32/64 datatypes:
Corinna Vinschen
2003-03-09
12
-45
/
+192
*
* libc/include/pwd.h: Add guards to avoid type clashes when compiling
Corinna Vinschen
2003-03-09
5
-2
/
+32
*
fix typo
Christopher Faylor
2003-03-09
1
-1
/
+1
*
* include/cygwin/version.h: Bump DLL minor number to 21.
Christopher Faylor
2003-03-09
2
-1
/
+5
*
whitespace cleanup
Christopher Faylor
2003-03-09
15
-56
/
+55
*
Do some minor reformatting of 'extern "C"' use throughout.
Christopher Faylor
2003-03-09
13
-111
/
+511
*
* winsup.api/winsup.exp: Use -nostdinc when compiling.
Christopher Faylor
2003-03-09
2
-0
/
+10
*
.
Christopher Faylor
2003-03-09
1
-1
/
+1
*
* Makefile.common: Avoid double slashes in GCC_INCLUDE.
Christopher Faylor
2003-03-09
2
-1
/
+5
*
* getfacl.c (username): Fix ambiguous printf calls.
Corinna Vinschen
2003-03-09
2
-6
/
+12
*
* configure.in (gxx_include_dir): Fix typo.
DJ Delorie
2003-03-09
3
-11
/
+35
*
* syscalls.cc (unlink): Attempt to be more clever about setting attributes of
Christopher Faylor
2003-03-09
2
-12
/
+30
*
* winsup.api/ltp/fork10.c (main): Remove non-portable declaration
Corinna Vinschen
2003-03-09
2
-1
/
+5
*
* rmsym: Fix regular expression.
Corinna Vinschen
2003-03-09
2
-2
/
+6
*
* Makefile.in: Use "cygwin0" rather than "new-cygwin" to denote in-build-tree
Christopher Faylor
2003-03-09
5
-7
/
+14
*
* Makefile.in: Change from using new-* to cygwin0 for temporary targets.
Christopher Faylor
2003-03-09
2
-10
/
+16
*
* include/cygwin/socket.h: Set SOMAXCONN to Winsock2 value.
Corinna Vinschen
2003-03-09
2
-1
/
+5
*
* syscalls.cc (unlink): Always attempt to use FILE_FLAG_CLOSE_ON_DELETE to
Christopher Faylor
2003-03-09
2
-57
/
+29
*
missed in last checkin
Christopher Faylor
2003-03-08
1
-1
/
+1
*
Revert below changes regarding _pinfo::cmdline.
Christopher Faylor
2003-03-08
5
-19
/
+17
*
* external.cc (cygwin_internal): Change n to __off64_t to match change
Corinna Vinschen
2003-03-08
7
-16
/
+32
*
* libc/include/sys/unistd.h: Guard getopt.h call to force only declaration of
Christopher Faylor
2003-03-08
3
-11
/
+8
*
* path.h (PATH_LNK): New enum val.
Christopher Faylor
2003-03-08
5
-37
/
+72
*
* configure.host: Define stdio64_dir for Cygwin.
Corinna Vinschen
2003-03-07
6
-7
/
+29
*
* syscalls.cc (seteuid32): Fix formatting.
Corinna Vinschen
2003-03-07
2
-3
/
+8
*
* winsup.api/known_bugs.tcl: Remove fsync01, setregid01 and setreuid01
Corinna Vinschen
2003-03-07
2
-2
/
+7
*
2003-03-07 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2003-03-07
2
-3
/
+6
*
2003-03-06 Christopher January <chris@atomice.net>
Danny Smith
2003-03-07
4
-0
/
+38
[prev]
[next]