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
/
dcrt0.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* dcrt0.cc (dll_crt0_1): Call initial_setlocale before fetching
Corinna Vinschen
2014-02-16
1
-3
/
+3
*
* dcrt0.cc (child_info_spawn::handle_spawn): Call fixup_lockf_after_exec
Corinna Vinschen
2014-02-10
1
-2
/
+2
*
* dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.
Christopher Faylor
2013-12-18
1
-1
/
+0
*
* autoload.cc (timeBeginPeriod): Delete.
Christopher Faylor
2013-12-18
1
-1
/
+1
*
* autoload.cc (timeBeginPeriod): Autoload.
Christopher Faylor
2013-12-18
1
-0
/
+1
*
* winsup.h (cygbench): Fix declaration to match definition.
Christopher Faylor
2013-07-17
1
-3
/
+2
*
* dcrt0.cc (child_info_fork::alloc_stack): Fix a comparison to avoid
Corinna Vinschen
2013-06-27
1
-1
/
+1
*
* dcrt0.cc (child_info_fork::alloc_stack): Don't subtract 4096 from stack
Christopher Faylor
2013-06-19
1
-1
/
+1
*
* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Fix datatype of
Corinna Vinschen
2013-05-23
1
-7
/
+10
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-26
/
+53
*
* cygheap.cc (init_cygheap::find_tls): Add a comment.
Christopher Faylor
2013-04-07
1
-6
/
+3
*
* child_info.h (cygheap_exec_info::sigmask): Declare new field.
Christopher Faylor
2013-03-31
1
-1
/
+8
*
* dcrt0.cc (dll_crt0_1): Comment assumption.
Christopher Faylor
2013-01-21
1
-0
/
+2
*
* dcrt0.cc (dll_crt0_1): Flag that we are working "incyg". Handle any signals
Christopher Faylor
2013-01-21
1
-1
/
+12
*
* dcrt0.cc (main_thread_sinit): New inline function. Fix and explain
Corinna Vinschen
2013-01-09
1
-2
/
+25
*
* DevNotes: Add entry cgf-000019.
Christopher Faylor
2012-12-28
1
-4
/
+1
*
* dcrt0.cc (build_argv): Allow quoted filenames in @ expression.
Corinna Vinschen
2012-12-20
1
-1
/
+5
*
revert erroneous checkin
Christopher Faylor
2012-11-30
1
-2
/
+0
*
* spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitive
Christopher Faylor
2012-11-30
1
-0
/
+2
*
* dcrt0.cc (quoted): Renamed strechr to strchrnul.
Kai Tietz
2012-10-27
1
-1
/
+1
*
* DevNotes: Add entry cgf-000014.
Christopher Faylor
2012-08-09
1
-2
/
+0
*
* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'
Christopher Faylor
2012-07-29
1
-1
/
+0
*
* DevNotes: Add entry cgf-000013.
Christopher Faylor
2012-07-21
1
-5
/
+0
*
* dcrt0.cc (build_argv): Guard against NULL pointer dereference found by Clang.
Christopher Faylor
2012-07-04
1
-1
/
+2
*
Revert errneous checkin.
Christopher Faylor
2012-06-19
1
-0
/
+2
*
* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrt
Christopher Faylor
2012-06-19
1
-2
/
+0
*
* DevNotes: Add entry cgf-000007.
Christopher Faylor
2012-05-14
1
-3
/
+14
*
* DevNotes: Add entry cgf-000003.
Christopher Faylor
2012-05-07
1
-3
/
+8
*
* dtable.cc (set_std_handle): Call SetStdHandle with NULL if fd is closed.
Christopher Faylor
2012-03-20
1
-7
/
+7
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2012-03-20
1
-0
/
+18
*
* init.cc (dll_entry): Move wincap.init call back from here...
Corinna Vinschen
2012-03-05
1
-1
/
+2
*
* dcrt0.cc (is_dos_path): New macro to recognize drive letter and UNC
Corinna Vinschen
2012-01-27
1
-2
/
+10
*
* dcrt0.cc (_dll_crt0): Rephrase comments. Set $ebp to NULL, as in
Corinna Vinschen
2011-12-21
1
-5
/
+7
*
* dcrt0.cc (dll_crt0_0): Check for wincap.wow64_has_secondary_stack
Corinna Vinschen
2011-12-19
1
-8
/
+10
*
Clean up whitespace.
Christopher Faylor
2011-12-17
1
-2
/
+2
*
* dcrt0.cc (_dll_crt0): Fix formatting.
Corinna Vinschen
2011-12-17
1
-6
/
+3
*
* dcrt0.cc (child_info_fork::alloc_stack): Correctly check if the
Corinna Vinschen
2011-12-16
1
-3
/
+5
*
* Makefile.in (DLL_OFILES): Add wow64.o.
Corinna Vinschen
2011-12-16
1
-86
/
+52
*
* dcrt0.cc (init_windows_system_directory): Record system_wow64_directory
Christopher Faylor
2011-12-13
1
-6
/
+17
*
* dcrt0.cc (wow64_respawn): New static variable.
Corinna Vinschen
2011-12-12
1
-1
/
+85
*
Add ChangeLog entry for previous change and revert erroneously checked in
Christopher Faylor
2011-12-10
1
-83
/
+0
*
Clarify entry
Christopher Faylor
2011-12-10
1
-0
/
+83
*
* cygthread.h (cygthread::name): Default name to "main" if we are early in the
Christopher Faylor
2011-11-24
1
-15
/
+7
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.
Christopher Faylor
2011-11-24
1
-2
/
+3
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2011-11-16
1
-2
/
+1
*
Throughout use "have_execed" macro rather than "hExeced" global handle.
Christopher Faylor
2011-11-14
1
-10
/
+9
*
* child_info.h (cchildren): New struct.
Christopher Faylor
2011-10-26
1
-0
/
+6
*
* dcrt0.cc (dll_crt0_1): Copy argv before passing to main().
Christopher Faylor
2011-10-17
1
-1
/
+12
*
* dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.
Christopher Faylor
2011-08-18
1
-1
/
+1
*
* cygthread.cc (cygthread::async_create): Define new function.
Christopher Faylor
2011-07-30
1
-2
/
+3
[next]