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
path: root/winsup
AgeCommit message (Expand)Author
2013-07-31* fhandler_tty.cc: Revert accidental checkin.Christopher Faylor
2013-07-31* cygheap.cc (cmalloc): Use size_t for size field.Christopher Faylor
2013-07-31*** empty log message ***Corinna Vinschen
2013-07-31 * path.cc (normalize_posix_path): Don't check existence of / or // dirCorinna Vinschen
2013-07-31 * Makefile.in (MINGW_LDFLAGS): Don't link against w32api libs. TheseCorinna Vinschen
2013-07-30Fix typoCorinna Vinschen
2013-07-30*** empty log message ***Corinna Vinschen
2013-07-29 * Makefile.in (cyglsa.dll): Explicitely specify DLL entry point toCorinna Vinschen
2013-07-26cygwin directory changes:Christopher Faylor
2013-07-25 * gcc.xml (gcc-64): Fix example.Corinna Vinschen
2013-07-25 * gcc.xml (gcc-default: Rename from gcc-cons. Change title.Corinna Vinschen
2013-07-24Fix copyright dateCorinna Vinschen
2013-07-24*** empty log message ***Corinna Vinschen
2013-07-23 * ntdll.h (struct _SEMAPHORE_BASIC_INFORMATION): Define.Corinna Vinschen
2013-07-23 * cygtls.cc (well_known_dlls): Add kernelbase.dll.Corinna Vinschen
2013-07-22 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 23.Corinna Vinschen
2013-07-21 * new-features.sgml (ov-new1.7.22): Add GetCommandLine and regcompCorinna Vinschen
2013-07-21 * regex/regcomp.c (wgetnext): Add a kludge to be more glibc compatible.Corinna Vinschen
2013-07-21 * Makefile.in (cygwin-ug-net/cygwin-ug-net.html): Add dependency toCorinna Vinschen
2013-07-20* exceptions.cc (signal_exit): Remove comment. Use __builtin_frame_address.Christopher Faylor
2013-07-20* exceptions.cc (signal_exit): Nope. Nevermind. Dump core unconditionally.Christopher Faylor
2013-07-20 * Makefile.in (cygwin-ug-net/cygwin-ug-net.pdf): Process input viaCorinna Vinschen
2013-07-20reword commentChristopher Faylor
2013-07-20* exceptions.cc (signal_exit): Add a FIXME comment.Christopher Faylor
2013-07-20* exceptions.cc (signal_exit): Only dump core when it's a "kernel" signal.Christopher Faylor
2013-07-20* spawn.cc (child_info_spawn::worker): Reinstate using temp buffer for wideChristopher Faylor
2013-07-19* lib/libcmain.c (main): Don't point to last quoted character if the only thingChristopher Faylor
2013-07-19.Christopher Faylor
2013-07-19fix comment typoChristopher Faylor
2013-07-19.Christopher Faylor
2013-07-19* common.din: Export GetCommandLine{A,W}.Christopher Faylor
2013-07-19*** empty log message ***Corinna Vinschen
2013-07-19 * cygtls.cc (_cygtls::remove): Close cw_timer handle, thus avoidingCorinna Vinschen
2013-07-19 * cygserver_ipc.h (ipc_retval::ipc_retval): Take ssize_t as argumentCorinna Vinschen
2013-07-18 * path.cc (normalize_posix_path): Start checking path before ".." atCorinna Vinschen
2013-07-17* winsup.h (cygbench): Fix declaration to match definition.Christopher Faylor
2013-07-15 * new-features.sgml (ov-new1.7.22): New section. Document droppedCorinna Vinschen
2013-07-15 Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen
2013-07-15 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 22.Corinna Vinschen
2013-07-15*** empty log message ***Corinna Vinschen
2013-07-15 * path.cc (symlink_native): Fix common prefix search. Enhance comment.Corinna Vinschen
2013-07-11 * uname.cc (uname): Drop unused code.Corinna Vinschen
2013-07-11* gentlsoffsets: Clean up a little.Christopher Faylor
2013-07-10 * cygwin.sc.in (.text.*): Fold into .text on all platforms.Corinna Vinschen
2013-07-08Add an entry.Christopher Faylor
2013-07-07* cygcheck.cc (dll_info): Detect and report on symlinks. Output wrongChristopher Faylor
2013-07-04.Christopher Faylor
2013-07-04* fhandler.cc (fhandler_base::close_with_arch): Make sure that the archetype isChristopher Faylor
2013-06-28 * path.cc (find_fast_cwd_pointer): Use gas syntax for assemblerCorinna Vinschen
2013-06-27 * dcrt0.cc (child_info_fork::alloc_stack): Fix a comparison to avoidCorinna Vinschen