aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/include
AgeCommit message (Expand)AuthorFilesLines
2005-09-28Change name from commune_recv to commune_process throughout. Change name fromChristopher Faylor1-0/+15
2005-09-28 Revert erroneous checkin.Corinna Vinschen2-60/+3
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2-3/+60
2005-09-22* include/sys/strace.h (_STRACE_ON): Remove semicolon from definition.Christopher Faylor1-2/+2
2005-09-17 * net.cc (cygwin_inet_ntop): Change len argument to socklen_t toCorinna Vinschen2-1/+2
2005-08-28Add missing ChangeLog for previous checkin.Christopher Faylor1-2/+1
2005-08-28* cygwin.din: Correct readdir_r typo.Christopher Faylor1-1/+2
2005-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor2-1/+3
2005-08-12white spaceChristopher Faylor3-21/+20
2005-08-08* include/sys/cdefs.h: Remove extra line.Christopher Faylor1-1/+0
2005-08-08* include/sys/cdefs.h (__CONCAT): Define.Christopher Faylor6-0/+742
2005-08-08 * ftw.c: Include winsup.h.Corinna Vinschen1-0/+8
2005-08-08 * Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o.Corinna Vinschen3-1/+218
2005-08-06* include/endian.h: Move everything into this file and define things more likeChristopher Faylor3-1/+51
2005-08-02 * include/sys/termios.h: Define TIOCMBIS and TIOCMBIC.Corinna Vinschen2-2/+5
2005-07-29white spaceChristopher Faylor1-4/+4
2005-07-29* fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor2-25/+32
2005-07-29* include/sys/ioctl.h: Add some linux defines.Christopher Faylor1-4/+36
2005-07-27* include/cygwin/in.h (INET_ADDRSTRLEN): Add new definition.Christopher Faylor1-0/+2
2005-07-26* include/byteswap.h: New file.Christopher Faylor1-0/+39
2005-07-25* include/cygwin/types.h: Define loff_t.Christopher Faylor1-0/+2
2005-07-09 * cygwin.din (getline): Export.Corinna Vinschen2-3/+9
2005-07-08 * cygwin.din (__getline): Export.Corinna Vinschen2-2/+6
2005-07-03* include/cygwin/version.h: Bump DLL minor number to 19.Christopher Faylor1-1/+1
2005-06-18 * glob.c: (glob0): New local variable `limit`. Use in calls to glob1Corinna Vinschen2-1/+3
2005-06-17 * cygwin.din (inet_pton): Export.Corinna Vinschen2-1/+4
2005-06-11* include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.Christopher Faylor1-2/+2
2005-06-10 * cygwin.din (imaxabs): Export.Corinna Vinschen2-2/+4
2005-06-09* include/pthread.h (PTHREAD_MUEXT_INITIALIZER): Change toChristopher Faylor1-1/+1
2005-06-01* include/machine/stdlib.h: New file.Christopher Faylor1-0/+22
2005-05-29 * include/limits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Always define.Corinna Vinschen1-2/+0
2005-05-26* include/cygwin/version.h: Bump DLL minor number to 18.Christopher Faylor1-1/+1
2005-05-25* include/cygwin/version.h: Bump API minor number to 129.Christopher Faylor1-1/+2
2005-05-23 * include/stdint.h (INTMAX_C, UINTMAX_C): Fix definition.Corinna Vinschen1-2/+2
2005-05-19 * include/cygwin/in.h: Add comment.Corinna Vinschen1-1/+3
2005-05-19 * include/cygwin/in.h: Define IPPROTO_xxx values as macros toCorinna Vinschen1-1/+11
2005-05-19fix commentChristopher Faylor1-1/+1
2005-05-19fix commentChristopher Faylor1-1/+1
2005-05-19* include/limits.h: Include features.h, as on linux.Christopher Faylor1-1/+4
2005-05-19* include/endian.h: New file.Christopher Faylor1-0/+17
2005-05-17* include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.Christopher Faylor1-1/+2
2005-05-13* cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor1-11/+12
2005-05-10 * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen1-0/+1
2005-05-09* dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor1-1/+3
2005-05-02white space and minor comment cleanup.Christopher Faylor13-69/+69
2005-04-26* include/cygwin/version.h: Bump DLL minor number to 17.Christopher Faylor1-1/+1
2005-04-19 * cygwin.din (pselect): Export.Corinna Vinschen2-1/+8
2005-04-18* include/cygwin/version.h: Bump DLL minor number to 16.Christopher Faylor1-1/+1
2005-04-16* fhandler.cc (fhandler::dup): Duplicate flags, too.Christopher Faylor1-2/+3
2005-04-07 * syslog.cc: Include sys/socket.h.Corinna Vinschen1-1/+57