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
2003-01-31* passwd.cc (pwdgrp::read_passwd): linebuf *must* be static (from PierreChristopher Faylor
2003-01-31* shared.cc (shared_info::heap_chunk_size): Use correct variable when readingChristopher Faylor
2003-01-312003-01-31 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
2003-01-31* fhandler_registry.cc (fhandler_registry::exists): Fix off-by-one error whenChristopher Faylor
2003-01-30* config.if: Copy from GCC.Alexandre Oliva
2003-01-30* lib/getopt.c: Allow environment variable control of POSIXLY_INCORRECT behav...Christopher Faylor
2003-01-302003-01-29 Jason Tishler <jason@tishler.net>Jeff Johnston
2003-01-28 * fhandler_socket.cc (fhandler_socket::accept): On successful executionCorinna Vinschen
2003-01-28* mips.h (EF_MIPS_XGOT): Define.Alexandre Oliva
2003-01-282003-01-27 Krzysztof Nikiel <kni@poczta.onet.pl>Danny Smith
2003-01-27* configure.in: Revert 24Jan change.Alexandre Oliva
2003-01-27* passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numericChristopher Faylor
2003-01-27fix typoChristopher Faylor
2003-01-272003-01-27 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
2003-01-27* uinfo.cc (pwdgrp::next_num): Remove check for NULL since it is no longer aChristopher Faylor
2003-01-27* strings.h (strechr): New function.Christopher Faylor
2003-01-26include/Daniel Jacobowitz
2003-01-26 * include/math.h (tgamma): Correct typo in comment.Danny Smith
2003-01-26* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor
2003-01-26 * mingwex/mingw-fseek.c (INLINE): Remove define.Danny Smith
2003-01-26Fix typo.Christopher Faylor
2003-01-26* passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structureChristopher Faylor
2003-01-26* pwdgrp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating gr_mem.Christopher Faylor
2003-01-26* include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor
2003-01-25clarifyChristopher Faylor
2003-01-25* pwdgrp.cc (pwdgrp::reparse): Declare.Christopher Faylor
2003-01-25 * syscalls.cc (seteuid32): On Win95 get the pw entry. If it existsCorinna Vinschen
2003-01-25* fhandler_console.cc (fhandler_console::send_winch_maybe): Reset scroll regionChristopher Faylor
2003-01-25 * include/ras.h (RASCONN[AW]): Add dwSessionId forDanny Smith
2003-01-25 * include/ras.h (RASCONN[AW]): Guard szDeviceType,Danny Smith
2003-01-25bfd/Jakub Jelinek
2003-01-24 * s390.h: Add s390 TLS relocations.Martin Schwidefsky
2003-01-24Add sh2e supportNick Clifton
2003-01-24 * libc/include/sys/unistd.h: Add setregid and setreuid declarationsCorinna Vinschen
2003-01-24 * cygwin.din: Export setreuid32, setreuid, setregid32, setregid.Corinna Vinschen
2003-01-24* pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor
2003-01-24Add missing entry.Christopher Faylor
2003-01-24* libltp/include/usctest.h: Add externs to some variables that need it.Christopher Faylor
2003-01-24* winsup.api/mmaptest03.c (main): Mark variables as volatile to avoidChristopher Faylor
2003-01-24* Makefile (check): Add cygrun.exe dependency.Christopher Faylor
2003-01-24Perform more C warning fixup on all C source files and headers.Christopher Faylor
2003-01-24No, really this time.Nathanael Nerode
2003-01-242003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode
2003-01-24* libltp/include/test.h: Fix C warnings.Christopher Faylor
2003-01-24* Makeifle.in: Use ALL_CFLAGS to build test programs so that correct librariesChristopher Faylor
2003-01-23 * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):Danny Smith
2003-01-232003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode
2003-01-23Add SH2E supportNick Clifton
2003-01-23include/elf/ChangeLogAlan Modra
2003-01-22* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09...Thomas Pfaff