summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch>Jeff Johnston2000-08-246-7/+23
* 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch>Jeff Johnston2000-08-244-8/+26
* * dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier inChristopher Faylor2000-08-247-24/+81
* Revert previous erroneous checkin.Christopher Faylor2000-08-236-36/+12
* * include/sys/cygwin.h: Protect class definitions.Christopher Faylor2000-08-238-12/+42
* * libc/unix/getut.c (utmpname): added _CONST to reflect common useDJ Delorie2000-08-222-1/+7
* * path.cc (symlink_info::check): Clear error on each iteration of extensionChristopher Faylor2000-08-222-1/+7
* * Makefile.in: Don't include '.d' file if there are none generated yet.Christopher Faylor2000-08-222-3/+9
* * include/sys/cygwin.h: Declare some thread classes.Christopher Faylor2000-08-223-0/+10
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-2263-209/+281
* * config-ml.in (CC, CXX): Avoid trailing whitespace.Alexandre Oliva2000-08-222-3/+42
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-2245-133/+203
* Update copyright.Christopher Faylor2000-08-211-3/+3
* * include/cygwin/cygwin_dll.h (DECLARE_CYGWIN_DLL): hinstance,DJ Delorie2000-08-212-6/+6
* * include/cygwin/cygwin_dll.h (DECLARE_CYGWIN_DLL): handle,DJ Delorie2000-08-212-1/+6
* * Makefile.in (ALL_MODULES): Add all-cgen.Doug Evans2000-08-203-3/+22
* * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionIdCorinna Vinschen2000-08-192-1/+17
* * Makefile.in: hinfo.o -> dtable.o.Christopher Faylor2000-08-181-11/+10
* * fhandler-tut.txt: hinfo -> dtable.Christopher Faylor2000-08-182-2/+6
* hinfo -> dtableChristopher Faylor2000-08-182-17/+18
* * dtable.cc (dtable::dup2): Extend fdtab if newfd is out of currentCorinna Vinschen2000-08-182-0/+11
* * config-ml.in (CC, CXX): Don't introduce a leading space.Alexandre Oliva2000-08-172-6/+10
* Fix 3 DV bugs, and a few minor cleanups.Jim Wilson2000-08-162-1/+6
* * configure.in (libstdcxx_flags): UseAlexandre Oliva2000-08-162-1/+6
* 2000-08-16 Eric Fifer <efifer@sanwaint.com>Jeff Johnston2000-08-162-3/+9
* 2000-08-15 H.J. Lu <hjl@gnu.org>H.J. Lu2000-08-162-2/+7
* * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.Alexandre Oliva2000-08-152-1/+5
* Add support for IA-64 specific elf header flags.Jim Wilson2000-08-142-1/+13
* * mkvers.sh: Properly trap exit removal of temp file. Remove debuggingChristopher Faylor2000-08-122-3/+6
* Correct order in include files.Christopher Faylor2000-08-121-1/+1
* * poll.cc: Make winsup.h the first include file, re 2000-08-02 change.Christopher Faylor2000-08-122-1/+5
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-1243-44/+106
* * Makefile.in: Use dtable.o rather than hinfo.o.Christopher Faylor2000-08-122-5/+9
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-1222-179/+183
* * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,Jason Merrill2000-08-122-18/+12
* * poll.cc: Allow any descriptor and any number of descriptors.Corinna Vinschen2000-08-112-20/+39
* Fix premature use of fdtab.Christopher Faylor2000-08-111-1/+1
* * poll.cc: Add bounds checking for file descriptors. Return POLLNVALCorinna Vinschen2000-08-113-20/+30
* * syslog.cc (syslog): Use a less malloc-intensive method for allocating theChristopher Faylor2000-08-112-31/+28
* DJ is sole setup maintainer now.Christopher Faylor2000-08-101-2/+1
* Change comment.Christopher Faylor2000-08-101-1/+1
* comment changes.Christopher Faylor2000-08-101-1/+1
* Minor change.Christopher Faylor2000-08-101-1/+1
* Minor change.Christopher Faylor2000-08-101-1/+0
* Minor change.Christopher Faylor2000-08-101-2/+2
* * winsup.h: Change strchr inline for strange gcc problem.Christopher Faylor2000-08-104-1/+12
* * dir.cc (readdir): Ensure that errno is *only* set when we've run out ofChristopher Faylor2000-08-103-34/+26
* Recode to clean up function prologues and epilogue and to allow the functionsNick Clifton2000-08-092-65/+105
* gas:Jason Eckhardt2000-08-092-29/+33
* * select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor2000-08-098-69/+70