Skip to content

Commit

Permalink
2010-05-11 Miguel de Icaza <miguel@novell.com>
Browse files Browse the repository at this point in the history
	* console-unix.c: Signal handlers now save and restore errno.   We
	have never had a bug report about this, ioctl does change errno. 

	Hide the unused method.   

	Remove internal declarations from public headers.

	Document what the signal handler is doing

svn path=/trunk/mono/; revision=157132
  • Loading branch information
migueldeicaza committed May 11, 2010
1 parent 125b04f commit 66ba2c2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mono/metadata/ChangeLog
@@ -1,3 +1,14 @@
2010-05-11 Miguel de Icaza <miguel@novell.com>

* console-unix.c: Signal handlers now save and restore errno. We
have never had a bug report about this, ioctl does change errno.

Hide the unused method.

Remove internal declarations from public headers.

Document what the signal handler is doing

2010-05-11 Rodrigo Kumpera <rkumpera@novell.com>

* sgen-gc.c (mono_gc_clear_domain): Both ephemerons
Expand Down

0 comments on commit 66ba2c2

Please sign in to comment.