mono.git
12 years agoSplit TaskFactory.cs file
Marek Safar [Fri, 19 Aug 2011 15:33:46 +0000 (16:33 +0100)]
Split TaskFactory.cs file

12 years ago[sgen] Pinning and remset statistics per class.
Mark Probst [Fri, 19 Aug 2011 13:14:15 +0000 (15:14 +0200)]
[sgen] Pinning and remset statistics per class.

12 years ago[sgen] Optional equality function for the hash table.
Mark Probst [Thu, 18 Aug 2011 09:31:45 +0000 (11:31 +0200)]
[sgen] Optional equality function for the hash table.

12 years ago[sgen] Use GLib's hash func typedef instead of our own.
Mark Probst [Thu, 18 Aug 2011 09:21:52 +0000 (11:21 +0200)]
[sgen] Use GLib's hash func typedef instead of our own.

12 years agoTaskCompletionSource.SetException cannot be used with empty array
Marek Safar [Fri, 19 Aug 2011 11:50:18 +0000 (12:50 +0100)]
TaskCompletionSource.SetException cannot be used with empty array

12 years agoCorrectly calculate the size of the freed array buffer.
Rodrigo Kumpera [Fri, 19 Aug 2011 00:52:58 +0000 (21:52 -0300)]
Correctly calculate the size of the freed array buffer.

* sgen-bridge.c (dyn_array_ensure_capacity): We must correctly
calculate the size as our allocator asserts when we do it with
very large allocs.

12 years agoRun scheduled continuation on current context
Marek Safar [Thu, 18 Aug 2011 17:06:22 +0000 (18:06 +0100)]
Run scheduled continuation on current context

12 years agoremove bom
Marek Safar [Thu, 18 Aug 2011 15:26:30 +0000 (16:26 +0100)]
remove bom

12 years agoMake await contextual keyword
Marek Safar [Thu, 18 Aug 2011 15:20:24 +0000 (16:20 +0100)]
Make await contextual keyword

12 years agoWarn about misused async modifier
Marek Safar [Thu, 18 Aug 2011 15:19:53 +0000 (16:19 +0100)]
Warn about misused async modifier

12 years ago[LinkedList] Optimise Clear slightly.
Alan McGovern [Thu, 18 Aug 2011 15:00:23 +0000 (16:00 +0100)]
[LinkedList] Optimise Clear slightly.

12 years agoMerge pull request #161 from LogosBible/master
Alan McGovern [Thu, 18 Aug 2011 14:58:36 +0000 (07:58 -0700)]
Merge pull request #161 from LogosBible/master

Fix bug #311: On LinkedList.Clear, detach each node instead of dropping them en masse.

12 years agoMerge pull request #160 from garuma/tpl-dataflow-plumbing
Marek Safar [Thu, 18 Aug 2011 13:44:38 +0000 (06:44 -0700)]
Merge pull request #160 from garuma/tpl-dataflow-plumbing

@marek - TPL Dataflow part 3

12 years agoMake async keyword context sensitive
Marek Safar [Thu, 18 Aug 2011 09:09:48 +0000 (10:09 +0100)]
Make async keyword context sensitive

12 years agoAnonymous methods cannot be used as infered type
Marek Safar [Wed, 17 Aug 2011 10:12:29 +0000 (11:12 +0100)]
Anonymous methods cannot be used as infered type

12 years agoRemove unused field
Marek Safar [Wed, 17 Aug 2011 10:03:16 +0000 (11:03 +0100)]
Remove unused field

12 years agoAdd new test
Marek Safar [Wed, 17 Aug 2011 09:08:04 +0000 (10:08 +0100)]
Add new test

12 years agoHandle android's broken pthread_kill in sgen too.
Rodrigo Kumpera [Thu, 18 Aug 2011 01:55:46 +0000 (22:55 -0300)]
Handle android's broken pthread_kill in sgen too.

12 years agoHandle android's broken pthread_kill.
Rodrigo Kumpera [Thu, 18 Aug 2011 01:40:51 +0000 (22:40 -0300)]
Handle android's broken pthread_kill.

* mono-threads-posix.c: Add mono_threads_pthread_kill
to handle android's pthread bug in which the main-thread
has an invalid tid.

12 years agoFix bug #311: On LinkedList.Clear, detach each node instead of dropping them en masse.
Todd Foster [Wed, 17 Aug 2011 17:23:58 +0000 (10:23 -0700)]
Fix bug #311: On LinkedList.Clear, detach each node instead of dropping them en masse.

