Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2005-07-142005-07-13 Benoit Blanchon <bblanchon@users.sourceforge.net>Earnie Boyd
2005-07-102005-07-10 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin
2005-07-09* path.cc (mount): Only check win32_path when we know we need it.Christopher Faylor
2005-07-09 * cygwin.din (getline): Export.Corinna Vinschen
2005-07-08 * include/objsafe.h: New file.Dimitri Papadopoulos
2005-07-08 * how-using.texinfo: Fix typos.Corinna Vinschen
2005-07-08 * cygwin.din (__getline): Export.Corinna Vinschen
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-06* cygcheck.cc (track_down, cygcheck): Return true on success.Christopher Faylor
2005-07-06* dcrt0.cc (cygwin_exit): Mark as "noreturn".Christopher Faylor
2005-07-05* malloc.cc: Update to version 2.8.2.Christopher Faylor
2005-07-05 * fhandler_tape.cc (fhandler_dev_tape::close): Don't do "extra stuff"Corinna Vinschen
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor
2005-07-05* cygtls.h (_cygtls): Perform minor reformatting.Christopher Faylor
2005-07-05ARGH. Check in previous uncommitted-but-ChangeLog'ed entry.Christopher Faylor
2005-07-04 * cygheap.h (struct init_cygheap): Delete cygwin_regname member.Corinna Vinschen
2005-07-03* thread.cc (pthread_mutex::init): Remove unneeded efault/mutex check.Christopher Faylor
2005-07-03add missing ChangeLog entriesChristopher Faylor
2005-07-03* thread.h (verifyable_object_state verifyable_object_isvalid): Delete functionChristopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-07-03should have been checked in on 2005-06-29Christopher Faylor
2005-07-03* include/cygwin/version.h: Bump DLL minor number to 19.Christopher Faylor
2005-06-30 * fhandler.cc (fhandler_base::readv): Use malloc/free instead of alloca.Corinna Vinschen
2005-06-30* cygerrno.h: Make multi-inclusion safe.Christopher Faylor
2005-06-30revert erroneous checkinChristopher Faylor
2005-06-30* autoload.cc (LoadDLLprime): Use a more descriptive name for autoload textChristopher Faylor
2005-06-27 * fhandler_disk_file.cc (fhandler_disk_file::facl): Add missing break.Corinna Vinschen
2005-06-24 * path.cc (path_conv::check): Don't strip trailing dots and spacesCorinna Vinschen
2005-06-24 * fhandler.cc (rootdir): Don't set errno.Corinna Vinschen
2005-06-22 * fhandler.h (class fhandler_dev_tape): Add declaration forCorinna Vinschen
2005-06-22 * security.cc (get_initgroups_sidlist): Drop special_pgrp parameter.Corinna Vinschen
2005-06-22 * uinfo.cc (uinfo_init): Call reimpersonate to set the main thread'sCorinna Vinschen
2005-06-21* how-using.texinfo: Add FAQ about firewall software. UpdateJoshua Daniel Franklin
2005-06-20 * fhandler_proc.cc (format_proc_partitions): Only list recognizedCorinna Vinschen
2005-06-20fix indentationChristopher Faylor
2005-06-19 * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,Danny Smith
2005-06-18 * glob.c: (glob0): New local variable `limit`. Use in calls to glob1Corinna Vinschen
2005-06-18Correct typo in ChangeLogDanny Smith
2005-06-18 * include/winbase.h (GETTEXTEX): Correct name of lpUsedDefChar field.Danny Smith
2005-06-18 * include/winbase.h (GolbalDiscard): Define as macro.Danny Smith
2005-06-18* wincap.h (wincaps::detect_win16_exe): Declare.Christopher Faylor
2005-06-18* spawn.cc (spawn_guts): Detect when executing a 16-bit application and avoidChristopher Faylor
2005-06-18 * cygwin.din (inet_pton): Export.Corinna Vinschen
2005-06-17 * fhandler.h (fhandler_union): Add missing members corresponding toCorinna Vinschen
2005-06-16 * syscalls.cc (statvfs): Handle the case when GetDiskFreeSpaceExCorinna Vinschen
2005-06-16 * profile/profile.h (_MCOUNT_CALL): Define as regparm(2)Danny Smith
2005-06-16 * include/_mingw.h (__MINGW_GNUC_PREREQ): Define. Use toDanny Smith
2005-06-16add missing entryChristopher Faylor
2005-06-16* cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor
2005-06-15* path.cc (path_conv::check): Always reset to FH_FS when component != 0 andChristopher Faylor