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
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2013-01-21* update-copyright (update_maybe): Accommodate perl-style copyright comments.Christopher Faylor
2013-01-21* update-copyright: Silently skip nonexistent files. Display filename onChristopher Faylor
2013-01-21* update-copyright: Update standard copyright information based on cvs log andChristopher Faylor
2013-01-21* malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal' throughout.Christopher Faylor
2013-01-20* sigproc.cc (sig_dispatch_pending): Add correct regparm attributes to matchChristopher Faylor
2013-01-19 * syscalls.cc (rename): Remove ill-conceived NFS workaround fromCorinna Vinschen
2013-01-19* exceptions.cc (ctrl_c_handler): Remove special-case handler forChristopher Faylor
2013-01-18 * errno.cc (errmap): Map ERROR_LOCK_VIOLATION to EBUSY.Corinna Vinschen
2013-01-18 * mmap.cc (handler_disk_file::msync): Add call to FlushFileBuffersCorinna Vinschen
2013-01-18* mmap.cc (handler_disk_file::msync): Retry up to 99 times if FlushViewOFileChristopher Faylor
2013-01-17* sigproc.cc (no_signals_available): Finally remove this macro entirely.Christopher Faylor
2013-01-16* pthread.cc (pthread_exit): Add kludge to accommodate noreturn attribute.Christopher Faylor
2013-01-15fix typoChristopher Faylor
2013-01-15* include/pthread.h (pthread_exit): Mark as "noreturn".Christopher Faylor
2013-01-14fix typoChristopher Faylor
2013-01-14Fix copyrightsCorinna Vinschen
2013-01-14update with my changesChristopher Faylor
2013-01-14*** empty log message ***Corinna Vinschen
2013-01-14* exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor
2013-01-11* DevNotes: Add entry cgf-000021.Christopher Faylor
2013-01-11 * syscalls.cc (rename): Drop handling paths > 32757 chars, emit EINVALCorinna Vinschen
2013-01-11 * fhandler.h (class dev_console): Flag for expanded control sequence.Corinna Vinschen
2013-01-10 * path.h (path_conv::fs_type): New method.Corinna Vinschen
2013-01-09 * cygerrno.h: Fix copyright.Corinna Vinschen
2013-01-09 * dcrt0.cc (main_thread_sinit): New inline function. Fix and explainCorinna Vinschen
2013-01-07* thread.cc (pthread_rwlock::lookup_reader): Remove parameter: always assumeChristopher Faylor
2013-01-07* thread.cc (pthread_rwlock::add_reader): Perform new operation here and returnChristopher Faylor
2013-01-04* globals.cc (exit_states): Renumber so that ES_EXIT_STARTING is first, asChristopher Faylor
2013-01-03* sigproc.cc (exit_thread): Set thread signal mask so that no signals are sentChristopher Faylor
2013-01-03* sigproc.cc (no_signals_available): Remove exit_state test since signals areChristopher Faylor
2013-01-02update copyrightChristopher Faylor
2013-01-02* DevNotes: Add entry cgf-000020, relating to previous checkin.Christopher Faylor
2013-01-02* cygtls.h (_cygtls::signal_exit): Delete from class.Christopher Faylor
2012-12-31* sigproc.cc (wait_sig): Remove spurious extern.Christopher Faylor
2012-12-31* dtable.cc (dtable::dup3): Fix bounds checking for valid newfd.Christopher Faylor
2012-12-28* DevNotes: Add entry cgf-000019.Christopher Faylor
2012-12-27* fork.cc (child_info::prefork): Fix error message formatting.Christopher Faylor
2012-12-23Fix tid comment.Christopher Faylor
2012-12-22* select.h (select_stuff): Remove variable names from parameter declarations.Christopher Faylor
2012-12-22Back out prematurely checked-in change.Christopher Faylor
2012-12-22* sigproc.cc (exit_thread): undef ExitThread or suffer recursion. Attempt toChristopher Faylor
2012-12-22Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor
2012-12-21* DevNotes: Add entry cgf-000018.Christopher Faylor
2012-12-21* DevNotes: Add entry cgf-000017.Christopher Faylor
2012-12-20 * dcrt0.cc (build_argv): Allow quoted filenames in @ expression.Corinna Vinschen
2012-12-20Add missing file.Christopher Faylor
2012-12-20* select.h (select_stuff::select_stuff): Make default constructor always zeroChristopher Faylor
2012-12-19* select.cc (select_stuff::wait): Add windows error number to error message.Christopher Faylor
2012-12-18* select.cc (select_stuff::test_and_set): Remove workaround and use properChristopher Faylor