12 years agoRemove #if NET_4_0
Jérémie Laval [Thu, 11 Aug 2011 12:23:19 +0000 (14:23 +0200)]
Remove #if NET_4_0

12 years agoAdd plumbing internal classes used throughout the framework
Jérémie Laval [Wed, 10 Aug 2011 16:28:53 +0000 (18:28 +0200)]
Add plumbing internal classes used throughout the framework

12 years agoFix coding style
Jérémie Laval [Wed, 17 Aug 2011 18:00:05 +0000 (20:00 +0200)]
Fix coding style

12 years agoMerge branch 'sgen-hash-table'
Mark Probst [Wed, 17 Aug 2011 17:32:06 +0000 (19:32 +0200)]
Merge branch 'sgen-hash-table'

12 years ago[sgen] Use the reusable hash table for the bridge hash.
Mark Probst [Wed, 17 Aug 2011 17:01:09 +0000 (19:01 +0200)]
[sgen] Use the reusable hash table for the bridge hash.

12 years ago[sgen] Use the reusable hash table for the weak link hashes.
Mark Probst [Wed, 17 Aug 2011 15:33:03 +0000 (17:33 +0200)]
[sgen] Use the reusable hash table for the weak link hashes.

12 years ago[sgen] Use the reusable hash table for the roots hashes.
Mark Probst [Wed, 17 Aug 2011 13:50:44 +0000 (15:50 +0200)]
[sgen] Use the reusable hash table for the roots hashes.

12 years ago[sgen] Factor out the finalize hash tables into a reusable hash table implementation.
Mark Probst [Sun, 31 Jul 2011 22:44:25 +0000 (00:44 +0200)]
[sgen] Factor out the finalize hash tables into a reusable hash table implementation.

12 years agoFix wrong references to Cecil
Jb Evain [Wed, 17 Aug 2011 16:30:54 +0000 (18:30 +0200)]
Fix wrong references to Cecil

