summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/localtime.c
Commit message (Collapse)AuthorAgeFilesLines
* * localtime.c: Changed whole file to become C++ clean. Rename toCorinna Vinschen2001-07-251-2247/+0
| | | | | localtime.cc. * localtime.cc (tzload): Preserve errno.
* * cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor2001-05-081-1/+1
| | | | | | | | | | | | | | | | (_crealloc): Ditto. * dcrt0.cc (dll_crt0_1): Default to always checking for executable for now. * dtable.cc (dtable::not_open): Move method. * dtable.h (dtable): Here. * exceptions.cc (ctrl_c_handler): Don't expect process group leader to handle a signal if it doesn't exist. * fhandler.h (fhandler_base): Make openflags protected. * localtime.c (tzsetwall): Check for __CYGWIN__ as well as __WIN32__. * path.cc (path_conv::check): Add some comments. Change strcat to assignment. * lib/_cygwin_S_IEXEC.cc (_cygwin_bob__): Eliminate. * fhandler_tty.cc (fhandler_console::dup): Set controlling terminal if necessary. * fhandler_tty.cc (fhandler_tty_slave::dup): Ditto.
* * localtime.c: Revert exclusion of windows.h.Christopher Faylor2001-05-051-1/+1
|
* * exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor2001-05-041-1/+1
| | | | tty.
* Whitespace cleanup.Christopher Faylor2000-10-281-1/+1
| | | | | | * configure.in: Eliminate subdir stuff. * configure: Regenerate. * include/getopt.h (option): Make name field 'const'.
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-0/+1
| | | | | | | | | | * *.cc: put winsup.h before other headers (for __INSIDE_CYGWIN__); use cur_environ() instead of just environ * times.cc: remove import protections * glob.c: add winsup.h * localtime.c: ditto * smallprint.c: ditto * Makefile.in: don't __INSIDE_CYGWIN__ as it messes up profiling.
* Throughout use strace class in place of individual functions and variables.Christopher Faylor2000-03-071-3/+0
| | | | | | * cygwin.din: Eliminate _strace_wm. * sigproc.cc (wait_sig): Temporarily add more debugging output. * include/cygwin/version.h: Bump minor api to reflect export change.
* Fix final round of gcc warnings relating to unused parameters.Christopher Faylor2000-02-241-1/+2
|
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-4/+2
|
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+2250