コミット履歴

作者 SHA1 メッセージ 日付
  Nicolas Petton 6c640fbd23 Update README.md 12 年 前
  Nicolas Petton 1c00bb3152 Removed bootstrap from master (should be in helios) 12 年 前
  Herbert Vojčík 388a56b0a8 CHANGELOG: typo 12 年 前
  Nicolas Petton e9d2f1e009 Update years in LICENSE 12 年 前
  Nicolas Petton f741f52a17 Merge pull request #369 from mkroehnert/gh-366 12 年 前
  Nicolas Petton 2f1eef3197 Removed .gitmodules 12 年 前
  Nicolas Petton b203de5bb8 Removed Helios from master (again) 12 年 前
  Manfred Kroehnert 8d69b3e390 amber.js: fix default Smalltalk commit path as suggested by Herby (fixes #366) 12 年 前
  Nicolas Petton bdbc839848 Moved examples to https://github.com/amber-smalltalk/amber-examples 12 年 前
  Nicolas Petton c9bb32ef7a Moved helios to its won branch 12 年 前
  Nicolas Petton 44beb7b666 Moving Helios back to its own branch 12 年 前
  Nicolas Petton 808f097524 Fixes issue #353 12 年 前
  Nicolas Petton 808393e7da Removed a console log: 12 年 前
  Nicolas Petton 5601d56f93 Merge branch 'grunt' 12 年 前
  Nicolas Petton b4909979ae Merge pull request #368 from mkroehnert/unittests 12 年 前
  Nicolas Petton 3ed8b38659 - Many small fixed for grunt to compile amber. 12 年 前
  Nicolas Petton 0d3285b38b Merge branch 'master' into grunt 12 年 前
  Manfred Kroehnert c8b4404f1c SUnit-Tests: fix order of actual and expected parameter 12 年 前
  Manfred Kroehnert d92cdfdfc6 SUnit-Tests: fix equality tests to use assert: (a = b) 12 年 前
  Manfred Kroehnert 377dc01072 Kernel-Tests: fix equality tests to use assert: (a = b) 12 年 前
  Manfred Kroehnert 43c9b33255 CollectionTest>>assertSameContents:as: revert to assert: (a = b) 12 年 前
  Manfred Kroehnert 3cbf3fc359 Compiler-Tests: fix TestCase>>assert:equals: usage 12 年 前
  Manfred Kroehnert c6987653fa Kernel-Tests: fix TestCase>>assert:equals: usage 12 年 前
  Manfred Kroehnert 64b604d616 SUnit-Tests: fix usage of >>assert:equals: 12 年 前
  Manfred Kroehnert d83b55a161 TestCase: fix order of arguments in >>assert:equals: 12 年 前
  Nicolas Petton c70d83e871 Merge pull request #361 from mkroehnert/proxy 12 年 前
  Manfred Kroehnert b4e91be3fd JSObjectProxyTest>>testAtIfAbsent: also test for property with 'undefined' value 12 年 前
  Manfred Kroehnert 603a366512 JSObjectProxy>>at:ifAbsent: take care of property which is set to 'undefined' (as suggested by Herby) 12 年 前
  Manfred Kroehnert 91bb47c341 JSObjectProxy: add unit tests for >>value 12 年 前
  Manfred Kroehnert 1b7fd0345b JSObjectProxy>>value: use >>at:ifAbsent: 12 年 前