forked from mono/mono
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2004-04-26 David Waite <[email protected]>
in interpreter * interp.h: remove comma from end of enumeration constants declarations in io-layer * daemon-messages.h: * daemon-private.h * error.h: * io.h: * processes.h: * shared.h: * thread-private.h: * wapi-private.h: remove comma from end of enumeration declarations * status.h: cast unsigned int types to int for enum assignment in metadata * file-io.h: * socket-io.h: * threads.h: * unicode.h: remove comma from end of enumeration declarations in mini * driver.c: remove comma from end of enumeration declaration in utils * mono-logger.h: remove comma from end of enumeration declaration svn path=/trunk/mono/; revision=26035
- Loading branch information
Showing
21 changed files
with
87 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2004-04-26 David Waite <[email protected]> | ||
|
||
* interp.h: remove comma from end of enumeration constants | ||
declarations | ||
|
||
2004-04-21 Bernie Solomon <[email protected]> | ||
|
||
* interp.h: put in space for old type field | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2004-04-26 David Waite <[email protected]> | ||
|
||
* daemon-messages.h: | ||
* daemon-private.h | ||
* error.h: | ||
* io.h: | ||
* processes.h: | ||
* shared.h: | ||
* thread-private.h: | ||
* wapi-private.h: remove comma from end of enumeration declarations | ||
* status.h: cast unsigned int types to int for enum assignment | ||
|
||
2004-04-26 David Waite <[email protected]> | ||
|
||
* io.c: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2004-04-26 David Waite <[email protected]> | ||
|
||
* file-io.h: | ||
* socket-io.h: | ||
* threads.h: | ||
* unicode.h: remove comma from end of enumeration declarations | ||
|
||
2004-04-26 David Waite <[email protected]> | ||
|
||
* debug-mono-symfile.h: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2004-04-26 David Waite <[email protected]> | ||
|
||
* driver.c: remove comma from end of enumeration declaration | ||
|
||
2004-04-26 Jackson Harper <[email protected]> | ||
|
||
* driver.c: parse config file before loading first assembly. This | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
2004-04-26 David Waite <[email protected]> | ||
|
||
* mono-logger.h: remove comma from end of enumeration declaration | ||
|
||
Fri Apr 23 11:04:33 EDT 2004 Paolo Molaro <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters