ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166y/LinkedTransferQueue.java
Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 18:17:51 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.93: +1 -1 lines
Diff to previous 1.93
compare longs against 0L, not 0

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 20:23:14 2014 UTC (9 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.92: +1 -1 lines
Diff to previous 1.92
use new URL for the Micheal/Scott paper

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 02:51:37 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.91: +17 -16 lines
Diff to previous 1.91
more portable getUnsafe()

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Tue Dec 6 04:37:55 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.90: +2 -1 lines
Diff to previous 1.90
@SuppressWarnings on its own line of code

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 20:07:32 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.89: +2 -4 lines
Diff to previous 1.89
sync with main

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 18:10:53 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.88: +3 -3 lines
Diff to previous 1.88
sync with main

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Sat Jun 4 17:57:59 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.87: +1 -1 lines
Diff to previous 1.87
very small doc improvement

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Fri Jun 3 14:17:10 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.86: +1 -1 lines
Diff to previous 1.86
typo

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Wed Jun 1 21:04:30 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85
fix javac 7 warnings

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Fri May 27 23:41:19 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.84: +4 -2 lines
Diff to previous 1.84
suppress warnings whether running javac or javadoc, and whether in package jsr166y or j.u.c.

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Wed May 25 16:08:03 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.83: +53 -36 lines
Diff to previous 1.83
sync src/jsr166y from src/main/java/util/concurrent

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:02 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
CVS Tags: jdk7-compat, release-1_7_0
Changes since 1.82: +1 -1 lines
Diff to previous 1.82
Update Creative Commons license URL in legal notices

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Mon Nov 29 20:58:06 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.81: +1 -1 lines
Diff to previous 1.81
consistent ternary operator style

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Sun Nov 14 20:34:47 2010 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.80: +2 -2 lines
Diff to previous 1.80
whitespace

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Sat Nov 13 15:47:01 2010 UTC (13 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.79: +84 -23 lines
Diff to previous 1.79
Iterator consistency and unsplicing

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Fri Sep 10 10:43:23 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.78: +6 -4 lines
Diff to previous 1.78
Sync with j.u.c version

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Thu Sep 9 16:52:49 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.77: +1 -1 lines
Diff to previous 1.77
Restore dropped condition

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 23:40:29 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.76: +2 -1 lines
Diff to previous 1.76
very small docstring improvement

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 22:49:09 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75
Use relaxed Unsafe.putObject in Node constructors

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 21:55:34 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.74: +12 -12 lines
Diff to previous 1.74
very small doc improvement

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 21:43:08 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.73: +1 -1 lines
Diff to previous 1.73
very small doc improvement

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Tue Aug 17 18:30:33 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.72: +6 -5 lines
Diff to previous 1.72
Reduce resources during periods without use

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 15:50:51 2010 UTC (14 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.71: +5 -1 lines
Diff to previous 1.71
streamline isEmpty

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Mon Nov 16 01:02:49 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.70: +8 -7 lines
Diff to previous 1.70
improve sweep()

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 02:29:12 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.69: +1 -1 lines
Diff to previous 1.69
typos

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 02:00:26 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.68: +1 -1 lines
Diff to previous 1.68
typos

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 01:53:11 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.67: +4 -4 lines
Diff to previous 1.67
typos

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Sat Nov 14 20:27:18 2009 UTC (14 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.66: +147 -154 lines
Diff to previous 1.66
Overhaul handling of interior removals

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Mon Nov 2 18:38:37 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.65: +3 -2 lines
Diff to previous 1.65
coding style

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Mon Nov 2 15:32:00 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.64: +10 -10 lines
Diff to previous 1.64
rename TIMEOUT to TIMED

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Mon Nov 2 06:12:02 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.63: +9 -10 lines
Diff to previous 1.63
small improvements to "how" handling

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Mon Nov 2 05:08:48 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.62: +1 -1 lines
Diff to previous 1.62
(how >= ASYNC) => (how != NOW) for clarity

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Mon Nov 2 03:01:10 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.61: +22 -17 lines
Diff to previous 1.61
add succ method

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Mon Nov 2 00:28:28 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.60: +50 -51 lines
Diff to previous 1.60
degenerify Node - type safety just not worth the verbosity

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Fri Oct 30 12:06:31 2009 UTC (14 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.59: +21 -14 lines
Diff to previous 1.59
Iterator.remove now usually O(1)

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Thu Oct 29 00:29:16 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.58: +4 -2 lines
Diff to previous 1.58
ensure unsplice always terminates

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Wed Oct 28 10:23:38 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.57: +16 -11 lines
Diff to previous 1.57
minor improvements to findAndRemove

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Wed Oct 28 09:28:30 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +1 -1 lines
Diff to previous 1.56
avoid double negation

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Wed Oct 28 00:14:03 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +6 -6 lines
Diff to previous 1.55
cast(null)

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Tue Oct 27 23:59:38 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.54: +1 -1 lines
Diff to previous 1.54
casItem(null...)

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Tue Oct 27 23:14:08 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.53: +77 -69 lines
Diff to previous 1.53
warning-free; generify; remove bridge methods

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Tue Oct 27 19:59:43 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.52: +7 -1 lines
Diff to previous 1.52
make unsafe mechanics consistent

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sat Oct 24 14:57:32 2009 UTC (14 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.51: +7 -7 lines
Diff to previous 1.51
Better version of last change

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sat Oct 24 14:33:29 2009 UTC (14 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.50: +3 -3 lines
Diff to previous 1.50
Reduce some unnecessary unpark calls

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sat Oct 24 12:29:57 2009 UTC (14 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.49: +81 -74 lines
Diff to previous 1.49
Simplify spin constants; improve documentation

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Thu Oct 22 15:58:44 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.48: +3 -3 lines
Diff to previous 1.48
typos

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Thu Oct 22 14:33:40 2009 UTC (14 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.47: +68 -41 lines
Diff to previous 1.47
internal documentation improvements

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Thu Oct 22 09:06:38 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +7 -7 lines
Diff to previous 1.46
coding style

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Thu Oct 22 08:19:44 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +20 -19 lines
Diff to previous 1.45
minor doc fixes

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Wed Oct 21 16:30:40 2009 UTC (14 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.44: +733 -515 lines
Diff to previous 1.44
Overhaul implementation

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 20:32:16 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +18 -23 lines
Diff to previous 1.43
remove unnecessary null checks for head/tail

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 21:24:01 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +1 -1 lines
Diff to previous 1.42
@link-ify class summaries

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 20:48:44 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +11 -0 lines
Diff to previous 1.41
Provide spec for remove(Object) so as not to inherit AbstractCollection's

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 20:44:05 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +5 -0 lines
Diff to previous 1.40
Provide spec for isEmpty so as not to inherit AbstractCollection's

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 20:26:50 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.39: +23 -11 lines
Diff to previous 1.39
yet another rewrite of transfer method specs

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 20:24:30 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
Incorrect logic in getValidatedTail

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 14:48:18 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +3 -2 lines
Diff to previous 1.37
minor spec improvement

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 14:33:00 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +1 -1 lines
Diff to previous 1.36
typo fix

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 07:30:29 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +1 -6 lines
Diff to previous 1.35
*TransferQueue spec improvements

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Thu Jul 30 22:45:39 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +73 -32 lines
Diff to previous 1.34
TransferQueue spec improvements

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Thu Jul 30 17:30:26 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +5 -5 lines
Diff to previous 1.33
warning removal

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Jul 30 13:30:19 2009 UTC (14 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.32: +57 -50 lines
Diff to previous 1.32
Fix iteration races

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 02:19:56 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +6 -6 lines
Diff to previous 1.31
unsafe mechanics

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 02:17:02 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +42 -12 lines
Diff to previous 1.30
Use Unsafe instead of AtomicReferenceFieldUpdater

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Jul 27 03:22:39 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +4 -4 lines
Diff to previous 1.29
@throws NullPointerException {@inheritDoc}

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Jul 27 03:21:19 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +39 -0 lines
Diff to previous 1.28
@throws NullPointerException {@inheritDoc}

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 17:33:37 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +34 -31 lines
Diff to previous 1.27
Unsafe mechanics

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 05:55:34 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26
Make field offset fields private

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 00:34:00 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +9 -4 lines
Diff to previous 1.25
Avoid wildcard imports

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 23:48:26 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +111 -112 lines
Diff to previous 1.24
Unsafe mechanics; QNode => Node<E>

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Jul 23 23:23:41 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +2 -0 lines
Diff to previous 1.23
Add serialVersionUID

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Jul 23 23:07:57 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +1 -0 lines
Diff to previous 1.22
j.u.c. coding standards

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Jul 23 19:25:45 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +11 -11 lines
Diff to previous 1.21
j.u.c. coding standards

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 01:36:51 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +0 -1 lines
Diff to previous 1.20
Add @since, @author tags

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 18:11:44 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +6 -6 lines
Diff to previous 1.19
_unsafe => UNSAFE (a constant according to EJ #56)

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 00:15:14 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +1 -0 lines
Diff to previous 1.18
j.u.c. coding standards

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 22:26:03 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
spelling fixes

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Mar 31 15:17:19 2009 UTC (15 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.16: +10 -6 lines
Diff to previous 1.16
tidying

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Mar 30 04:32:23 2009 UTC (15 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
enhanced for

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Mar 25 13:43:42 2009 UTC (15 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.14: +82 -32 lines
Diff to previous 1.14
Fix iterators, add explicit remove method

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Mar 19 05:10:42 2009 UTC (15 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
getUnsafe should use doPrivileged

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Mar 19 04:36:54 2009 UTC (15 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.12: +34 -14 lines
Diff to previous 1.12
getUnsafe should use doPrivileged

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jan 12 17:16:18 2009 UTC (15 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.11: +11 -15 lines
Diff to previous 1.11
Split out ThreadLocalRandom; internal refactoring pass

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Jan 5 03:53:26 2009 UTC (15 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +6 -6 lines
Diff to previous 1.10
use @code

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jan 5 03:43:07 2009 UTC (15 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +7 -7 lines
Diff to previous 1.9
whitespace

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Nov 16 20:24:54 2008 UTC (15 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.8: +93 -58 lines
Diff to previous 1.8
Fix and refactor cancellation cleanup

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Oct 3 00:39:48 2008 UTC (15 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.7: +4 -2 lines
Diff to previous 1.7
Fix serialization

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Sep 24 10:48:43 2008 UTC (15 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.6: +51 -7 lines
Diff to previous 1.6
Fix Serialization

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Jul 25 18:13:15 2008 UTC (15 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
untabify

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Jul 25 18:11:53 2008 UTC (15 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +30 -30 lines
Diff to previous 1.4
whitespace

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jul 25 18:10:41 2008 UTC (15 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3
typos

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 19:48:36 2007 UTC (16 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Overhaul ParallelArray APIs

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Jul 23 17:39:11 2007 UTC (16 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.1: +16 -0 lines
Diff to previous 1.1
Add isEmpty

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue May 29 09:55:32 2007 UTC (16 years, 11 months ago) by dl
Branch: MAIN
Initial check-in

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a