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
path:
root
/
winsup
/
cygwin
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright date
Corinna Vinschen
2013-07-24
1
-1
/
+1
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 23.
Corinna Vinschen
2013-07-22
1
-1
/
+1
*
* common.din: Export GetCommandLine{A,W}.
Christopher Faylor
2013-07-19
1
-1
/
+2
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 22.
Corinna Vinschen
2013-07-15
1
-1
/
+1
*
* common.din (rawmemchr): Export.
Yaakov Selkowitz
2013-06-24
1
-1
/
+2
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 21.
Corinna Vinschen
2013-06-07
1
-1
/
+1
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 20.
Corinna Vinschen
2013-06-05
1
-1
/
+1
*
* autoload.cc (CancelSynchronousIo): Define.
Corinna Vinschen
2013-06-02
1
-2
/
+19
*
* include/sys/socket.h: Move SHUT_xx definitoins from here...
Corinna Vinschen
2013-05-31
2
-9
/
+9
*
* include/cygwin/if.h: Include cygwin/socket.h rather than sys/socket.h
Corinna Vinschen
2013-05-31
1
-2
/
+2
*
* Makefile.in (DLL_OFILES): Add arc4random.o.
Corinna Vinschen
2013-05-21
2
-2
/
+10
*
* libc/base64.c: New file.
Corinna Vinschen
2013-05-21
1
-1
/
+2
*
* include/cygwin/version.h: Bump api minor number to reflect previous change.
Christopher Faylor
2013-05-13
1
-1
/
+2
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
30
-370
/
+509
*
* include/sys/queue.h: Delete in favor of more complete newlib file.
Corinna Vinschen
2013-04-22
1
-512
/
+0
*
Adapt to changes in newlib's sys/cdefs.h:
Corinna Vinschen
2013-04-22
1
-2
/
+2
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 19.
Corinna Vinschen
2013-04-22
1
-2
/
+2
*
* include/sys/un.h (UNIX_PATH_MAX): Rename from UNIX_PATH_LEN to
Corinna Vinschen
2013-03-07
1
-3
/
+3
*
* include/pthread.h (pthread_atfork): Add missing declaration.
Corinna Vinschen
2013-02-26
1
-0
/
+2
*
* include/error.h (error_message_count): Declare as dllimport.
Yaakov Selkowitz
2013-02-21
1
-0
/
+6
*
* DevNotes: Add entry cgf-000022.
Christopher Faylor
2013-01-31
1
-20
/
+32
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
58
-65
/
+70
*
* include/pthread.h (pthread_exit): Mark as "noreturn".
Christopher Faylor
2013-01-14
1
-1
/
+1
*
* cygtls.h (_cygtls::signal_exit): Delete from class.
Christopher Faylor
2013-01-02
1
-3
/
+8
*
* fhandler.cc (fhandler_base::write): Don't attempt to sparsify
Corinna Vinschen
2012-12-14
1
-2
/
+2
*
* include/cygwin/wait.h (WAIT_ANY): Define.
Yaakov Selkowitz
2012-12-06
1
-0
/
+3
*
* termios.cc (cfsetspeed): New function.
Yaakov Selkowitz
2012-11-21
2
-1
/
+3
*
* include/mntent.h: Only include paths.h when building for Cygwin.
Corinna Vinschen
2012-11-16
1
-3
/
+9
*
* include/sys/termios.h (CBRK): Define as alias of CEOL.
Yaakov Selkowitz
2012-11-05
1
-0
/
+9
*
Fix copyright
Corinna Vinschen
2012-10-31
1
-1
/
+1
*
* include/sys/param.h: Include stddef.h to define NULL.
Corinna Vinschen
2012-10-31
1
-4
/
+3
*
* include/sys/cygwin.h: Add missing defines for CW_ALLOC_DRIVE_MAP,
Corinna Vinschen
2012-10-30
1
-0
/
+3
*
* include/cygwin/signal.h (sigset_t): Define here.
Corinna Vinschen
2012-10-26
1
-0
/
+2
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 18.
Corinna Vinschen
2012-10-21
1
-1
/
+1
*
* fhandler.h (class fhandler_dev_raw): Add members devbufalloc and
Corinna Vinschen
2012-10-13
1
-4
/
+8
*
* include/cygwin/in.h (struct in_addr): Guard with s_addr to avoid
Corinna Vinschen
2012-10-10
1
-0
/
+4
*
* fhandler_clipboard.cc (fhandler_dev_clipboard::read): Use
Corinna Vinschen
2012-08-17
1
-2
/
+1
*
* include/sys/wait.h (_wait): Define when building newlib.
Corinna Vinschen
2012-08-08
1
-1
/
+5
*
* include/cygwin/socket.h (MSG_BCAST): Define.
Corinna Vinschen
2012-08-01
1
-0
/
+3
*
* include/inttypes.h: Add x86_64 target considerations throughout.
Corinna Vinschen
2012-07-28
2
-91
/
+224
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 17.
Christopher Faylor
2012-07-21
1
-1
/
+1
*
* cygwin.din (getmntent_r): Export.
Corinna Vinschen
2012-07-18
2
-1
/
+3
*
In terms of network related functionality, rely on Winsock definitions
Corinna Vinschen
2012-07-06
4
-0
/
+12
*
* include/sys/elf_common.h (R_386_16): Define.
Yaakov Selkowitz
2012-06-10
1
-0
/
+4
*
* include/elf.h: Update from FreeBSD.
Yaakov Selkowitz
2012-06-06
7
-245
/
+1388
*
* cygwin.din (memrchr): Export.
Corinna Vinschen
2012-05-10
1
-1
/
+2
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 16.
Corinna Vinschen
2012-05-10
1
-1
/
+1
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 15.
Corinna Vinschen
2012-04-24
1
-1
/
+1
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 14.
Corinna Vinschen
2012-04-05
1
-1
/
+1
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 13.
Corinna Vinschen
2012-04-03
1
-1
/
+1
[next]