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
...
*
Remove obvious brain freeze problem.
Christopher Faylor
2001-03-11
1
-1
/
+1
*
* autoload.cc (noload): Use proper method for multiline strings or newer gcc's
Christopher Faylor
2001-03-11
5
-167
/
+186
*
* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.
Christopher Faylor
2001-03-10
6
-40
/
+39
*
merge from gcc
DJ Delorie
2001-03-10
2
-0
/
+9
*
* syscalls.cc (_rename): Set errno to ENOENT when an old path doesn't exist
Christopher Faylor
2001-03-10
3
-3
/
+11
*
* winsup.api/ltp/access01.c: Avoid compilation error if X_OK
Egor Duda
2001-03-10
2
-13
/
+18
*
* config/default.exp: Remove unneeded debugging output.
Egor Duda
2001-03-09
3
-3
/
+7
*
* rs6000/simulator.S (dup): New syscall.
Geoffrey Keating
2001-03-09
2
-1
/
+12
*
2001-03-07 Richard Sandiford <rsandifo@redhat.com>
Jeff Johnston
2001-03-08
3
-4
/
+85
*
* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
Alexandre Oliva
2001-03-08
2
-3
/
+7
*
* libc/include/sys/config.h: Use ssize_t for read/write declarations.
Christopher Faylor
2001-03-07
2
-0
/
+5
*
* syscalls.cc (_read): Change definition to return ssize_t to be consistent
Christopher Faylor
2001-03-07
2
-2
/
+9
*
Update copyright.
Christopher Faylor
2001-03-07
2
-2
/
+2
*
* sigproc.h (sigthread): Declare new methods. Create new winapi_lock field.
Christopher Faylor
2001-03-07
4
-3
/
+49
*
merge from gcc
DJ Delorie
2001-03-06
2
-0
/
+19
*
* path.cc (suffix_scan::has): Change order of conditionals
Corinna Vinschen
2001-03-06
2
-10
/
+15
*
* autoload.c (cygwin_premain0): Add missing parameter.
Corinna Vinschen
2001-03-06
7
-4
/
+50
*
Mon Mar 5 21:48:54 2001 J"orn Rennecke <amylaar@redhat.com>
Jeff Johnston
2001-03-06
9
-23
/
+33
*
* include/a.out.h: Add copyright hint.
Corinna Vinschen
2001-03-05
48
-0
/
+524
*
2001-03-05 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2001-03-05
2
-3
/
+7
*
* getfacl.c: Add copyright hint.
Corinna Vinschen
2001-03-05
4
-0
/
+40
*
* dlopen.c (dlopen): Return NULL when name is NULL (suggested by
Christopher Faylor
2001-03-05
28
-147
/
+315
*
* libc/include/sys/stat.h: Use special defines for executable stat bits when
Christopher Faylor
2001-03-05
3
-7
/
+31
*
* fhandler.h (class fhandler_tty_common): New mutex and event to
Egor Duda
2001-03-04
5
-68
/
+188
*
*** empty log message ***
Christopher Faylor
2001-03-03
5
-171
/
+171
*
2001-03-02 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2001-03-02
2
-0
/
+7
*
2001-03-02 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2001-03-02
2
-0
/
+5
*
* dir.cc (readdir): Fix creating path in symlink check.
Corinna Vinschen
2001-03-02
2
-1
/
+5
*
* cygwinenv.sgml: Add text for `winsymlinks' option.
Corinna Vinschen
2001-03-02
4
-9
/
+48
*
* dir.cc (readdir): Fix shortcut==symlink condition.
Corinna Vinschen
2001-03-02
6
-89
/
+141
*
merge from gcc
DJ Delorie
2001-03-02
2
-2
/
+7
*
* exceptions.cc (sig_handle_tty_stop): Ignore attempts to suspend a process if
Christopher Faylor
2001-03-02
2
-0
/
+9
*
* select.cc (peek_console): Don't report read_ready on mouse events unless we
Christopher Faylor
2001-03-02
3
-1
/
+11
*
2001-03-01 Earnie Boyd <earnie@users.sourceforge.net
Earnie Boyd
2001-03-01
3
-3
/
+20
*
new defines for Coldfire V4.
Nick Clifton
2001-02-28
2
-2
/
+9
*
2001-02-28 Will Cohen <wcohen@redhat.com>
Jeff Johnston
2001-02-28
11
-2
/
+513
*
* uinfo.cc: Eliminate `#include <wchar.h>'.
Corinna Vinschen
2001-02-28
2
-1
/
+4
*
2001-02-27 Philip Blundell <pb@futuretv.com>
Phil Blundell
2001-02-28
2
-19
/
+35
*
* fhandler_floppy.cc (fhandler_dev_floppy::lseek): Determine
Egor Duda
2001-02-28
2
-47
/
+91
*
* fhandler.h (class fhandler_console): Make all variables that
Egor Duda
2001-02-27
3
-95
/
+245
*
* times.cc (settimeofday): Replace function stub with working code.
Christopher Faylor
2001-02-26
2
-3
/
+27
*
* strace.cc (strace::vprntf): Move prntf functionality to this function
Corinna Vinschen
2001-02-26
3
-4
/
+50
*
* shortcut.c: Remove #include <sys/strace.h>.
Corinna Vinschen
2001-02-25
2
-1
/
+4
*
* path.cc (symlink): Add a ".lnk" suffix regardless. Add a comment.
Corinna Vinschen
2001-02-25
2
-6
/
+10
*
* shortcut.c: Change symlink condition.
Corinna Vinschen
2001-02-25
2
-2
/
+7
*
CYGWIN32 -> CYGWIN.
Christopher Faylor
2001-02-24
1
-1
/
+1
*
* mmap.cc (fhandler_disk_file::mmap): Use `addr' correctly.
Corinna Vinschen
2001-02-23
3
-3
/
+8
*
2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2001-02-22
2
-2
/
+8
*
2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2001-02-22
3
-22
/
+26
*
2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2001-02-22
98
-259
/
+258
[prev]
[next]