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
...
*
* libc/include/sys/config.h: Define __CYGWIN_USE_BIG_TYPES__ for
Corinna Vinschen
2003-03-09
2
-0
/
+6
*
Switch to 32/64 datatypes:
Corinna Vinschen
2003-03-09
12
-45
/
+192
*
* libc/include/pwd.h: Add guards to avoid type clashes when compiling
Corinna Vinschen
2003-03-09
5
-2
/
+32
*
fix typo
Christopher Faylor
2003-03-09
1
-1
/
+1
*
* include/cygwin/version.h: Bump DLL minor number to 21.
Christopher Faylor
2003-03-09
2
-1
/
+5
*
whitespace cleanup
Christopher Faylor
2003-03-09
15
-56
/
+55
*
Do some minor reformatting of 'extern "C"' use throughout.
Christopher Faylor
2003-03-09
13
-111
/
+511
*
* winsup.api/winsup.exp: Use -nostdinc when compiling.
Christopher Faylor
2003-03-09
2
-0
/
+10
*
.
Christopher Faylor
2003-03-09
1
-1
/
+1
*
* Makefile.common: Avoid double slashes in GCC_INCLUDE.
Christopher Faylor
2003-03-09
2
-1
/
+5
*
* getfacl.c (username): Fix ambiguous printf calls.
Corinna Vinschen
2003-03-09
2
-6
/
+12
*
* configure.in (gxx_include_dir): Fix typo.
DJ Delorie
2003-03-09
3
-11
/
+35
*
* syscalls.cc (unlink): Attempt to be more clever about setting attributes of
Christopher Faylor
2003-03-09
2
-12
/
+30
*
* winsup.api/ltp/fork10.c (main): Remove non-portable declaration
Corinna Vinschen
2003-03-09
2
-1
/
+5
*
* rmsym: Fix regular expression.
Corinna Vinschen
2003-03-09
2
-2
/
+6
*
* Makefile.in: Use "cygwin0" rather than "new-cygwin" to denote in-build-tree
Christopher Faylor
2003-03-09
5
-7
/
+14
*
* Makefile.in: Change from using new-* to cygwin0 for temporary targets.
Christopher Faylor
2003-03-09
2
-10
/
+16
*
* include/cygwin/socket.h: Set SOMAXCONN to Winsock2 value.
Corinna Vinschen
2003-03-09
2
-1
/
+5
*
* syscalls.cc (unlink): Always attempt to use FILE_FLAG_CLOSE_ON_DELETE to
Christopher Faylor
2003-03-09
2
-57
/
+29
*
missed in last checkin
Christopher Faylor
2003-03-08
1
-1
/
+1
*
Revert below changes regarding _pinfo::cmdline.
Christopher Faylor
2003-03-08
5
-19
/
+17
*
* external.cc (cygwin_internal): Change n to __off64_t to match change
Corinna Vinschen
2003-03-08
7
-16
/
+32
*
* libc/include/sys/unistd.h: Guard getopt.h call to force only declaration of
Christopher Faylor
2003-03-08
3
-11
/
+8
*
* path.h (PATH_LNK): New enum val.
Christopher Faylor
2003-03-08
5
-37
/
+72
*
* configure.host: Define stdio64_dir for Cygwin.
Corinna Vinschen
2003-03-07
6
-7
/
+29
*
* syscalls.cc (seteuid32): Fix formatting.
Corinna Vinschen
2003-03-07
2
-3
/
+8
*
* winsup.api/known_bugs.tcl: Remove fsync01, setregid01 and setreuid01
Corinna Vinschen
2003-03-07
2
-2
/
+7
*
2003-03-07 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2003-03-07
2
-3
/
+6
*
2003-03-06 Christopher January <chris@atomice.net>
Danny Smith
2003-03-07
4
-0
/
+38
*
2003-03-06 Andrew Cagney <cagney@redhat.com>
Andrew Cagney
2003-03-06
2
-864
/
+1215
*
Remove redundant defintions of BYTES_IN_WORD and add conditional defintion in
Nick Clifton
2003-03-06
2
-128
/
+135
*
2003-03-04 Daniel Jacobowitz <drow@mvista.com>
Nathanael Nerode
2003-03-05
5
-2017
/
+2012
*
* thread.cc (MTinterface::fixup_after_fork): Initialize mainthread
Thomas Pfaff
2003-03-04
2
-4
/
+9
*
* fhandler_socket.cc (fhandler_socket::dup): Initialize type.
Corinna Vinschen
2003-03-04
2
-0
/
+5
*
Really commit it... dunno what happened last time.
Nathanael Nerode
2003-03-04
1
-0
/
+16
*
* mh-dgux: Delete.
Nathanael Nerode
2003-03-04
2
-2
/
+4
*
* Makefile.tpl: Always pass down RANLIB.
Nathanael Nerode
2003-03-04
4
-174
/
+96
*
revert erroneous entry
Christopher Faylor
2003-03-04
1
-9
/
+0
*
* Makefile.in (strace.exe): Include mingw_getopt.o in link line.
Christopher Faylor
2003-03-04
7
-10
/
+30
*
* fhandler.h (fhandler_tty_slave::close): Declare new function.
Christopher Faylor
2003-03-04
3
-2
/
+55
*
2003-03-04 Heiko Gerdau <hg@technosis.de>
Danny Smith
2003-03-04
4
-2
/
+59
*
Fix sh-elf linker relaxation:
Joern Rennecke
2003-03-03
2
-1
/
+7
*
* fhandler_tty.cc (fhandler_pty_slave::open): Grudgingly increment
Christopher Faylor
2003-03-03
2
-0
/
+8
*
2003-03-03 Christopher Faylor <cgf@redhat.com>
Danny Smith
2003-03-03
2
-19
/
+33
*
* lib/getopt.c: Refresh from NetBSD sources.
Christopher Faylor
2003-03-03
2
-18
/
+32
*
* fhandler_console.cc (fhandler_console::close): Don't decrement in use counter
Christopher Faylor
2003-03-03
2
-1
/
+7
*
* mingwex/getopt.c: New file, copied from cygwin srcs.
Danny Smith
2003-03-03
5
-7
/
+597
*
* lib/getopt.c: Nuke use of unneeded BSDisms.
Christopher Faylor
2003-03-02
2
-8
/
+7
*
* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary if
Christopher Faylor
2003-03-02
8
-48
/
+30
*
* dll_init.cc (dll_list::load_after_fork): Fix typo where result of LoadLibrary
Christopher Faylor
2003-03-02
2
-1
/
+6
[prev]
[next]