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
*
* cygheap.cc (_crealloc): Avoid memcpy when _cmalloc returns NULL.
Christopher Faylor
2007-11-23
2
-2
/
+9
*
2007-11-21 Kevin Conaway <kevin_conaway@users.sourceforge.net>
Chris Sutcliffe
2007-11-22
2
-0
/
+12
*
2007-11-21 elsapo <elsapo@users.sourceforge.net>
Chris Sutcliffe
2007-11-22
2
-0
/
+270
*
2007-11-21 Brian Dessent <dessent@users.sourceforge.net>
Chris Sutcliffe
2007-11-22
2
-0
/
+7
*
2007-11-19 Nick Clifton <nickc@redhat.com>
Jeff Johnston
2007-11-19
11
-98
/
+388
*
[ld/testsuite/ChangeLog]
Thiemo Seufer
2007-11-17
2
-3
/
+8
*
* dwarf2.h: Mention the location of the DWARF3 spec on the web.
Nick Clifton
2007-11-16
2
-3
/
+12
*
Move changelog entries to the right ChangeLog
Vladimir Prus
2007-11-15
1
-53
/
+0
*
Apply const qualifier to some users of bp_location.
Vladimir Prus
2007-11-15
1
-0
/
+15
*
Make mark_breakpoints_out static.
Vladimir Prus
2007-11-15
1
-0
/
+7
*
Prevent clear_command from directly modifying breakpoint list.
Vladimir Prus
2007-11-15
1
-0
/
+10
*
Remove 'run_cleanup'.
Vladimir Prus
2007-11-15
1
-0
/
+15
*
Remove CLEAR_SOLIB use.
Vladimir Prus
2007-11-15
1
-0
/
+6
*
* libc/include/sys/unistd.h: Remove Cygwin definition of MAXPATHLEN.
Corinna Vinschen
2007-11-08
2
-4
/
+5
*
revert premature checkin
Christopher Faylor
2007-11-08
1
-49
/
+4
*
revert premature checkin
Christopher Faylor
2007-11-08
4
-67
/
+21
*
* dllfixdbg: Eliminate extra objcopy step.
Christopher Faylor
2007-11-08
8
-30
/
+121
*
include/elf/
Nathan Sidwell
2007-11-08
2
-0
/
+37
*
* dllfixdbg: Pass --only-keep-debug to objcopy, instead of
Corinna Vinschen
2007-11-08
2
-5
/
+8
*
include:
Joseph Myers
2007-11-08
2
-0
/
+15
*
2007-11-07 Dave Brolley <brolley@redhat.com>
Dave Brolley
2007-11-07
12
-14
/
+5481
*
2007-11-06 Dave Brolley <brolley@redhat.com>
Jeff Johnston
2007-11-06
2
-0
/
+8
*
* thread.cc (pthread_key_create): Drop check for incoming valid object.
Corinna Vinschen
2007-11-06
2
-5
/
+4
*
* shm.cc: Include sync.h
Corinna Vinschen
2007-11-06
2
-21
/
+68
*
* bsd_helper.cc (tunable_params): Add kern.ipc.shm_allow_removed as
Corinna Vinschen
2007-11-05
4
-2
/
+20
*
* shm.cc (shmctl): On IPC_RMID don't unmap views and don't close handle
Corinna Vinschen
2007-11-05
2
-10
/
+13
*
* shm.cc (shmctl): On IPC_RMID also unmap all views on shared mem
Corinna Vinschen
2007-11-05
2
-0
/
+18
*
include
Danny Smith
2007-11-04
2
-0
/
+8
*
* libc/signal/signal.c (_raise_r): Don't attempt to initialize the
DJ Delorie
2007-10-31
2
-4
/
+11
*
* net.cc (load_ipv6_funcs): Use MAX_PATH instead of CYG_MAX_PATH.
Corinna Vinschen
2007-10-31
2
-86
/
+90
*
* external.cc (get_cygdrive_info): Make inline.
Corinna Vinschen
2007-10-31
3
-13
/
+12
*
* mn10300.h (R_MN10300_ALIGN): Define.
Nick Clifton
2007-10-30
2
-16
/
+22
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Don't remove
Corinna Vinschen
2007-10-30
3
-3
/
+11
*
* elf32-ppc.c (ppc_elf_merge_obj_attributes): Add support for
Daniel Jacobowitz
2007-10-25
2
-0
/
+9
*
2007-10-23 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2007-10-23
2
-13
/
+27
*
* cygheap.h (struct cwdstuff): Drop hash member. Drop get_hash,
Corinna Vinschen
2007-10-23
6
-186
/
+245
*
PR gdb/2336
Daniel Jacobowitz
2007-10-23
3
-4
/
+8
*
Add MN10300 linker relaxation support for symbol differences
Nick Clifton
2007-10-19
2
-0
/
+5
*
* fhandler_disk_file.cc (__DIR_mounts::eval_ino): Make fname big enough
Corinna Vinschen
2007-10-19
2
-2
/
+7
*
* fhandler.cc (fhandler_base::open): Open native symlinks with
Corinna Vinschen
2007-10-18
2
-30
/
+43
*
* include/sys/param.h (MAXPATHLEN): Define as PATH_MAX.
Corinna Vinschen
2007-10-18
2
-4
/
+7
*
.
Roland McGrath
2007-10-18
1
-0
/
+4
*
2007-10-18 Roland McGrath <roland@redhat.com>
Roland McGrath
2007-10-18
1
-0
/
+2
*
2007-10-17 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2007-10-18
7
-8
/
+45
*
2007-10-17 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2007-10-17
3
-2
/
+8
*
Fix typo.
Jeff Johnston
2007-10-17
1
-1
/
+1
*
2007-10-17 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2007-10-17
2
-0
/
+88
*
* tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls.
Maciej W. Rozycki
2007-10-16
2
-11
/
+16
*
2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
Jeff Johnston
2007-10-15
3
-2
/
+9
*
* NEWS: Document target described register support for PowerPC.
Daniel Jacobowitz
2007-10-15
2
-0
/
+8
[next]