1
0

Histórico de Commits

Autor SHA1 Mensagem Data
  Herbert Vojčík 191a17db23 init.js commented há 12 anos atrás
  Herbert Vojčík 4293a7cd21 Works with concatenated-for-node-js scenario. há 12 anos atrás
  Herbert Vojčík c3b6e187c0 forked initialization, optically faster load (dom-ready happens sooner) há 12 anos atrás
  Nicolas Petton fa8be84971 Comment for addMethod() há 12 anos atrás
  Nicolas Petton 9afc4f037a Recompiled all js files há 12 anos atrás
  Nicolas Petton 34d4d9cb37 Merge pull request #452 from herby/addmethod-implicit-selector há 12 anos atrás
  Herbert Vojčík 058d10b9c9 smalltalk.addMethod does not use explicit js selector. há 12 anos atrás
  Nicolas Petton 4885ebfd26 Formatting changes of JSObjectProxy >> doesNotUndertand: há 12 anos atrás
  Nicolas Petton c1aeb3962d Cosmetic newline after method comment in JSObjectProxy >> lookupProperty: há 12 anos atrás
  Nicolas Petton a6450fdd41 Block context creation refactoring há 12 anos atrás
  Nicolas Petton e6885e2532 - Fixed AIContext >> selector há 12 anos atrás
  Nicolas Petton 2c2f723a7c - Context handling in blocks há 12 anos atrás
  Nicolas Petton 66a3b1c3fd Merge pull request #449 from herby/optimized-forward há 12 anos atrás
  Herbert Vojčík fb6f8cbf62 asJavaScriptSelector commented, moved to Kernel-Objects há 12 anos atrás
  Herbert Vojčík a2cb804f1f JSObjectProxy: removing old methods há 12 anos atrás
  Herbert Vojčík 48a6a0d2f2 dnu: lookupProperty:, forwardMessage:WithArguments: used há 12 anos atrás
  Herbert Vojčík b1bc36deb2 Optimizes pieces of forwarding code. há 12 anos atrás
  Nicolas Petton 2234d73f87 Use Package >> commit to commit package há 12 anos atrás
  Nicolas Petton be7d7988d9 Fix for Package committing há 12 anos atrás
  Nicolas Petton c6563b3375 - Moved committing logic into PackageHandler há 12 anos atrás
  Nicolas Petton d5760083d5 Package cleanup há 12 anos atrás
  Nicolas Petton ea174e021c - Renamed PackageLoader to PackageHandler há 12 anos atrás
  Nicolas Petton b0eef55616 Fix to actually inline #ifNotNil:ifNil: há 12 anos atrás
  Nicolas Petton 260fd9f23f Merge pull request #443 from herby/parser há 12 anos atrás
  Nicolas Petton ffcf53a4bf - Fixed Object >> ifNil:ifNotNil: há 12 anos atrás
  Nicolas Petton 62c24efcba - Inliner cleanup, removal of IRNonLocalReturnInliner há 12 anos atrás
  Herbert Vojčík ea33b05f3f Can have symbols for binary selectors. há 12 anos atrás
  Herbert Vojčík e01722a2a7 Allows write #(#on:do: #Object) as #(on:do: Object) há 12 anos atrás
  Herbert Vojčík 6adcd5067a Fixed symbol, #ab'cd' is now error, not #abcd. há 12 anos atrás
  Herbert Vojčík 96253150d3 parser: you can write #(4 #(5 6 #()) 7) as #(4 (5 6 ()) 7) há 12 anos atrás