summaryrefslogtreecommitdiff
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* added "requires" as a keywordmihaylov2005-12-131-3/+3
|
* *** empty log message ***Martin Odersky2005-11-211-1/+1
|
* - Some Scala templates for the ConTEXT editor.michelou2005-10-221-0/+75
|
* *** empty log message ***michelou2005-10-222-0/+105
|
* Added hooks to enable user-defined code be run ...Iulian Dragos2005-10-171-0/+7
| | | | | Added hooks to enable user-defined code be run at init time.
* File is not used anywhere.Gilles Dubochet2005-10-101-18/+0
|
* - added JC_PREPEND variable.michelou2005-10-041-0/+3
|
* - initial check-in.michelou2005-10-042-0/+119
|
* Improved handling of command-line optionsmihaylov2005-10-042-12/+12
|
* Added multi-platform supportmihaylov2005-10-033-12/+189
|
* Implemented support for the Microsoft C# compilermihaylov2005-09-271-0/+106
|
* - initial version.michelou2005-08-301-0/+96
|
* - changed to Unix file format.michelou2005-08-301-56/+56
|
* Update touch syntax to support Mac OS X BSD tou...Gilles Dubochet2005-08-251-1/+1
| | | | | | Update touch syntax to support Mac OS X BSD touch tool ("-r" instead of "--reference").
* *** empty log message ***michelou2005-06-233-0/+148
|
* - moved to CVS repository "scala-website".michelou2005-06-205-440/+0
|
* - corrected typo.michelou2005-06-201-6/+6
|
* Corrected a typo in an examplemihaylov2005-06-201-1/+1
|
* Initial importmihaylov2005-06-202-0/+99
|
* - makefile for generating .elc files.michelou2005-06-141-0/+50
|
* - added 'implicit' and 'match' keywords.michelou2005-06-144-4/+8
|
* - added 'implicit' and 'match' keywords.michelou2005-06-071-0/+2
|
* - updated list of Scala keywords.michelou2005-05-271-3/+4
|
* Added 'implicit' and 'match' as keywordsmihaylov2005-05-161-5/+5
|
* - 'scala-regexp-opt-charset' no more uses the i...michelou2005-05-101-4/+51
| | | | | | - 'scala-regexp-opt-charset' no more uses the internal function 'regexp-opt-charset'.
* - rollback last change (we keep flat directory ...michelou2005-05-021-1/+1
| | | | | - rollback last change (we keep flat directory structure on Win32).
* *** empty log message ***michelou2005-05-022-1/+12
|
* - Replaced "siris" by "scalaint"paltherr2005-05-021-1/+1
|
* - added 'sort1.scala' example.michelou2005-04-221-0/+1
|
* *** empty log message ***michelou2005-04-121-0/+32
|
* - syntax highlighting for Scala.michelou2005-04-122-0/+358
|
* - support for Scala commands in the Console plu...michelou2005-04-124-0/+300
| | | | | - support for Scala commands in the Console plugin.
* - moved to 'modes' directory.michelou2005-04-122-358/+0
|
* *** empty log message ***michelou2005-03-311-0/+25
|
* - added support for the SciTE text editor.michelou2005-03-312-0/+112
|
* vim mode by Raphael Haberer-Proustburaq2005-03-292-0/+119
|
* *** empty log message ***michelou2005-03-142-0/+697
|
* - added "Thanks" section.michelou2005-03-141-0/+4
|
* - added workaround for \spacefactor problem (se...michelou2005-03-101-0/+8
| | | | | - added workaround for \spacefactor problem (see comment in tex source).
* - improved rules for character and symbol liter...michelou2005-03-031-2/+12
| | | | | - improved rules for character and symbol literals.
* Call CYGWIN_FILE on the name of the directory p...mihaylov2005-02-231-1/+1
| | | | | Call CYGWIN_FILE on the name of the directory passed with the -C option
* - removed WHITESPACE rules (no longer needed).michelou2005-02-221-28/+121
| | | | | | | | - added rule for symbol literals. - added rule for XML literals (from Gabriel Riba, griba2010@ya.com). - added rule for type parameters (from Gabriel Riba). - added rule for type constraints (from Gabriel Riba).
* - added 2 monad examples to the Scala website.michelou2005-02-211-0/+3
|
* *** empty log message ***michelou2005-02-211-0/+33
|
* - syntax highlighting for Scala.michelou2005-02-112-0/+114
|
* *** empty log message ***schinz2005-01-251-0/+130
|
* - Simplified the bound printing codepaltherr2004-11-261-1/+0
|
* - Improved recompilation of multi-files documentspaltherr2004-11-261-4/+4
|
* Set the lineUpClosingBracket property.mihaylov2004-11-181-0/+1
| | | | | (bug contribution #44)
* - fixed the definition of "default.distclean" t...schinz2004-10-041-1/+1
| | | | | | - fixed the definition of "default.distclean" to pass a path to the "find" command, as required on most Unices