summaryrefslogtreecommitdiff
path: root/src/dbc
Commit message (Collapse)AuthorAgeFilesLines
* switch to unnested packages.Martin Odersky2009-07-2459-59/+128
|
* Deprecated "elements" method moved to "Iterable...Gilles Dubochet2009-05-271-2/+0
| | | | | Deprecated "elements" method moved to "Iterable" were it belongs.
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-272-2/+5
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* DBC: replaced all-encompassing catch with prope...Gilles Dubochet2009-05-071-2/+7
| | | | | DBC: replaced all-encompassing catch with proper error-detection logic.
* Fixed a bug that prevented DBC from working wit...Gilles Dubochet2009-04-161-4/+8
| | | | | Fixed a bug that prevented DBC from working with Apache Derby.
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-1365-65/+65
|
* -target 1.5 now the default.Martin Odersky2007-12-191-1/+1
|
* dual mode (generics or not) version of compiler...Martin Odersky2007-12-191-1/+1
| | | | | dual mode (generics or not) version of compiler and libraries
* re-added links to Scala sourcesmichelou2007-04-3014-138/+143
|
* updated tests for productElement/-Aritymichelou2007-04-192-52/+54
|
* fixed case columnNullableUnknownBurak Emir2006-12-031-1/+1
|
* updated Scala comments in scala/Function.scalamichelou2006-11-292-29/+33
|
* Refactored portability supportmihaylov2006-11-015-5/+7
|
* Updated type patterns in DBC to use wildcards.Gilles Dubochet2006-10-242-4/+4
|
* commented out case with unreachable codeBurak Emir2006-08-021-1/+1
|
* Removed all tabs in DBC library source.Gilles Dubochet2006-03-3143-822/+819
|
* ise toByt, toShort, etc instead of coercemihaylov2006-03-311-7/+7
|
* 1.Gilles Dubochet2006-03-2065-0/+3439
2. ScalaTool Ant task updated to be more flexible. 3. Build now generates a separate archive for DBC (also changed in source layout).