summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Expand)AuthorAgeFilesLines
* Fixed bugs in orElse, more general typing.Philipp Haller2006-10-192-15/+42
* Added ? operator.Philipp Haller2006-10-172-0/+4
* fixed both methods 'reportError' in scala/io/So...michelou2006-10-122-0/+20
* corrected copyright notice in script templatesmichelou2006-10-111-10/+2
* cleaned up comments in scala/actors/*.scalamichelou2006-10-102-119/+171
* Included proof of deadlock-freedom in Scheduler...Philipp Haller2006-10-102-4/+41
* Fixed build.Philipp Haller2006-10-103-3/+3
* Merged trait Actor and trait Reactor into trait...Philipp Haller2006-10-101-304/+0
* (no commit message)Philipp Haller2006-10-107-61/+346
* added svn:keywords to scala/actors/*.scalamichelou2006-10-103-6/+40
* Removed ThreadedActor as special case of Reactor.Philipp Haller2006-10-101-45/+0
* Event-based actors now allowed to call receive.Philipp Haller2006-10-106-209/+255
* Fixed eeeeeeeeeevil deadlock in scheduler/Worke...Philipp Haller2006-10-097-40/+209
* added svn:keywords to scala/actors/*.scalamichelou2006-10-0912-12/+12
* modified escapedStringValue and cleaned up comm...michelou2006-10-0812-173/+293
* Small clean-ups.Philipp Haller2006-10-044-48/+37
* Added scaladoc comments to most of the public t...Philipp Haller2006-10-035-171/+385
* Added method for defining an actor with a (type...Philipp Haller2006-10-021-1/+10
* Added actor linking.Philipp Haller2006-09-305-20/+153
* Checked in new actors lib.Philipp Haller2006-09-2912-0/+1313
* Removed old actors lib.Philipp Haller2006-09-2969-4023/+0
* Fixed build.Philipp Haller2006-09-258-105/+727
* (no commit message)Philipp Haller2006-09-258-730/+103
* Changed TIMEOUT into case object.Philipp Haller2006-08-113-9/+9
* (no commit message)Philipp Haller2006-08-101-4/+2
* Removed ambiguity on "Console" when necessary t...Gilles Dubochet2006-08-043-18/+18
* Small clean-ups.Philipp Haller2006-08-023-26/+14
* (no commit message)Philipp Haller2006-08-011-1/+1
* Resolved deadlock and stack overflow problems i...Philipp Haller2006-07-305-95/+88
* added svn:keywords to actors/threads/*.scalamichelou2006-07-264-4/+4
* Added thread-based actors to scala.actors.Philipp Haller2006-07-254-0/+347
* moved trait Reactions to package 'scala.actors'michelou2006-07-251-2/+13
* (no commit message)Martin Odersky2006-07-242-4/+55
* Updated all SVN properties.Gilles Dubochet2006-07-192-2/+2
* Parameterized Actor[T].Philipp Haller2006-07-1713-21/+20
* Fixed dangling refs.Philipp Haller2006-07-144-5/+0
* Refactored actors lib.Philipp Haller2006-07-1432-1938/+506
* cleaned up import statements in src/actors/ filesmichelou2006-06-257-102/+88
* Small clean-ups in actor library.Philipp Haller2006-06-237-22/+10
* temporary fix (';' required !?) in Node declara...michelou2006-06-231-1/+1
* added svn:keywords and file header to files in ...michelou2006-06-2333-252/+611
* Renamed 2 files in the actor library to prevent...mihaylov2006-06-222-14/+8
* Added actors library.Philipp Haller2006-06-2170-0/+4751