Skip to content
Snippets Groups Projects
  1. May 10, 2006
  2. May 09, 2006
    • Zoltan Varga's avatar
      2006-05-10 Zoltan Varga <vargaz@gmail.com> · 61c9ea65
      Zoltan Varga authored
      	* mini-ia64.c (get_call_info): Fix handling of MONO_TYPE_GENERICINST.
      
      	* mini-amd64.c (mono_arch_instrument_epilog): Ditto.
      
      svn path=/branches/mono-1-1-13/mono/; revision=60477
      61c9ea65
    • Ankit Jain's avatar
      In ilasm/codegen: · e12df734
      Ankit Jain authored
      	* MethodDef.cs (MethodDef.AddLabel): Throw exception for duplicate
      	labels.
      
      In ilasm/errors:
      	* err-dup-label.il: New.
      
      svn path=/branches/mono-1-1-13/mcs/; revision=60460
      e12df734
    • Ankit Jain's avatar
      2006-05-09 Sebastien Pouliot <sebastien@ximian.com> · f3c1074b
      Ankit Jain authored
      	* test-sn-key.il: New. Added test case when /key is used but the IL 
      	source doesn't include a .publickey directive or any attribute that
      	loads the public key.
      	* test-sn-module.il: New. Added test case when /key is used when
      	assembling a netmodule (signing shouldn't occur).
      
      Backporting
      
      svn path=/branches/mono-1-1-13/mcs/; revision=60458
      f3c1074b
    • Ankit Jain's avatar
      In ilasm/codegen: · 5b3ec046
      Ankit Jain authored
      	* CodeGen.cs (CodeGen.data_list): Change to ..
      	(CodeGen.data_table): .. a hashtable.
      	(CodeGen.AddDataDef): Update to throw exception for duplicate .data
      	labels.
      	(CodeGen.GetDataConst): Update to use data_table.
      
      In ilasm/errors:
      
      	* err-dup-datalabel.il: New.
      
      svn path=/branches/mono-1-1-13/mcs/; revision=60455
      5b3ec046
    • Sebastien Pouliot's avatar
      2006-05-09 Sebastien Pouliot <sebastien@ximian.com> · 5197eff4
      Sebastien Pouliot authored
      	* Driver.cs: Move up the loading of the strongname key pair to allow
      	embedding the public part into the assembly. Also don't try to sign
      	netmodules.
      
      
      svn path=/branches/mono-1-1-13/mcs/; revision=60450
      5197eff4
  3. May 06, 2006
  4. May 05, 2006
  5. May 03, 2006
  6. Apr 29, 2006
    • Miguel de Icaza's avatar
      2006-04-29 Atsushi Enomoto <atsushi@ximian.com> · ebcbcb5d
      Miguel de Icaza authored
      	* UnexceptionalStreamReader.cs (Read): Fix for #78218, where we
      	consumed characters from the input even when the count was not set
      	to zero, causing some characters to be missing in some
      	circumstances. 
      
      svn path=/branches/mono-1-1-13/mcs/; revision=60077
      ebcbcb5d
  7. Apr 28, 2006
    • Gonzalo Paniagua Javier's avatar
      2006-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com> · ac73df99
      Gonzalo Paniagua Javier authored
      	* WebConnection.cs: reset the challenge and the status code when
      	creating the tunnel and sending the proxy auth. headers. Improve error
      	message when there's an error creating the tunnel.
      	* HttpWebRequest.cs: don't trigger an early throw for a POST that gets
      	a 401 or 407 response.
      
      
      svn path=/branches/mono-1-1-13/mcs/; revision=60023
      ac73df99
  8. Apr 26, 2006
    • Gonzalo Paniagua Javier's avatar
      2006-04-26 Gonzalo Paniagua Javier <gonzalo@ximian.com> · 98c7aaae
      Gonzalo Paniagua Javier authored
      	* WebConnectionData.cs:
      	* WebConnection.cs:
      	* HttpWebRequest.cs: when tunneling an ssl conneciton through a proxy,
      	we were not handling a proxy authentication request. Fixes bug #78150
      	take 2.
      
      
      svn path=/branches/mono-1-1-13/mcs/; revision=59953
      98c7aaae
    • Dick Porter's avatar
      · 797397d1
      Dick Porter authored
      2006-04-26  Dick Porter  <dick@ximian.com>
      
              * sockets.c (WSAIoctl): Check the output buffer is valid before
              writing to it.
      
              * handles.c (_wapi_search_handle): Set shared pointer if we find a
              shared handle that has been already opened.
      
      2006-04-26  Dick Porter  <dick@ximian.com>
      
              * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
              dereference.
      
      
      
      svn path=/branches/mono-1-1-13/mono/; revision=59931
      797397d1
  9. Apr 25, 2006
  10. Apr 24, 2006
    • Gonzalo Paniagua Javier's avatar
      backport from head · ffa2b975
      Gonzalo Paniagua Javier authored
      svn path=/branches/mono-1-1-13/mcs/; revision=59823
      ffa2b975
    • Gonzalo Paniagua Javier's avatar
      2006-04-24 Gonzalo Paniagua Javier <gonzalo@ximian.com> · 2dbfa821
      Gonzalo Paniagua Javier authored
      	* HttpServerUtility.cs: don't reset the query string in Execute() when
      	the path does not contain it and we have one from the previous request.
      	Fixes bug #78177.
      
      
      svn path=/branches/mono-1-1-13/mcs/; revision=59817
      2dbfa821
    • Ankit Jain's avatar
      In ilasm/tests: · 7f04a317
      Ankit Jain authored
      	* test-module.il: New. Test for a netmodule.
      
      In ilasm/codegen:
      
      	* CodeGen.cs (CodeGen.ctor): Remove 'is_assembly' param.
      	(CodeGen.Write): Emit assembly manifest only if the source
      	had it.
      
      In ilasm:
      
      	* Driver.cs (DriverMain.Run): Update use of CodeGen.ctor .
      
      In class/PEAPI:
      
      	* PEAPI.cs (PEFile.WritePEFile): ReserveStrongNameSignatureSpace only if
      	we have assembly manifest.
      
      svn path=/branches/mono-1-1-13/mcs/; revision=59797
      7f04a317
  11. Apr 21, 2006
    • Gonzalo Paniagua Javier's avatar
      2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com> · 6a795f34
      Gonzalo Paniagua Javier authored
      	* HtmlInputRadioButton.cs: Value returns the ID only when there's no
      	"value" set. Fixes bug #78101.
      
      
      svn path=/branches/mono-1-1-13/mcs/; revision=59772
      6a795f34
    • Gonzalo Paniagua Javier's avatar
      2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com> · d573fd23
      Gonzalo Paniagua Javier authored
      	* HtmlInputRadioButtonTest.cs: added test for bug #78101.
      
      
      svn path=/branches/mono-1-1-13/mcs/; revision=59771
      d573fd23
    • Dick Porter's avatar
      · 73148692
      Dick Porter authored
      2006-04-21  Dick Porter  <dick@ximian.com>
      
              * mini.c (mini_thread_cleanup): Clear the JIT TLS data when
              cleaning up a thread.  Fixes the new part of bug 77470.
      
      2006-04-21  Dick Porter  <dick@ximian.com>
      
              * threads.c (GetCurrentThread): Reference the handle if we return
              an already-known thread.
      
      2006-04-21  Dick Porter  <dick@ximian.com>
      
              * threads.c (mono_thread_detach): Fix reference counting when
              detaching threads.
      
      
      
      svn path=/branches/mono-1-1-13/mono/; revision=59765
      73148692
    • Zoltan Varga's avatar
      2006-04-21 Zoltan Varga <vargaz@gmail.com> · cd432233
      Zoltan Varga authored
      	* corlib.dll.sources: Add System.IO/FileOptions.cs.
      
      svn path=/branches/mono-1-1-13/mcs/; revision=59754
      cd432233
    • Zoltan Varga's avatar
      2006-04-21 Zoltan Varga <vargaz@gmail.com> · 8aa7e045
      Zoltan Varga authored
      	* FileStream.cs: Add new net 2.0 ctor.
      
      	* FileOptions.cs: New file.
      
      svn path=/branches/mono-1-1-13/mcs/; revision=59753
      8aa7e045
    • Zoltan Varga's avatar
      2006-04-21 Zoltan Varga <vargaz@gmail.com> · f09ac378
      Zoltan Varga authored
      	* FileStream.cs: Add new net 2.0 ctor.
      
      	* FileOptions.cs: New file.
      
      svn path=/trunk/mcs/; revision=59750
      f09ac378
    • Sebastien Pouliot's avatar
      2006-04-21 Sebastien Pouliot <sebastien@ximian.com> · 363e1815
      Sebastien Pouliot authored
      	* SslCipherSuite.cs: Enable abbreviated handshakes for SSL3 too.
      
      
      svn path=/branches/mono-1-1-13/mcs/; revision=59746
      363e1815
    • Sebastien Pouliot's avatar
      2006-04-21 Sebastien Pouliot <sebastien@ximian.com> · 502c0972
      Sebastien Pouliot authored
      	* SslCipherSuite.cs: Enable abbreviated handshakes for SSL3 too.
      
      
      svn path=/trunk/mcs/; revision=59745
      502c0972
    • Sebastien Pouliot's avatar
      2006-04-21 Sebastien Pouliot <sebastien@ximian.com> · a95c6cd0
      Sebastien Pouliot authored
      	* poll.cs: New test tool contributed by Simon Brys for bug #78085.
      	It's a good test for the abbreviated handshake.
      	* Makefile: Build/clean for poll.exe
      
      svn path=/trunk/mcs/; revision=59744
      a95c6cd0
    • Raja R Harinath's avatar
      In mcs and gmcs: · 325ceb69
      Raja R Harinath authored
      	Fix cs1655.cs
      	* codegen.cs (EmitContext.InRefOutArgumentResolving): Remove.
      	* expression.cs (EmptyExpression.LValueMemberOutAccess): New.
      	(LocalVariableReference.DoResolveBase): Use it to implement new
      	CS1655 check.
      	(IndexerAccess.DoResolveLValue): Handle LValueMemberOutAccess.
      	(Argument.Resolve): Simplify.  Move CS1510 check ...
      	* ecore.cs (Expression.ResolveLValue): ... here.
      	(UnboxCast.DoResolveLValue): Handle LValueMemberOutAccess.
      	(PropertyExpr.DoResolveLValue): Likewise.
      	(FieldExpr.Report_AssignToReadonly): Likewise.
      	(FieldExpr.DoResolve): Add 'out_access' argument.  Use
      	LValueMemberAccess or LValueMemberOutAccess on instance depending
      	on it.
      	(FieldExpr.DoResolveLValue): Pass 'out_access' argument to
      	DoResolve as appropriate.
      
      svn path=/trunk/mcs/; revision=59731
      325ceb69
    • Senganal T's avatar
      2006-04-21 Senganal T <tsenganal@novell.com> · ab0191bf
      Senganal T authored
      	* Test/System.Data/DataTableTest2.cs : Test Duplicate values are handled appropriatly
      	during table loading ( BeginLoadData , EndLoadData). Test LoadDataRow
      	behaves appropriately if called outside BeginLoadData,EndLoadData.
      	* System.Data/DataRowCollection.cs :
      		- Find : If search on the table using PrimaryKey fails and if
      		index is not being maintained (during table load), search the 
      		entire table.
      		- Find (int) : Removed. Deadcode. 
      		- Clear :
      			- Not necessary to delete each row from the Index.
      			Just reset the Indexes after cleaning up the row
      			collection.
      			- Simplify dependency check for child tables
      	* System.Data/DataTable.cs :
      		- LoadDataRow : 
      			- Do not use DataRowCollection.Find to search for
      			existing records as this wud check even newly loaded rows.
      			Use Index.Find.
      			- Do not add new records to Index. Update Index only
      			if an existing record is modified. New records will be
      			taken care by EndLoadData.
      
      
      svn path=/trunk/mcs/; revision=59730
      ab0191bf
Loading