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
...
*
2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Ralf Wildenhues
2008-03-16
3
-7
/
+35
*
* fcntl.cc (fcntl_worker): Protect with a 'myfault'.
Corinna Vinschen
2008-03-14
5
-1
/
+213
*
* config.rpath: Add AIX 6 support.
David Edelsohn
2008-03-13
2
-4
/
+8
*
* path.sgml: Remove documentation for old path API. Add documentation
Corinna Vinschen
2008-03-13
5
-153
/
+160
*
2008-03-13 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini
2008-03-13
3
-46
/
+53
*
include/elf/
Alan Modra
2008-03-13
2
-4
/
+10
*
* config.sub, config.guess: Update from upstream sources.
Ben Elliston
2008-03-12
3
-5
/
+16
*
* syscalls.cc (rename): Just return with 0 if filenames are identical,
Corinna Vinschen
2008-03-12
2
-5
/
+7
*
* syscalls.cc (rename): Handle a special case of trying to rename a
Corinna Vinschen
2008-03-12
2
-5
/
+18
*
* environ.h: Fix comment.
Corinna Vinschen
2008-03-12
3
-12
/
+10
*
* pipe.cc (fhandler_pipe::create_selectable): Use MAX_PATH instead of
Corinna Vinschen
2008-03-12
3
-6
/
+16
*
Fix typo.
Corinna Vinschen
2008-03-12
1
-1
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Disable
Corinna Vinschen
2008-03-12
4
-16
/
+101
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Don't
Corinna Vinschen
2008-03-12
2
-7
/
+16
*
* cygpath.cc (do_sysfolders): Use cygwin_conv_path.
Corinna Vinschen
2008-03-12
6
-29
/
+53
*
* winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.
Corinna Vinschen
2008-03-12
17
-138
/
+368
*
include/elf/
Alan Modra
2008-03-12
4
-28
/
+61
*
* elf/cr16c.h (SHN_CR16C_FCOMMON): Define using SHN_LORESERVE.
Alan Modra
2008-03-11
10
-50
/
+69
*
2008-03-11 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-03-11
2
-2
/
+2
*
2008-03-11 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-03-11
2
-0
/
+9
*
* cygcheck.cc (find_app_on_path): Make buffer SYMLINK_MAX + 1
Brian Dessent
2008-03-11
2
-3
/
+8
*
* cygcheck.cc (dirname): New static function.
Brian Dessent
2008-03-11
4
-31
/
+100
*
* dlfcn.cc (get_full_path_of_dll): Allow paths up to PATH_MAX.
Corinna Vinschen
2008-03-11
2
-2
/
+10
*
* spawn.cc (find_exec): Use tmp_pathbuf to allocate path buffer.
Corinna Vinschen
2008-03-11
2
-1
/
+6
*
* dtable.cc (dtable::init_std_file_from_handle): Use tmp_pathbuf to
Corinna Vinschen
2008-03-11
2
-12
/
+23
*
* path.cc (cwdstuff::set): Make sure drive_length is 0 for virtual
Corinna Vinschen
2008-03-11
3
-3
/
+27
*
* environ.cc (parse_options): Use tmp_pathbuf to allocate buffer.
Corinna Vinschen
2008-03-11
4
-10
/
+23
*
* syscalls.cc (sync): Use MAX_PATH rather than CYG_MAX_PATH.
Corinna Vinschen
2008-03-11
2
-7
/
+12
*
* fhandler.h (class fhandler_console): Add write_buf as pointer to
Corinna Vinschen
2008-03-10
3
-8
/
+25
*
* fhandler_console.cc (fhandler_console::write_normal): Don't print
Corinna Vinschen
2008-03-10
2
-1
/
+6
*
* fhandler.h (dev_console::con_to_str): Declare returning DWORD.
Corinna Vinschen
2008-03-10
2
-13
/
+26
*
2008-03-09 Paul Brook <paul@codesourcery.com>
Paul Brook
2008-03-09
2
-2
/
+9
*
* Makefile.in (install): Don't install the testsuite.
Brian Dessent
2008-03-09
2
-1
/
+5
*
* Makefile.in: Add a 'check' target that builds and runs
Brian Dessent
2008-03-09
5
-13
/
+309
*
* Makefile.in: Reorganize considerably, using GNU make's
Brian Dessent
2008-03-08
2
-149
/
+87
*
* fhandler_disk_file.cc (DIR_BUF_SIZE): Define required space for file
Corinna Vinschen
2008-03-08
3
-17
/
+44
*
* dtable.cc (handle_to_fn): Null-terminate posix_fn in the case
Brian Dessent
2008-03-08
2
-0
/
+6
*
* fhandler.cc (fhandler_base::open): Use %S for PUNICODE_STRING.
Brian Dessent
2008-03-08
3
-2
/
+7
*
2008-03-07 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-03-07
4
-17
/
+39
*
2008-03-07 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2008-03-07
5
-2
/
+25
*
* fhandler_socket.cc (fhandler_socket::sendto): Never send more than
Corinna Vinschen
2008-03-07
2
-6
/
+23
*
* Makefile.in (DLL_OFILES): Add tls_pbuf.o.
Corinna Vinschen
2008-03-07
22
-204
/
+468
*
2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
Andreas Krebbel
2008-03-06
1
-0
/
+8
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Corinna Vinschen
2008-03-06
2
-1
/
+5
*
* fhandler.cc (fhandler_base::open_): Add missing test for O_CREAT.
Corinna Vinschen
2008-03-06
2
-1
/
+6
*
s/open/create/
Corinna Vinschen
2008-03-06
1
-1
/
+1
*
* child_info.h (~child_info_spawn): Check moreinfo->myself_pinfo for
Corinna Vinschen
2008-03-05
5
-5
/
+23
*
2008-03-04 Paul Brook <paul@codesourcery.com>
Paul Brook
2008-03-05
2
-3
/
+18
*
Fix strtod("nan()", ptr).
Eric Blake
2008-03-04
2
-1
/
+7
*
2008-02-28 Joseph Myers <joseph@codesourcery.com>
Chris Sutcliffe
2008-03-04
2
-5
/
+5
[prev]
[next]