Commit History

Author SHA1 Message Date
  Herbert Vojčík 93f18bd23a Merge branch 'master' into lhf 10 years ago
  Herbert Vojčík 4467018e26 using `ifAbsent: [ 0 ]` instead of `ifAbsent: 0` 10 years ago
  Nicolas Petton 8cf1808a2a Merge pull request #791 from herby/indexof-fix 10 years ago
  Herbert Vojčík 6e8207d086 Putting [ aBlock value ] in ifTrue:IfFalse: so the code is inlined 10 years ago
  Herbert Vojčík a6bf635397 Fixed HashedCollection >> removeKey: 10 years ago
  Herbert Vojčík 5d4702f63b Dictionary and HashedCollection under common base class 10 years ago
  Herbert Vojčík 12683708c7 Array >> remove:ifAbsent: written in Smalltalk 10 years ago
  Herbert Vojčík 12151eff6e Fix SequencableCollection >> indexOf: family 10 years ago
  Herbert Vojčík d54b1b5fc2 Fix {Boolean,Number,String} >> = 10 years ago
  Nicolas Petton 49ccac8777 Merge branch 'allow-comma-for-hashedcollection' of https://github.com/herby/amber into herby-allow-comma-for-hashedcollection 10 years ago
  Herbert Vojčík b21993174f Tests for comma in HashedCollection, allowing comma 10 years ago
  Herbert Vojčík 6e6add75bf Push at:ifAbsentPut: up 10 years ago
  Nicolas Petton d8e4e0283e Small reformattings in Array and String 10 years ago
  Herbert Vojčík f07d4f85f0 Fix missing removeAll in Set 10 years ago
  Herbert Vojčík 5f1d0a91db Fixing errors with {String,Array} >> at:{,IfPresent:}ifAbsent: 10 years ago
  Nicolas Petton 58cc0bbce9 - fixes SequenceableCollection >> endsWith: 10 years ago
  Nicolas Petton a8ef9bd0a8 Moves `beginsWith:` and `endsWith:` to `SequenceableCollection` 10 years ago
  Benjamin Van Ryseghem 6b9e72cb95 Adds more convenient testing methods on String 10 years ago
  Nicolas Petton cdaeb205e7 Fixes #779 10 years ago
  Nicolas Petton 563539e2e5 fixes issue #777 10 years ago
  Nicolas Petton 8208dddee6 - inlined js code reformatting 10 years ago
  Herbert Vojčík 52835e7c86 protected => private 10 years ago
  Herbert Vojčík e1dac04c09 numericallyIndexable used; String use inherited 10 years ago
  Herbert Vojčík fe07735adb SequenceableCollection >> numericallyIndexable 10 years ago
  Massimo Milan 4b306c5a1b Modified Bug fix to preserve speed 10 years ago
  Massimo Milan 150ce5ff46 Fix String>>, bug in Chrome dev 10 years ago
  Herbert Vojčík ca6ef30c79 replace 'detect:ifNone: =' hacks with anySatisfy: 10 years ago
  Herbert Vojčík ca77382f02 deprecated Collection >> contains: 10 years ago
  Nicolas Petton 24a57231a6 Reformattings in Collection 10 years ago
  Herbert Vojčík d726202146 Collection >> {none,any,all}Satisfy: 10 years ago