Historial de Commits

Autor SHA1 Mensaje Fecha
  Manfred Kroehnert a76f7dbaf9 amberc.js: create_compiler() now uses Promises hace 12 años
  Thomas Rake ff4d28d65b FileServer: Fixes spurious warning on startup from #checkDirectoryLayout hace 12 años
  Manfred Kroehnert 38a2a47082 amberc.js: use Promises for compile step hace 12 años
  Manfred Kroehnert 0de5d61932 amberc.js: remove obsolete async_map() hace 12 años
  Manfred Kroehnert 91fdd7a754 amberc.js: category_export() returns Promise.all() object hace 12 años
  Manfred Kroehnert 08021200a4 amberc.js: verify() returns a Promise.all() object hace 12 años
  Manfred Kroehnert 1e099b07af amberc.js: compose_js_files() returns a Promise hace 12 años
  Manfred Kroehnert fa8734f8e1 amberc.js: rename check_configuration_ok() to check_configuration() which now returns a Promise hace 12 años
  Manfred Kroehnert e745c98981 amberc.js: require('Promise') hace 12 años
  Manfred Kroehnert b12d9037bb amberc.js: remove obsolete require('exec') and require('util') hace 12 años
  Manfred Kroehnert b76b0cc2dc package.json: add es6-promise to dependencies hace 12 años
  Herbert Vojčík 9957db19f7 Inspector now shows variables. hace 12 años
  Herbert Vojčík 93f18bd23a Merge branch 'master' into lhf hace 12 años
  Herbert Vojčík 4467018e26 using `ifAbsent: [ 0 ]` instead of `ifAbsent: 0` hace 12 años
  Nicolas Petton b4c5725449 Merge pull request #784 from BenjaminVanRyseghem/fix-documentation-dialog hace 12 años
  Nicolas Petton 8cf1808a2a Merge pull request #791 from herby/indexof-fix hace 12 años
  Nicolas Petton 99169869ef Merge pull request #794 from herby/assocative-collection-restructure hace 12 años
  Nicolas Petton 2e94920ee8 Merge pull request #758 from tomrake/base-path-validation hace 12 años
  Herbert Vojčík 6e8207d086 Putting [ aBlock value ] in ifTrue:IfFalse: so the code is inlined hace 12 años
  Herbert Vojčík a6bf635397 Fixed HashedCollection >> removeKey: hace 12 años
  Herbert Vojčík b96a20b10d Cleaned and restructured test for Dictionary and HashedCollection hace 12 años
  Herbert Vojčík b6203e7803 Update API-CHANGES.txt hace 12 años
  Herbert Vojčík 5d4702f63b Dictionary and HashedCollection under common base class hace 12 años
  Herbert Vojčík 12683708c7 Array >> remove:ifAbsent: written in Smalltalk hace 12 años
  Herbert Vojčík 12151eff6e Fix SequencableCollection >> indexOf: family hace 12 años
  Herbert Vojčík d54b1b5fc2 Fix {Boolean,Number,String} >> = hace 12 años
  Herbert Vojčík 50c1b4bfd5 use keysDo: hace 12 años
  Herbert Vojčík 21fa1b0937 use methodsInProtocol:, added removeProtocolIfEmpty: hace 12 años
  Herbert Vojčík e379b09d18 use includesKey: and includesSelector: hace 12 años
  Herbert Vojčík 296fc23e6d use valuesDo: hace 12 años