Граф коммитов

106400 Коммитов

Автор SHA1 Сообщение Дата
Paolo Molaro 653658a5e4 Mon Jul 9 16:39:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
* dump.c: write stuff to output, not stderr. Give more info for properties.
	* dump.c,dump.h,main.c: implement dump_table_event(), dump_table_file(),
	dump_table_moduleref().
	* get.c: first attempt to decode string constants, need to find if and where
	this is actually specified.

svn path=/trunk/mono/; revision=75


Commit migrated from b2de01dca8
2001-07-09 14:44:56 +00:00
xkahn 20c97e6a38 Fixed a typo in a link. (Forgot "<a ".)
svn path=/trunk/mono/; revision=74


Commit migrated from 82c52f966c
2001-07-09 05:23:55 +00:00
Miguel de Icaza 9873e046af I give up
svn path=/trunk/mono/; revision=73


Commit migrated from 9dc433169c
2001-07-09 04:53:54 +00:00
Miguel de Icaza 3ae3ff4bf0 Fix
svn path=/trunk/mono/; revision=72


Commit migrated from 7ac4448936
2001-07-09 04:28:11 +00:00
Miguel de Icaza 7d4c721c92 More flush
svn path=/trunk/mono/; revision=71


Commit migrated from 502f70b1e8
2001-07-09 02:31:17 +00:00
Miguel de Icaza 2de06e3fff More flushing
svn path=/trunk/mono/; revision=70


Commit migrated from afb8ad5494
2001-07-09 02:25:24 +00:00
Miguel de Icaza 1237e1bc0a Flushety flush
svn path=/trunk/mono/; revision=69


Commit migrated from 76d2890a78
2001-07-09 01:44:52 +00:00
Miguel de Icaza 72f66575ef Flush
svn path=/trunk/mono/; revision=68


