]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2011-12-17 Christopher... Clean up whitespace.
2011-12-17 Corinna Vinschen * dcrt0.cc (_dll_crt0): Fix formatting.
2011-12-17 Corinna Vinschen * wow64.cc (wow64_revert_to_original_stack): Fix comment.
2011-12-17 Christopher... * exceptions.cc (set_signal_mask): Remove useless debug...
2011-12-17 Christopher... Fix formatting. Fix typo.
2011-12-17 Christopher... Implement fhandler reference counting.
2011-12-16 Corinna Vinschen * dcrt0.cc (child_info_fork::alloc_stack): Correctly...
2011-12-16 Christopher... * gendef (sigdelayed): Remember to pop all of the saved...
2011-12-16 Christopher... * fhandler.cc (fhandler_base_overlapped::wait_overlappe...
2011-12-16 Corinna Vinschen * Makefile.in (DLL_OFILES): Add wow64.o.
2011-12-16 Tristan Gingoldbinutils/
2011-12-16 Christopher... * exceptions.cc (_cygtls::call_signal_handler): Fix...
2011-12-15 Jeff Johnston2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
2011-12-15 Jeff Johnston2011-12-15 Konrad Eisele <konrad@gaisler.com>
2011-12-14 Corinna Vinschen Don't leave Windows 2000 behind.
2011-12-14 Tristan Gingoldbfd/
2011-12-13 Jeff Johnston2011-12-13 Richard Earnshaw <rearnsha@arm.com>
2011-12-13 Jeff Johnston2011-12-13 Richard Earnshaw <rearnsha@arm.com>
2011-12-13 Keith MarshallFactor common code from subdirectory makefiles into...
2011-12-13 Keith MarshallPrepare for factoring out common makefile code.
2011-12-13 Christopher... add missing change
2011-12-13 Christopher... * dcrt0.cc (init_windows_system_directory): Record...
2011-12-13 Corinna Vinschen * netdb.cc (open_system_file): Avoid MS-DOS path warning.
2011-12-13 Corinna Vinschen * path.cc (conv_path_list): Fix a condition.
2011-12-13 Corinna Vinschen * fhandler_disk_file.cc (fhandler_base::fstat_by_handl...
2011-12-13 Corinna Vinschen * times.cc (hires_ns::resolution): Don't return less...
2011-12-13 Christopher... * cygthread.h (cygthread::name): Very minor formatting...
2011-12-13 Christopher... * faq-using.xml: Remove obsolete entry about the standa...
2011-12-12 Corinna Vinschen * fhandler_process.cc (dos_drive_mappings): Partially...
2011-12-12 Keith MarshallCorrect makefile error; remove unnecessary FLAGS_TO_PAS...
2011-12-12 Corinna Vinschen * fhandler_process.cc (dos_drive_mappings::dos_drive_m...
2011-12-12 Corinna Vinschen * mount.cc (fs_info::update): Set has_buggy_reopen...
2011-12-12 Corinna Vinschen * libc/time/strftime.c (get_era_info): Fix off-by...
2011-12-12 Corinna Vinschen * dcrt0.cc (wow64_respawn): New static variable.
2011-12-12 Christopher... * pipe.cc (fhandler_pipe::create): Use debug_printf...
2011-12-11 Christopher... * select.cc (select_stuff::wait): Very minor formatting...
2011-12-10 Keith MarshallCorrect defective configure checkin
2011-12-10 Christopher... fix another typo in ChangeLog
2011-12-10 Christopher... * sigproc.h (cygwait): Delete duplicate va_start and...
2011-12-10 Christopher... Add ChangeLog entry for previous change and revert...
2011-12-10 Christopher... Clarify entry
2011-12-10 Keith MarshallBuild system clean-up (phase 1)
2011-12-10 Christopher... * exceptions.cc (ctrl_c_handler): YA in a series or...
2011-12-09 Christopher... * dllfixdbg: Work around annoying gdb warning about...
2011-12-09 Christopher... Rename cygWFMO to cygwait throughout and use the magic...
2011-12-09 Christopher... Revert erroneous checkin
2011-12-09 Christopher... * sigproc.cc (signal_exit): Revert reversion of 2011...
2011-12-09 Christopher... * select.cc (cygwin_select): Fifth time is the charm.
2011-12-08 Andrew Pinskibfd:
2011-12-08 Christopher... * select.cc (cygwin_select): Make sure that 0 is return...
2011-12-08 Christopher... * include/sys/wait.h: Add in all c++ functions.
2011-12-08 Christopher... * select.cc (select_stuff::wait): Temporarily disallow...
2011-12-08 Christopher... * include/sys/wait.h: Ensure that C++ functions are...
2011-12-08 Christopher... * select.cc (cygwin_select): Make sure that poll is...
2011-12-08 Christopher... * dll_init.cc (dll_dllcrt0): Don't try to initialize...
2011-12-08 Christopher... * fhandler_termios.cc (tty_min::kill_pgrp): Don't send...
2011-12-07 Christopher... * select.cc (cygwin_select): Add common introducer...
2011-12-07 Christopher... * exceptions.cc (ctrl_c_handler): Remove _my_tls.remove...
2011-12-07 Corinna Vinschen * spawn.cc (child_info_spawn::worker): Add CREATE_BREA...
2011-12-07 Christopher... * fhandler_fifo.cc (fhandler_fifo::wait): Fix stupid...
2011-12-06 Ulrich Weigandinclude/elf/ChangeLog:
2011-12-06 Corinna Vinschen * libc/iconv/Makefile.am (stmp-def): Use $(MAKE) rathe...
2011-12-05 Christopher... * sigproc.cc (close_my_readsig): New function.
2011-12-05 Corinna Vinschen * mmap.cc (mlock): Replace LOCK_VM_IN_WSL with correct...
2011-12-04 Christopher... correct name of function
2011-12-04 Christopher... * sigproc.cc (cygWFMO): Don't assume that cancellable...
2011-12-04 Christopher... * sigproc.h (cygWFMO): Move inside "INSIDE_CYGWIN"...
2011-12-04 Christopher... * exceptions.cc (exception::handle): Drop abbreviation...
2011-12-03 Christopher... * mmap.cc (mlock): Add standard syscall return value...
2011-12-03 Christopher... fix incorrectly named file in old ChangeLog entry
2011-12-03 Corinna Vinschen * mmap.cc (mlock): Drop requesting SE_LOCK_MEMORY_PRIV...
2011-12-03 Christopher... Throughout, remove extra space after function name...
2011-12-03 Corinna Vinschen * fhandler.cc (fhandler_base::open): Fix comment a...
2011-12-03 Michael Frysingersim: export cb_get_string for people to use
2011-12-03 Corinna Vinschen * fhandler.cc (fhandler_base::open): Fix typos in...
2011-12-02 Corinna Vinschen * Makefile.in (cygpath.exe): Add -luserenv to ALL_LDFLAGS.
2011-12-02 Corinna Vinschen * path.cc (conv_path_list): Take cygwin_conv_path_t...
2011-12-01 Corinna Vinschen * mkgroup.c: Drop support for NT4 domains.
2011-12-01 Chris Sutcliffe2011-11-30 Ozkan Sezer <sezero@users.sourceforge...
2011-12-01 Chris Sutcliffe2011-11-30 Earnie Boyd <earnie@users.sourceforge...
2011-11-30 Chris Sutcliffe2011-11-30 Rodrigo Rivas Costa <rodrigorivascosta...
2011-11-29 Andrew Pinskiopcode/
2011-11-29 Christopher... * sigproc.cc (get_proc_lock): Remove extra NULL check...
2011-11-29 Christopher... * sync.cc: Fix comment.
2011-11-29 Christopher... * sigproc.cc (remove_proc): Don't terminate the current...
2011-11-29 DJ Delorie[libgloss]
2011-11-29 Christopher... fix older description
2011-11-28 Corinna Vinschen * locale.cc (print_locale_with_codeset): Fetch Windows...
2011-11-28 Corinna Vinschen * external.cc (fillout_pinfo): Store program name...
2011-11-28 Corinna Vinschen * ps.cc: Remove all Win 9x considerations. Use psapi...
2011-11-28 Corinna Vinschen * pinfo.cc (pinfo::exit): Call TerminateProcess to...
2011-11-27 Christopher... * init.cc (dll_entry): Revert previous change since...
2011-11-26 Keith MarshallClean up DIRENT errno handling; make it more POSIX...
2011-11-26 Christopher... * init.cc (remove): Don't bother calling through thread...
2011-11-26 Christopher... * exceptions.cc (stackdump): Make global.
2011-11-26 Christopher... * exceptions.cc (sigpacket::process): Move signal_exit...
2011-11-24 Christopher... * strace.cc (attach_process): Use NT_SUCCESS to figure...
2011-11-24 Christopher... missed this in previous checkin
2011-11-24 Christopher... * cygthread.h (cygthread::name): Default name to "main...
2011-11-24 Christopher... * child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previ...
next
This page took 0.06403 seconds and 5 git commands to generate.