aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2005-02-25 * include/wctype.h: Add comment on wctrans, towctrans, wctype.Danny Smith2-0/+12
2005-02-25 * mingwex/wctype.c: New file.Danny Smith4-4/+131
2005-02-24*README: New file.Joshua Daniel Franklin2-0/+34
2005-02-24* cygpath.cc (usage): Clarify help output to indicate acceptanceJoshua Daniel Franklin3-12/+19
2005-02-23 * localtime.cc: Implement setting __tzrule's offset member usingCorinna Vinschen2-23/+20
2005-02-23 * devices.cc: Regenerate.Corinna Vinschen2-1/+2
2005-02-23 * devices.in (parsedisk): Fix typo.Corinna Vinschen2-1/+5
2005-02-23 * cygwin.din (getpeereid): Export.Corinna Vinschen8-5/+159
2005-02-23 * include/sys/statvfs.h (ST_RDONLY): Define.Corinna Vinschen2-0/+8
2005-02-23 * cygwin.din (fstatvfs): Export.Corinna Vinschen6-7/+113
2005-02-23 * devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.Corinna Vinschen7-805/+852
2005-02-23* fhandler_disk_file.cc (fhandler_cygdrive::closedir): Return 0 when closingChristopher Faylor2-1/+6
2005-02-22 * cygwin.din (basename): Export.Corinna Vinschen5-1/+121
2005-02-22 * select.cc (peek_pipe): Disable new pipe code until there'sCorinna Vinschen2-0/+12
2005-02-22 * include/cygwin/version.h: Fix comment.Corinna Vinschen1-1/+1
2005-02-22 * cygwin.din (fdatasync): Export.Corinna Vinschen5-1/+18
2005-02-20 * fhandler.h (fhandler_base::fstat_helper): Declare with additionalCorinna Vinschen3-7/+27
2005-02-20 * autoload.cc (FindFirstVolumeA): Add.Corinna Vinschen7-16/+110
2005-02-20 * fhandler.h (enum query_state): Add query_write_attributes state.Corinna Vinschen7-128/+160
2005-02-20copyrightChristopher Faylor36-36/+51
2005-02-19 * fhandler.h (class fhandler_base): Declare new method link.Corinna Vinschen6-202/+232
2005-02-19 * fhandler.h (class fhandler_socket): Declare new methods fchown,Corinna Vinschen3-5/+70
2005-02-19 * localtime.cc: Temporary implementation of setting __tzrule's offsetCorinna Vinschen2-0/+27
2005-02-17* path.cc (path_conv::check): Set fs flag when a unix-domain socket isChristopher Faylor2-0/+6
2005-02-17 * fhandler_disk_file.cc (fhandler_disk_file::fstat): Set st_ctime ifCorinna Vinschen2-0/+10
2005-02-17 * times.cc (utimes): Open files with FILE_WRITE_ATTRIBUTES first,Corinna Vinschen2-14/+18
2005-02-16* path.h (path_conv::issocket): Return true if device == FH_UNIX rather thanChristopher Faylor2-1/+6
2005-02-13white spaceChristopher Faylor17-42/+42
2005-02-11fix typoChristopher Faylor1-1/+1
2005-02-11 * fhandler.cc (fhandler_base::raw_write): Mark as changed onCorinna Vinschen4-17/+48
2005-02-11* cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor8-66/+168
2005-02-11 * times.cc (utimes): Open files with GENERIC_WRITE on file systemsCorinna Vinschen2-2/+14
2005-02-11 * include/tchar.h (_tstat64, _tstati64): Add Unicode/ANSI mappings.Danny Smith2-0/+8
2005-02-11 * include/assert.h; Remove header guard. undef assert macro.Danny Smith2-12/+13
2005-02-11Add Changelog entry from last commit.Danny Smith1-0/+11
2005-02-112005-02-11 Gregory W. Chicares <chicares at cox dot net>Danny Smith5-3/+95
2005-02-10add missing ChangeLog entryChristopher Faylor1-0/+2
2005-02-10* winsup.api/known_bugs.tcl: Remove dup05, fcntl07B, lseek04, select03,Christopher Faylor3-9/+36
2005-02-102005-02-10 Jiri Malak <Jiri.Malak@iol.cz>Danny Smith7-10/+28
2005-02-09 * fhandler_disk_file.cc (fhandler_disk_file::ftruncate): Fix checkingCorinna Vinschen2-1/+6
2005-02-08 * times.cc (timeval_to_filetime): Define first parameter const.Corinna Vinschen3-5/+12
2005-02-08 * cygthread.cc (cygthread::detach): Just test thread handle afterCorinna Vinschen2-1/+6
2005-02-08* pipe.cc (fhandler_pipe::read): Remove hold over from old read_stateChristopher Faylor2-1/+5
2005-02-072005-02-07 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2-0/+15
2005-02-072005-02-07 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith3-2/+14
2005-02-07* net.cc (cygwin_gethostbyname): Be more picky about what's a numeric addressChristopher Faylor2-9/+18
2005-02-07* exceptions.cc: Make windows_system_directory non-static.Christopher Faylor3-6/+12
2005-02-06 * path.cc (path_conv::check): Leave symlink expansion loop in caseCorinna Vinschen6-40/+184
2005-02-06* cygthread.h (cygthread::terminate_thread): Reflect return value.Christopher Faylor7-25/+60
2005-02-02 * fhandler.h (fhandler_base::ftruncate): Define new virtual method.Corinna Vinschen5-34/+77