Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
...
Commits on Dec 27, 2010
@jashkenas Bumping to version 1.0.1-pre f545f18
@jashkenas Issue #980 ... improperly truncated --help. 7ffb7c1
@jashkenas ln -sfn ... part of Issue #971 6d3f272
@jashkenas New favicon.ico 03eccd4
Commits on Dec 28, 2010
@michaelficarra michaelficarra coffee-script/test$ for file in .; do git mv "$file" "_$file"; done 8087a59
Commits on Dec 29, 2010
@jashkenas Issue #986 ... Unicode identifiers. c16c90c
@jashkenas Issue #985. 83d424f
@michaelficarra michaelficarra adding new (empty) classifications for tests 0fd3ed5
@michaelficarra michaelficarra test reorganization waypoint dcfdd14
@michaelficarra michaelficarra Merge branch 'master' of http://github.com/jashkenas/coffee-script in…
…to refactorTests
a330eda
@michaelficarra michaelficarra test reorganization waypoint #2 fb20197
Commits on Dec 31, 2010
@jashkenas Consistently using == instead of === in conjunction with typeof. 9bed994
@michaelficarra michaelficarra test reorganization waypoint 3 dcbe62b
@michaelficarra michaelficarra Merge branch 'master' of http://github.com/jashkenas/coffee-script in…
…to refactorTests
8692a5f
Commits on Jan 02, 2011
@michaelficarra michaelficarra final waypoint; remaining files to be sorted:
  * _test_existence.coffee
  * _test_pattern_matching.coffee
ccae9ea
Commits on Jan 03, 2011
@jashkenas joliss, vertical-align top 06de5c7
@michaelficarra michaelficarra finished reorganizing test suite 6421c86
@michaelficarra michaelficarra made sure all files were properly commented 240a0b9
@michaelficarra michaelficarra Fixing browser test suite for new filenames after reorganization.
Also added `global ?= window` where necessary. Firefox seems to be
complaining about an unexpected lambda still, though.
af4748d
@michaelficarra michaelficarra Merge branch 'master' of http://github.com/jashkenas/coffee-script in…
…to refactorTests
07ff302
@michaelficarra michaelficarra removed `global ?= window` hack by actually giving tests a global
reference to global
0d38279
@michaelficarra michaelficarra adding tests for trailing commas and semicolons 1f58232
Commits on Jan 06, 2011
@jashkenas merging in refactorTests. 5a7120e
@michaelficarra michaelficarra tests for #1011 944a114
@michaelficarra michaelficarra fix for #1011 b158f1c
Commits on Jan 07, 2011
@geraldalewis geraldalewis fix for issue 1014 - arguments object in ranged array - apply(this,ar…
…guments) instead of call(this)
782bc6c
@michaelficarra michaelficarra improving/minimizing the provided test cases for #1014 6832dda
@michaelficarra michaelficarra mismatched issue number in test case for #1012 8ca8cd0
@michaelficarra michaelficarra obeying coffeescript convention of a single space after every comma 5f19f65
Commits on Jan 11, 2011
@jashkenas Removing Roast (deleted) c851ed9
@jashkenas Issue #1027 ... leading indentation. 83f9cb8
@jashkenas Adding jEdit highlighter. 45058df
@jashkenas Issue #1024. 44355f8
@jashkenas #1026 9b3197c
@jashkenas Merge branch 'issue1011' of http://github.com/michaelficarra/coffee-s… 47e4f4d
Commits on Jan 13, 2011
Trevor Burnham Fixing require './foo' under --eval and REPL; issue 1035 7815138
Trevor Burnham Decoupling --require flag processing from file compilation
This change allows files to be `--require`d before entering the REPL. It's also
an opimization, since files are `--require`d only once, rather than being
required again every time a file is compiled.

A secondary change is that `module.filename` is temporarily modified. This is
somewhat less aesthetically appealing than the old approach of using
fs.realpathSync, but it allows you to run `coffee -r ./foo` rather than having
to write `coffee -r ./foo.coffee`, since Node does not accept absolute paths
without a file extension.
ba45ded
Commits on Jan 15, 2011
@jashkenas Merging in 1035 fix. fileName -> filename ... a bit of refactoring. 7c7b9a4
@jashkenas Fixing issue #1046. 4c18ddf
@jashkenas Leave out the 'Available Options' bit. d9d50fd
@jashkenas Issue #1038 ... optimize away trailing return / and return undefined f4a7cca
@jashkenas Expressions -> Block 566087b
@jashkenas trailing comment. 08cd112
@jashkenas A bit more explanation of what's actually going on with build:browser 150a8a1
Commits on Jan 18, 2011
@chetan51 chetan51 Removed dependency on util to extend support to node v0.2.5 a48cd7c
@chetan51 chetan51 Removed dependency on the util module in the coffee source files f35ea48
Commits on Jan 19, 2011
@jashkenas merging in chetan51's Node 0.2.5 compatibility patch. Homebrew timest…
…amps.
1f2f55b
Commits on Jan 30, 2011
@jashkenas documenting 'when', a bit. 49d9eb6
Commits on Jan 31, 2011
@jashkenas changed 'when' example. 6fb2088
@jashkenas Issue #875 -- console.log in the REPL 578a46f
@jashkenas Issue #997 ... Maloptimized break suppression. 8b8e8a9
@jashkenas Issue #870 ... placeholders in destructuring assignment. 4ce374b
@jashkenas Issue #1071, parenthesizing undefined literals when accessed. 37308e6
Commits on Feb 01, 2011
@jashkenas Backporting the REPL fix for Node 0.3.7 and Coffee 1.0-stable a487259
@jashkenas CoffeeScript 1.0.1 c44d9ae