Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Aug 18, 2011

Conversation

toddfoster
Copy link

No description provided.

@skolima
Copy link
Contributor

skolima commented Aug 17, 2011

This is consistent with LinkedList.Clear having O(n) complexity: http://msdn.microsoft.com/en-us/library/wdcbyw41%28v=vs.80%29.aspx . So +1 from me for this patch.

wwim pushed a commit to wwim/mono that referenced this pull request Aug 18, 2011
…fo data for certain locale short date formats

Modified locales which don't use '/' as the short date separator.
alanmcgovern added a commit that referenced this pull request Aug 18, 2011
Fix bug #311: On LinkedList.Clear, detach each node instead of dropping them en masse.
@alanmcgovern alanmcgovern merged commit d23d8aa into mono:master Aug 18, 2011
alanmcgovern added a commit that referenced this pull request Aug 18, 2011
Fix bug #311: On LinkedList.Clear, detach each node instead of dropping them en masse.
duarten pushed a commit to duarten/mono that referenced this pull request Aug 21, 2011
…fo data for certain locale short date formats

Modified locales which don't use '/' as the short date separator.
tjphilpot pushed a commit to LogosBible/mono that referenced this pull request Aug 23, 2011
Fix bug mono#311: On LinkedList.Clear, detach each node instead of dropping them en masse.
(cherry picked from commit f105c6d)
jbevain pushed a commit to jbevain/mono that referenced this pull request Nov 12, 2014
[iOS] Fix AOT compiler CPP/CFLAGS. Case 641840
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…re info data for certain locale short date formats

Modified locales which don't use '/' as the short date separator.


Commit migrated from mono/mono@ec2cfa6
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Fix bug mono/mono#311: On LinkedList.Clear, detach each node instead of dropping them en masse.

Commit migrated from mono/mono@d23d8aa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants