Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-13Document support of printf %m conversion flag.Yaakov Selkowitz
2012-01-13 * include/cygwin/config.h (_GLIBC_EXTENSION): Define.Yaakov Selkowitz
2012-01-13Document tgmath.h.Yaakov Selkowitz
2012-01-12* spawn.cc (child_info_spawn::worker): Delete debugging.Christopher Faylor
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor
2012-01-09 * include/cygwin/process.h: Move here from newlib.Corinna Vinschen
2012-01-09 * miscfuncs.cc (thread_wrapper): Make sure stack is 16 byte alignedCorinna Vinschen
2012-01-08* dtable.cc (dtable::stdio_init): Always initialize console when we have one.Christopher Faylor
2012-01-08Add my recent API additions.Yaakov Selkowitz
2012-01-06 * cygwin.din (pthread_sigqueue): Export.Yaakov Selkowitz
2012-01-02* path.cc (get_current_dir_name): Avoid memory leak. Don't return PWD contentsChristopher Faylor
2012-01-01 * cygwin.din (get_current_dir_name): Export.Yaakov Selkowitz
2012-01-01Bump ChangeLogChristopher Faylor
2011-12-31Add a couple other items which have been changed since initial call for testingChristopher Faylor
2011-12-31Initial checkin of text Corinna sent to cygwin-announce.Christopher Faylor
2011-12-31 * cygwin.din (getpt): Export.Yaakov Selkowitz
2011-12-30 * thread.cc: Mark pthread_rwlock_timedrdlock andYaakov Selkowitz
2011-12-25* fhandler_dsp.cc (fhandler_dev_dsp::fhandler_dev_dsp): Set up device.Christopher Faylor
2011-12-24 * path.cc (struct symlink_info): Add bool argument to declaration ofCorinna Vinschen
2011-12-23 * pinfo.cc (pinfo_basic::pinfo_basic): Fix formatting. Set uid and gidCorinna Vinschen
2011-12-22 * spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOBCorinna Vinschen
2011-12-22 * external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,Corinna Vinschen
2011-12-22 * fhandler_process.cc: Drop unneeded includes.Corinna Vinschen
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen
2011-12-21* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Use correct value inChristopher Faylor
2011-12-21 * dcrt0.cc (_dll_crt0): Rephrase comments. Set $ebp to NULL, as inCorinna Vinschen
2011-12-19 * syscalls.cc (rename): Fix typo in comment. Fix condition to handleCorinna Vinschen
2011-12-19 * dcrt0.cc (dll_crt0_0): Check for wincap.wow64_has_secondary_stackCorinna Vinschen
2011-12-19clarify entryChristopher Faylor
2011-12-18* fhandler.cc (fhandler_base::close): Move setting isclosed() from here toChristopher Faylor
2011-12-18Clean up whitespace.Christopher Faylor
2011-12-17 * dcrt0.cc (_dll_crt0): Fix formatting.Corinna Vinschen
2011-12-17 * wow64.cc (wow64_revert_to_original_stack): Fix comment.Corinna Vinschen
2011-12-17* exceptions.cc (set_signal_mask): Remove useless debugging output.Christopher Faylor
2011-12-17Fix formatting. Fix typo.Christopher Faylor
2011-12-17Implement fhandler reference counting.Christopher Faylor
2011-12-16 * dcrt0.cc (child_info_fork::alloc_stack): Correctly check if theCorinna Vinschen
2011-12-16* gendef (sigdelayed): Remember to pop all of the saved registers.Christopher Faylor
2011-12-16* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Fix unresolvedChristopher Faylor
2011-12-16 * Makefile.in (DLL_OFILES): Add wow64.o.Corinna Vinschen
2011-12-16* exceptions.cc (_cygtls::call_signal_handler): Fix debugging to not go toChristopher Faylor
2011-12-15 Don't leave Windows 2000 behind.Corinna Vinschen
2011-12-14add missing changeChristopher Faylor
2011-12-14* dcrt0.cc (init_windows_system_directory): Record system_wow64_directoryChristopher Faylor
2011-12-13 * netdb.cc (open_system_file): Avoid MS-DOS path warning.Corinna Vinschen
2011-12-13 * path.cc (conv_path_list): Fix a condition.Corinna Vinschen
2011-12-13 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CallCorinna Vinschen
2011-12-13 * times.cc (hires_ns::resolution): Don't return less than 1.Corinna Vinschen
2011-12-13* cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor
2011-12-13 * fhandler_process.cc (dos_drive_mappings): Partially rewrite toCorinna Vinschen