summaryrefslogtreecommitdiff
path: root/doc/reference
Commit message (Collapse)AuthorAgeFilesLines
* Removed scala latex documentation from the scal...Gilles Dubochet2005-12-1611-13188/+0
| | | | | Removed scala latex documentation from the scala core module.
* Cleaned-up file-type and executable flags in th...Gilles Dubochet2005-12-161-0/+0
| | | | | Cleaned-up file-type and executable flags in the entire repository.
* CVS ignore files no longer are necessary.Gilles Dubochet2005-12-141-4/+0
|
* *** empty log message ***Martin Odersky2005-11-211-0/+2
|
* fixed Channel::lastWritten = writtenBurak Emir2005-10-171-2/+2
|
* *** empty log message ***Martin Odersky2005-10-101-1/+25
|
* Use the new syntax for def parametersmihaylov2005-08-261-1/+1
|
* - moved to ../introduction directory.michelou2005-08-151-32/+0
|
* *** empty log message ***mihaylov2005-08-081-1/+1
|
* - corrected bug contribution #81mihaylov2005-08-081-82/+82
| | | | | | - changed def parameters to the current syntax - added semicolons at the end of definitions where they were missing
* *** empty log message ***mihaylov2005-08-081-1/+1
|
* Removed redundant paragraphmihaylov2005-08-031-6/+0
|
* Fixed according to bug contribution #76mihaylov2005-08-021-1/+1
|
* Fixed as noted in bug contributions #79 and #80mihaylov2005-08-022-2/+2
|
* - updated code for deprecated def-parameters.michelou2005-07-272-3/+3
|
* - updated list of keywords.michelou2005-05-271-12/+13
| | | | | - changed 'e.match' to 'e match'.
* - changed 'e.match' to 'e match'.michelou2005-05-271-1/+1
|
* - added 2 .tex files.michelou2005-05-271-0/+2
|
* - Removed "SimpleConstr" which is never used.paltherr2005-05-191-1/+0
|
* *** empty log message ***Martin Odersky2005-05-111-5/+7
|
* *** empty log message ***Martin Odersky2005-01-271-0/+2
|
* - minor typo fixedschinz2005-01-171-1/+1
|
* minor fix Scanner, NodeBufferburaq2004-12-161-1/+1
|
* *** empty log message ***Martin Odersky2004-11-221-2/+7
|
* *** empty log message ***Martin Odersky2004-10-251-4/+4
|
* - fixed a typo in the definition of the conform...schinz2004-10-141-2/+2
| | | | | - fixed a typo in the definition of the conformance relation
* - removed 'do' in for loop syntax.michelou2004-10-082-18/+17
|
* - corrected 3 errors in example 4.2.1 (TimeOfDa...michelou2004-09-211-4/+6
| | | | | - corrected 3 errors in example 4.2.1 (TimeOfDayVar).
* *** empty log message ***Martin Odersky2004-09-031-1/+1
|
* - changed 'lstlistinline' to 'lstinline'.michelou2004-09-031-3/+3
|
* *** empty log message ***Martin Odersky2004-09-022-25/+60
|
* *** empty log message ***Martin Odersky2004-08-231-6/+6
|
* - corrected small errors in section "5.1.7 Attr...michelou2004-07-191-3/+3
| | | | | - corrected small errors in section "5.1.7 Attributes".
* *** empty log message ***Martin Odersky2004-07-162-13/+67
|
* *** empty log message ***Martin Odersky2004-07-151-8/+9
|
* *** empty log message ***Martin Odersky2004-07-022-5/+5
|
* *** empty log message ***Matthias Zenger2004-06-211-2/+2
|
* *** empty log message ***Martin Odersky2004-06-032-26/+26
|
* XML changesburaq2004-06-011-0/+26
|
* *** empty log message ***Martin Odersky2004-05-131-5/+25
|
* *** empty log message ***Martin Odersky2004-05-071-11/+135
|
* *** empty log message ***Martin Odersky2004-05-072-61/+193
|
* *** empty log message ***Martin Odersky2004-05-071-1/+8
|
* correctedburaq2004-05-052-49/+147
|
* xml changes (part 1)buraq2004-05-055-21/+214
|
* changesburaq2004-04-261-1/+1
|
* *** empty log message ***Martin Odersky2004-04-221-12/+11
|
* *** empty log message ***Martin Odersky2004-04-191-9/+14
|
* *** empty log message ***Martin Odersky2004-04-151-2/+3
|
* - corrected examples for variance annotations,schinz2004-04-141-9/+11
| | | | | | | - changed a few occurrences of the old "multiple val" syntax to the new one (i.e. replaced "val x = 1, y = 2;" by "val x = 1; val y = 2;")