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
*
* configure.in <cris-*, crisv32-*>: Enable target-libffi again for
Hans-Peter Nilsson
2005-06-07
2
-4
/
+4
*
Sync with gcc-toplevel
Hans-Peter Nilsson
2005-06-07
1
-9
/
+28
*
* configure.in (unsupported_languages): New macro.
Hans-Peter Nilsson
2005-06-07
3
-72
/
+113
*
merge from gcc
DJ Delorie
2005-06-06
2
-1
/
+5
*
* cygload/cygload.exp: .cpp -> .cc.
Christopher Faylor
2005-06-06
2
-1
/
+5
*
* Makefile.in: Test cygload.
Christopher Faylor
2005-06-06
7
-1
/
+882
*
reformat ChangeLog entry slightly.
Christopher Faylor
2005-06-06
1
-2
/
+2
*
* configure.in: Fix typo in handling of --with-mpfr-dir.
DJ Delorie
2005-06-06
3
-62
/
+67
*
* path.cc (symlink_info::check): If GetFileAttributes returns
Corinna Vinschen
2005-06-06
2
-2
/
+16
*
* uname.cc (uname): Change "amd64" to "x86_64" as on Linux.
Corinna Vinschen
2005-06-06
2
-1
/
+5
*
* uname.cc (uname): Add missing break.
Corinna Vinschen
2005-06-06
2
-0
/
+5
*
* include/_mingw.h (__MINGW_ATTRIBUTE_NONNULL): Fix typo
Danny Smith
2005-06-06
2
-3
/
+8
*
* Makefile.in: Build sync.o with -fomit-frame-pointer and -O3.
Christopher Faylor
2005-06-05
2
-0
/
+5
*
* sync.cc (muto::acquire): Remove unneeded brackets and fix whitespace.
Christopher Faylor
2005-06-05
2
-10
/
+12
*
* malloc.cc: Update to Doug Lea's malloc v2.8.0.
Christopher Faylor
2005-06-05
2
-4416
/
+3787
*
Slight rearragement
Joshua Daniel Franklin
2005-06-05
2
-24
/
+26
*
* how-programming.texinfo: Add "How do I load cygwin1.dll dynamically from a
Christopher Faylor
2005-06-04
2
-0
/
+21
*
* dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls. Comment
Christopher Faylor
2005-06-04
4
-3
/
+95
*
2005-06-03 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2005-06-03
2
-1
/
+12
*
include/
Alan Modra
2005-06-03
2
-6
/
+13
*
* dlfcn.cc (get_full_path_of_dll): Use a relative path when converting so that
Christopher Faylor
2005-06-03
1
-0
/
+7
*
* config.sub: Add cases for the Renesas m32c. (This patch has been
Jim Blandy
2005-06-02
2
-0
/
+10
*
* configure.in: Set noconfigdirs for ms1.
Aldy Hernandez
2005-06-02
3
-0
/
+14
*
merge from gcc
DJ Delorie
2005-06-02
2
-3
/
+6
*
Revert 2005-05-30 close_all_files changes.
Christopher Faylor
2005-06-02
9
-10
/
+18
*
* fhandler_disk_file.cc (fhandler_disk_file::fchown): Make sure that disk open
Christopher Faylor
2005-06-02
2
-1
/
+6
*
* include/machine/stdlib.h: New file.
Christopher Faylor
2005-06-01
2
-0
/
+26
*
* thread.h (List_remove): Revert most of 2005-05-30 change.
Christopher Faylor
2005-06-01
2
-3
/
+5
*
* cygwin.sc: Don't output .reloc or .rsrc sections. Clean up stuff around
Christopher Faylor
2005-06-01
2
-4
/
+12
*
* cygheap.cc (cygheap_end): Remove bogus section attribute.
Christopher Faylor
2005-06-01
3
-3
/
+7
*
* child_info.h (child_info::cygheap_h): Delete.
Christopher Faylor
2005-06-01
14
-280
/
+202
*
* alpha.h (LITUSE_ALPHA_JSRDIRECT): New.
Richard Henderson
2005-05-31
2
-0
/
+5
*
* thread.h (List_remove): Make node parameter const. Use simple comparison and
Christopher Faylor
2005-05-30
2
-2
/
+10
*
* dlfcn.cc (set_dl_error): Use UNIX error rather than Windows error.
Christopher Faylor
2005-05-30
2
-1
/
+5
*
* cygcheck.cc (dump_sysinfo): Recognize XP Media Center and Tablet PC
Corinna Vinschen
2005-05-30
2
-17
/
+31
*
merge from gcc
DJ Delorie
2005-05-30
2
-0
/
+20
*
* cygmagic: Remove debugging cruft missed on 2005-05-21.
Christopher Faylor
2005-05-30
2
-1
/
+5
*
* alpha.h (DT_ALPHA_PLTRO): New.
Richard Henderson
2005-05-29
2
-0
/
+7
*
* path.cc (path_conv::check): Move component to function scope. Set
Corinna Vinschen
2005-05-29
2
-4
/
+24
*
* include/limits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Always define.
Corinna Vinschen
2005-05-29
2
-2
/
+4
*
* thread.h (pthread_key::set): Inline.
Christopher Faylor
2005-05-29
3
-20
/
+10
*
* cygwin.din: Remove signal front end from pthread_[gs]etspecific.
Christopher Faylor
2005-05-29
2
-2
/
+6
*
* fhandler_tty.cc (fhandler_tty_slave:tcflush): Use signed comparison.
Christopher Faylor
2005-05-29
2
-1
/
+5
*
* times.cc (time_ms::usecs): Coerce comparison to signed or whole test is a
Christopher Faylor
2005-05-28
2
-1
/
+6
*
* how-using.texinfo : Update the mkdir -p section
Joshua Daniel Franklin
2005-05-28
2
-13
/
+9
*
merge from gcc
DJ Delorie
2005-05-28
2
-0
/
+16
*
white space
Christopher Faylor
2005-05-27
1
-1
/
+1
*
* cygheap.h: Reference _cygheap_start via .cygheap section.
Christopher Faylor
2005-05-27
3
-3
/
+13
*
* cygcheck.cc (load_cygwin): Make half-hearted attempt to work with older DLLs.
Christopher Faylor
2005-05-27
3
-34
/
+39
*
* include/cygwin/version.h: Bump DLL minor number to 18.
Christopher Faylor
2005-05-26
2
-1
/
+5
[next]