]> granicus.if.org Git - gc/commit
2011-04-03 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Sun, 3 Apr 2011 19:29:08 +0000 (19:29 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:57 +0000 (21:06 +0400)
commit2f9f31a6feb731f07aecebbb31c592f7eb7e35f5
treeca7932d5996f5bd1a4cfbc8fa67ec9a0594185bb
parent2dd6fcb8eb83cebc86640afbbdacacff5e45a6b3
2011-04-03  Ivan Maidanski  <ivmai@mail.ru>

* misc.c (GC_stdout, GC_stderr): Move the definition to the place
where GC_log is defined (Unix only).
* misc.c (GC_init): Recognize "GC_ONLY_LOG_TO_FILE" environment
variable and the similar macro; redirect GC_stdout and GC_stderr
to GC_log if "GC_LOG_FILE" environment variable is set unless
prohibited by GC_ONLY_LOG_TO_FILE (Unix only).
* doc/README.environment (GC_ONLY_LOG_TO_FILE): Document.
* doc/README.macros (GC_ONLY_LOG_TO_FILE): Ditto.
ChangeLog
doc/README.environment
doc/README.macros
misc.c