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
/
libc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Makefile.in (DLL_OFILES): Add arc4random.o.
Corinna Vinschen
2013-05-21
1
-0
/
+363
*
* libc/base64.c: New file.
Corinna Vinschen
2013-05-21
1
-0
/
+316
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
9
-31
/
+34
*
Adapt to changes in newlib's sys/cdefs.h:
Corinna Vinschen
2013-04-22
1
-1
/
+0
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
3
-3
/
+3
*
* winlean.h: Make sure certain Windows macros are undefined again.
Corinna Vinschen
2012-07-12
1
-1
/
+0
*
* fhandler_procnet.cc: Fix copyright.
Corinna Vinschen
2012-07-06
2
-2
/
+2
*
Add files missing in previous checkin
Corinna Vinschen
2012-07-06
1
-7
/
+9
*
In terms of network related functionality, rely on Winsock definitions
Corinna Vinschen
2012-07-06
3
-7
/
+3
*
* libc/rcmd.cc: Don't undef __INSIDE_CYGWIN_NET__.
Corinna Vinschen
2012-07-06
1
-0
/
+1
*
Clean up whitespace.
Christopher Faylor
2011-12-17
5
-30
/
+30
*
* fhandler.h (__ptsname): New macro.
Christopher Faylor
2011-11-08
1
-3
/
+12
*
Based on newlib patch to strptime by Peter Rosin <peda@lysator.liu.se>:
Corinna Vinschen
2011-05-12
1
-0
/
+92
*
* libc/minires-os-if.c (get_dns_info): Drop printing uninitialized
Corinna Vinschen
2011-05-06
1
-1
/
+1
*
* libc/minires-os-if.c (get_dns_info): Remove unnecessary test for
Corinna Vinschen
2011-05-01
1
-2
/
+1
*
* Makefile.in (DLL_IMPORTS): Drop advapi32.dll.
Corinna Vinschen
2011-04-19
1
-36
/
+55
*
* libc/strptime.c: Remove misleading comment.
Corinna Vinschen
2011-04-01
1
-4
/
+0
*
* libc/bsdlib.cc: Include err.h.
Corinna Vinschen
2011-02-02
1
-0
/
+1
*
* autoload.cc (std_dll_init): Move dll_path closer to its use. Use dll_path in
Christopher Faylor
2010-09-24
1
-2
/
+2
*
2010-09-21 Pierre Humblet <Pierre.Humblet@ieee.org>
Pierre Humblet
2010-09-21
1
-4
/
+22
*
* net.cc: Remove calls to sig_dispatch_pending throughout.
Corinna Vinschen
2010-03-30
1
-1
/
+0
*
* libc/rcmd.c: Enable IPv6.
Corinna Vinschen
2010-03-29
1
-6
/
+0
*
* libc/strptime.cc: Implement support for era, alt_digits and POSIX
Corinna Vinschen
2010-02-26
1
-47
/
+402
*
* libc/strfmon.c (__setup_vars): Test for an empty string rather than
Corinna Vinschen
2010-01-29
1
-2
/
+2
*
* libc/strfmon.c (__setup_vars): Fix compiler warning about assigning const
Christopher Faylor
2010-01-29
1
-2
/
+3
*
* Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.
Corinna Vinschen
2010-01-22
2
-50
/
+631
*
* libc/fnmatch.c: Replace with multibyte capable version from FreeBSD.
Corinna Vinschen
2010-01-16
1
-68
/
+145
*
Make pty.h match recent glibc.
Eric Blake
2009-12-26
1
-3
/
+4
*
* libc/getopt.c (getopt_internal): Set optreset according to optind
Corinna Vinschen
2009-12-14
1
-11
/
+14
*
Consistently use va_end.
Eric Blake
2009-10-14
1
-0
/
+4
*
* libc/minires.c (scanline): Fix type in calls to ctype functions
Corinna Vinschen
2009-05-06
1
-2
/
+2
*
* libc/minires.c (scanline): Accommodate ctype changes which disallow use of an
Christopher Faylor
2009-05-04
1
-2
/
+2
*
* libc/bsdlib.cc: Align copyright with upstream.
Corinna Vinschen
2009-04-15
7
-27
/
+0
*
* libc/rexec.cc (ruserpass): Use fstat64 instead of fstat.
Corinna Vinschen
2009-04-06
1
-3
/
+3
*
* cygwin.din: Export gethostbyname2.
Corinna Vinschen
2009-03-06
1
-10
/
+54
*
* cygwin.din: Export reallocf.
Corinna Vinschen
2009-02-16
1
-1
/
+0
*
* libc/getopt.c (parse_long_options): Use fix from NetBSD's getopt
Corinna Vinschen
2009-01-13
1
-9
/
+19
*
* libc/fts.c (fts_build): Use DT_DIR case on Cygwin.
Corinna Vinschen
2009-01-08
1
-3
/
+4
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
2
-6
/
+1
*
* libc/minires.c (open_sock): Set non blocking and close on exec.
Corinna Vinschen
2008-12-03
1
-48
/
+95
*
* cygwin.din (sys_sigabbrev): Add this here.
Christopher Faylor
2008-09-11
1
-6
/
+7
*
* localtime.cc (increment_overflow): Mark as non-inline to prevent compiler
Christopher Faylor
2008-09-11
1
-1
/
+2
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
2
-7
/
+7
*
* cygwin.din (_getutline): Remove.
Christopher Faylor
2008-07-30
1
-2
/
+2
*
* Makefile.in (DLL_OFILES): Remove _def_time.o.
Corinna Vinschen
2008-05-10
2
-44
/
+27
*
* include/sys/localedef.h: Remove.
Corinna Vinschen
2008-05-08
1
-1
/
+18
*
* Makefile.in (DLL_OFILES): Add _def_time.o. Remove timelocal.o.
Corinna Vinschen
2008-05-08
5
-697
/
+363
*
Throughout, call fcntl64 instead of fcntl or fcntl_worker.
Corinna Vinschen
2008-04-01
2
-2
/
+2
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
4
-110
/
+102
*
* libc/ftw.cc (ftw): Allow nfds < 0 for glibc compatibility.
Corinna Vinschen
2008-02-10
2
-0
/
+10
[next]