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
/
miscfuncs.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.
Corinna Vinschen
2009-03-24
1
-132
/
+0
*
* miscfuncs.cc (cygwin_strncasecmp): Fix bug which results in
Corinna Vinschen
2008-07-14
1
-6
/
+4
*
Add miscfuncs.h to files as needed throughout.
Christopher Faylor
2008-04-07
1
-3
/
+49
*
* dtable.cc: Define various device-related string constants as wide character
Christopher Faylor
2008-03-22
1
-1
/
+1
*
* dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING is
Corinna Vinschen
2008-02-25
1
-8
/
+8
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
1
-3
/
+3
*
* dcrt0.cc (dll_crt0_1): Fix typo in call to sys_wcstombs.
Corinna Vinschen
2008-02-11
1
-1
/
+1
*
* miscfuncs.cc (next_char): Fix typos in comment.
Corinna Vinschen
2008-02-06
1
-2
/
+2
*
* fhandler.h (fhandler_console::trunc_buf): Add to use as cache for
Corinna Vinschen
2008-02-06
1
-1
/
+114
*
* miscfuncs.cc (cygwin_wcsncasecmp): Never access more than n
Corinna Vinschen
2008-02-01
1
-18
/
+22
*
* dcrt0.cc: Include string.h.
Corinna Vinschen
2007-12-12
1
-48
/
+93
*
* dcrt0.cc (codepage_type): Remove definition.
Christopher Faylor
2007-08-02
1
-31
/
+1
*
* exceptions.cc (dummy_ctrl_c_handler): Remove.
Corinna Vinschen
2007-02-23
1
-2
/
+2
*
* fhandler_proc.cc: Drop superfluous definition of _WIN32_WINNT.
Corinna Vinschen
2006-10-19
1
-2
/
+1
*
white space
Christopher Faylor
2006-05-28
1
-1
/
+1
*
* dtable.cc (handle_to_fn): Accomodate new argument order in call to
Corinna Vinschen
2006-02-07
1
-2
/
+10
*
* winsup.h (flush_file_buffers): Define as inline function.
Corinna Vinschen
2005-12-20
1
-11
/
+0
*
* winsup.h (flush_file_buffers): Declare new function.
Corinna Vinschen
2005-12-20
1
-0
/
+11
*
* winsup.h (create_pipe): Declare new function.
Christopher Faylor
2005-08-19
1
-0
/
+14
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-1
/
+1
*
Replace valid memory checks with new myfault class "exception handling", almost
Christopher Faylor
2005-07-03
1
-110
/
+16
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+2
*
white space
Christopher Faylor
2005-02-13
1
-1
/
+1
*
* cygwin.din: Export getpriority and setpriority.
Corinna Vinschen
2005-01-25
1
-0
/
+84
*
2004-06-17 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-06-17
1
-1
/
+4
*
* miscfuncs.cc (check_invalid_virtual_addr): Assure the last page
Corinna Vinschen
2004-02-26
1
-2
/
+3
*
* miscfuncs.cc (check_invalid_virtual_addr): New function.
Corinna Vinschen
2004-02-25
1
-0
/
+12
*
Rename _threadinfo to _cygtls, throughout.
Christopher Faylor
2004-02-12
1
-1
/
+1
*
* miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority to
Christopher Faylor
2003-12-12
1
-1
/
+1
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-1
/
+1
*
2003-11-11 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2003-11-14
1
-2
/
+2
*
* miscfuncs.cc (low_priority_sleep): Make a "C" function.
Christopher Faylor
2003-11-10
1
-1
/
+1
*
* miscfunc.cc (__check_invalid_read_ptr): New function.
Corinna Vinschen
2003-10-27
1
-0
/
+8
*
* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.
Christopher Faylor
2003-08-28
1
-7
/
+23
*
* miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread.
Christopher Faylor
2003-08-21
1
-3
/
+4
*
Split ChangeLog, create ChangeLog-2002.
Corinna Vinschen
2003-01-10
1
-1
/
+1
*
* cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.
Christopher Faylor
2003-01-10
1
-6
/
+5
*
* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give up
Christopher Faylor
2002-11-22
1
-2
/
+17
*
* exceptions.cc (setup_handler): Add debugging output. Set thread priority to
Christopher Faylor
2002-11-15
1
-4
/
+5
*
* miscfuncs.cc (low_priority_sleep): New function. Use throughout where code
Christopher Faylor
2002-11-13
1
-0
/
+9
*
* external.cc (cygwin_internal): Implement CW_CMDLINE.
Christopher Faylor
2002-10-30
1
-0
/
+22
*
* miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero length
Christopher Faylor
2002-08-30
1
-0
/
+73
*
* winsup.h (__check_null_invalid_struct): Make ptr argument non-const.
Conrad Scott
2002-08-08
1
-4
/
+4
*
* autoload (noload): Avoid clobbering bx register.
Christopher Faylor
2002-06-26
1
-0
/
+20
*
* debug.cc (makethread): Eliminate unneeded function call.
Christopher Faylor
2001-11-30
1
-1
/
+1
*
* cygwin.din (ualarm): New export.
Christopher Faylor
2001-11-28
1
-1
/
+1
*
* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.
Christopher Faylor
2001-11-24
1
-0
/
+18
*
Ensure that all fhandler_*::read definitions are __stdcall throughout.
Christopher Faylor
2001-10-24
1
-17
/
+13
*
* miscfuncs.cc (__check_invalid_read_ptr_errno): Return error, if any.
Corinna Vinschen
2001-10-22
1
-1
/
+1
*
* miscfuncs.cc (+__check_invalid_read_ptr_errno): New function.
Christopher Faylor
2001-10-20
1
-0
/
+9
[next]