| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait. | Corinna Vinschen | 2003-10-27 | 7 | -19/+297 |
* | * miscfunc.cc (__check_invalid_read_ptr): New function. | Corinna Vinschen | 2003-10-27 | 3 | -0/+14 |
* | * security.h (cygpsid::debug_print): Avoid compiler warnings. | Corinna Vinschen | 2003-10-26 | 2 | -1/+5 |
* | Remove file that was supposed to have disappeared a month ago. | Christopher Faylor | 2003-10-26 | 2 | -569/+0 |
* | * path.cc (normalize_posix_path): Test runs of more than two | Corinna Vinschen | 2003-10-25 | 2 | -1/+13 |
* | * fhandler.cc (fhandler_base::ioctl): Handle FIONBIO. | Corinna Vinschen | 2003-10-25 | 2 | -6/+19 |
* | Rename native_mutex to fast_mutex throughout. | Thomas Pfaff | 2003-10-24 | 3 | -98/+182 |
* | bfd/ | H.J. Lu | 2003-10-24 | 2 | -2/+7 |
* | * fhandler.cc (fhandler_base::fcntl): Don't clobber O_APPEND when | Corinna Vinschen | 2003-10-24 | 2 | -1/+6 |
* | * path.cc (win32_device_name): Fix comment. | Corinna Vinschen | 2003-10-24 | 2 | -2/+7 |
* | * fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set return value in | Christopher Faylor | 2003-10-24 | 2 | -3/+10 |
* | 2003-10-23 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2003-10-23 | 3 | -96/+93 |
* | 2003-10-23 Artem B. Bityuckiy <mail_lists@mail.ru> | Jeff Johnston | 2003-10-23 | 6 | -19/+113 |
* | * sh.h (EF_SH4A, EF_SH4AL_DSP, EF_SH4_NOFPU, EF_SH4A_NOFPU): New. | Corinna Vinschen | 2003-10-23 | 2 | -1/+26 |
* | * fhandler_proc.cc (format_proc_partitions): Use new device code | Corinna Vinschen | 2003-10-23 | 2 | -11/+24 |
* | merge from gcc | DJ Delorie | 2003-10-23 | 2 | -14/+41 |
* | * external.cc (cygwin_internal): Add CW_GET_ERRNO_FROM_WINERROR | Corinna Vinschen | 2003-10-22 | 4 | -2/+18 |
* | * Makefile.in: Add $(LIBSERVER) rule. | Corinna Vinschen | 2003-10-22 | 15 | -461/+331 |
* | Accomodate moving cygserver header files from cygwin/include/cygwin | Corinna Vinschen | 2003-10-22 | 15 | -252/+334 |
* | * libc/stdlib/exit.c (exit): Handle null _GLOBAL_REENT->_atexits. | Richard Sandiford | 2003-10-22 | 2 | -2/+5 |
* | bfd/ | Jakub Jelinek | 2003-10-22 | 2 | -8/+41 |
* | Add ColfFire v4 support | Nick Clifton | 2003-10-21 | 2 | -49/+65 |
* | * include/_mingw.h: Define __attribute__((x)) to nothing | Danny Smith | 2003-10-21 | 2 | -0/+6 |
* | Add ISO C99 complex support for doubles. | Danny Smith | 2003-10-21 | 23 | -2/+766 |
* | * include/math.h (cabs): Remove non-ISO prototype. | Danny Smith | 2003-10-21 | 2 | -2/+7 |
* | * mingwex/math/cephes_mconf.h (NAN, NANF, NANL): | Danny Smith | 2003-10-21 | 2 | -3/+29 |
* | * mingwex/math/s_erf.c (erf): Set errno to ERANGE if | Danny Smith | 2003-10-21 | 3 | -1/+15 |
* | * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs. | DJ Delorie | 2003-10-20 | 3 | -2/+7 |
* | 2003-10-20 Bob Wilson <bob.wilson@acm.org> | Jeff Johnston | 2003-10-20 | 58 | -145/+214 |
* | * mmix.h (JMP_INSN_BYTE): Define. | Hans-Peter Nilsson | 2003-10-19 | 2 | -1/+6 |
* | * mmix.h (R_MMIX_PUSHJ_STUBBABLE): New reloc number. | Hans-Peter Nilsson | 2003-10-18 | 2 | -3/+14 |
* | * include/stdio.h (_filbuf): Add prototype. | Danny Smith | 2003-10-17 | 2 | -4/+13 |
* | revert accidental checkin | Christopher Faylor | 2003-10-17 | 1 | -8/+19 |
* | * cygcheck.cc (pretty_id): Don't exec if `id' program is not found. | Christopher Faylor | 2003-10-17 | 4 | -26/+16 |
* | Oooops... | Dimitri Papadopoulos | 2003-10-17 | 1 | -11/+1 |
* | *** empty log message *** | Pierre Humblet | 2003-10-16 | 1 | -0/+6 |
* | 2003-10-16 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-10-16 | 2 | -23/+16 |
* | * dcrt0.cc: Remove local variable alternate_charset_active. | Corinna Vinschen | 2003-10-16 | 5 | -27/+44 |
* | 2003-10-15 Bernardo Innocenti <bernie@develer.com> | Jeff Johnston | 2003-10-15 | 2 | -0/+6 |
* | 2003-10-15 Alexandre Oliva <aoliva@redhat.com> | Jeff Johnston | 2003-10-15 | 3 | -17/+25 |
* | nclude/gdb: | Joern Rennecke | 2003-10-15 | 2 | -0/+7 |
* | * fhandler_console.cc (char_command): Add escape sequence for codepage | Corinna Vinschen | 2003-10-15 | 4 | -0/+21 |
* | bfd ChangeLog: | Bob Wilson | 2003-10-14 | 2 | -3/+9 |
* | * gettext.m4: Properly quote arguments to AC_DEFUN. | Nathanael Nerode | 2003-10-14 | 2 | -1/+5 |
* | * libc/time/clock.c: Clarify documentation of return value when no measurement | Christopher Faylor | 2003-10-14 | 2 | -1/+6 |
* | * exceptions.cc (ctrl_c_handler): Don't send SIGHUP on | Corinna Vinschen | 2003-10-14 | 4 | -5/+46 |
* | * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of | Nathanael Nerode | 2003-10-13 | 3 | -14/+8 |
* | * include/windows.h (CopyCursor): Although MSDN pretends this is | Dimitri Papadopoulos | 2003-10-13 | 2 | -1/+15 |
* | 2003-10-13 Steven Edwards <Steven_Ed4153@yahoo.com> | Danny Smith | 2003-10-13 | 2 | -0/+10 |
* | * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED, | Danny Smith | 2003-10-13 | 2 | -10/+9 |