]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2012-09-14 Christopher... * cygthread.cc (cygthread::stub): Remove old, unnecessa...
2012-09-13 Anthony Greenbi-endian support for moxie.
2012-09-12 Mike Wrighton* gdb/remote.c (remote_insert_hw_breakpoint): Throw...
2012-09-12 Richard Earnshaw2012-09-11 Chris Schlumberger-Socha <chris.schlumberg...
2012-09-06 Cary Coutant2012-09-06 Cary Coutant <ccoutant@google.com>
2012-09-04 H.J. LuAdd Intel Itanium Series 9500 support
2012-09-04 Christopher... * faq-what.xml: Fix typos, clarify responsibility slightly.
2012-09-02 Corinna Vinschen * pseudo-reloc.cc (auto_protect_for): New function.
2012-09-02 Corinna Vinschen * cygcheck.cc (dump_sysinfo): Drop "not yet supported...
2012-08-30 DJ Delorie* rx/rx.ld: Add W_* sections to .rodata.
2012-08-30 Michael Frysingerlibgloss: cr16: add custom syscall list
2012-08-28 Walter LeeAdd support for constructing pc-relative addresses...
2012-08-26 Christopher... * pinfo.cc (pinfo::init): Remove assertion.
2012-08-26 H.J. LuDon't set HOST_LIB_PATH_bfd/HOST_LIB_PATH_opcodes
2012-08-26 H.J. LuSync toplevel files with GCC tree
2012-08-26 H.J. LuSync libtool.m4 with GCC tree
2012-08-24 Sriraman TallamPatch adds support to allow plugins to map selected...
2012-08-24 Matthew Gretton... * gas/config/tc-arm.c (check_obsolete): New function.
2012-08-24 Matthew Gretton... * bfd/elf32-arm.c (v8): New array.
2012-08-23 Christopher... * pinfo.cc (_pinfo::exists): Don't consider a process...
2012-08-23 Christopher... * libc/stdio/flags.c (__sflags): Guard against using...
2012-08-21 David S. MillerFix sparc opcode encoding for 4-arg crypto instructions.
2012-08-21 Christopher... * libc/stdio/flags.c (__sflags): Rewrite recognition...
2012-08-21 Christopher... * net.cc (get_adapters_addresses): Drop FIXME part...
2012-08-17 Christopher... * DevNotes: Add entry cgf-000016.
2012-08-17 Christopher... * exceptions.cc (sig_handle_tty_stop): Clear tls sig...
2012-08-17 Corinna Vinschen * fhandler_clipboard.cc (fhandler_dev_clipboard::read...
2012-08-16 Christopher... whitespace cleanup
2012-08-16 Christopher... * cygtls.cc (_cygtls::operator HANDLE): Reverse '?...
2012-08-16 Christopher... * cygheap.cc (init_cygheap::find_tls): Don't consider...
2012-08-15 Christopher... fix typo
2012-08-15 Christopher... Rename cancelable_wait -> cygwait throughout.
2012-08-15 Christopher... * cygtls.h (_cygtls::create_signal_arrived): New function.
2012-08-15 Christopher... * gendef: Tighten up whitespace detection.
2012-08-15 Christopher... * gendef: Delete unneeded read from <IN> which ate...
2012-08-15 Christopher... * exceptions.cc (sigdelayed): Move declaration to sigpr...
2012-08-15 Christopher... * pinfo.cc (_pinfo::exists): Don't consider an execed...
2012-08-14 Corinna Vinschen * gmon.c (_mcleanup): Fix scope bug when using gmon_ou...
2012-08-14 Christopher... * errno.cc (errmap): Keep sorted.
2012-08-14 Corinna Vinschen * thread.cc (semaphore::_fixup_after_fork): Fix Win32...
2012-08-14 Christopher... * errno.cc (errmap): Keep sorted.
2012-08-14 Corinna Vinschen * mount.cc (fs_names): Add missing ReFS entry. Change...
2012-08-13 Christopher... * errno.cc (errmap): Map ERROR_SXS_CANT_GEN_ACTCTX...
2012-08-13 Nick CliftonAdd support for 64-bit ARM architecture: AArch64
2012-08-13 Maciej W. Rozycki include/opcode/
2012-08-10 Corinna Vinschen * libc/stdlib/btowc.c (btowc): Cast to avoid compiler...
2012-08-10 Earnie Boyd Even though MSDN documents these as __cdecl the kernel...
2012-08-10 Corinna VinschenFix date
2012-08-10 Corinna Vinschen * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Fix guard...
2012-08-09 Christopher... * DevNotes: Add entry cgf-000014.
2012-08-08 Earnie Boyd * lib/kernel32.def (InterlockedDecrement): Remove...
2012-08-08 Earnie Boyd2012-08-08 Kai Tietz <ktietz@redhat.com>
2012-08-08 Corinna Vinschen * libc/posix/engine.c(dissect): Guard diagnostic pragm...
2012-08-08 Corinna Vinschen Throughout, run newlib with -Wall -Werror option and...
2012-08-08 Corinna Vinschen * include/sys/wait.h (_wait): Define when building...
2012-08-07 Corinna Vinschen * libc/stdlib/mprec.h (Storeinc): Add parenthesis...
2012-08-07 Christopher... * signal.cc (sigwaitinfo): Change cw_sig to the correct...
2012-08-06 Earnie Boyd * include/winnt.h (MemoryBarrier): Define to __mingwor...
2012-08-06 Earnie Boyd * mingwex/membarrier.c: New file.
2012-08-06 Earnie Boyd * include/winnt.h (MemoryBarrier): Use __sync_synchron...
2012-08-06 Corinna Vinschen*** empty log message ***
2012-08-06 Christopher... Add
2012-08-04 Earnie Boyd * include/winver.h (VerQueryValue[AW]): Correct declar...
2012-08-03 Earnie BoydAdd mingwex/tsearch.c to ChangeLog
2012-08-03 Earnie Boyd * include/_mingw.h (threadlocalinfostruct, threadmbinf...
2012-08-03 Earnie Boyd * include/limits.h (PATH_MAX): Guard with #ifndef...
2012-08-03 Earnie Boyd2012-08-02 Ivan Maidanski <ivmai@users.sourceforge...
2012-08-03 Earnie Boyd * include/stdio.h (_lock_file, _unlock_file): Declare.
2012-08-03 Earnie Boyd * include/stdio.h (_getws, _putws): Guard with #ifndef...
2012-08-03 Earnie Boyd * include/wchar.h (_wcstrtoi64): Declare.
2012-08-03 Earnie Boyd * include/stdlib.h (_strtoi64): Declare.
2012-08-03 Christopher... * exceptions.cc (sigdelayed): Simplify declaration.
2012-08-03 Christopher... * spawn.cc (child_info_spawn::worker): Put back a minor...
2012-08-03 Corinna Vinschen * faq-using.xml (faq.using.man): Make relevance to...
2012-08-02 Sean Keys * elf/m68hc11.h: #define E_M68HC11_NO_BANK_WARNING
2012-08-02 Sean Keys * m68hc11.h: #define E_M68HC11_NO_BANK_WARNING
2012-08-02 Earnie Boyd * lib/Makefile.in (amvideo.h): Dependencies are not...
2012-08-02 Earnie Boyd * include/setupapi.h: Correct typos and truncations.
2012-08-01 Earnie Boyd * include/winnt.h (MemoryBarrier): Add definition.
2012-08-01 Corinna Vinschen * include/cygwin/socket.h (MSG_BCAST): Define.
2012-08-01 Earnie Boyd * include/winbase.h (InterlockedDecrement): Modify...
2012-08-01 Earnie Boyd * include/wtsapi32.h (WTSVirtualChannelClose): Add...
2012-08-01 Earnie Boyd * include/excpt.h (__try1): Define based on _WIN64...
2012-08-01 Earnie Boyd * include/winuser.h (tagMENUITEMINFOA): Correct dwItem...
2012-08-01 Corinna Vinschen * fhandler.h (fhandler_socket::recv_internal): Add...
2012-08-01 Corinna Vinschen * Makefile.in: Semi-revert patch from 2012-07-01,...
2012-08-01 Corinna Vinschen * Makefile.in: Semi-revert patch from 2012-07-01,...
2012-07-31 Maciej W. Rozycki include/opcode/
2012-07-31 Corinna Vinschen * path.cc (etc::dir_changed): Revert muto changes...
2012-07-31 Corinna Vinschen * path.cc (etc::dir_changed): Change `io' to a static...
2012-07-30 Kevin Buettner * libc/sys/sysnecv850/crt0.S (_start): Use v850e-specific
2012-07-30 Sean Keys2012-07-05 Sean Keys <skeys@ipdatasys.com>
2012-07-30 Earnie Boyd * include/_mingw.h: Add __MINGW_VERSION, __MINGW_MAJOR...
2012-07-30 Earnie Boyd * include/inttypes.h: A few items like PRNdPTR and...
2012-07-30 Earnie Boyd* include/stdint.h: Include _mingw.h for the definition...
2012-07-30 Christopher... * Makefile.common (CFLAGS_COMMON): Add temporary define...
2012-07-30 Christopher... * winlean.h: Add temporary define.
2012-07-30 Christopher... * cygwait.cc (cancelable_wait): Add some debugging...
2012-07-30 Earnie BoydAdd missing include/sdkddkver.h
2012-07-29 Christopher... Doh. Check in missing file from previous submission.
next
This page took 0.05698 seconds and 5 git commands to generate.