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
*
gas/
H.J. Lu
2005-12-06
2
-3
/
+18
*
* include/cygwin/stdlib.h: New file.
Christopher Faylor
2005-12-05
4
-2
/
+78
*
* libc/include/stdlib.h: Move cygwin declarations to cygwin-specific file.
Christopher Faylor
2005-12-05
2
-42
/
+9
*
* dir.cc (readdir_workdir): Only fill out d_ino when linked into older app.
Christopher Faylor
2005-12-05
4
-56
/
+69
*
revert accidental checkin
Christopher Faylor
2005-12-05
1
-4
/
+0
*
Remove unneeded whitespace.
Christopher Faylor
2005-12-05
9
-50
/
+48
*
* strace.cc (show_usecs): Renamed from 'usecs'.
Christopher Faylor
2005-12-05
3
-7
/
+18
*
toplevel:
Paolo Bonzini
2005-12-05
10
-1087
/
+2133
*
* environ.cc (spenvs): Add "windir" as an "always export" variable
Corinna Vinschen
2005-12-04
2
-1
/
+7
*
fix description
Christopher Faylor
2005-12-04
1
-1
/
+1
*
* faq-setup.xml: Add note about clean_setup.pl.
Joshua Daniel Franklin
2005-12-04
3
-2
/
+11
*
* include/exceptions.h (exception_list): Revert previous change. Windows
Christopher Faylor
2005-12-03
6
-71
/
+91
*
Add missing ChangeLog entry.
Christopher Faylor
2005-12-03
1
-0
/
+1
*
* cygtls.h (_cygtls::el): New field.
Christopher Faylor
2005-12-03
13
-133
/
+179
*
* dcrt0.cc (getstack): Try harder to modify memory.
Christopher Faylor
2005-12-02
2
-4
/
+11
*
* devices.h (_major): Revert previous ill-advised change.
Christopher Faylor
2005-12-02
2
-2
/
+7
*
* exceptions.cc (handle_exceptions): Translate a guard page exception to a
Christopher Faylor
2005-12-01
2
-1
/
+10
*
* mmap.cc: Make debug output more consistently. Fix some comments.
Corinna Vinschen
2005-12-01
2
-36
/
+51
*
* devices.h (_minor): Coerce argument to proper type before manipulating.
Christopher Faylor
2005-12-01
5
-29
/
+51
*
2005-11-30 Shaun Jackman <sjackman@gmail.com>
Jeff Johnston
2005-11-30
5
-3
/
+81
*
2005-11-30 Shaun Jackman <sjackman@gmail.com>
Jeff Johnston
2005-11-30
3
-2
/
+47
*
* times.cc (hires_ms::prime): Remove debugging stuff.
Christopher Faylor
2005-11-30
2
-14
/
+8
*
* mmap.cc (list::try_map): New method, implementing trying to map
Corinna Vinschen
2005-11-30
2
-44
/
+68
*
* include/cygwin/version.h: Bump API minor version.
Corinna Vinschen
2005-11-29
2
-1
/
+6
*
* fhandler.h (fhandler_dev_zero::mmap): Add method.
Corinna Vinschen
2005-11-29
4
-92
/
+329
*
* autoload.cc (NtCreateSection): Define.
Corinna Vinschen
2005-11-28
16
-759
/
+878
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Don't rely on
Corinna Vinschen
2005-11-28
2
-2
/
+12
*
Fix changelog typo.
Daniel Jacobowitz
2005-11-28
1
-1
/
+1
*
* heap.cc: Remove spurious getpagesize declaration.
Christopher Faylor
2005-11-25
3
-3
/
+15
*
* autoload.cc (CloseWindowStation): Define.
Christopher Faylor
2005-11-24
1
-0
/
+1
*
* fhandler_tty.cc (fhandler_tty_slave::open): Reset the current windows station
Christopher Faylor
2005-11-24
4
-1
/
+16
*
* Makefile.in: Link cygcheck with libwininet.a.
Christopher Faylor
2005-11-22
5
-38
/
+272
*
* strptime.cc (_strptime): Fix gcc warnings.
Christopher Faylor
2005-11-18
2
-0
/
+6
*
* memmem.cc: Move from here.
Christopher Faylor
2005-11-18
1
-0
/
+5
*
2005-11-18 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2005-11-18
2
-3
/
+13
*
* libc: Add subdirectory.
Corinna Vinschen
2005-11-18
9
-6
/
+761
*
* libc/include/ieeefp.h: Add C++ guards.
Corinna Vinschen
2005-11-18
2
-0
/
+9
*
* include/cygwin/sys_time.h: Move futimes and lutimes declaration here from
Christopher Faylor
2005-11-18
2
-1
/
+8
*
* include/sys/time.h: Move more cygwin stuff to cygwin-specific header.
Christopher Faylor
2005-11-18
2
-4
/
+4
*
* include/time.h: Remove more cygwin-specific stuff.
Christopher Faylor
2005-11-18
2
-18
/
+4
*
* times.cc (timezone): Put back (void).
Christopher Faylor
2005-11-18
3
-1
/
+20
*
* include/time.h: Move cygwin declarations to cygwin-specific header.
Christopher Faylor
2005-11-18
3
-11
/
+10
*
* include/cygwin/sys_time.h: Rename from include/cygwin/time.h.
Christopher Faylor
2005-11-18
3
-4
/
+34
*
2005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>
Danny Smith
2005-11-18
1
-0
/
+8
*
2005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>
Danny Smith
2005-11-18
2
-0
/
+19
*
2005-11-17 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2005-11-17
5
-150
/
+160
*
2005-11-17 Shaun Jackman <sjackman@gmail.com>
Jeff Johnston
2005-11-17
2
-4
/
+6
*
* fork.cc (fork): Move top-of-stack calculation later.
Christopher Faylor
2005-11-17
3
-8
/
+16
*
* fhandler_tty.cc (fhandler_tty_slave::open): Don't expect that
Corinna Vinschen
2005-11-17
2
-7
/
+15
*
* cris/linunistd.h: Don't redefine errno as extern int.
Hans-Peter Nilsson
2005-11-17
2
-2
/
+4
[next]