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 errnoneously added files
Christopher Faylor
2003-01-16
3
-446
/
+0
*
* path.cc (normalize_posix_path): Convert win32 path separators to slashes when
Christopher Faylor
2003-01-16
2
-1
/
+12
*
merge from trunk
Christopher Faylor
2003-01-16
3
-0
/
+446
*
* libc/time/strftime.c (strftime): Add '%h' and '%l, %k' GNU extensions.
Christopher Faylor
2003-01-15
2
-2
/
+10
*
* cmalloc.cc (_cmalloc): Fix memory leak.
Christopher Faylor
2003-01-15
2
-2
/
+5
*
* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
Alexandre Oliva
2003-01-15
3
-45
/
+67
*
* autoload.cc: Fix copyright date.
Corinna Vinschen
2003-01-15
10
-9
/
+21
*
* mkgroup.c: Fix copyright date.
Corinna Vinschen
2003-01-15
4
-6
/
+12
*
fix minor typo.
Christopher Faylor
2003-01-15
1
-2
/
+2
*
* mmap.cc (fixup_mmaps_after_fork): Copy protection to child process.
Corinna Vinschen
2003-01-14
2
-7
/
+20
*
* mmap.cc (mmap_record::access): Change argument type to caddr_t
Corinna Vinschen
2003-01-14
2
-6
/
+61
*
spacing cleanup
Christopher Faylor
2003-01-14
1
-46
/
+48
*
Add winsup.api/pthread/cancel10.c
Thomas Pfaff
2003-01-14
2
-6
/
+75
*
Apply system_cancel patch
Thomas Pfaff
2003-01-14
3
-2
/
+9
*
Add winsup.api/pthread/cancel9.c
Thomas Pfaff
2003-01-14
2
-0
/
+79
*
Apply wait_cancel patch
Thomas Pfaff
2003-01-14
3
-4
/
+14
*
Add winsup.api/pthread/cancel7.c and winsup.api/pthread/cancel8.c
Thomas Pfaff
2003-01-14
3
-1
/
+149
*
Apply sleep_cancel patch
Thomas Pfaff
2003-01-14
2
-3
/
+13
*
Add winsup.api/pthread/cancel6.c
Thomas Pfaff
2003-01-14
2
-0
/
+67
*
Apply handle_sigsuspend patch
Thomas Pfaff
2003-01-14
3
-5
/
+12
*
* fhandler_dsp.cc (fhandler_dsp::ioctl): Add limited support for
Christopher Faylor
2003-01-14
2
-0
/
+12
*
update link for commercial inquiries
David Starks-Browning
2003-01-13
1
-6
/
+2
*
Change location.
Christopher Faylor
2003-01-13
1
-1
/
+1
*
Reformatting.
David Starks-Browning
2003-01-13
1
-22
/
+23
*
cygcheck output should be attached, not pasted
David Starks-Browning
2003-01-13
1
-3
/
+3
*
update commercial references from Cygnus to Red Hat, Inc.
David Starks-Browning
2003-01-13
1
-3
/
+4
*
Change EM_MSP430 value to new, officially assigned number.
Nick Clifton
2003-01-13
2
-5
/
+8
*
* ntdll.h: Fix typo.
Christopher Faylor
2003-01-13
2
-1
/
+5
*
* uname.cc (uname): Use cygwin_gethostname() to retrieve hostname.
Corinna Vinschen
2003-01-12
2
-3
/
+5
*
* sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard.
Corinna Vinschen
2003-01-12
3
-97
/
+156
*
* mingwex/math/llround.c: Correct function name and
Danny Smith
2003-01-11
2
-3
/
+8
*
* include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
Danny Smith
2003-01-11
2
-0
/
+7
*
* include/accctrl.h (enum _SE_OBJECT_TYPE): Add
Danny Smith
2003-01-11
2
-1
/
+8
*
* include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
Danny Smith
2003-01-11
2
-0
/
+34
*
* net.cc: Use gethostname define from winsock2.h.
Christopher Faylor
2003-01-11
2
-0
/
+6
*
* include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
Christopher Faylor
2003-01-11
2
-1
/
+6
*
* configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
Nathanael Nerode
2003-01-10
5
-30
/
+27
*
* path.cc: Unrevert below reversion except for mount_info::conv_to_posix_path
Christopher Faylor
2003-01-10
2
-4
/
+6
*
* path.cc: Revert patch from 2003-01-09 to normalize a windows path
Corinna Vinschen
2003-01-10
2
-4
/
+11
*
* autoload.cc (gethostname): Make call optional, return 1 if function
Corinna Vinschen
2003-01-10
3
-2
/
+9
*
Split ChangeLog, create ChangeLog-2002.
Corinna Vinschen
2003-01-10
32
-6685
/
+6685
*
* cygwin.din: add asprintf and vasprintf, as well as the reentrant
Corinna Vinschen
2003-01-10
3
-1
/
+16
*
* net.cc (cygwin_gethostname): Fix call to wsock function gethostname.
Corinna Vinschen
2003-01-10
2
-3
/
+5
*
* setfacl (usage): Remove double ":" for mask and other.
Corinna Vinschen
2003-01-10
2
-2
/
+6
*
merge from gcc
DJ Delorie
2003-01-10
2
-10
/
+23
*
* cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.
Christopher Faylor
2003-01-10
3
-10
/
+16
*
Apply pthread_types_patch
Thomas Pfaff
2003-01-09
4
-12
/
+20
*
Apply pthread_cancel_patch
Thomas Pfaff
2003-01-09
3
-13
/
+71
*
Add pthread_mutex tests
Thomas Pfaff
2003-01-09
11
-0
/
+568
*
* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
DJ Delorie
2003-01-09
3
-4
/
+12
[next]