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
path:
root
/
winsup
/
cygwin
Commit message (
Expand
)
Author
Age
Files
Lines
*
* string.h: Re-enable inline strcasematch and strncasematch
Corinna Vinschen
2008-02-01
12
-60
/
+69
*
* dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to current
Corinna Vinschen
2008-01-31
8
-55
/
+155
*
* cygheap.h (struct cwdstuff): Add dir member to store cwd handle.
Corinna Vinschen
2008-01-31
3
-31
/
+41
*
* path.cc: Fix Samba version in comment.
Corinna Vinschen
2008-01-28
2
-1
/
+5
*
* path.cc (fs_info::update): Fix old-style Samba test to support
Corinna Vinschen
2008-01-24
2
-8
/
+14
*
* ntdll.h (struct _FILE_FS_OBJECTID_INFORMATION): Define.
Corinna Vinschen
2008-01-22
4
-12
/
+62
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Open file with
Corinna Vinschen
2008-01-21
2
-1
/
+6
*
* Makefile.in (install-libs): Overwrite newlib's libg.a with symlink
Corinna Vinschen
2008-01-15
2
-0
/
+6
*
* Makefile.in (DLL_OFILES): Remove memmem.o.
Corinna Vinschen
2008-01-15
3
-68
/
+6
*
* fhandler.h: Update copyright.
Corinna Vinschen
2008-01-07
3
-2
/
+8
*
* fhandler.h (fhandler_base::is_tty): Make bool.
Christopher Faylor
2008-01-06
2
-10
/
+23
*
* include/limits.h (TTY_NAME_MAX): Increase size to same as linux to allow for
Christopher Faylor
2008-01-06
2
-1
/
+6
*
* tty.cc: Update copyright.
Christopher Faylor
2008-01-01
3
-3
/
+9
*
* newsym: First stab at understanding data as well as functions.
Christopher Faylor
2008-01-01
5
-2808
/
+2799
*
* cygwin.din (_f_llrint, _f_llrintf, _f_llrintl, _f_lrint, _f_lrintf,
Dave Korn
2007-12-30
3
-7
/
+31
*
* fhandler.h (class fhandler_dev_random): Add dummy_offset member.
Corinna Vinschen
2007-12-22
3
-2
/
+33
*
* libc/memmem.cc (memmem): Fix bug when searching for empty string.
Corinna Vinschen
2007-12-20
2
-2
/
+6
*
* cygwin.din: Export wcpcpy, wcpncpy.
Corinna Vinschen
2007-12-19
3
-1
/
+9
*
* dtable.cc (POSIX_NAMED_PIPE): New define.
Christopher Faylor
2007-12-16
6
-30
/
+247
*
* include/cygwin/socket.h: Include sys/uio.h instead of cygwin/uio.h.
Corinna Vinschen
2007-12-14
3
-2
/
+6
*
* dtable.cc (dtable::set_file_pointers_for_exec): Reenable. Fix
Corinna Vinschen
2007-12-14
3
-4
/
+11
*
* poll.cc (poll): Return count of fds with events instead of total
Corinna Vinschen
2007-12-13
2
-39
/
+52
*
* string.h: Guard cygwin internal string function definitions with
Corinna Vinschen
2007-12-13
2
-0
/
+10
*
* dcrt0.cc: Include string.h.
Corinna Vinschen
2007-12-12
12
-80
/
+232
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix R/O bit
Corinna Vinschen
2007-12-11
2
-4
/
+8
*
* localtime.cc (tzset): Guard by a muto for thread safety.
Corinna Vinschen
2007-12-11
2
-3
/
+13
*
* cygheap.cc (_csbrk): Don't request zero bytes from VirtualAlloc,
Dave Korn
2007-12-11
2
-1
/
+6
*
* localtime.cc (tzset): Call tzsetwall only if it hasn't been
Corinna Vinschen
2007-12-11
2
-1
/
+7
*
* include/sys/cygwin.h: Include limits.h.
Corinna Vinschen
2007-12-07
2
-0
/
+5
*
* dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for path
Corinna Vinschen
2007-12-06
11
-23
/
+53
*
* fhandler_tty.cc (fhandler_tty_slave::open): Use MAX_PATH instead of
Corinna Vinschen
2007-12-05
3
-11
/
+18
*
* fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATH
Corinna Vinschen
2007-12-05
10
-22
/
+44
*
Add missing ChangeLog entry.
Corinna Vinschen
2007-12-05
1
-0
/
+8
*
* fhandler_fifo.cc (fhandler_fifo::open): Use MAX_NAME for pipe name
Corinna Vinschen
2007-12-04
2
-14
/
+7
*
* autoload.cc (GetModuleFileNameExW): Replace definition of
Corinna Vinschen
2007-12-03
4
-16
/
+28
*
* include/cygwin/time.h: Remove redundant #endif.
Corinna Vinschen
2007-12-03
2
-1
/
+4
*
* include/cygwin/time.h (daylight): Declare as extern symbol referring
Corinna Vinschen
2007-12-01
2
-3
/
+11
*
* Makefile.in (OBSOLETE_FUNCTIONS): Add timezone.
Corinna Vinschen
2007-12-01
3
-8
/
+10
*
* fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead of
Corinna Vinschen
2007-11-28
5
-5
/
+15
*
* fhandler_socket.cc (fhandler_socket::recv_internal): Add MSG_WAITALL
Corinna Vinschen
2007-11-28
3
-10
/
+54
*
* posix_ipc.cc (ipc_names): Rename max_len to prefix_len. Store
Corinna Vinschen
2007-11-27
2
-20
/
+46
*
Drop old SetResourceLock stuff in favor of mutos.
Corinna Vinschen
2007-11-27
7
-118
/
+85
*
* mmap.cc: Convert usage of dynamically growing cmalloced arrays to
Corinna Vinschen
2007-11-27
2
-200
/
+176
*
Change many cygheap allocation routines to their *_abort analogs.
Christopher Faylor
2007-11-26
20
-80
/
+114
*
* cygheap.cc (_crealloc): Avoid memcpy when _cmalloc returns NULL.
Christopher Faylor
2007-11-23
2
-2
/
+9
*
revert premature checkin
Christopher Faylor
2007-11-08
1
-49
/
+4
*
revert premature checkin
Christopher Faylor
2007-11-08
4
-67
/
+21
*
* dllfixdbg: Eliminate extra objcopy step.
Christopher Faylor
2007-11-08
8
-30
/
+121
*
* dllfixdbg: Pass --only-keep-debug to objcopy, instead of
Corinna Vinschen
2007-11-08
2
-5
/
+8
*
* thread.cc (pthread_key_create): Drop check for incoming valid object.
Corinna Vinschen
2007-11-06
2
-5
/
+4
[next]