1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Makefile.in: Make sure that libz is always loaded staticly. More... over 11 years ago
* Makefile.in (Makefile): Rely on 'configure' not 'configure.in'. More... over 11 years ago
ChangeLog: 2012-11-26 Christopher Faylor <[email protected]> More... over 11 years ago
* ccwrap: Don't drop mingw header file paths unless we've specified them with --with-windows-headers. More... over 11 years ago
* libc/include/inttypes.h: Add and use __INTTYPES_EXP(). More... over 11 years ago
* fhandler_registry.cc: Drop Mingw.org considerations. * fhandler_serial.cc: Ditto. * fhandler_socket.cc: Ditto. * fhandler_tape.cc: Ditto. * fhandler_tty.cc: Ditto. * net.cc: Ditto. * ntdll.h: Ditto. * sched.cc: Ditto. * sec_helper.cc: Ditto. More... over 11 years ago
* bloda.cc: Drop Mingw.org considerations. * dump_setup.cc: Ditto. * strace.cc: Ditto. More... over 11 years ago
* transport_pipes.cc (pipe_instance_lock_once): Remove. (pipe_instance_lock): Remove. (pipe_instance): Remove. (initialise_pipe_instance_lock): Remove. (transport_layer_pipes::accept): Drop entire pipe_instance handling. (transport_layer_pipes::close): Ditto. More... over 11 years ago
* cygserver.cc (main): Call listen right after creating the transport. * transport_pipes.cc (transport_layer_pipes::listen): Create first instance of the named pipe here. Connect the client side to block it for further use by the system. (transport_layer_pipes::accept): Don't handle first pipe instance here. Change debug output accordingly. More... over 11 years ago
* configure.in: Remove unneeded ALLOC substitution. * configure: Regenerate. * aclocal.m4: Ditto. More... over 11 years ago
* configure.in: Add previously-missed AC_NO_EXECUTABLES. * configure: Regenerate. * aclocal.m4: Ditto. More... over 11 years ago
cygwin/ChangeLog: 2012-11-23 Christopher Faylor <[email protected]> More... over 11 years ago
* sysv_sem.cc (semundo_clear): Move condition to break from inner loop to the right spot. More... over 11 years ago
ChangeLog: 2012-11-12 Christopher Faylor <[email protected]> More... over 11 years ago
* libm/machine/aarch64/configure.in: Change comment to say libm instead of libc. More... over 11 years ago
include/opcode/ * ppc.h (ppc_parse_cpu): Update prototype. opcodes/ * ppc-dis.c (ppc_parse_cpu): Add "sticky" param. Track bits set from ppc_opts.sticky in it. Delete "retain_mask". (powerpc_init_dialect): Choose default dialect from info->mach before parsing -M options. Handle more bfd_mach_ppc variants. Update common default to power7. gas/ * config/tc-ppc.c (sticky): New var. (md_parse_option, ppc_machine): Update ppc_parse_cpu calls. gas/testsuite/ * gas/ppc/astest2.d: Pass -Mppc to objdump. ld/testsuite/ * ld-powerpc/plt1.d: Update for default "at" branch hints. * ld-powerpc/tlsexe.d: Likewise. * ld-powerpc/tlsexetoc.d: Likewise. * ld-powerpc/tlsopt1.d: Likewise. * ld-powerpc/tlsopt1_32.d: Likewise. * ld-powerpc/tlsopt2.d: Likewise. * ld-powerpc/tlsopt2_32.d: Likewise. * ld-powerpc/tlsopt4.d: Likewise. * ld-powerpc/tlsopt4_32.d: Likewise. * ld-powerpc/tlsso.d: Likewise. * ld-powerpc/tlstocso.d: Likewise. More... over 11 years ago
Increment version to 1.0.18. More... over 11 years ago
* termios.cc (cfsetspeed): New function. * cygwin.din (cfsetspeed): Export. * posix.sgml (std-bsd): Add cfsetspeed. * include/sys/termios.h (cfsetspeed): Declare. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. More... over 11 years ago
2012-11-19 Jan-Benedict Glaw <[email protected]> More... over 11 years ago
* include/mntent.h: Only include paths.h when building for Cygwin. Add comment to explain why. More... over 11 years ago
Update DF_1_XXX from Solaris More... over 11 years ago
Restore "Consider *-*-nacl* targets ELF for gold" More... over 11 years ago
Sync toplevel files with GCC More... over 11 years ago
2012-11-14 Tristan Gingold <[email protected]> More... over 11 years ago
2012-11-14 Tristan Gingold <[email protected]> More... over 11 years ago
2012-11-12 Steve Ellcey <[email protected]> More... over 11 years ago
* libc/include/sys/time.h: Avoid guarding other than timeval declaration with _TIMEVAL_DEFINED. Move timeval related macros under _TIMEVAL_DEFINED control. More... over 11 years ago
merge from gcc More... over 11 years ago
Merge from GCC. More... over 11 years ago
* winbase.h: Semi-reinstantiate to workaround lack inline assembler implementation of InterlockedCompareExchange for i686 in Mingw64 headers. * pinfo.cc (pinfo::init): Remove unused variable mapaddr. More... over 11 years ago