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
...
*
Re-generate using autoconf 000227.
Andrew Cagney
2003-02-17
2
-24
/
+1237
*
* cygwin.din: Export all appropriate newlibc libm functions. Sort.
Christopher Faylor
2003-02-16
3
-448
/
+481
*
* configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
Geoffrey Keating
2003-02-16
3
-1239
/
+38
*
* cygwin.din: Export all appropriate newlib functions.
Christopher Faylor
2003-02-15
3
-3
/
+82
*
* Makefile.tpl (RANLIB): Define.
DJ Delorie
2003-02-14
3
-0
/
+7
*
* mmap.cc (mprotect): Add missing break.
Corinna Vinschen
2003-02-14
2
-0
/
+5
*
* profile/Makefile.in (mcount.o): Use ALL_CFLAGS for compilation to ensure
Christopher Faylor
2003-02-14
2
-1
/
+6
*
* exceptions.cc (try_to_debug): Don't reset priority when returning from
Christopher Faylor
2003-02-14
2
-3
/
+6
*
Fix typo in last ChangeLog entry.
Danny Smith
2003-02-14
1
-1
/
+1
*
* profile/Makefile.in (mcount,o): Use -O1 optimization
Danny Smith
2003-02-14
2
-0
/
+10
*
* fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep for
Christopher Faylor
2003-02-13
3
-1
/
+10
*
* include/cygwin/types.h: Use correct ifdef guard for u_ definitions.
Christopher Faylor
2003-02-13
2
-8
/
+12
*
* environ.cc (environ_init): Use strechr.
Christopher Faylor
2003-02-13
1
-0
/
+4
*
oops.
Christopher Faylor
2003-02-13
1
-1
/
+1
*
* include/cygwin/in.h (sockaddr_in): Fix typo.
Christopher Faylor
2003-02-13
3
-3
/
+95
*
fix typo
Christopher Faylor
2003-02-13
1
-2
/
+2
*
* how.texinfo: Add more w32api words.
Christopher Faylor
2003-02-13
2
-4
/
+12
*
* path.h (path_conv): Reorganize slightly.
Christopher Faylor
2003-02-13
2
-2
/
+8
*
* fhandler_tty.cc (process_input): Add sanity check to ensure that console
Christopher Faylor
2003-02-13
1
-0
/
+5
*
* spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.
Christopher Faylor
2003-02-13
4
-3
/
+10
*
* MAINTAINERS: Remove out-of-date file.
Christopher Faylor
2003-02-13
2
-7
/
+4
*
* cygpath.cc (doit): Allocate more space for non-path filename.
Christopher Faylor
2003-02-12
2
-5
/
+9
*
2003-02-12 Roland Schwingel <roland.schwingel@onevision.de>
Danny Smith
2003-02-12
3
-0
/
+37
*
* include/math.h: Remove _CRTIMP from pow() prototype,
Danny Smith
2003-02-10
2
-1
/
+9
*
* include/cygwin/in.h (in_attr_t): Define new type.
Christopher Faylor
2003-02-10
8
-84
/
+233
*
* mingwex/math/cephes_emath.h: Don't redefine INFINITY.
Danny Smith
2003-02-10
2
-1
/
+4
*
* libc/include/sys/types.h: Don't define __MS_types__ for Cygwin. Don't define
Christopher Faylor
2003-02-10
2
-5
/
+9
*
* include/_mingw.h (_CRTIMP): Define for __GNUC__ if
Danny Smith
2003-02-10
30
-1061
/
+1128
*
* include/w32api.h: Increment version to 2.3.
Earnie Boyd
2003-02-10
3
-3
/
+8
*
Add support for marking ARM ELF binaries as support the Cirrus EP9312 Maverick
Nick Clifton
2003-02-10
2
-0
/
+5
*
* include/GL/gl.h: Remove include of glext.h.
Earnie Boyd
2003-02-09
1
-0
/
+2
*
* include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
Earnie Boyd
2003-02-09
5
-2
/
+46
*
* lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
Earnie Boyd
2003-02-09
2
-3
/
+10
*
clarify
Christopher Faylor
2003-02-08
1
-1
/
+1
*
* include/cygwin/version.h: Bump DLL minor number.
Christopher Faylor
2003-02-08
3
-2
/
+11
*
* winsup.api/winsup.exp (ws_spawn): Tweak slightly to work with tcl 8.4.1.
Christopher Faylor
2003-02-08
2
-1
/
+6
*
* include/_mingw.h: Change version to 3.0
Earnie Boyd
2003-02-08
3
-4
/
+9
*
* include/stdlib.h: Make words after #endif a comment.
Earnie Boyd
2003-02-08
2
-1
/
+5
*
2003-02-07 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2003-02-08
129
-3153
/
+5368
*
* libltp/lib/parse_opts.c: Deal with C warnings.
Christopher Faylor
2003-02-08
5
-21
/
+29
*
* dump_setup.cc (compar): Use case insensitive comparisons.
Christopher Faylor
2003-02-07
2
-11
/
+11
*
* dump_setup.cc (dump_setup): Compute the longest package name
Corinna Vinschen
2003-02-07
2
-1
/
+12
*
* ntsec.sgml: Add note on special names for missing user/group.
Corinna Vinschen
2003-02-07
2
-0
/
+67
*
* mmap.cc (mmap_record::alloc_map): De-inline. Add offset and length
Corinna Vinschen
2003-02-07
2
-104
/
+121
*
Christopher Faylor <cgf@redhat.com>
Christopher Faylor
2003-02-07
2
-4
/
+14
*
* malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps.
Christopher Faylor
2003-02-07
3
-0
/
+11
*
* pipe.cc (fhandler_pipe::close): Avoid extraneous this->.
Christopher Faylor
2003-02-07
1
-1
/
+1
*
* cygcheck.cc (common_apps): Add some more apps.
Christopher Faylor
2003-02-07
3
-1
/
+13
*
* heap.cc (heap_init): Remove debugging code.
Christopher Faylor
2003-02-07
2
-15
/
+5
*
* configure.in: Make w32api directory optional.
Christopher Faylor
2003-02-07
3
-22
/
+36
[prev]
[next]