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
2005-11-18 * libc/include/ieeefp.h: Add C++ guards.Corinna Vinschen
2005-11-18* include/cygwin/sys_time.h: Move futimes and lutimes declaration here fromChristopher Faylor
2005-11-18* include/sys/time.h: Move more cygwin stuff to cygwin-specific header.Christopher Faylor
2005-11-18* include/time.h: Remove more cygwin-specific stuff.Christopher Faylor
2005-11-18* times.cc (timezone): Put back (void).Christopher Faylor
2005-11-18* include/time.h: Move cygwin declarations to cygwin-specific header.Christopher Faylor
2005-11-18* include/cygwin/sys_time.h: Rename from include/cygwin/time.h.Christopher Faylor
2005-11-182005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith
2005-11-182005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith
2005-11-182005-11-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2005-11-172005-11-17 Shaun Jackman <sjackman@gmail.com>Jeff Johnston
2005-11-17* fork.cc (fork): Move top-of-stack calculation later.Christopher Faylor
2005-11-17 * fhandler_tty.cc (fhandler_tty_slave::open): Don't expect thatCorinna Vinschen
2005-11-17 * cris/linunistd.h: Don't redefine errno as extern int.Hans-Peter Nilsson
2005-11-16* times.cc (hires_ms::prime): Don't escalate the priority.Christopher Faylor
2005-11-14* include/sys/elf64.h: Fix types to reflect linux usage.Christopher Faylor
2005-11-14* fhandler.h (fhandler_console::fixup_after_fork_exec): Define with additionalChristopher Faylor
2005-11-14* fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.Christopher Faylor
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor
2005-11-14 * mips.h: Assign 'm'/'M' codes to MIPS16e save/restoreThiemo Seufer
2005-11-13 * fhandler_socket.cc (fhandler_socket::recvfrom): Just return 0 (EOF)Corinna Vinschen
2005-11-12 * include/commdlg.h (OPENFILENAMEW): Add members forDanny Smith
2005-11-12 * include/wingdi.h (GetICMProfile{AW}): Correct prototype.Danny Smith
2005-11-12 * Makefile.def: Remove gdb dependencies for gdbtk.Daniel Jacobowitz
2005-11-11* cygheap.h (init_cygheap::_gtod): Remove.Christopher Faylor
2005-11-11* libc/include/sys/time.h: For cygwin, use general header rather than specificChristopher Faylor
2005-11-11PR 1150Nick Clifton
2005-11-11* times.cc (hires_ms::prime): Comment out call to timeBeginPeriod for now.Christopher Faylor
2005-11-11* include/endian.h: Remove USE_BSD ifdef since it is never defined on Cygwin.Christopher Faylor
2005-11-10 * bsd_helper.cc (securityinit): New function. Move initializationCorinna Vinschen
2005-11-10 * bsd_log.cc (_vpanic): LOG_EMERG is overkill, use LOG_CRIT.Corinna Vinschen
2005-11-10 Fix dates.Corinna Vinschen
2005-11-10 * syslog.cc (setlogmask): Don't mask the mask.Corinna Vinschen
2005-11-10 * include/cygwin/signal.h: Add missing sigrelse prototype.Corinna Vinschen
2005-11-09* fhandler_base.cc (fhandler_base::readv): Free buf, not a pointer into theChristopher Faylor
2005-11-092005-11-08 Tom Walsh <tom@openhardware.net>Jeff Johnston
2005-11-09* libc/include/string.h: Add cygwin-specific function declaration.Christopher Faylor
2005-11-09fix entryChristopher Faylor
2005-11-09* memmem.cc: New file.Christopher Faylor
2005-11-08* environ.cc (spenvs): Make "SYSTEMDRIVE" an "always export".Christopher Faylor
2005-11-08bfd:Nathan Sidwell
2005-11-07 * times.cc (futimes): Redirect to utimes_worker if given fileCorinna Vinschen
2005-11-07 * elf/hppa.h (R_PARISC_DIR64WR, R_PARISC_DIR64DR): Remove relocs.John David Anglin
2005-11-06* dcrt0.cc (dll_crt0_0): Initialize security data first so that it can be usedChristopher Faylor
2005-11-04* cygheap.h (init_cygheap::_gtod): New hires_ms element.Christopher Faylor
2005-11-04* times.cc (hires_ms::prime): More debugging.Christopher Faylor
2005-11-042005-11-04 Michael Jung <mjung@iss.tu-darmstadt.de>Danny Smith
2005-11-04* times.cc (stupid_printf): Define and use throughout -- temporarily.Christopher Faylor
2005-11-032005-11-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2005-11-032005-11-03 Shaun Jackman <sjackman@gmail.com>Jeff Johnston