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
2007-05-312007-05-31 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2007-05-30 * m68k/cf-crt1.C, m68k/cf.sc, m68k/fido.sc, m68k/fido-crt0.S:Kazu Hirata
2007-05-30Avoid more compiler warnings.Eric Blake
2007-05-29 * dtable.cc (dtable::set_file_pointers_for_exec): Call SetFilePointerCorinna Vinschen
2007-05-29 * dumper.cc (dumper::prepare_core_dump): Record a phdr for each section.Corinna Vinschen
2007-05-29 * cygpath.cc (do_options): Allow outputflag combined with otherCorinna Vinschen
2007-05-29 * libc/argz/argz_add_sep.c (argz_add_sep): Handle empty stringCorinna Vinschen
2007-05-282007-05-27 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2007-05-27* libc/stdio/vfprintf.c (_VFPRINTF_R): Populate 'ox' whenEric Blake
2007-05-252007-05-25 Andreas Tobler <a.tobler@schweiz.org>Eric Christopher
2007-05-25 * libc/stdio/rewind.c (rewind): Fix regression of 2003-08-22.Eric Blake
2007-05-24 * ltmain.sh: Update from GCC.Steve Ellcey
2007-05-24* libc/stdio/vfprintf.c (_VFPRINTF_R): Don't truncate %p whenEric Blake
2007-05-242007-05-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-05-242007-05-23 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston
2007-05-242007-05-23 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston
2007-05-24* libc/stdio/vfscanf.c (__SVFSCANF_R): Support scanf(%1$s).Eric Blake
2007-05-23 * cygpath.cc: Include argz.h.Corinna Vinschen
2007-05-23 * libc/argz/argz_create_sep.c (argz_create_sep): Initialize *argz_lenCorinna Vinschen
2007-05-23 * m68k/fido.sc (.data): Move .jcr to .text. Catch .got.pltKazu Hirata
2007-05-232007-05-23 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2007-05-22 * path.cc (cwdstuff::set): Revert useless acquire check.Corinna Vinschen
2007-05-22 * path.cc (cwdstuff::set): Avoid double aquiring of cwd_lock.Corinna Vinschen
2007-05-22 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Don't invalidateCorinna Vinschen
2007-05-21Move entry for modification to dwarf2.h (for adding ability to reportCaroline Tice
2007-05-21moved to the attic to please handling of src-support modulePaolo Bonzini
2007-05-21add this momentarily, will move them to the attic soonPaolo Bonzini
2007-05-21 * include/search.h (hsearch_r): Provide declaration.Corinna Vinschen
2007-05-21 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Set buf size toCorinna Vinschen
2007-05-202007-05-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-05-18Add ability to report when a variable's value is uninitialized,Caroline Tice
2007-05-18* libc/stdio/vfprintf.c [_WANT_IO_LONG_LONG]: Allow non-gccEric Blake
2007-05-182007-05-17 Cary R. <cygcary <at> yahoo.com>Jeff Johnston
2007-05-172007-05-17 Yaakov Selkowitz <yselkowitz <at> users.sourceforge.net>Jeff Johnston
2007-05-17* stdio/tmpfile.c: Include <sys/stat.h>.Eric Blake
2007-05-17Close security hole in tmpfile.Eric Blake
2007-05-16 * libc/include/math.h (INFINITY, NAN, FP_ILOGB0, FP_ILOGBNAN)Eric Blake
2007-05-16* libc/stdlib/wctomb_r.c (_wctomb_r): Avoid gcc warnings on cygwin.Eric Blake
2007-05-162007-05-16 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2007-05-15 * fhandler_socket.cc (adjust_socket_file_mode): New inline function.Corinna Vinschen
2007-05-15* path.cc (fs_info::update): Set and use is_cdrom.Christopher Faylor
2007-05-15* cygwin.din (asnprintf, dprint, _Exit, vasnprintf, vdprintf): Export.Christopher Faylor
2007-05-14Reduce stack size of *printf.Eric Blake
2007-05-12include/elf/Alan Modra
2007-05-12Minimize printf/scanf size on platforms that don't need C99.Eric Blake
2007-05-11* libc/stdio/vfprintf.c (_VFPRINTF_R, cvt, exponent, chclass)Eric Blake
2007-05-11include/elf/Alan Modra
2007-05-09Allow zero size with non-null buf in *asnprintf.Eric Blake
2007-05-08* libc/stdio/vfprintf.c: Fix typo in comments that breaks docs.Eric Blake
2007-05-08 * include/stdint.h (intptr_t): Fix typo.Danny Smith