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
2001-08-29 * configure.host (h8300-*-elf*, h8500-*-elf*): New cases.Joern Rennecke
2001-08-29* path.cc (path_conv::check): Avoid splitting off leading '/' in path componentChristopher Faylor
2001-08-29 * resource.cc (getrlimit): Return actual values on RLIMIT_STACK.Corinna Vinschen
2001-08-29 * h8.h: New file.Joern Rennecke
2001-08-29oopsChristopher Faylor
2001-08-29* dir.cc (rmdir): Report ENOENT when file doesn't exist rather than ENOTDIR.Christopher Faylor
2001-08-28* mount.cc (main): Issue correct warning for 'not enough arguments'.Christopher Faylor
2001-08-28merge from gccDJ Delorie
2001-08-27* select.cc (cygwin_select): Ensure that arguments are zeroed on timeout.Christopher Faylor
2001-08-27 * ppc.h (PPC_OPERAND_DS): Define.Alan Modra
2001-08-27 * ppc.h: Add relocs from the 64-bit PowerPC ELF ABI revision 1.2.Alan Modra
2001-08-27 * xcoff.h (struct __rtinit): Make proper prototype for rtl.Andreas Jaeger
2001-08-26For include/opcode:Andreas Jaeger
2001-08-26* libc/include/sys/errno.h: Add a cautionary comment.Christopher Faylor
2001-08-25* syscalls.cc (check_tty_fds): New function. Check whether there is a fdChristopher Faylor
2001-08-25fix compile time warning messageNick Clifton
2001-08-24Apply H.J.'s patch to revert change to elfxx-target.hNick Clifton
2001-08-24 * net.cc (free_addr_list): Add define for symmetry.Corinna Vinschen
2001-08-24 * internal.h (R_JMP2, R_JMPL2, R_MOVL2): Comment spelling fix.Joern Rennecke
2001-08-23 * elf-bfd.h (enum elf_reloc_type_class): New.Jakub Jelinek
2001-08-23merge from gccDJ Delorie
2001-08-23* dtable.cc (dtable::dup2): Allow extension of fd table by dup2.Christopher Faylor
2001-08-23 * net.cc (cygwin_inet_ntoa): Rearrange previous patch to useCorinna Vinschen
2001-08-22* smallprint.c (console_printf): New function.Christopher Faylor
2001-08-22 * net.cc (free_char_list): New static function.Corinna Vinschen
2001-08-22fix typo.Christopher Faylor
2001-08-22merge from gccDJ Delorie
2001-08-22 * mips/Makefile.in (jmr3904-io.o): Remove bogus use of `-mips3.'Jonathan Larmour
2001-08-222001-08-21 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2001-08-21merge from gccDJ Delorie
2001-08-21 * include/setupapi.h : New file.Earnie Boyd
2001-08-21* floatformat.h (floatformat_arm_ext): Document as deprecated.Andrew Cagney
2001-08-20debugChristopher Faylor
2001-08-20* cygheap.cc (init_cheap): Allocate cygheap in shared memory for Windows NT.Christopher Faylor
2001-08-20 * config.sub, config.guess: Import latest from subversions.Alan Modra
2001-08-19merge from gccDJ Delorie
2001-08-17merge from gccDJ Delorie
2001-08-16Add support for MIPS R1[02]000 performance counter opcodes.Thiemo Seufer
2001-08-16* fhandler_socket.cc (fhandler_socket::create_secret_event): RelaxEgor Duda
2001-08-16 * resource.cc (getrlimit): Return getdtablesize () as current limitCorinna Vinschen
2001-08-16 * resource.cc (getrlimit): Return OPEN_MAX as current limitCorinna Vinschen
2001-08-15 * times.cc (utimes): Revert previous change. Just open theCorinna Vinschen
2001-08-15 * security.cc (set_nt_attribute): Return always -1 in case ofCorinna Vinschen
2001-08-15 * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen
2001-08-15* cygpath.cc (main): Support -w for Windows (System) directories and returnChristopher Faylor
2001-08-14* include/cygwin/version.h: Bump API version.Christopher Faylor
2001-08-14* spawn.cc (spawn_guts): Enable appropriate privilege beforeEgor Duda
2001-08-14* libc/include/machine/setjmp.h: Protect sigsetjmp/siglongjmp macro arguments.Christopher Faylor
2001-08-14 * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen
2001-08-142001-08-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston