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
AgeCommit message (Expand)Author
2000-08-242000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch>Jeff Johnston
2000-08-242000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch>Jeff Johnston
2000-08-24* dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier inChristopher Faylor
2000-08-23Revert previous erroneous checkin.Christopher Faylor
2000-08-23* include/sys/cygwin.h: Protect class definitions.Christopher Faylor
2000-08-22* libc/unix/getut.c (utmpname): added _CONST to reflect common useDJ Delorie
2000-08-22* path.cc (symlink_info::check): Clear error on each iteration of extensionChristopher Faylor
2000-08-22* Makefile.in: Don't include '.d' file if there are none generated yet.Christopher Faylor
2000-08-22* include/sys/cygwin.h: Declare some thread classes.Christopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-22* config-ml.in (CC, CXX): Avoid trailing whitespace.Alexandre Oliva
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor
2000-08-21Update copyright.Christopher Faylor
2000-08-21* include/cygwin/cygwin_dll.h (DECLARE_CYGWIN_DLL): hinstance,DJ Delorie
2000-08-21* include/cygwin/cygwin_dll.h (DECLARE_CYGWIN_DLL): handle,DJ Delorie
2000-08-21 * Makefile.in (ALL_MODULES): Add all-cgen.Doug Evans
2000-08-19* include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionIdCorinna Vinschen
2000-08-19* Makefile.in: hinfo.o -> dtable.o.Christopher Faylor
2000-08-18* fhandler-tut.txt: hinfo -> dtable.Christopher Faylor
2000-08-18hinfo -> dtableChristopher Faylor
2000-08-18* dtable.cc (dtable::dup2): Extend fdtab if newfd is out of currentCorinna Vinschen
2000-08-17* config-ml.in (CC, CXX): Don't introduce a leading space.Alexandre Oliva
2000-08-17Fix 3 DV bugs, and a few minor cleanups.Jim Wilson
2000-08-16* configure.in (libstdcxx_flags): UseAlexandre Oliva
2000-08-162000-08-16 Eric Fifer <efifer@sanwaint.com>Jeff Johnston
2000-08-162000-08-15 H.J. Lu <hjl@gnu.org>H.J. Lu
2000-08-15* configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.Alexandre Oliva
2000-08-15Add support for IA-64 specific elf header flags.Jim Wilson
2000-08-12* mkvers.sh: Properly trap exit removal of temp file. Remove debuggingChristopher Faylor
2000-08-12Correct order in include files.Christopher Faylor
2000-08-12* poll.cc: Make winsup.h the first include file, re 2000-08-02 change.Christopher Faylor
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-08-12* Makefile.in: Use dtable.o rather than hinfo.o.Christopher Faylor
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor
2000-08-12 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,Jason Merrill
2000-08-12 * poll.cc: Allow any descriptor and any number of descriptors.Corinna Vinschen
2000-08-11Fix premature use of fdtab.Christopher Faylor
2000-08-11 * poll.cc: Add bounds checking for file descriptors. Return POLLNVALCorinna Vinschen
2000-08-11* syslog.cc (syslog): Use a less malloc-intensive method for allocating theChristopher Faylor
2000-08-11DJ is sole setup maintainer now.Christopher Faylor
2000-08-11Change comment.Christopher Faylor
2000-08-11comment changes.Christopher Faylor
2000-08-11Minor change.Christopher Faylor
2000-08-11Minor change.Christopher Faylor
2000-08-11Minor change.Christopher Faylor
2000-08-10* winsup.h: Change strchr inline for strange gcc problem.Christopher Faylor
2000-08-10* dir.cc (readdir): Ensure that errno is *only* set when we've run out ofChristopher Faylor
2000-08-10Recode to clean up function prologues and epilogue and to allow the functionsNick Clifton
2000-08-09gas:Jason Eckhardt
2000-08-09* select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor