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
/
cygwin
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* thread.h: Shorten "current_directory" variables to "cwd_*" throughout.
Christopher Faylor
2000-06-13
1
-17
/
+26
*
* fhandler_random.cc (read): Call CryptAquireContext with
Corinna Vinschen
2000-06-11
1
-0
/
+5
*
* path.cc (path_conv::check): Erase two lines checked in
Corinna Vinschen
2000-06-08
1
-0
/
+5
*
* fhandler.cc (fhandler_disk_file::open): Check for directory
Corinna Vinschen
2000-06-08
1
-2
/
+7
*
path.cc (mount_info::init): Eliminate the mount_slash feature.
Corinna Vinschen
2000-06-08
1
-0
/
+18
*
* include/cygwin/version.h: Bump DLL minor version number to 3.
Christopher Faylor
2000-06-08
1
-0
/
+4
*
* cygwin.din: add cygwin_dll_init
DJ Delorie
2000-06-08
1
-0
/
+7
*
* include/netinet/in_systm.h: New file.
Corinna Vinschen
2000-06-07
1
-0
/
+5
*
* exceptions.cc: Remove unneeded include.
Christopher Faylor
2000-06-01
1
-2
/
+5
*
* autoload.h: Put each info block in its own dummy static function.
Christopher Faylor
2000-06-01
1
-0
/
+4
*
* include/cygwin/version.h: use decimal, NOT octal
DJ Delorie
2000-05-31
1
-0
/
+4
*
* fhandler.cc (fhandler_disk_file::open): Check for executable
Corinna Vinschen
2000-05-31
1
-0
/
+5
*
* dcrt0.cc: Use LoadDLLfuncEx for loading Crypto API functions
Corinna Vinschen
2000-05-31
1
-2
/
+7
*
* path.cc (mount_info::conv_to_win32_path): Previous patch was too aggressive
Christopher Faylor
2000-05-30
1
-1
/
+6
*
* Makefile.in: Remove libadvapi32.a.
Christopher Faylor
2000-05-30
1
-3
/
+38
*
* fhandler_random.cc (read): Use CRYPT_MACHINE_KEYSET in
Corinna Vinschen
2000-05-27
1
-0
/
+6
*
* errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE.
Corinna Vinschen
2000-05-26
1
-0
/
+4
*
* sigproc.h (sigframe::set): Accept a default frame pointer.
Christopher Faylor
2000-05-26
1
-0
/
+5
*
* dir.cc (rmdir): Use file attributes that have already been discovered by
Christopher Faylor
2000-05-25
1
-1
/
+1
*
* dir.cc (rmdir): Use file attributes that have already been discovered
Christopher Faylor
2000-05-25
1
-1
/
+1
*
* dir.cc (rmdir): Use file attributes that have already been discovered by
Christopher Faylor
2000-05-25
1
-1
/
+6
*
Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:
Corinna Vinschen
2000-05-25
1
-0
/
+4
*
* dir.cc (writable_directory): Comment out previous code,
Corinna Vinschen
2000-05-24
1
-0
/
+11
*
* syscalls.cc (_cygwin_istext_for_stdio): New, for newlib
DJ Delorie
2000-05-23
1
-0
/
+6
*
* dir.cc (writable_directory): handle root directories
DJ Delorie
2000-05-23
1
-0
/
+4
*
* uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with the
Christopher Faylor
2000-05-23
1
-0
/
+5
*
* path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing slash on a
Christopher Faylor
2000-05-23
1
-0
/
+15
*
* mkvers.sh: Use snapshot date as build date since it is more interesting.
Christopher Faylor
2000-05-23
1
-0
/
+7
*
* environ.cc (regopt): Scan HKLM if HKCU scan fails.
Christopher Faylor
2000-05-22
1
-0
/
+4
*
* dir.cc (rmdir): Care for misleading error messages
Corinna Vinschen
2000-05-22
1
-0
/
+8
*
* dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid a
Christopher Faylor
2000-05-22
1
-0
/
+8
*
* exceptions.cc (interruptible): Add an argument to control whether function
Christopher Faylor
2000-05-20
1
-0
/
+9
*
* syscalls.cc (setmode): change mode of any matching FILE* also.
DJ Delorie
2000-05-19
1
-0
/
+4
*
* Makefile.in: Remove external.h dependency.
Christopher Faylor
2000-05-18
1
-0
/
+6
*
* select.cc (thread_pipe): Add paranoid check to ensure thread termination.
Christopher Faylor
2000-05-18
1
-0
/
+11
*
* sigproc.h (sigframe): Don't set frame info unless tid matches this thread id.
Christopher Faylor
2000-05-18
1
-0
/
+5
*
* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needs
Christopher Faylor
2000-05-18
1
-0
/
+10
*
* testsuite/winsup.api/crlf.c: New
DJ Delorie
2000-05-17
1
-0
/
+5
*
* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if
Christopher Faylor
2000-05-17
1
-1
/
+28
*
* fhandler_tape.cc (fhandler_dev_tape::ioctl): Check
Corinna Vinschen
2000-05-16
1
-0
/
+6
*
* include/cygwin/in.h (AF_INET6): Use correct in6_addr struct.
Christopher Faylor
2000-05-16
1
-0
/
+4
*
* include/cygwin/version.h: Bump DLL minor version number to 2.
Christopher Faylor
2000-05-15
1
-4
/
+4
*
* shared.h: Bump PROC_MAGIC.
Christopher Faylor
2000-05-15
1
-0
/
+6
*
2000-05-13 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan
2000-05-14
1
-0
/
+4
*
2000-05-12 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan
2000-05-13
1
-0
/
+6
*
* dcrt0.cc (build_argv): Remove unneeded variable.
Christopher Faylor
2000-05-13
1
-0
/
+9
*
* fhandler_raw.cc (write_file, read_file): New wrapper functions
Corinna Vinschen
2000-05-12
1
-0
/
+8
*
* Makefile.in (DLL_OFILES): Sort.
Christopher Faylor
2000-05-12
1
-0
/
+6
*
* mmap.cc (list::erase): Increment loop counter.
DJ Delorie
2000-05-11
1
-0
/
+5
*
* cygwin.din: insure that regsub() is included in
DJ Delorie
2000-05-11
1
-0
/
+5
[next]