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
...
*
* fork.cc (vfork): Store complete stack frame in vfork_save structure for later
Christopher Faylor
2000-08-03
4
-22
/
+33
*
* configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
Alexandre Oliva
2000-08-03
2
-3
/
+8
*
add winsup.h
DJ Delorie
2000-08-02
1
-0
/
+1
*
* strace.cc (strace::prntf): Make second argument the function name, rather
Christopher Faylor
2000-08-02
8
-61
/
+79
*
2000-08-01 Alexandre Oliva <aoliva@redhat.com>
DJ Delorie
2000-08-02
2
-10
/
+61
*
* regexp/regexp.c: Add winsup.h.
Christopher Faylor
2000-08-02
2
-0
/
+5
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
60
-92
/
+98
*
* include/sys/strace.h: Fix strace definition.
Christopher Faylor
2000-08-02
2
-2
/
+6
*
* strace.h: Add kludgy workarounds to avoid using deprecated methods for
Christopher Faylor
2000-08-02
5
-125
/
+139
*
* libc/include/sys/config.h: define __IMPORT appropriately
DJ Delorie
2000-08-01
9
-38
/
+39
*
* passwd.c (main): Initialize oldpwd before beeing used.
Corinna Vinschen
2000-07-31
2
-0
/
+5
*
* fhandler_console.cc: Remove VK_DIVIDE detection.
Christopher Faylor
2000-07-30
3
-12
/
+19
*
Fix formatting
Nick Clifton
2000-07-29
2
-73
/
+90
*
* fhandler_console.cc: Add VK_DIVIDE detection. Return virtual keycode if it
Christopher Faylor
2000-07-29
2
-0
/
+14
*
* path.cc (chdir): Avoid trailing dot calculation when chdir == '/' or we end
Christopher Faylor
2000-07-29
2
-1
/
+6
*
* kill.cc (main): Add '-f' option to force termination of a process.
Christopher Faylor
2000-07-29
3
-36
/
+244
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
29
-633
/
+761
*
* environ.cc (parse_thing): Make binmode a DWORD.
Christopher Faylor
2000-07-29
4
-5
/
+10
*
* include/cygwin/cygwin_dll.h: Update for modern compilers.
Christopher Faylor
2000-07-29
3
-6
/
+10
*
Minor formatting change.
Christopher Faylor
2000-07-28
2
-2
/
+2
*
Fix typo.
Christopher Faylor
2000-07-28
1
-1
/
+1
*
* utils/mount.cc (main): Add --show-cygdrive-prefixes option.
Christopher Faylor
2000-07-28
3
-2
/
+57
*
* dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.
Christopher Faylor
2000-07-28
7
-12
/
+155
*
2000-07-22 Jason Eckhardt <jle@cygnus.com>
Jason Eckhardt
2000-07-28
1
-0
/
+28
*
2000-07-22 Jason Eckhardt <jle@cygnus.com>
Jason Eckhardt
2000-07-28
3
-300
/
+373
*
Declare __infinity as an array to work around problems with small data support
Michael Meissner
2000-07-28
4
-9
/
+27
*
* s/sourceware.cygnus.com/sources.redhat.com/ throughout
Frank Ch. Eigler
2000-07-28
1
-16
/
+22
*
* include/cygwin/version.h: Bump DLL minor version number to 4.
Christopher Faylor
2000-07-28
2
-1
/
+5
*
* Makefile.in (FLAGS_FOR_TARGET): New macro.
Alexandre Oliva
2000-07-28
3
-57
/
+89
*
Remove obsolete entries:
David Starks-Browning
2000-07-27
1
-97
/
+41
*
Entry 'How do anti-virus programs like Cygwin?': Remove disclaimer; hanging
David Starks-Browning
2000-07-27
1
-4
/
+7
*
Entry 'How should I set my PATH?': Don't omit Windows system directories.
David Starks-Browning
2000-07-27
1
-1
/
+2
*
Added missing ChangeLog entry.
Corinna Vinschen
2000-07-27
1
-0
/
+5
*
* testsuite/winsup.api/winsup.exp: ignore stdout by default
DJ Delorie
2000-07-27
19
-4
/
+75
*
* libc/include/math.h: Use appropriate dll import linkage for Cygwin.
Christopher Faylor
2000-07-27
2
-0
/
+9
*
* fhandler.cc (fhandler_disk_file::fstat): Allow block calculation to succeed
Christopher Faylor
2000-07-27
2
-1
/
+6
*
Clarify texinfo/
Andrew Cagney
2000-07-27
1
-3
/
+9
*
fix typo.
Christopher Faylor
2000-07-27
1
-1
/
+1
*
2000-07-26 Dave Brolley <brolley@redhat.com>
Dave Brolley
2000-07-26
2
-1
/
+5
*
Give signal_exit noreturn attribute.
Christopher Faylor
2000-07-26
1
-1
/
+1
*
* exceptions.cc (signal_exit): Renamed from "really+exit". Always sets
Christopher Faylor
2000-07-26
2
-18
/
+15
*
* environ.cc (posify): Revert previous patch.
Corinna Vinschen
2000-07-26
2
-18
/
+37
*
* syscalls.cc (stat_worker): Make stat return correct st_blocks for files with
Christopher Faylor
2000-07-26
2
-151
/
+157
*
* security.cc (lookup_name): Search on local machine first if
Corinna Vinschen
2000-07-26
2
-0
/
+22
*
* fhandler_console.cc (fhandler_console::read): Explicitly set cursor to make
Christopher Faylor
2000-07-26
2
-0
/
+6
*
Add missing ChangeLog entry.
Christopher Faylor
2000-07-26
1
-0
/
+10
*
* passwd.cc: Change name of passwd_in_memory_p to passwd_state.
Corinna Vinschen
2000-07-26
2
-15
/
+38
*
* syscalls.cc (statfs): Use path_conv method to convert input path.
Christopher Faylor
2000-07-26
2
-3
/
+5
*
* syscalls.cc (_link): Avoid extraneous call to cygwin_conv_to_win32_path.
Christopher Faylor
2000-07-26
3
-83
/
+122
*
New entry (Programming Questions): 'Why doesn't gdb handle signals?'
David Starks-Browning
2000-07-25
1
-0
/
+8
[prev]
[next]