index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
Commit message (
Expand
)
Author
Age
Files
Lines
*
"Installation using the setup.exe program": minor note not to mess with
David Starks-Browning
2000-06-13
1
-9
/
+64
*
* thread.h: Shorten "current_directory" variables to "cwd_*" throughout.
Christopher Faylor
2000-06-13
3
-62
/
+69
*
Merge "Installation and Setup" and "Using Cygwin Releases" to simply
David Starks-Browning
2000-06-12
1
-169
/
+74
*
* fhandler_random.cc (read): Call CryptAquireContext with
Corinna Vinschen
2000-06-11
2
-2
/
+8
*
* path.cc (path_conv::check): Erase two lines checked in
Corinna Vinschen
2000-06-08
2
-2
/
+5
*
* fhandler.cc (fhandler_disk_file::open): Check for directory
Corinna Vinschen
2000-06-08
2
-2
/
+11
*
path.cc (mount_info::init): Eliminate the mount_slash feature.
Corinna Vinschen
2000-06-08
3
-141
/
+88
*
mount.cc (error): New function to report an error and exit.
Corinna Vinschen
2000-06-08
3
-19
/
+38
*
* include/cygwin/version.h: Bump DLL minor version number to 3.
Christopher Faylor
2000-06-08
2
-1
/
+5
*
* cygwin.din: add cygwin_dll_init
DJ Delorie
2000-06-08
4
-0
/
+55
*
* include/netinet/in_systm.h: New file.
Corinna Vinschen
2000-06-07
3
-0
/
+45
*
Major update to "Where can I get more information?" section. Now includes:
David Starks-Browning
2000-06-07
1
-21
/
+89
*
minor typo correction: GNU not Gnu
David Starks-Browning
2000-06-07
1
-2
/
+2
*
* mount.cc: add stdlib.h for exit
DJ Delorie
2000-06-05
4
-0
/
+11
*
"Installation Instructions" for FAQ, first update for current net release.
David Starks-Browning
2000-06-02
1
-172
/
+154
*
* exceptions.cc: Remove unneeded include.
Christopher Faylor
2000-06-01
7
-27
/
+40
*
* autoload.h: Put each info block in its own dummy static function.
Christopher Faylor
2000-06-01
2
-1
/
+11
*
* include/cygwin/version.h: use decimal, NOT octal
DJ Delorie
2000-05-31
2
-2
/
+8
*
Remove broken targets readme.info, faq.info
David Starks-Browning
2000-05-31
1
-1
/
+4
*
* fhandler.cc (fhandler_disk_file::open): Check for executable
Corinna Vinschen
2000-05-31
2
-2
/
+8
*
* dcrt0.cc: Use LoadDLLfuncEx for loading Crypto API functions
Corinna Vinschen
2000-05-31
2
-5
/
+10
*
* path.cc (mount_info::conv_to_win32_path): Previous patch was too aggressive
Christopher Faylor
2000-05-30
2
-5
/
+12
*
Needed for previous changes.
Christopher Faylor
2000-05-30
1
-0
/
+2
*
* Makefile.in: Remove libadvapi32.a.
Christopher Faylor
2000-05-30
11
-130
/
+240
*
* fhandler_random.cc (read): Use CRYPT_MACHINE_KEYSET in
Corinna Vinschen
2000-05-27
2
-4
/
+10
*
* include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
Corinna Vinschen
2000-05-27
2
-0
/
+5
*
* errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE.
Corinna Vinschen
2000-05-26
2
-0
/
+5
*
* sigproc.h (sigframe::set): Accept a default frame pointer.
Christopher Faylor
2000-05-26
3
-4
/
+12
*
* configure.in: Don't assume that cinstall directory exists.
Christopher Faylor
2000-05-25
3
-3
/
+3
*
* configure.in: Don't assume that cinstall directory exists.
Christopher Faylor
2000-05-25
3
-17
/
+34
*
* dir.cc (rmdir): Use file attributes that have already been discovered by
Christopher Faylor
2000-05-25
2
-2
/
+3
*
* dir.cc (rmdir): Use file attributes that have already been discovered
Christopher Faylor
2000-05-25
2
-2
/
+2
*
* dir.cc (rmdir): Use file attributes that have already been discovered by
Christopher Faylor
2000-05-25
2
-3
/
+7
*
Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:
Corinna Vinschen
2000-05-25
2
-1
/
+6
*
* dir.cc (writable_directory): Comment out previous code,
Corinna Vinschen
2000-05-24
4
-7
/
+34
*
* Makefile.common (%.o): further simplify, add "..." to make it
DJ Delorie
2000-05-24
2
-4
/
+9
*
* syscalls.cc (_cygwin_istext_for_stdio): New, for newlib
DJ Delorie
2000-05-23
3
-2
/
+62
*
* dir.cc (writable_directory): handle root directories
DJ Delorie
2000-05-23
2
-0
/
+8
*
* uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with the
Christopher Faylor
2000-05-23
2
-1
/
+6
*
* path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing slash on a
Christopher Faylor
2000-05-23
4
-27
/
+48
*
* mkvers.sh: Use snapshot date as build date since it is more interesting.
Christopher Faylor
2000-05-23
3
-6
/
+23
*
* environ.cc (regopt): Scan HKLM if HKCU scan fails.
Christopher Faylor
2000-05-22
2
-0
/
+10
*
* dir.cc (rmdir): Care for misleading error messages
Corinna Vinschen
2000-05-22
3
-8
/
+26
*
* dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid a
Christopher Faylor
2000-05-22
3
-16
/
+18
*
* exceptions.cc (interruptible): Add an argument to control whether function
Christopher Faylor
2000-05-20
2
-37
/
+67
*
* regtool.cc (find_key): Add parameter `access'.
Corinna Vinschen
2000-05-19
2
-9
/
+18
*
* syscalls.cc (setmode): change mode of any matching FILE* also.
DJ Delorie
2000-05-19
2
-0
/
+26
*
* cygpath.cc: add --windir/--sysdir options
DJ Delorie
2000-05-19
3
-2
/
+27
*
* Makefile.in: Remove external.h dependency.
Christopher Faylor
2000-05-18
4
-6
/
+15
*
* Makefile.in: Eliminate WINSUP_DEPS.
Christopher Faylor
2000-05-18
8
-135
/
+14
[next]