12 years agoProvide an error message if an instance method is decorated with [MonoPInvokeCallback...
Sebastien Pouliot [Wed, 17 Aug 2011 14:17:28 +0000 (10:17 -0400)]
Provide an error message if an instance method is decorated with [MonoPInvokeCallback]. Ease finding issues like bug #296

12 years agoupdate Cecil
Jb Evain [Wed, 17 Aug 2011 14:09:36 +0000 (16:09 +0200)]
update Cecil

12 years ago[System.IO.Packaging] Add another test
Alan McGovern [Wed, 17 Aug 2011 12:44:54 +0000 (13:44 +0100)]
[System.IO.Packaging] Add another test

12 years ago[minizip] Ensure we don't ever accidentally change calling convention
Alan McGovern [Wed, 17 Aug 2011 12:23:05 +0000 (13:23 +0100)]
[minizip] Ensure we don't ever accidentally change calling convention

Make sure we always #define ZCALLBACK to empty so we don't change
the calling convention on windows by including a header which defines
'CALLBACK'. This will keep things as cdecl as required by the c#
pinvokes.

12 years ago[System.IO.Packaging] Fix calling convention related issues
Alan McGovern [Wed, 17 Aug 2011 10:52:22 +0000 (11:52 +0100)]
[System.IO.Packaging] Fix calling convention related issues

The P/Invokes should be Cdecl as the library is compiled with that
calling convention. The delegates passed to native code must also
be marshalled as Cdecl. Fixes BXC #223.

12 years agoUpdate to the latest IKVM reflect
Marek Safar [Wed, 17 Aug 2011 08:28:35 +0000 (09:28 +0100)]
Update to the latest IKVM reflect

12 years agoDo full identity conversion when converting variant interface types. Fixes #293
Marek Safar [Wed, 17 Aug 2011 08:26:31 +0000 (09:26 +0100)]
Do full identity conversion when converting variant interface types. Fixes #293

12 years agoFix resolving of named arguments which break optional arguments into more than 2...
Marek Safar [Tue, 16 Aug 2011 20:44:56 +0000 (21:44 +0100)]
Fix resolving of named arguments which break optional arguments into more than 2 sets

12 years agoMore updates
Miguel de Icaza [Wed, 17 Aug 2011 05:18:27 +0000 (01:18 -0400)]
More updates

12 years agoupdate copyrights
Miguel de Icaza [Wed, 17 Aug 2011 04:52:23 +0000 (00:52 -0400)]
update copyrights

12 years agoFix g_log redirection under android.
Rodrigo Kumpera [Tue, 16 Aug 2011 19:28:42 +0000 (16:28 -0300)]
Fix g_log redirection under android.

12 years agoImplement await dynamic type expression
Marek Safar [Tue, 16 Aug 2011 15:22:53 +0000 (16:22 +0100)]
Implement await dynamic type expression

12 years agoMerge pull request #157 from garuma/tpl-dataflow-ifaces
Marek Safar [Tue, 16 Aug 2011 12:11:23 +0000 (05:11 -0700)]
Merge pull request #157 from garuma/tpl-dataflow-ifaces

@marek - TPL Dataflow part 2

12 years agoRemove #if NET_4_0
Jérémie Laval [Thu, 11 Aug 2011 11:57:31 +0000 (13:57 +0200)]
Remove #if NET_4_0

12 years agoAdd Dataflow specific boilerplate & interfaces
Jérémie Laval [Wed, 10 Aug 2011 15:44:51 +0000 (17:44 +0200)]
Add Dataflow specific boilerplate & interfaces

12 years agoCorrectly check TaskCreationOptions upper bound
Jérémie Laval [Mon, 15 Aug 2011 20:57:17 +0000 (22:57 +0200)]
Correctly check TaskCreationOptions upper bound

12 years agoEnable await expressions to work with dynamic binder
Marek Safar [Mon, 15 Aug 2011 19:19:55 +0000 (20:19 +0100)]
Enable await expressions to work with dynamic binder

12 years agoFix for bug #445855
Jeffrey Stedfast [Mon, 15 Aug 2011 19:15:32 +0000 (15:15 -0400)]
Fix for bug #445855

In this day and age of mobile personal computing devices,
we need to periodically check the underlying system
timezone because the device may have crossed a timezone
boundary.

12 years agoDon't pass MONO_UNWIND_ACTUAL_METHOD to the stack walker in a signal handler, its...
Zoltan Varga [Sun, 14 Aug 2011 20:30:54 +0000 (22:30 +0200)]
Don't pass MONO_UNWIND_ACTUAL_METHOD to the stack walker in a signal handler, its not signal safe. Fixes bxc #263.

12 years ago[threadpool] Exit on unhandled exceptions only
Gonzalo Paniagua Javier [Sat, 13 Aug 2011 04:32:20 +0000 (00:32 -0400)]
[threadpool] Exit on unhandled exceptions only

Unhandled exceptions will only set the exitcode if there is no
AppDomain unhandled exception handler. When the exitcode is set,
the TP will exit for unhandled exceptions.

Fixes bug #227.

12 years ago[threadpool] Work around for a race-condition
Gonzalo Paniagua Javier [Sat, 13 Aug 2011 03:13:38 +0000 (23:13 -0400)]
[threadpool] Work around for a race-condition

Under some circumstances new_job was not signaled and the threadpool
threads didn't realized there was a workitem in the queue.

Fixes Xamarin bug #12 and Novell bug #690357.

12 years agoImplement hoisting of anonymous methods with variables inside async body
Marek Safar [Sat, 13 Aug 2011 17:10:13 +0000 (18:10 +0100)]
Implement hoisting of anonymous methods with variables inside async body

12 years agoChange the way how using declarators statements are generated to handle await in...
Marek Safar [Sat, 13 Aug 2011 07:13:41 +0000 (08:13 +0100)]
Change the way how using declarators statements are generated to handle await in using body

12 years agoCheck using and fixed statement declarators for missing initializer
Marek Safar [Fri, 12 Aug 2011 12:45:17 +0000 (13:45 +0100)]
Check using and fixed statement declarators for missing initializer

12 years agoMerge pull request #156 from garuma/tpl-dataflow-tasks
Marek Safar [Sat, 13 Aug 2011 11:54:28 +0000 (04:54 -0700)]
Merge pull request #156 from garuma/tpl-dataflow-tasks

@marek - TPL Dataflow part 1

12 years agoforce has_finalize to be initialized before we write out the cached class info. ...
Chris Toshok [Sat, 13 Aug 2011 01:51:50 +0000 (18:51 -0700)]
force has_finalize to be initialized before we write out the cached class info.  We were
ending up with classes that had finalizers in their hierarchy but weren't registering for
finalization when full-aot mode was used.

12 years agoShip System.Json for 2.0 and 4.0 as well.
Miguel de Icaza [Fri, 12 Aug 2011 22:34:37 +0000 (18:34 -0400)]
Ship System.Json for 2.0 and 4.0 as well.

Just because the .NET framework does not ship System.Json with their
core profiles does not mean we should not distribuet them.

Bring the joy of System.Json from Silverlight to the desktop

# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
# modified:   ../Makefile
# modified:   Makefile
# modified:   System.Json.dll.sources
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
# ../../../eglib/src/gpath.c.orig
# System.Json/.JsonValue.cs.swp
# sources
# ../System/System.Net/#WebRequest.cs#
# ../../tools/monodoc/Resources/mono-ecma.css.orig
# ../../../mono.h
# ../../../mono/metadata/y
# ../../../mono/mini/.aot-compiler.c.swp
# ../../../mono/utils/mono-dtrace.h
# ../../../monotouch-enterprise.ashx
# ../../../web/

12 years agoUse 'as' for casting certificate extensions since we already deal with null and malfo...
Sebastien Pouliot [Fri, 12 Aug 2011 18:57:16 +0000 (14:57 -0400)]
Use 'as' for casting certificate extensions since we already deal with null and malformed extensions will throw, hard to debug, ICE when we just want to ignore them

12 years agofix building unit tests
Sebastien Pouliot [Fri, 12 Aug 2011 18:55:52 +0000 (14:55 -0400)]
fix building unit tests

12 years agoRefactor inner scheduler classes into a single one
Jérémie Laval [Fri, 12 Aug 2011 09:31:52 +0000 (11:31 +0200)]
Refactor inner scheduler classes into a single one

12 years agoif we're intentionally using power-of-two sizing for chunks, don't add the header...
Chris Toshok [Fri, 12 Aug 2011 03:16:47 +0000 (20:16 -0700)]
if we're intentionally using power-of-two sizing for chunks, don't add the header size to it, to keep us from getting a larger bucket from some mallocs

12 years agoreduce memory required for this table by 32x
Chris Toshok [Fri, 12 Aug 2011 03:15:21 +0000 (20:15 -0700)]
reduce memory required for this table by 32x

12 years agoEscape characters in LLVM symbol names
Zoltan Varga [Thu, 11 Aug 2011 22:14:15 +0000 (00:14 +0200)]
Escape characters in LLVM symbol names

12 years agoFix NaCl GC deadlock
Elijah Taylor [Thu, 11 Aug 2011 21:48:13 +0000 (14:48 -0700)]
Fix NaCl GC deadlock

12 years agoBump corlib version since fe3372f4231106669ab93e2d23a51fb07cb7b639 makes a breaking...
Zoltan Varga [Thu, 11 Aug 2011 18:34:28 +0000 (20:34 +0200)]
Bump corlib version since fe3372f4231106669ab93e2d23a51fb07cb7b639 makes a breaking change to the mscorlib-runtime interface.

12 years agoFix the range for rnd.Next()
Gonzalo Paniagua Javier [Thu, 11 Aug 2011 18:16:24 +0000 (14:16 -0400)]
Fix the range for rnd.Next()

12 years agoAdd IObserver/IObservable to MOBILE profile.
Rodrigo Kumpera [Thu, 11 Aug 2011 16:19:25 +0000 (13:19 -0300)]
Add IObserver/IObservable to MOBILE profile.

12 years agoRemove #if NET_4_0 and add MonoTODO attributes
Jérémie Laval [Thu, 11 Aug 2011 11:47:58 +0000 (13:47 +0200)]
Remove #if NET_4_0 and add MonoTODO attributes

12 years agoRemove unwanted dispose flag from async storey. It's needed for iterators only
Marek Safar [Thu, 11 Aug 2011 11:49:33 +0000 (12:49 +0100)]
Remove unwanted dispose flag from async storey. It's needed for iterators only

12 years ago[runtime] Fix for Xamarin bug #99. Don't fail to parse assembly names with spaces...
Marek Habersack [Thu, 11 Aug 2011 00:16:07 +0000 (02:16 +0200)]
[runtime] Fix for Xamarin bug #99. Don't fail to parse assembly names with spaces surrounding = in key=value pairs

12 years agoGet rid of the macros in mono-tls.h to fix many warnings.
Zoltan Varga [Wed, 10 Aug 2011 16:34:47 +0000 (18:34 +0200)]
Get rid of the macros in mono-tls.h to fix many warnings.

12 years agoFix the newly added test_0_llvm_regress_171 ().
Zoltan Varga [Wed, 10 Aug 2011 16:10:03 +0000 (18:10 +0200)]
Fix the newly added test_0_llvm_regress_171 ().

12 years agoWrap pthread_exit () with mono_gc_pthread_exit () since NACL requires it.
Zoltan Varga [Wed, 10 Aug 2011 16:07:21 +0000 (18:07 +0200)]
Wrap pthread_exit () with mono_gc_pthread_exit () since NACL requires it.

12 years agoAdd standard module directory layout and ConcurrentExclusiveSchedulerPair
Jérémie Laval [Wed, 10 Aug 2011 15:37:43 +0000 (17:37 +0200)]
Add standard module directory layout and ConcurrentExclusiveSchedulerPair

12 years agoAvoid creating a delegate instance in general case when setting up continuations
Jérémie Laval [Wed, 10 Aug 2011 15:09:30 +0000 (17:09 +0200)]
Avoid creating a delegate instance in general case when setting up continuations

12 years agoMerge pull request #155 from andreazevedo/patch-1
Rolf Bjarne Kvinge [Wed, 10 Aug 2011 10:30:57 +0000 (03:30 -0700)]
Merge pull request #155 from andreazevedo/patch-1

Corrected word spelling

12 years agoImplement await inside try-catch block
Marek Safar [Wed, 10 Aug 2011 10:03:44 +0000 (11:03 +0100)]
Implement await inside try-catch block

12 years agoCorrected word spelling
Andre Azevedo [Wed, 10 Aug 2011 05:13:26 +0000 (02:13 -0300)]
Corrected word spelling

12 years ago[System,MOBILE] Add System.Text.RegularExpressions.RegexOptions.Compiled.
Jonathan Pryor [Wed, 10 Aug 2011 01:19:09 +0000 (21:19 -0400)]
[System,MOBILE] Add System.Text.RegularExpressions.RegexOptions.Compiled.

Add the RegexOptions.Compiled enumeration value to the MOBILE profile.

Fixes: http://bugzilla.xamarin.com/show_bug.cgi?id=149

MonoTouch and Mono for Android still use `PatternCompiler`, which is
interpreted. Thus RegexOptions.Compiled is ignored, and is present only for
compatibility with Windows Phone 7, which states [0]:

Present only in Silverlight for Windows Phone, but not supported.

[0] http://msdn.microsoft.com/en-us/library/system.text.regularexpressions.regexoptions(VS.96).aspx

12 years agoMore NACL updates
Elijah Taylor [Tue, 9 Aug 2011 20:03:46 +0000 (22:03 +0200)]
More NACL updates

12 years agoRevert "More NACL updates"
Zoltan Varga [Tue, 9 Aug 2011 20:02:50 +0000 (22:02 +0200)]
Revert "More NACL updates"

This reverts commit ee68c04c1079886c6df6be50e371e7d0a7c72c16.

12 years agoMore NACL updates
Elijah Taylor [Tue, 9 Aug 2011 19:59:31 +0000 (21:59 +0200)]
More NACL updates

12 years agoLLVM requires two PHI entries if a previous bblock branches to the current bblock...
Zoltan Varga [Tue, 9 Aug 2011 19:39:34 +0000 (21:39 +0200)]
LLVM requires two PHI entries if a previous bblock branches to the current bblock using a conditional branch whose two targets are the same. Fixes #171.

12 years agoAdd support for reference instances of Interlocked.Exchange<T> to full-aot, similarly...
Zoltan Varga [Tue, 9 Aug 2011 17:14:56 +0000 (19:14 +0200)]
Add support for reference instances of Interlocked.Exchange<T> to full-aot, similarly to Interlocked.CompareExchange<T>.

12 years agoIf #CONFIGURATION_DEP isn't defined, we still want to get a default proxy
Jeffrey Stedfast [Tue, 9 Aug 2011 16:30:32 +0000 (12:30 -0400)]
If #CONFIGURATION_DEP isn't defined, we still want to get a default proxy

12 years agoMerge pull request #152 from bassamtabbara/master
Gonzalo Paniagua Javier [Mon, 8 Aug 2011 13:25:59 +0000 (06:25 -0700)]
Merge pull request #152 from bassamtabbara/master

Some fixes to master

12 years agoFixed regression in System.Web.Routing caused by 62b047a. Value and constraint where...
Bassam Tabbara [Mon, 8 Aug 2011 06:18:18 +0000 (23:18 -0700)]
Fixed regression in System.Web.Routing caused by 62b047a. Value and constraint where switched when evaluating regex route constraints.

12 years agoNetworkstream now throws IOException('connection closed') if the socket was closed...
Bassam Tabbara [Mon, 8 Aug 2011 06:17:19 +0000 (23:17 -0700)]
Networkstream now throws IOException('connection closed') if the socket was closed/disposed

12 years agoMerge pull request #151 from kenbell/master
Atsushi Eno [Mon, 8 Aug 2011 05:36:59 +0000 (22:36 -0700)]
Merge pull request #151 from kenbell/master

Fix two bugs in System.Security.AccessControl

12 years agoFix bug 213 - interpret string identity in RegistryAccessRule constructor as account...
Kenneth Bell [Sun, 7 Aug 2011 19:23:43 +0000 (12:23 -0700)]
Fix bug 213 - interpret string identity in RegistryAccessRule constructor as account name.

Previously the string was treated as a SID in string form.  Note Mono can only convert well-known accounts to SID form.

12 years agoFix infinite loop parsing some SDDL strings
Kenneth Bell [Sat, 6 Aug 2011 03:01:29 +0000 (20:01 -0700)]
Fix infinite loop parsing some SDDL strings

Attempting to parse ACLs containing flags would cause an infinite loop.

12 years agoImplement proper ctor parameter checking
Jérémie Laval [Sat, 6 Aug 2011 19:45:59 +0000 (21:45 +0200)]
Implement proper ctor parameter checking

12 years agoImplement exception propagation for void async context
Marek Safar [Fri, 5 Aug 2011 22:19:32 +0000 (23:19 +0100)]
Implement exception propagation for void async context

12 years agoRevert a line from 89d18c331d0f750af57691d8180e603fe349508b which breaks the linux...
Zoltan Varga [Fri, 5 Aug 2011 21:50:15 +0000 (23:50 +0200)]
Revert a line from 89d18c331d0f750af57691d8180e603fe349508b which breaks the linux build

12 years agoAdd more tests
Marek Safar [Fri, 5 Aug 2011 20:46:53 +0000 (21:46 +0100)]
Add more tests

12 years agoBuild membercache for imported interfaces in the same way as for compiled types....
Marek Safar [Fri, 5 Aug 2011 16:43:31 +0000 (17:43 +0100)]
Build membercache for imported interfaces in the same way as for compiled types. Fixes #82

12 years agoFix for #162
Jérémie Laval [Fri, 5 Aug 2011 20:32:47 +0000 (22:32 +0200)]
Fix for #162

12 years agoMake sure the cygwin build uses gcc-3 from the gcc-core package, other version won...
Zoltan Varga [Fri, 5 Aug 2011 19:48:45 +0000 (21:48 +0200)]
Make sure the cygwin build uses gcc-3 from the gcc-core package, other version won't work

12 years agoRevert "Use the mingw32 gcc compiler on windows"
Zoltan Varga [Fri, 5 Aug 2011 18:46:21 +0000 (20:46 +0200)]
Revert "Use the mingw32 gcc compiler on windows"

This reverts commit 1ae8e0fd94400b72da1345795dcf8721e2b23e83.

12 years agoRevert "revert change from https://github.com/flutos/mono/commit/124c0ce55f13ca67cf8f...
Gonzalo Paniagua Javier [Fri, 5 Aug 2011 15:44:01 +0000 (11:44 -0400)]
Revert "revert change from https://github.com/flutos/mono/commit/124c0ce55f13ca67cf8f7641a9bb3b034ac7dd5e#mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol since it makes the sqlserver calls unstable"

This revert broke the build.

This reverts commit 72a7b7bccb0a5e1787d3321abe744064cf552f13.

12 years agoRemove the configue check for bison, we don't use it anymore
Zoltan Varga [Fri, 5 Aug 2011 15:23:28 +0000 (17:23 +0200)]
Remove the configue check for bison, we don't use it anymore