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
2002-01-21* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor
2002-01-21* syscalls.cc (regfree): Make dll_export.Christopher Faylor
2002-01-21* exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid whenChristopher Faylor
2002-01-202002-01-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-01-20* Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is onlyChristopher Faylor
2002-01-20* exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent doesn'tChristopher Faylor
2002-01-20* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor
2002-01-19* Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link.Christopher Faylor
2002-01-19 * include/cygwin/version.h: Bump API minor version to 51.Corinna Vinschen
2002-01-19 * cygwin.din: Add recvmsg and sendmsg.Corinna Vinschen
2002-01-19 * security.cc (create_token): Close processes token handle as soonCorinna Vinschen
2002-01-18* cygcheck.cc (already_did): Avoid default constructors, which may requireChristopher Faylor
2002-01-17 * cygpath.cc (main): Add options to show Desktop and StartCorinna Vinschen
2002-01-17 * Makefile.in: Add fnmatch.o to DLL_OFILES.Corinna Vinschen
2002-01-15 * path.cc (fchdir): Call chdir with full windows path.Corinna Vinschen
2002-01-15 * cygpath.cc (doit): Empty file ignored using option -i.Corinna Vinschen
2002-01-15 * mkpasswd.c (print_win_error): Add a new function.Corinna Vinschen
2002-01-15 * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.Corinna Vinschen
2002-01-14 * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen
2002-01-14 * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.Corinna Vinschen
2002-01-13Add copyright stuffChristopher Faylor
2002-01-13* dcrt0.cc (multiple_cygwin_problem): Clarify logic and make CYGWIN_MISMATCH_OKChristopher Faylor
2002-01-13* overview.sgml: Fix Red Hat cygwin contract link.Christopher Faylor
2002-01-112002-01-11 Ralf Habacker <Ralf.Habacker@freenet.de>Robert Collins
2002-01-112001-12-30 Guido Serassio <serassio@libero.it>Robert Collins
2002-01-11* exceptions.cc (sig_handle): Accept a second argument indicating whether theChristopher Faylor
2002-01-10 * syscalls.cc (pathconf): Guard _PC_PATH_MAX branch against invalidCorinna Vinschen
2002-01-10* exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.Christopher Faylor
2002-01-09 * net.cc (cygwin_accept): Set sun_path for newly connected socket.Corinna Vinschen
2002-01-08* Makefile.in: Add uninstall target.Christopher Faylor
2002-01-08* sigproc.cc (getsem): Clean up debugging output.Christopher Faylor
2002-01-07* sigproc.cc (getsem): Set errno when unable to create own semaphore.Christopher Faylor
2002-01-06* dtable.cc (dtable::init_std_file_from_handle): Add some defensive code toChristopher Faylor
2002-01-06 * ioctl.cc (ioctl): Make third argument optional.Corinna Vinschen
2002-01-06* dir.cc (opendir): Guarantee release of alloced fhandler structure on error.Christopher Faylor
2002-01-06 exceptions.cc (sig_handle): Set default action for SIGURG to SIG_IGN.Corinna Vinschen
2002-01-05 * dtable.cc (dtable::init_std_file_from_handle): Don't treat NULLCorinna Vinschen
2002-01-05* cygmagic: Change logic for equality test.Christopher Faylor
2002-01-04* dir.cc (opendir): Don't attempt to call sub-opendir if ENOENT.Christopher Faylor
2002-01-04 * net.cc: Replace usage of AF_UNIX by Posix compliant AF_LOCALCorinna Vinschen
2002-01-02* speclib: Remove temp files automatically.Christopher Faylor
2002-01-01* Makefile.in: Duh. Actually use bzip2 to create the tarball. Don't justChristopher Faylor
2002-01-01* Makefile.in: Make .bz2 tarball.Christopher Faylor
2002-01-01restore missing entryChristopher Faylor
2002-01-01 * fhandler.h (fhandler_socket::sun_path): New private member.Corinna Vinschen
2002-01-01NukeChristopher Faylor
2001-12-31Strip path when installing library.Christopher Faylor
2001-12-31* include/getopt.h: Fix define.Christopher Faylor
2001-12-31* speclib: New file.Christopher Faylor
2001-12-30* cygmagic: Eliminate unneeded use of 'tr' and 'bc'.Christopher Faylor