Commit migrated from 3011d1514a
2001-07-09 01:41:06 +00:00
Aaron Weber 79bff8bdfd 2001-07-07 Aaron Weber <aaron@ximian.com>
* doc/thanks: style, grammar. (FIXME: "a to read"? clarify)
	* doc/testing style, grammar.
	* doc/status: same.
	* doc/runtime: same.
	* doc/resources: same.
	* doc/rationale: same.
	* doc/ideas: same.
	* doc/gcc-frontend: same. (FIXME: clarify)
	* doc/faq: same. (FIXME: merge w/cheridy's version)
	* doc/documentation: same.
	* doc/class-library: same.
	* doc/index: same.

svn path=/trunk/mono/; revision=67


Commit migrated from 25b5d7a7ff
2001-07-07 22:23:21 +00:00
Miguel de Icaza 929f2f4822 Hackety hack
svn path=/trunk/mono/; revision=66


Commit migrated from 4ba499dd31
2001-07-07 22:19:09 +00:00
Paolo Molaro d907507e8d Fri Jul 6 19:49:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
* dump.c,dump.h: implement dump_table_property().
	* main.c: implement local variable info disassembling.
	Annotate entrypoint method. Remove memory leak in
	parse_method_signature ().

svn path=/trunk/mono/; revision=65


Commit migrated from 5be19b0b75
2001-07-07 10:29:16 +00:00
Miguel de Icaza dbe2518c12 Further flushage
svn path=/trunk/mono/; revision=64


Commit migrated from 65d237b06c
2001-07-06 23:30:37 +00:00
Miguel de Icaza 19269cabc4 Flushage
svn path=/trunk/mono/; revision=61


Commit migrated from b2d20162e4
2001-07-06 22:50:26 +00:00
Miguel de Icaza 8fedfd4fde More flushage
svn path=/trunk/mono/; revision=60


Commit migrated from d7c95a0a26
2001-07-06 19:49:55 +00:00
Paolo Molaro c1dca1b5cf Fri Jul 6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
* assembly.c: added a consistency check and initialize
	some structures with g_new0().
	* metadata.c: fixed a couple more bugs in table size computation
	and add other checks for out-of bound access to metadata.

svn path=/trunk/mono/; revision=58


Commit migrated from 71dd46fc12
2001-07-06 09:33:48 +00:00
Miguel de Icaza cda8389b85 More flushage
svn path=/trunk/mono/; revision=57


Commit migrated from 473bcdddac
2001-07-06 01:55:46 +00:00
Miguel de Icaza 3fcf016b5c Flushety flush
svn path=/trunk/mono/; revision=56


Commit migrated from 6e15e0374e
2001-07-06 01:48:56 +00:00
Miguel de Icaza b8a5f63f08 Work on the web site
svn path=/trunk/mono/; revision=55


Commit migrated from 0d8c271277
2001-07-06 01:11:07 +00:00
Miguel de Icaza 9c661898e7 Update FAQ
svn path=/trunk/mono/; revision=54


Commit migrated from 3d6ecf4066
2001-07-06 00:22:40 +00:00
Paolo Molaro 4a43bccab1 Thu Jul 5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
* metatada.c: fix bugs computing table sizes. Spew a
	warning when index in string heap is out of bounds.

svn path=/trunk/mono/; revision=52


Commit migrated from 920ab84779
2001-07-05 20:36:13 +00:00
Miguel de Icaza 17859e1433 More work, Dump more tables, Documentation Update
svn path=/trunk/mono/; revision=51


Commit migrated from 773162244e
2001-07-04 23:41:47 +00:00
Miguel de Icaza 823061edec More documentation
svn path=/trunk/mono/; revision=50


Commit migrated from b9b369acf3
2001-07-03 23:51:07 +00:00
Paolo Molaro 133e786ecd Mon Jul 2 15:31:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
* cil-opcodes.xml: use a more proper XML format (single root tag).
	* make-opcodes-def.pl: use XML::Parser, remove debugging print that
	broke compilation, corrected opcode byte len.

Tue,  3 Jul 2001 18:32:10 +0200 Paolo Molaro <lupus@ximian.com>

	* main.c: return on failure.

Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>

	* assembly.c: g_free(ii->cli_sections) (and avoid double free of
	cli_section_tables).

lupus - who'd like better a toplevel ChangeLog

svn path=/trunk/mono/; revision=49


Commit migrated from 204210f834
2001-07-03 16:39:12 +00:00
Miguel de Icaza ff12c0d438 Doc Doc
svn path=/trunk/mono/; revision=48


Commit migrated from 5b7ac1ccdd
2001-07-02 05:04:06 +00:00
Miguel de Icaza fe695f6087 2001-07-02 Miguel de Icaza <miguel@ximian.com>
* dis-cil.c (get_encoded_user_string): Return a string from the
	#US heap. o

	* get.c (get_blob_encoded_size): Implement 23.1.4 decoding.

svn path=/trunk/mono/; revision=47


Commit migrated from 0bf65263f7
2001-07-02 05:03:40 +00:00
Miguel de Icaza ebfa7cc30c Some more docs
svn path=/trunk/mono/; revision=46


Commit migrated from 65225b88cc
2001-07-02 04:19:26 +00:00
Miguel de Icaza a25f345291 Implement code disassembler.
svn path=/trunk/mono/; revision=45


Commit migrated from 3c8a3d1b06
2001-07-02 04:19:12 +00:00
Miguel de Icaza f51add76f1 Add TODO + ChangeLog
svn path=/trunk/mono/; revision=44


Commit migrated from e04016adac
2001-07-02 02:58:16 +00:00
Miguel de Icaza c016357351 Add opcodes XML file
svn path=/trunk/mono/; revision=43


Commit migrated from 3be6fe1b03
2001-07-02 02:56:44 +00:00
Miguel de Icaza 0a18b5c47d Add methodheader.h, fix Makefile.am. Thanks to Alex
svn path=/trunk/mono/; revision=42


Commit migrated from b36357e896
2001-06-29 14:06:16 +00:00
Miguel de Icaza fe93a14505 Method header parsing
svn path=/trunk/mono/; revision=41


Commit migrated from eb6fb07489
2001-06-28 05:04:00 +00:00
Miguel de Icaza be71b0fcf3 2001-06-27 Miguel de Icaza <miguel@ximian.com>
* main.c: Split code.

svn path=/trunk/mono/; revision=40


Commit migrated from f10919de96
2001-06-27 17:29:01 +00:00
Miguel de Icaza 781642bf71 Start work on methods, argument methods
svn path=/trunk/mono/; revision=39


Commit migrated from a6fd721478
2001-06-27 05:16:51 +00:00
Miguel de Icaza e201fa8b2b PropertyAttributes, ParameterAttributes, MethodSemantics, MethodAttributes
svn path=/trunk/mono/; revision=38


Commit migrated from ee38e09230
2001-06-26 22:18:04 +00:00
Miguel de Icaza c0768c7032 Fix mismatch between Beta2/ECMA specs. Beautiful progress made
svn path=/trunk/mono/; revision=34


Commit migrated from f2f2beb463
2001-06-26 06:33:21 +00:00
Miguel de Icaza 19af4cdf55 Add util.c util.h
svn path=/trunk/mono/; revision=33


Commit migrated from fb90b4929c
2001-06-25 19:10:22 +00:00
Miguel de Icaza baed4b1502 Weekend work
svn path=/trunk/mono/; revision=32


Commit migrated from 3094b32e9d
2001-06-25 17:22:30 +00:00
Miguel de Icaza cf34add341 Lots of more work on the disassembler and supporting runtime
svn path=/trunk/mono/; revision=25


Commit migrated from fe9fb1dd93
2001-06-22 19:46:13 +00:00
Miguel de Icaza 2b52ef29e2 2001-06-21 Miguel de Icaza <miguel@ximian.com>
* mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
	mono_assembly_ensure_section): Section loading code.
	(load_section_tables): Load the sections.

