Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-03In ilasm/tests:Ankit Jain
2005-04-27* ILTokenizer.cs (GetNextToken): Handle 'tail.' and 'unaligned.' instructions.Raja R Harinath
2005-04-26In ilasm/scanner:Ankit Jain
2005-04-26* ILTokenizer.cs (ILTokenizer.GetNextToken): Advance reader to look atAnkit Jain
2004-07-272004-07-27 Martin Baulig <martin@ximian.com>Martin Baulig
2004-07-16 * ILTokenizer.cs: Handle slashes in multiline commentsJackson Harper
2004-06-11 * ILTables.cs: Remove opcodes, these are contained in codegen/IntrTab...Jackson Harper
2004-06-11 * ILTokenizingExpcetion.cs: New exception thrown by the tokenizerJackson Harper
2004-06-04 * ILTokenizer.cs: Handle comments first, handle whitespace in hexJackson Harper
2004-04-21 * ILTokenizer.cs: Handle whitespace in hexbytes.Jackson Harper
2004-04-01 * ILTokenizer.cs: Add flag and special parsing routine for byteJackson Harper
2003-12-10 * ILTokenizer.cs: Handle dotted ids as a single token. This allowsJackson Harper
2003-10-14 * ILTokenizer.cs: Fix /* */ comment blocks.Jackson Harper
2003-05-23 * ILTokenizer.cs: When building instructions allow the '.' char soJackson Harper
2003-05-19 * ILTokenizer.cs: If toen.token does not create a keyword returnJackson Harper
2003-04-29 * ILTokenizer.cs: Get instructions from table and check if theyJackson Harper
2003-04-01 * ILTokenizer.cs: Handle EllipsisJackson Harper
2003-03-31* ILTokenizer.cs: Take some special cases into account.Jackson Harper
2003-03-17* ILTokenizer.cs: Append tail to values so opcodes like ldarg.sJackson Harper
2003-03-16* ILTokenizer.cs: Fire an event when a new token is ready.Jackson Harper
2003-03-15 * ILTokenizer.cs: Use the IsInstr method for checking if a string is an inst...Jackson Harper
2003-03-14* ILTokenizer.cs: Use InstrTable for looking up and getting OpcodesJackson Harper
2003-02-07 * IlToken.cs: Add Dash Token (this is used for assembly names)Jackson Harper
2002-09-17Add Sergey Panov's ILASM to the build, waiting for an updateMiguel de Icaza