summaryrefslogtreecommitdiff
path: root/src/dbc
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright notices to 2011Antonio Cunei2011-01-2065-65/+65
|
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-126-11/+11
| | | | | | | | | | | | | | | | | | | Imported sbt.Process into trunk, in the guise of package scala.sys.process. It is largely indistinguishable from the version in sbt, at least from the outside. Also, I renamed package system to sys. I wanted to do that from the beginning and the desire has only grown since then. Sometimes a short identifier is just critical to usability: with a function like error("") called from hundreds of places, the difference between system.error and sys.error is too big. sys.error and sys.exit have good vibes (at least as good as the vibes can be for functions which error and exit.) Note: this is just the first cut. I need to check this in to finish fixing partest. I will be going over it with a comb and writing documentation which will leave you enchanted, as well as removing other bits which are now redundant or inferior. No review.
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-056-11/+11
| | | | | | | | | | | | | | Mopping up after the deprecation of exit and error. It is decidedly non-trivial (at least for the IDE-impaired) to be completely sure of which error function was being called when there were about twenty with the same signature in trunk and they are being variously inherited, imported, shadowed, etc. So although I was careful, the possibility exists that something is now calling a different "error" function than before. Caveat programmer. (And let's all make it our policy not to name anything "error" or "exit" from here on out....) No review.
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-1265-65/+0
| | | | | Removed more than 3400 svn '$Id' keywords and related junk.
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
| | | | | | | | | As a brief diversion from real work, implemented Damerau–Levenshtein and ran it on trunk to elicit obvious misspellings. Unfortunately they're mostly in places like compiler comments which real people never see, but I fixed them anyway. All those English Lit majors who peruse our sources are sure to be pleased. No review.
* Updated copyright notices to 2010Antonio Cunei2009-12-0765-65/+65
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-2442-42/+42
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* 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).