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-03-31Fix strange formatting.Christopher Faylor
2001-03-31Fix strange formatting.Christopher Faylor
2001-03-30 * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.Earnie Boyd
2001-03-30 * fhandler.h (class fhandler_console): Add members `savebufsiz' andCorinna Vinschen
2001-03-302001-03-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2001-03-29* path.cc (chdir): Eat trailing whitespace on input path.Christopher Faylor
2001-03-28* lib/_cygwin_S_IEXEC.c: Remove "const" from globals or they never seem to beChristopher Faylor
2001-03-28* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.Alexandre Oliva
2001-03-27 * mmap.cc (mmap): Fix conditional for previous patch.Corinna Vinschen
2001-03-27add missing stuff.Christopher Faylor
2001-03-27oops - omitted from previous deltaNick Clifton
2001-03-26 * mmap.cc (mmap): Outflank copy-on-write problem on 9x byCorinna Vinschen
2001-03-26* dlfcn.cc (check_access): Eliminate.Christopher Faylor
2001-03-26Automate generate on man pagesNick Clifton
2001-03-24Small tweaks to sse2 instructions.Alan Modra
2001-03-24Remove extraneous whitespaceNick Clifton
2001-03-24Fix compile time warnings.Nick Clifton
2001-03-23Add note about inability to use "make distclean" in maintainer mode.Nick Clifton
2001-03-23* fhandler.h (fhandler_dev_clipboard): Extend to support writing.Christopher Faylor
2001-03-22* fhandler_console.cc (fhandler_console::set_default_attr): Update consoleChristopher Faylor
2001-03-22Re-installed:Alexandre Oliva
2001-03-22 * cris.h (ADD_PC_INCR_OPCODE): New macro.Hans-Peter Nilsson
2001-03-22 * cris.h: Add leading comment about PC-relative location.Hans-Peter Nilsson
2001-03-222001-03-22 Philip Blundell <philb@gnu.org>Phil Blundell
2001-03-22* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,Alexandre Oliva
2001-03-22* autoload.cc (kernel32_init): New function for kernel32 autoloadChristopher Faylor
2001-03-222001-03-21 Kazu Hirata <kazu@hxi.com>Kazu Hirata
2001-03-22paddq and psubq support.Alan Modra
2001-03-222001-03-21 Egor Duda <deo@logos-m.ru>Jeff Johnston
2001-03-212001-03-20 Michael Chastain <chastain@redhat.com>Michael Chastain
2001-03-21add new file.Christopher Faylor
2001-03-21Add missing files.Christopher Faylor
2001-03-21* sched.cc: New file. Implement sched*.Christopher Faylor
2001-03-20* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixingChristopher Faylor
2001-03-20* libc/include/sys/types.h (BSD int typedefs): Guard with _BSDTYPES_DEFINEDChristopher Faylor
2001-03-20* include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove; use onlyChristopher Faylor
2001-03-20* libiberty/cp-demangle.c (struct demangling_def): New fields:Jim Blandy
2001-03-20* configure: fix regeneration bug.DJ Delorie
2001-03-20* exceptions.cc (interruptible): Update debugging output.Christopher Faylor
2001-03-19* tty.h (tty::create_inuse): Add new parameter to allow non-Egor Duda
2001-03-19 * mmap.cc (map::get_list_by_fd): Avoid calling `get_namehash' whenCorinna Vinschen
2001-03-19Fix register name printed in warning message.Alan Modra
2001-03-19 * syscalls.cc (check_posix_perm): New static function.Corinna Vinschen
2001-03-19 * libc/include/sys/unistd.h: Add _PC_POSIX_PERMISSONS andCorinna Vinschen
2001-03-19Fix spacing, copyrights.Christopher Faylor
2001-03-18fix spacing.Christopher Faylor
2001-03-18* fhandler.h (fhandler_tty_slave): Declare new methods.Egor Duda
2001-03-18Update copyrights.Christopher Faylor
2001-03-18Update copyright.Christopher Faylor
2001-03-18Fix a typo.H.J. Lu