summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * include/winnt.h: Add some missing defines related to locale identifiers.Christopher Faylor2000-06-142-58/+176
* Tidied up formatting a bit.David Starks-Browning2000-06-141-10/+24
* Minor changes, also add note about deleting temp dir after setup.David Starks-Browning2000-06-141-5/+21
* Fix simple @-error.David Starks-Browning2000-06-131-1/+1
* * path.cc (mount_info::add_item): The previous patch can't handle the case ofChristopher Faylor2000-06-132-6/+13
* New entry: "How should I set my PATH?"David Starks-Browning2000-06-131-0/+28
* Removed a couple of "not yet updated" disclaimers.David Starks-Browning2000-06-131-32/+19
* "Installation using the setup.exe program": minor note not to mess withDavid Starks-Browning2000-06-131-9/+64
* * thread.h: Shorten "current_directory" variables to "cwd_*" throughout.Christopher Faylor2000-06-133-62/+69
* Merge "Installation and Setup" and "Using Cygwin Releases" to simplyDavid Starks-Browning2000-06-121-169/+74
* * fhandler_random.cc (read): Call CryptAquireContext withCorinna Vinschen2000-06-112-2/+8
* * path.cc (path_conv::check): Erase two lines checked inCorinna Vinschen2000-06-082-2/+5
* * fhandler.cc (fhandler_disk_file::open): Check for directoryCorinna Vinschen2000-06-082-2/+11
* path.cc (mount_info::init): Eliminate the mount_slash feature.Corinna Vinschen2000-06-083-141/+88
* mount.cc (error): New function to report an error and exit.Corinna Vinschen2000-06-083-19/+38
* * include/cygwin/version.h: Bump DLL minor version number to 3.Christopher Faylor2000-06-082-1/+5
* * cygwin.din: add cygwin_dll_initDJ Delorie2000-06-084-0/+55
* * include/netinet/in_systm.h: New file.Corinna Vinschen2000-06-073-0/+45
* Major update to "Where can I get more information?" section. Now includes:David Starks-Browning2000-06-071-21/+89
* minor typo correction: GNU not GnuDavid Starks-Browning2000-06-071-2/+2
* * mount.cc: add stdlib.h for exitDJ Delorie2000-06-054-0/+11
* "Installation Instructions" for FAQ, first update for current net release.David Starks-Browning2000-06-021-172/+154
* * exceptions.cc: Remove unneeded include.Christopher Faylor2000-06-017-27/+40
* * autoload.h: Put each info block in its own dummy static function.Christopher Faylor2000-06-012-1/+11
* * include/cygwin/version.h: use decimal, NOT octalDJ Delorie2000-05-312-2/+8
* Remove broken targets readme.info, faq.infoDavid Starks-Browning2000-05-311-1/+4
* * fhandler.cc (fhandler_disk_file::open): Check for executableCorinna Vinschen2000-05-312-2/+8
* * dcrt0.cc: Use LoadDLLfuncEx for loading Crypto API functionsCorinna Vinschen2000-05-312-5/+10
* * path.cc (mount_info::conv_to_win32_path): Previous patch was too aggressiveChristopher Faylor2000-05-302-5/+12
* Needed for previous changes.Christopher Faylor2000-05-301-0/+2
* * Makefile.in: Remove libadvapi32.a.Christopher Faylor2000-05-3011-130/+240
* * fhandler_random.cc (read): Use CRYPT_MACHINE_KEYSET inCorinna Vinschen2000-05-272-4/+10
* * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.Corinna Vinschen2000-05-272-0/+5
* * errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE.Corinna Vinschen2000-05-262-0/+5
* * sigproc.h (sigframe::set): Accept a default frame pointer.Christopher Faylor2000-05-263-4/+12
* * configure.in: Don't assume that cinstall directory exists.Christopher Faylor2000-05-253-3/+3
* * configure.in: Don't assume that cinstall directory exists.Christopher Faylor2000-05-253-17/+34
* * dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor2000-05-252-2/+3
* * dir.cc (rmdir): Use file attributes that have already been discoveredChristopher Faylor2000-05-252-2/+2
* * dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor2000-05-252-3/+7
* Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:Corinna Vinschen2000-05-252-1/+6
* * dir.cc (writable_directory): Comment out previous code,Corinna Vinschen2000-05-244-7/+34
* * Makefile.common (%.o): further simplify, add "..." to make itDJ Delorie2000-05-242-4/+9
* * syscalls.cc (_cygwin_istext_for_stdio): New, for newlibDJ Delorie2000-05-233-2/+62
* * dir.cc (writable_directory): handle root directoriesDJ Delorie2000-05-232-0/+8
* * uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with theChristopher Faylor2000-05-232-1/+6
* * path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing slash on aChristopher Faylor2000-05-234-27/+48
* * mkvers.sh: Use snapshot date as build date since it is more interesting.Christopher Faylor2000-05-233-6/+23
* * environ.cc (regopt): Scan HKLM if HKCU scan fails.Christopher Faylor2000-05-222-0/+10
* * dir.cc (rmdir): Care for misleading error messagesCorinna Vinschen2000-05-223-8/+26