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
...
*
* dcrt0.cc (dll_crt0_0): Eliminate muto::init call.
Christopher Faylor
2005-03-08
5
-23
/
+30
*
* kill.cc (getsig): Rectify bug introduced by 2005-02-26 change. Don't pad
Christopher Faylor
2005-03-08
2
-2
/
+7
*
* strace.cc (handle_output_debug_string): Fix compiler warning.
Corinna Vinschen
2005-03-07
2
-2
/
+6
*
* include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
Danny Smith
2005-03-07
2
-4
/
+16
*
* include/basetyps.h (__int16): Correct define.
Danny Smith
2005-03-07
2
-1
/
+5
*
* path.cc (mount_info::read_cygdrive_info_from_registry): Use the user prefix
Christopher Faylor
2005-03-06
2
-0
/
+15
*
2005-03-06 Ralf Corsepious <ralf.corsepius@rtems.org>
Jeff Johnston
2005-03-06
3
-0
/
+575
*
2005-03-06 Ralf Corsepious <ralf.corsepius@rtems.org>
Jeff Johnston
2005-03-06
2
-2
/
+6
*
2005-03-06 Ralf Corsepious <ralf.corsepius@rtems.org>
Jeff Johnston
2005-03-06
3
-22
/
+11
*
* sync.h (sync::init_lock): Declare new static member.
Christopher Faylor
2005-03-06
3
-7
/
+25
*
* path.cc (special_name): Reorganize to always detect the use of special names
Christopher Faylor
2005-03-06
2
-14
/
+16
*
* cygpath.cc (usage): Pass in one more copy of program_name to printf to avoid
Christopher Faylor
2005-03-06
2
-1
/
+6
*
* pathnames.sgml: Clarify binmode/textmode behavior slightly.
Christopher Faylor
2005-03-06
3
-18
/
+25
*
* fhandler_clipboard.cc: Use int for cygnativeformat rather than UINT as that
Christopher Faylor
2005-03-04
2
-2
/
+8
*
* fhandler.cc (fhandler_base::open_9x): Satisfy query_open values.
Corinna Vinschen
2005-03-04
2
-6
/
+23
*
* fhandler_socket.cc (fhandler_socket::ioctl): Only cancel
Corinna Vinschen
2005-03-04
2
-1
/
+6
*
* cygwin.din (utmpxname): Export.
Corinna Vinschen
2005-03-03
6
-2
/
+26
*
* cygthread.cc (cygthread::detach): Use a slightly higher priority when waiting
Christopher Faylor
2005-03-03
2
-1
/
+6
*
Add Pierre's security text.
Joshua Daniel Franklin
2005-03-03
2
-11
/
+10
*
restore comment
Christopher Faylor
2005-03-03
1
-0
/
+1
*
update copyright dates
Alan Modra
2005-03-03
47
-50
/
+59
*
fix changelog garbling
Christopher Faylor
2005-03-03
1
-4
/
+3
*
* autoload.cc (std_dll_init): Save and restore fpu control register around
Christopher Faylor
2005-03-03
2
-2
/
+12
*
* cygtls.cc (_cygtls::remove): Don't attempt any removal activities if exitsock
Christopher Faylor
2005-03-03
2
-1
/
+9
*
* cygtls.cc (_cygtls::init_thread): Move exitsock setting later. It should
Christopher Faylor
2005-03-03
2
-2
/
+8
*
* mips.h: Define MIPS TLS relocations.
Daniel Jacobowitz
2005-03-02
2
-2
/
+22
*
* autoload.cc (LoadDLLprime): Mask error code to low-order 16 bits.
Christopher Faylor
2005-03-02
2
-2
/
+7
*
* spawn.cc (do_cleanup): Properly restore SIGINT/SIGQUIT even if they had
Christopher Faylor
2005-03-02
2
-6
/
+11
*
* fhandler_disk_file.cc (fhandler_disk_file::touch_ctime): Replace
Corinna Vinschen
2005-03-02
3
-9
/
+10
*
PR libgcj/20160
Alexandre Oliva
2005-03-01
2
-0
/
+64
*
* include/cygwin/version.h: Bump DLL minor number to 14.
Christopher Faylor
2005-03-01
2
-1
/
+5
*
merge from gcc
DJ Delorie
2005-03-01
2
-0
/
+8
*
* fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never set
Corinna Vinschen
2005-03-01
7
-64
/
+65
*
2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
Paolo Bonzini
2005-02-28
3
-65
/
+72
*
2005-02-28 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini
2005-02-28
8
-3412
/
+3369
*
* fhandler.h (class fhandler_socket): Declare new method
Corinna Vinschen
2005-02-28
6
-36
/
+132
*
remove unneeded blank line
Christopher Faylor
2005-02-28
1
-1
/
+0
*
* regtool.cc (opts): The argument to 'K' is not optional.
Christopher Faylor
2005-02-27
2
-5
/
+8
*
* regtool.cc (main): Avoid a SEGV when nothing follows -K.
Christopher Faylor
2005-02-27
2
-1
/
+8
*
* sigproc.cc (_pinfo::set_ctty): Move function
Christopher Faylor
2005-02-27
6
-26
/
+46
*
* kill (getsig): Avoid buffer overflow when generating a signal name.
Christopher Faylor
2005-02-27
3
-3
/
+9
*
* debug.cc (delete_handle): Report on handle value in debugging output.
Christopher Faylor
2005-02-26
8
-37
/
+51
*
2005-02-25 Ralf Corsepious <ralf.corsepius@rtems.org>
Jeff Johnston
2005-02-25
2
-2
/
+7
*
2005-02-25 Eric Blake <ebb9@byu.net>
Jeff Johnston
2005-02-25
7
-22
/
+42
*
* fhandler.h (class fhandler_base): Declare fixup_mmap_after_fork
Corinna Vinschen
2005-02-25
5
-68
/
+176
*
* Fix ChangeLog entries.
Corinna Vinschen
2005-02-25
1
-3
/
+3
*
* mmap.cc (mmap64): Handle MAP_FIXED request on non-granulation
Corinna Vinschen
2005-02-25
2
-1
/
+10
*
* mmap.cc (class mmap_record): Declare new map_pages method with
Corinna Vinschen
2005-02-25
2
-17
/
+104
*
* include/wctype.h (wctrans) Remove _CRTIMP.
Danny Smith
2005-02-25
2
-4
/
+10
*
* include/wctype.h: Add comment on wctrans, towctrans, wctype.
Danny Smith
2005-02-25
2
-0
/
+12
[prev]
[next]