svn path=/trunk/mono/; revision=24


Commit migrated from dc79f25c40
2001-06-22 01:07:08 +00:00
Miguel de Icaza faaa9f7dbb Tools and Documentation documents
svn path=/trunk/mono/; revision=23


Commit migrated from 983d92c25f
2001-06-21 23:43:52 +00:00
Miguel de Icaza 3d3513a982 Mention tracing garbage collector
svn path=/trunk/mono/; revision=22


Commit migrated from 4198d71a3f
2001-06-21 23:32:19 +00:00
Miguel de Icaza fca9b9ffeb 2001-06-21 Miguel de Icaza <miguel@ximian.com>
* mono/metadata/metadata.c (mono_metadata_locate_token,
	mono_metadata_locate): Functions to locate the information
	definition given a token or a table and an index.
	(mono_metadata_compute_table_bases): New.
	(compute_size): New function to compute the sizes of the various
	tables.

	* mono/metadata/metadata.h: Finish listing the different index
	types.

	* mono/metadata/pedump.c: Improve to dump new information.

svn path=/trunk/mono/; revision=21


Commit migrated from 28074f5a04
2001-06-21 06:45:27 +00:00
Miguel de Icaza f2fb58f9b3 Further flushage
svn path=/trunk/mono/; revision=19


Commit migrated from aceaacc0ab
2001-06-21 03:42:57 +00:00
Miguel de Icaza 8bfe0d58cc Flush
svn path=/trunk/mono/; revision=18


Commit migrated from 854d04f65c
2001-06-21 00:23:12 +00:00
Miguel de Icaza 7c7c37c26a Add .cvsignores
svn path=/trunk/mono/; revision=17


Commit migrated from df2b2b9f32
2001-06-21 00:22:37 +00:00
Miguel de Icaza 1c8e9f58d4 Flush
svn path=/trunk/mono/; revision=16


Commit migrated from 0f10ad8249
2001-06-20 04:39:52 +00:00
Miguel de Icaza 404b88f444 Add docs
svn path=/trunk/mono/; revision=15


Commit migrated from 6049b85acc
2001-06-19 23:08:44 +00:00
Miguel de Icaza 0eccccc203 2001-06-19 Miguel de Icaza <miguel@ximian.com>
* mono/metadata/metadata.c: Entered all the tables matching
	Beta2.

	* mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2

svn path=/trunk/mono/; revision=13


Commit migrated from 184e5b1172
2001-06-19 15:59:53 +00:00
Miguel de Icaza a61d9fe83f Add Autogen.sh
svn path=/trunk/mono/; revision=12


Commit migrated from 3ba10d5488
2001-06-19 06:00:06 +00:00
Miguel de Icaza 480e91e545 Initial revision
svn path=/trunk/mono/; revision=9


Commit migrated from 0fae05ddc8
2001-06-19 03:37:46 +00:00