OSDN Git Service

Miscellaneous formatting adjustments.
[pf3gnuchains/pf3gnuchains4x.git] / winsup /
2012-01-15 keithmarshallMiscellaneous formatting adjustments.
2012-01-15 keithmarshallImprove self-documentation of 'for' loop commands.
2012-01-15 keithmarshallGeneralise 'all' rule to arbitrary prerequisite sub...
2012-01-15 keithmarshallDerive package release index from configure time specif...
2012-01-14 keithmarshallDiscontinue CVS tracking of generated 'configure' script.
2012-01-13 yselkowitzDocument support of printf %m conversion flag.
2012-01-13 yselkowitz * new-features.sgml (ov-new1.7.10): Document support...
2012-01-13 yselkowitz * include/cygwin/config.h (_GLIBC_EXTENSION): Define.
2012-01-12 yselkowitzDocument tgmath.h.
2012-01-12 yselkowitz * new-features.sgml (ov-new1.7.10): Document tgmath.h.
2012-01-11 cgf* spawn.cc (child_info_spawn::worker): Delete debugging.
2012-01-11 cgfUpdate copyright on all files checked in so far this...
2012-01-09 corinna * include/cygwin/process.h: Move here from newlib.
2012-01-09 corinna * miscfuncs.cc (thread_wrapper): Make sure stack is...
2012-01-09 corinna * Makefile.common (MINGW_LDFLAGS): Correctly use ...
2012-01-08 cgf* dtable.cc (dtable::stdio_init): Always initialize...
2012-01-08 yselkowitzAdd my recent API additions.
2012-01-06 keithmarshallEnsure Makefile.comm source is included in distribution...
2012-01-06 ironhead2012-01-06 Chris Sutcliffe <ir0nh34d@users.sf.net>
2012-01-06 yselkowitz * new-features.sgml (ov-new1.7.10): Document pthread_s...
2012-01-06 yselkowitz * cygwin.din (pthread_sigqueue): Export.
2012-01-05 ironhead2012-01-05 Chris Sutcliffe <ir0nh34d@users.sf.net>
2012-01-04 ironhead2012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>
2012-01-04 ironhead2012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>
2012-01-03 keithmarshallCorrect misuse of #ifdef, identified by 'make test'.
2012-01-02 cgf* path.cc (get_current_dir_name): Avoid memory leak...
2012-01-01 yselkowitz * new-features.sgml (ov-new1.7.10): Document get_curre...
2012-01-01 yselkowitz * cygwin.din (get_current_dir_name): Export.
2012-01-01 cgfBump ChangeLog
2011-12-31 cgfAdd a couple other items which have been changed since...
2011-12-31 cgfInitial checkin of text Corinna sent to cygwin-announce.
2011-12-30 yselkowitz * new-features.sgml (ov-new1.7.10): Document getpt.
2011-12-30 yselkowitz * cygwin.din (getpt): Export.
2011-12-30 yselkowitz * thread.cc: Mark pthread_rwlock_timedrdlock and
2011-12-25 cgf* fhandler_dsp.cc (fhandler_dev_dsp::fhandler_dev_dsp...
2011-12-24 corinna * path.cc (struct symlink_info): Add bool argument...
2011-12-23 corinna * pinfo.cc (pinfo_basic::pinfo_basic): Fix formatting...
2011-12-22 corinna * spawn.cc (child_info_spawn::worker): Add CREATE_BREA...
2011-12-22 corinna * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)...
2011-12-22 corinna Don't leave Windows 2000 behind.
2011-12-22 corinna * include/winnt.h: Add missing PROCESS_QUERY_LIMITED_I...
2011-12-22 corinna * Makefile.in (ps.exe): Drop -lpsapi from ALL_LDFLAGS.
2011-12-22 corinna * external.cc (cygwin_internal): Implement CW_ALLOC_DR...
2011-12-22 corinna * fhandler_process.cc: Drop unneeded includes.
2011-12-22 corinna Throughout use wincap.allocation_granularity instead...
2011-12-21 cgf* fhandler.cc (fhandler_base_overlapped::wait_overlappe...
2011-12-21 corinna * dcrt0.cc (_dll_crt0): Rephrase comments. Set $ebp...
2011-12-19 corinna * syscalls.cc (rename): Fix typo in comment. Fix...
2011-12-19 corinna * dcrt0.cc (dll_crt0_0): Check for wincap.wow64_has_se...
2011-12-19 cgfclarify entry
2011-12-18 cgf* fhandler.cc (fhandler_base::close): Move setting...
2011-12-17 cgfClean up whitespace.
2011-12-17 corinna * dcrt0.cc (_dll_crt0): Fix formatting.
2011-12-17 corinna * wow64.cc (wow64_revert_to_original_stack): Fix comment.
2011-12-17 cgf* exceptions.cc (set_signal_mask): Remove useless debug...
2011-12-17 cgfFix formatting. Fix typo.
2011-12-17 cgfImplement fhandler reference counting.
2011-12-16 corinna * dcrt0.cc (child_info_fork::alloc_stack): Correctly...
2011-12-16 cgf* gendef (sigdelayed): Remember to pop all of the saved...
2011-12-16 cgf* fhandler.cc (fhandler_base_overlapped::wait_overlappe...
2011-12-16 corinna * Makefile.in (DLL_OFILES): Add wow64.o.
2011-12-16 cgf* exceptions.cc (_cygtls::call_signal_handler): Fix...
2011-12-14 corinna Don't leave Windows 2000 behind.
2011-12-13 keithmarshallFactor common code from subdirectory makefiles into...
2011-12-13 keithmarshallPrepare for factoring out common makefile code.
2011-12-13 cgfadd missing change
2011-12-13 cgf* dcrt0.cc (init_windows_system_directory): Record...
2011-12-13 corinna * netdb.cc (open_system_file): Avoid MS-DOS path warning.
2011-12-13 corinna * path.cc (conv_path_list): Fix a condition.
2011-12-13 corinna * fhandler_disk_file.cc (fhandler_base::fstat_by_handl...
2011-12-13 corinna * times.cc (hires_ns::resolution): Don't return less...
2011-12-13 cgf* cygthread.h (cygthread::name): Very minor formatting...
2011-12-13 cgf* faq-using.xml: Remove obsolete entry about the standa...
2011-12-12 corinna * fhandler_process.cc (dos_drive_mappings): Partially...
2011-12-12 keithmarshallCorrect makefile error; remove unnecessary FLAGS_TO_PAS...
2011-12-12 corinna * fhandler_process.cc (dos_drive_mappings::dos_drive_m...
2011-12-12 corinna * mount.cc (fs_info::update): Set has_buggy_reopen...
2011-12-12 corinna * dcrt0.cc (wow64_respawn): New static variable.
2011-12-12 cgf* pipe.cc (fhandler_pipe::create): Use debug_printf...
2011-12-11 cgf* select.cc (select_stuff::wait): Very minor formatting...
2011-12-10 keithmarshallCorrect defective configure checkin
2011-12-10 cgffix another typo in ChangeLog
2011-12-10 cgf* sigproc.h (cygwait): Delete duplicate va_start and...
2011-12-10 cgfAdd ChangeLog entry for previous change and revert...
2011-12-10 cgfClarify entry
2011-12-10 keithmarshallBuild system clean-up (phase 1)
2011-12-10 cgf* exceptions.cc (ctrl_c_handler): YA in a series or...
2011-12-09 cgf* dllfixdbg: Work around annoying gdb warning about...
2011-12-09 cgfRename cygWFMO to cygwait throughout and use the magic...
2011-12-09 cgfRevert erroneous checkin
2011-12-09 cgf* sigproc.cc (signal_exit): Revert reversion of 2011...
2011-12-09 cgf* select.cc (cygwin_select): Fifth time is the charm.
2011-12-08 cgf* select.cc (cygwin_select): Make sure that 0 is return...
2011-12-08 cgf* include/sys/wait.h: Add in all c++ functions.
2011-12-08 cgf* select.cc (select_stuff::wait): Temporarily disallow...
2011-12-08 cgf* include/sys/wait.h: Ensure that C++ functions are...
2011-12-08 cgf* select.cc (cygwin_select): Make sure that poll is...
2011-12-08 cgf* dll_init.cc (dll_dllcrt0): Don't try to initialize...
2011-12-08 cgf* fhandler_termios.cc (tty_min::kill_pgrp): Don't send...
2011-12-07 cgf* select.cc (cygwin_select): Add common introducer...
next