aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2000-06-16 * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen11-36/+233
2000-06-15* path.cc (chdir): Don't set cache to offending chdir. Change comment toChristopher Faylor2-8/+15
2000-06-15Fix typo.Christopher Faylor1-1/+1
2000-06-15* path.cc (normalize_posix_path): Convert path to POSIX if it seems to be aChristopher Faylor2-19/+46
2000-06-15* environ.cc (conv_envvars): Detect and convert all environment variables usedChristopher Faylor2-0/+9
2000-06-14Rewrote "Adding or updating packages",David Starks-Browning1-47/+50
2000-06-14* include/winnt.h: Add some missing defines related to locale identifiers.Christopher Faylor2-58/+176
2000-06-14Tidied up formatting a bit.David Starks-Browning1-10/+24
2000-06-14Minor changes, also add note about deleting temp dir after setup.David Starks-Browning1-5/+21
2000-06-13Fix simple @-error.David Starks-Browning1-1/+1
2000-06-13* path.cc (mount_info::add_item): The previous patch can't handle the case ofChristopher Faylor2-6/+13
2000-06-13New entry: "How should I set my PATH?"David Starks-Browning1-0/+28
2000-06-13Removed a couple of "not yet updated" disclaimers.David Starks-Browning1-32/+19
2000-06-13"Installation using the setup.exe program": minor note not to mess withDavid Starks-Browning1-9/+64
2000-06-13* thread.h: Shorten "current_directory" variables to "cwd_*" throughout.Christopher Faylor3-62/+69
2000-06-12Merge "Installation and Setup" and "Using Cygwin Releases" to simplyDavid Starks-Browning1-169/+74
2000-06-11 * fhandler_random.cc (read): Call CryptAquireContext withCorinna Vinschen2-2/+8
2000-06-08 * path.cc (path_conv::check): Erase two lines checked inCorinna Vinschen2-2/+5
2000-06-08 * fhandler.cc (fhandler_disk_file::open): Check for directoryCorinna Vinschen2-2/+11
2000-06-08 path.cc (mount_info::init): Eliminate the mount_slash feature.Corinna Vinschen3-141/+88
2000-06-08 mount.cc (error): New function to report an error and exit.Corinna Vinschen3-19/+38
2000-06-08* include/cygwin/version.h: Bump DLL minor version number to 3.Christopher Faylor2-1/+5
2000-06-08* cygwin.din: add cygwin_dll_initDJ Delorie4-0/+55
2000-06-07 * include/netinet/in_systm.h: New file.Corinna Vinschen3-0/+45
2000-06-07Major update to "Where can I get more information?" section. Now includes:David Starks-Browning1-21/+89
2000-06-07minor typo correction: GNU not GnuDavid Starks-Browning1-2/+2
2000-06-05* mount.cc: add stdlib.h for exitDJ Delorie4-0/+11
2000-06-02"Installation Instructions" for FAQ, first update for current net release.David Starks-Browning1-172/+154
2000-06-01* exceptions.cc: Remove unneeded include.Christopher Faylor7-27/+40
2000-06-01* autoload.h: Put each info block in its own dummy static function.Christopher Faylor2-1/+11
2000-05-31* include/cygwin/version.h: use decimal, NOT octalDJ Delorie2-2/+8
2000-05-31Remove broken targets readme.info, faq.infoDavid Starks-Browning1-1/+4
2000-05-31 * fhandler.cc (fhandler_disk_file::open): Check for executableCorinna Vinschen2-2/+8
2000-05-31 * dcrt0.cc: Use LoadDLLfuncEx for loading Crypto API functionsCorinna Vinschen2-5/+10
2000-05-30* path.cc (mount_info::conv_to_win32_path): Previous patch was too aggressiveChristopher Faylor2-5/+12
2000-05-30Needed for previous changes.Christopher Faylor1-0/+2
2000-05-30* Makefile.in: Remove libadvapi32.a.Christopher Faylor11-130/+240
2000-05-27 * fhandler_random.cc (read): Use CRYPT_MACHINE_KEYSET inCorinna Vinschen2-4/+10
2000-05-27 * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.Corinna Vinschen2-0/+5
2000-05-26 * errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE.Corinna Vinschen2-0/+5
2000-05-26* sigproc.h (sigframe::set): Accept a default frame pointer.Christopher Faylor3-4/+12
2000-05-25* configure.in: Don't assume that cinstall directory exists.Christopher Faylor3-3/+3
2000-05-25* configure.in: Don't assume that cinstall directory exists.Christopher Faylor3-17/+34
2000-05-25* dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor2-2/+3
2000-05-25* dir.cc (rmdir): Use file attributes that have already been discoveredChristopher Faylor2-2/+2
2000-05-25* dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor2-3/+7
2000-05-25 Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:Corinna Vinschen2-1/+6
2000-05-24 * dir.cc (writable_directory): Comment out previous code,Corinna Vinschen4-7/+34
2000-05-24* Makefile.common (%.o): further simplify, add "..." to make itDJ Delorie2-4/+9
2000-05-23* syscalls.cc (_cygwin_istext_for_stdio): New, for newlibDJ Delorie3-2/+62