summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * callback.h: Remove ANSI_PROTOTYPES conditional code.Ben Elliston2005-07-102-4/+4
* 2005-07-10 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin2005-07-105-16/+70
* * path.cc (mount): Only check win32_path when we know we need it.Christopher Faylor2005-07-092-1/+7
* * cygwin.din (getline): Export.Corinna Vinschen2005-07-094-5/+21
* 2005-07-08 Ola Hugosson <Ola.Hugosson@anoto.com>Jeff Johnston2005-07-082-1/+6
* * include/objsafe.h: New file.Dimitri Papadopoulos2005-07-081-0/+4
* * how-using.texinfo: Fix typos.Corinna Vinschen2005-07-082-2/+6
* * cygwin.din (__getline): Export.Corinna Vinschen2005-07-084-2/+16
* Kaveh Ghazi's printf format attribute checking patch.Jim Wilson2005-07-072-1/+5
* Fix date of last entry.Jeff Johnston2005-07-071-1/+1
* *** empty log message ***Jeff Johnston2005-07-072-5/+9
* * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.Andreas Schwab2005-07-074-2/+8
* * configure.in: Add --enable-libssp and --disable-libssp.Kazu Hirata2005-07-073-75/+121
* * configure.in: Don't build sim or rda when targetting darwin.Geoffrey Keating2005-07-073-88/+78
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-0641-106/+110
* * configure.host: Added entry for ms1*.Aldy Hernandez2005-07-0610-0/+2719
* Fix date in ChangeLog entryAldy Hernandez2005-07-061-1/+1
* * configure.in: Add ms1 case.Aldy Hernandez2005-07-0640-0/+4861
* * cygcheck.cc (track_down, cygcheck): Return true on success.Christopher Faylor2005-07-052-16/+25
* * dcrt0.cc (cygwin_exit): Mark as "noreturn".Christopher Faylor2005-07-053-2/+10
* * malloc.cc: Update to version 2.8.2.Christopher Faylor2005-07-052-5/+18
* * fhandler_tape.cc (fhandler_dev_tape::close): Don't do "extra stuff"Corinna Vinschen2005-07-052-10/+21
* gas/Jan Beulich2005-07-052-0/+20
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-0535-212/+187
* * cygtls.h (_cygtls): Perform minor reformatting.Christopher Faylor2005-07-058-48/+65
* ARGH. Check in previous uncommitted-but-ChangeLog'ed entry.Christopher Faylor2005-07-051-3/+4
* 2005-07-04 Mark Mitchell <mark@codesourcery.com>Jeff Johnston2005-07-057-8/+51
* * cygheap.h (struct init_cygheap): Delete cygwin_regname member.Corinna Vinschen2005-07-043-19/+13
* * src-release (do-proto-toplev): Remove dejagnu bits.Ben Elliston2005-07-032-45/+11
* merge from gccDJ Delorie2005-07-033-1/+21
* * thread.cc (pthread_mutex::init): Remove unneeded efault/mutex check.Christopher Faylor2005-07-031-0/+4
* add missing ChangeLog entriesChristopher Faylor2005-07-031-0/+3
* * thread.h (verifyable_object_state verifyable_object_isvalid): Delete functionChristopher Faylor2005-07-033-214/+215
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-0332-446/+514
* should have been checked in on 2005-06-29Christopher Faylor2005-07-031-1/+1
* * include/cygwin/version.h: Bump DLL minor number to 19.Christopher Faylor2005-07-032-1/+5
* Update function declarations to ISO C90 formattingNick Clifton2005-07-012-85/+85
* merge from gccDJ Delorie2005-06-302-0/+14
* * fhandler.cc (fhandler_base::readv): Use malloc/free instead of alloca.Corinna Vinschen2005-06-302-4/+11
* * cygerrno.h: Make multi-inclusion safe.Christopher Faylor2005-06-309-19/+86
* revert erroneous checkinChristopher Faylor2005-06-301-4/+4
* * autoload.cc (LoadDLLprime): Use a more descriptive name for autoload textChristopher Faylor2005-06-293-5/+11
* * setup.com (mpw): Remove unused directive.Ben Elliston2005-06-292-1/+4
* Remove dejagnu/ entry.Ben Elliston2005-06-291-4/+0
* 2005-06-28 Dave Korn <dave.korn@artimi.com>Jeff Johnston2005-06-283-2/+24
* * fhandler_disk_file.cc (fhandler_disk_file::facl): Add missing break.Corinna Vinschen2005-06-272-0/+5
* * path.cc (path_conv::check): Don't strip trailing dots and spacesCorinna Vinschen2005-06-242-1/+6
* * fhandler.cc (rootdir): Don't set errno.Corinna Vinschen2005-06-243-7/+11
* 2005-06-22 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2005-06-234-70/+55
* * fhandler.h (class fhandler_dev_tape): Add declaration forCorinna Vinschen2005-06-223-1/+52