Age | Commit message (Expand) | Author | Files | Lines |
2003-02-17 | 2003-02-17 Chris Demetriou <cgd@broadcom.com> | Jeff Johnston | 2 | -3/+12 |
2003-02-17 | Re-generate using autoconf 000227. | Andrew Cagney | 2 | -24/+1237 |
2003-02-16 | * cygwin.din: Export all appropriate newlibc libm functions. Sort. | Christopher Faylor | 3 | -448/+481 |
2003-02-16 | * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*, | Geoffrey Keating | 3 | -1239/+38 |
2003-02-15 | * cygwin.din: Export all appropriate newlib functions. | Christopher Faylor | 3 | -3/+82 |
2003-02-14 | * Makefile.tpl (RANLIB): Define. | DJ Delorie | 3 | -0/+7 |
2003-02-14 | * mmap.cc (mprotect): Add missing break. | Corinna Vinschen | 2 | -0/+5 |
2003-02-14 | * profile/Makefile.in (mcount.o): Use ALL_CFLAGS for compilation to ensure | Christopher Faylor | 2 | -1/+6 |
2003-02-14 | * exceptions.cc (try_to_debug): Don't reset priority when returning from | Christopher Faylor | 2 | -3/+6 |
2003-02-14 | Fix typo in last ChangeLog entry. | Danny Smith | 1 | -1/+1 |
2003-02-14 | * profile/Makefile.in (mcount,o): Use -O1 optimization | Danny Smith | 2 | -0/+10 |
2003-02-13 | * fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep for | Christopher Faylor | 3 | -1/+10 |
2003-02-13 | * include/cygwin/types.h: Use correct ifdef guard for u_ definitions. | Christopher Faylor | 2 | -8/+12 |
2003-02-13 | * environ.cc (environ_init): Use strechr. | Christopher Faylor | 1 | -0/+4 |
2003-02-13 | oops. | Christopher Faylor | 1 | -1/+1 |
2003-02-13 | * include/cygwin/in.h (sockaddr_in): Fix typo. | Christopher Faylor | 3 | -3/+95 |
2003-02-13 | fix typo | Christopher Faylor | 1 | -2/+2 |
2003-02-13 | * how.texinfo: Add more w32api words. | Christopher Faylor | 2 | -4/+12 |
2003-02-13 | * path.h (path_conv): Reorganize slightly. | Christopher Faylor | 2 | -2/+8 |
2003-02-13 | * fhandler_tty.cc (process_input): Add sanity check to ensure that console | Christopher Faylor | 1 | -0/+5 |
2003-02-13 | * spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code. | Christopher Faylor | 4 | -3/+10 |
2003-02-13 | * MAINTAINERS: Remove out-of-date file. | Christopher Faylor | 2 | -7/+4 |
2003-02-12 | * cygpath.cc (doit): Allocate more space for non-path filename. | Christopher Faylor | 2 | -5/+9 |
2003-02-12 | 2003-02-12 Roland Schwingel <roland.schwingel@onevision.de> | Danny Smith | 3 | -0/+37 |
2003-02-10 | * include/math.h: Remove _CRTIMP from pow() prototype, | Danny Smith | 2 | -1/+9 |
2003-02-10 | * include/cygwin/in.h (in_attr_t): Define new type. | Christopher Faylor | 8 | -84/+233 |
2003-02-10 | * mingwex/math/cephes_emath.h: Don't redefine INFINITY. | Danny Smith | 2 | -1/+4 |
2003-02-10 | * libc/include/sys/types.h: Don't define __MS_types__ for Cygwin. Don't define | Christopher Faylor | 2 | -5/+9 |
2003-02-10 | * include/_mingw.h (_CRTIMP): Define for __GNUC__ if | Danny Smith | 30 | -1061/+1128 |
2003-02-10 | * include/w32api.h: Increment version to 2.3. | Earnie Boyd | 3 | -3/+8 |
2003-02-10 | Add support for marking ARM ELF binaries as support the Cirrus EP9312 Maverick | Nick Clifton | 2 | -0/+5 |
2003-02-09 | * include/GL/gl.h: Remove include of glext.h. | Earnie Boyd | 1 | -0/+2 |
2003-02-09 | * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT. | Earnie Boyd | 5 | -2/+46 |
2003-02-09 | * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export. | Earnie Boyd | 2 | -3/+10 |
2003-02-08 | clarify | Christopher Faylor | 1 | -1/+1 |
2003-02-08 | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 3 | -2/+11 |
2003-02-08 | * winsup.api/winsup.exp (ws_spawn): Tweak slightly to work with tcl 8.4.1. | Christopher Faylor | 2 | -1/+6 |
2003-02-08 | * include/_mingw.h: Change version to 3.0 | Earnie Boyd | 3 | -4/+9 |
2003-02-08 | * include/stdlib.h: Make words after #endif a comment. | Earnie Boyd | 2 | -1/+5 |
2003-02-08 | 2003-02-07 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 129 | -3153/+5368 |
2003-02-08 | * libltp/lib/parse_opts.c: Deal with C warnings. | Christopher Faylor | 5 | -21/+29 |
2003-02-07 | * dump_setup.cc (compar): Use case insensitive comparisons. | Christopher Faylor | 2 | -11/+11 |
2003-02-07 | * dump_setup.cc (dump_setup): Compute the longest package name | Corinna Vinschen | 2 | -1/+12 |
2003-02-07 | * ntsec.sgml: Add note on special names for missing user/group. | Corinna Vinschen | 2 | -0/+67 |
2003-02-07 | * mmap.cc (mmap_record::alloc_map): De-inline. Add offset and length | Corinna Vinschen | 2 | -104/+121 |
2003-02-07 | Christopher Faylor <cgf@redhat.com> | Christopher Faylor | 2 | -4/+14 |
2003-02-07 | * malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps. | Christopher Faylor | 3 | -0/+11 |
2003-02-07 | * pipe.cc (fhandler_pipe::close): Avoid extraneous this->. | Christopher Faylor | 1 | -1/+1 |
2003-02-07 | * cygcheck.cc (common_apps): Add some more apps. | Christopher Faylor | 3 | -1/+13 |
2003-02-07 | * heap.cc (heap_init): Remove debugging code. | Christopher Faylor | 2 | -15/+5 |