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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Entry 'Is the Cygwin library multi-thread-safe?': Update for latest release.
David Starks-Browning
2000-07-25
1
-30
/
+5
*
Entry 'Are mixed-case filenames possible with Cygwin?': Expand slightly,
David Starks-Browning
2000-07-25
1
-6
/
+8
*
New entry (Cygwin API Questions): 'Is there a mouse interface?' -- No.
David Starks-Browning
2000-07-25
1
-0
/
+5
*
Entry 'Can I use my own malloc?': Add warning about _malloc_r from newlib.
David Starks-Browning
2000-07-25
1
-3
/
+8
*
Entry 'Is it OK to have multiple copies of the DLL?':
David Starks-Browning
2000-07-25
1
-9
/
+5
*
Changed 'sourceware.cygnus.com' to 'sources.redhat.com' in the FAQ, where app...
David Starks-Browning
2000-07-25
5
-25
/
+22
*
* syscalls.cc (_link): Corrected previous patch.
Corinna Vinschen
2000-07-24
2
-1
/
+5
*
* fhandler.h (class fhandler_dev_random): Add members for managing
Corinna Vinschen
2000-07-24
3
-11
/
+95
*
* Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
Alexandre Oliva
2000-07-24
2
-0
/
+6
*
* configure.in: Use the same cache file for all target libs.
Alexandre Oliva
2000-07-24
3
-2
/
+7
*
* fhandler.h: Add comment.
Corinna Vinschen
2000-07-23
2
-0
/
+7
*
* fhandler.h (class fhandler_dev_raw): Add private member `varblkop'
Corinna Vinschen
2000-07-23
4
-64
/
+97
*
* configure (topsrcdir): Don't use dirname.
Jeff Law
2000-07-23
2
-1
/
+6
*
Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.
Corinna Vinschen
2000-07-22
4
-17
/
+38
*
merge with gcc
Jason Merrill
2000-07-22
8
-188
/
+605
*
* spawn.cc (span_guts): Retrieve security attributes before setting
Corinna Vinschen
2000-07-21
2
-6
/
+13
*
* include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
Corinna Vinschen
2000-07-21
1
-1
/
+1
*
* security.cc (acl_worker): Use stat_suffixes in call to path_conv
Corinna Vinschen
2000-07-21
2
-1
/
+7
*
merge with gcc
Jason Merrill
2000-07-21
5
-6
/
+17
*
2000-07-20 H.J. Lu <hjl@gnu.org>
H.J. Lu
2000-07-20
2
-0
/
+7
*
merge with gcc
Jason Merrill
2000-07-20
2
-24
/
+123
*
* config.sub: Update to subversions version 2000-07-06.
Hans-Peter Nilsson
2000-07-20
2
-13
/
+28
*
common.h (EM_CRIS): New machine number.
Hans-Peter Nilsson
2000-07-20
3
-0
/
+50
*
cris.h: New file.
Hans-Peter Nilsson
2000-07-20
2
-0
/
+302
*
* dis-asm.h (print_insn_cris): Declare.
Hans-Peter Nilsson
2000-07-20
2
-0
/
+5
*
* ntsec.sgml: Add description for the new setuid ability
Corinna Vinschen
2000-07-20
4
-13
/
+190
*
2000-07-19 H.J. Lu (hjl@gnu.org)
H.J. Lu
2000-07-20
2
-0
/
+10
*
* spawn.cc (spawn_guts): Don't restore impersonation in case
Corinna Vinschen
2000-07-19
2
-6
/
+11
*
* shared.h (class pinfo): New members `root' and `rootlen'.
Corinna Vinschen
2000-07-19
7
-16
/
+148
*
2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu
2000-07-19
2
-1
/
+5
*
2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu
2000-07-19
2
-11
/
+9
*
2000-07-19 H.J. Lu <hjl@gnu.org>
H.J. Lu
2000-07-19
2
-2
/
+40
*
Update copyright info.
Christopher Faylor
2000-07-19
1
-2
/
+2
*
2000-07-18 H.J. Lu <hjl@gnu.org>
H.J. Lu
2000-07-19
2
-1
/
+5
*
* dll_init.cc (dll_list::alloc): Fix debugging output.
Christopher Faylor
2000-07-18
2
-1
/
+5
*
Update ChangeLog.
Christopher Faylor
2000-07-18
1
-0
/
+2
*
Throughout, eliminate third argument to path_conv and use new PC_* constants
Christopher Faylor
2000-07-17
15
-99
/
+147
*
Patch suggested by Eric Fifer <EFifer@sanwaint.com>
Corinna Vinschen
2000-07-17
2
-3
/
+8
*
* environ.cc (setenv): Use __cygwin_environ instead of
Corinna Vinschen
2000-07-17
2
-2
/
+7
*
* _cygwin_crt0_common.cc: Undef 'environ' or suffer compiler error.
Christopher Faylor
2000-07-17
2
-0
/
+6
*
* environ.cc: Use new definition of "environ" throughout.
Christopher Faylor
2000-07-16
5
-17
/
+42
*
* acconfig.h: Add support for NEWVFORK.
Christopher Faylor
2000-07-16
7
-52
/
+98
*
* spawn.cc (spawn_guts): Use \ for quoting '"'.
Christopher Faylor
2000-07-16
3
-17
/
+29
*
Slightly more efficient version of previous change.
Christopher Faylor
2000-07-16
1
-1
/
+1
*
* dcrt0.cc (build_argv): Strip quotes from argv[0] since it should never be
Christopher Faylor
2000-07-16
3
-52
/
+41
*
Update comments.
Christopher Faylor
2000-07-16
1
-15
/
+14
*
* dll_init.cc (dll_list::alloc): Round correctly. Use VirtualAlloc since
Christopher Faylor
2000-07-15
2
-7
/
+23
*
* hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we can
Christopher Faylor
2000-07-15
13
-477
/
+408
*
* mount.cc (mount_already_exists): Slightly rearrange.
Corinna Vinschen
2000-07-13
2
-13
/
+24
*
* libc/stdio/vfprintf.c: pad 0.0 correctly with %e
DJ Delorie
2000-07-13
2
-1
/
+5
[prev]
[next]