]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2011-02-27 Corinna Vinschen * autoload.cc (dll_load): Only call LoadLibraryExW...
2011-02-26 Christopher... * autoload.cc: Use LoadDLLfuncEx3 for all winmm functio...
2011-02-26 Corinna Vinschen * autoload.cc: Make autoloaded ntdll function non...
2011-02-25 Alan Modrafix pr number
2011-02-25 Alan Modra PR 12519
2011-02-23 Kai TietzChangeLog include/
2011-02-22 Corinna Vinschen * libc/stdio/fmemopen.c (fmemopen): Fix EINVAL conditi...
2011-02-22 Corinna Vinschen * dcrt0.cc: Fix copyright dates.
2011-02-22 Corinna VinschenForced checkin
2011-02-22 Christopher... * cygwin.din: Mark __assert* and _abort as NOSIGFE.
2011-02-21 Corinna VinschenAdd missing Changelog entry for previous patch:
2011-02-21 Corinna Vinschen * fhandler_socket (fhandler_socket::readv): Call recv_...
2011-02-21 Christopher... * fhandler.cc (fhandler_base_overlapped::close): Finish...
2011-02-18 Christopher... * dcrt0.cc (dll_crt0_1): Add a CYGHEAP_DEBUG conditiona...
2011-02-18 Corinna Vinschen * cygwin.sc: Set alignment of .cygheap section to...
2011-02-15 Corinna Vinschen * spawn.cc (spawn_guts): Only set PID_NOTCYGWIN in...
2011-02-15 Corinna Vinschen * new-features.sgml (ov-new1.7.8): Fix typo.
2011-02-15 Corinna Vinschen * cygcheck.cc: Fix copyright dates.
2011-02-15 Corinna Vinschenforced checkin
2011-02-15 Corinna Vinschen * Throughout fix copyright dates.
2011-02-15 Corinna Vinschen * legal.sgml: Bump date.
2011-02-15 Corinna Vinschen * new-features.sgml (ov-new1.7.8): Document /proc...
2011-02-15 Corinna Vinschen * devices.in: Throughout use slashes instead of backsl...
2011-02-15 Corinna Vinschen * fhandler_procsys.cc (fhandler_procsys::opendir)...
2011-02-15 Corinna Vinschen * fhandler_disk_file.cc (fhandler_disk_file::readdir_h...
2011-02-15 Corinna Vinschen Revert change from 2010-08-31:
2011-02-15 Corinna Vinschen * fhandler_disk_file.cc (fhandler_disk_file::readdir_h...
2011-02-14 Corinna Vinschen * config/i386/profile.h: Sync with Mingw.
2011-02-13 Ralf WildenhuesRemove freebsd1 from libtool.m4 macros and config.rpath.
2011-02-13 Corinna Vinschen * path.cc (struct _FAST_CWD): Redefine to new layout...
2011-02-12 Michael Frysingergas/opcodes: blackfin: move dsp mac func defines to...
2011-02-12 Ralf WildenhuesImport move-if-change script from gnulib.
2011-02-12 Ralf WildenhuesSync toplevel and config/ from GCC.
2011-02-11 Christopher... * mkstatic: Make sure that we are not cd'ed to temporar...
2011-02-11 Michael Frysingeropcodes: blackfin: add multiple inclusion protection
2011-02-11 Christopher... * cygwin.sc: Eliminate __cygheap_mid.
2011-02-11 Christopher... * cygheap.cc (_cygheap_mid): Drop unneeded section...
2011-02-11 Corinna Vinschen * cygwin.sc: Raise default cygheap size to 1 Meg....
2011-02-11 Corinna Vinschen * include/endian.h: Move definitions of __BIG_ENDIAN...
2011-02-10 Eric Blakestrerror_r: fix compilation bug in previous patch
2011-02-10 Eric Blake* new-features.sgml (ov-new1.7.8): Document strerror_r...
2011-02-10 Eric Blakestrerror_r: obey POSIX, and match newlib header change
2011-02-10 Eric Blakestrerror_r: provide POSIX implementation
2011-02-10 Yaakov Selkowitz* new-features.sgml (ov-new1.7.8): Document pthread_yield.
2011-02-10 Yaakov Selkowitz* cygwin.din (pthread_yield): Export as alias to sched_...
2011-02-10 Christopher... * cygheap.cc: Add some __stdcall decoration where appro...
2011-02-09 Christopher... * hookapi.cc (hook_or_detect_cygwin): Prevent i from...
2011-02-09 Christopher... * exception.h: Remove DEBUG_EXCEPTION left over debuggi...
2011-02-08 Christopher... * dll_init.cc: Fix typo in comment.
2011-02-08 Ulrich Weigandinclude/ChangeLog:
2011-02-07 Corinna Vinschen * configure.in: Remove AC_ALLOCA test and test for...
2011-02-07 Corinna VinschenFix path in ChangeLog entry
2011-02-07 Corinna Vinschen * fhandler_console.cc (fhandler_console::write_normal...
2011-02-05 Christopher... * autoload.cc (wsock_init): Properly define WSAStartup...
2011-02-03 Bernd Schmidt gas/
2011-02-03 Jeff JohnstonFix spelling of Ralf Corsepius' name in ChangeLog.
2011-02-02 Corinna Vinschen * libc/bsdlib.cc: Include err.h.
2011-02-02 Corinna Vinschen * include/err.h: Fix loss of semicolons in previous...
2011-02-02 Corinna Vinschen * include/err.h (err): Add noreturn attribute.
2011-02-02 Corinna Vinschen * path.cc (conv_path_list): Remove enclosing quotes...
2011-02-01 Corinna Vinschen * fhandler.cc (fhandler_base::fsync): Ignore ERROR_INV...
2011-01-31 Corinna Vinschen * syscalls.cc (utmp_data): Fix potential buffer overflow.
2011-01-31 Corinna Vinschen * fhandler_socket.cc (address_in_use): Improve comment...
2011-01-31 Alexandre OlivaPR libgcj/44341
2011-01-30 Corinna Vinschen * fhandler_socket.cc (address_in_use): Disable. Add...
2011-01-29 Christopher... winsup:
2011-01-28 Corinna Vinschen * fhandler_socket.cc (fhandler_socket::wait_for_events...
2011-01-28 Corinna Vinschen * libc/stdio/fclose.c: Only use sfp lock to guard...
2011-01-27 Corinna Vinschen * include/features.h (__STDC_ISO_10646__): Move to...
2011-01-27 Corinna Vinschen * libc/include/sys/features.h: Define __STDC_ISO_10646...
2011-01-26 Corinna Vinschen * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_e...
2011-01-24 Corinna Vinschen * include/features.h (__STDC_ISO_10646__): Define...
2011-01-21 Andreas SchwabSync toplevel configure from GCC
2011-01-21 Corinna Vinschen * syscalls.cc (rename): Fix permission problem with...
2011-01-20 Corinna Vinschen * exec.cc: Include pinfo.h.
2011-01-19 Corinna Vinschen * spawn.cc (av::fixup): Reenable #! handling for all...
2011-01-19 Corinna Vinschen * exec.cc (execlp): Add missing _P_PATH_TYPE_EXEC...
2011-01-19 Corinna Vinschen * exec.cc: Rearrange functions in alphabetical order.
2011-01-19 Corinna Vinschen * exec.cc (strccpy): Move function from here...
2011-01-19 Corinna Vinschen * errno.cc (errmap): Add error codes for invalid binaries.
2011-01-17 Corinna Vinschen * fhandler_proc.cc (format_proc_partitions): Fix compi...
2011-01-17 Corinna Vinschen * path.cc (path_conv::check): Don't follow reparse...
2011-01-17 Corinna Vinschen * fhandler_proc.cc (proc_tab_cmp): Fix typo in comment.
2011-01-15 Corinna Vinschen * libc/include/sys/types.h (ulong): Add typedef.
2011-01-13 Ralf WildenhuesBackport from Libtool: Fix relink mode to use absolute...
2011-01-13 Joel Brobeckerport GDB to ia64-hpux (native).
2011-01-13 Corinna VinschenFix typo, fix copyright
2011-01-13 Corinna Vinschen * fhandler_disk_file.cc (fhandler_base::fstat_helper...
2011-01-13 Corinna VinschenReally check in now
2011-01-13 Corinna VinschenFix ChangeLog entry
2011-01-12 Jeff Johnston2011-01-12 Ralf Corsépius <ralf.corsepius@rtems.org>
2011-01-12 Jeff Johnston2011-01-12 Jeff Johnston <jjohnstn@redhat.com>
2011-01-12 DJ Deloriemerge from gcc
2011-01-12 Corinna Vinschen * new-features.sgml (ov-new1.7.8): Add "new API" parag...
2011-01-12 Corinna Vinschen * posix.sgml: Add madvise to BSD list.
2011-01-12 Corinna Vinschen * cygwin.din (madvise): Export posix_madvise as madvise.
2011-01-12 Corinna Vinschen * libc/include/linux/sys/signal.h (sig_t): Move from...
2011-01-12 Corinna Vinschen * fhandler.h (struct part_t): New type.
2011-01-11 Corinna Vinschen * fhandler.h (MAX_PARTITIONS): New definition.
2011-01-11 Andrew Burgesshttp://sourceware.org/ml/gdb-patches/2010-11/msg00112...
next
This page took 0.057381 seconds and 5 git commands to generate.