Commit History

Author SHA1 Message Date
  Nicolas Petton b0eef55616 Fix to actually inline #ifNotNil:ifNil: 11 years ago
  Nicolas Petton a654937085 Merge branch 'master' into helios 11 years ago
  Nicolas Petton 260fd9f23f Merge pull request #443 from herby/parser 11 years ago
  Nicolas Petton ffcf53a4bf - Fixed Object >> ifNil:ifNotNil: 11 years ago
  Nicolas Petton 62c24efcba - Inliner cleanup, removal of IRNonLocalReturnInliner 11 years ago
  Herbert Vojčík ea33b05f3f Can have symbols for binary selectors. 11 years ago
  Herbert Vojčík e01722a2a7 Allows write #(#on:do: #Object) as #(on:do: Object) 11 years ago
  Herbert Vojčík 6adcd5067a Fixed symbol, #ab'cd' is now error, not #abcd. 11 years ago
  Herbert Vojčík 96253150d3 parser: you can write #(4 #(5 6 #()) 7) as #(4 (5 6 ()) 7) 11 years ago
  Herbert Vojčík 8e772483eb Fixed dynamic array and friends allowed in literal array. 11 years ago
  Nicolas Petton 131a0441d7 Merge pull request #441 from herby/crlf 11 years ago
  Herbert Vojčík 6ee406da85 Recompiled with crlf sanitization. 11 years ago
  Herbert Vojčík 20845aeb6b source is crlf sanitized 11 years ago
  Herbert Vojčík 85c9654999 JSStream never uses cr. 11 years ago
  Herbert Vojčík b6b8025f92 default tasks made array 11 years ago
  Nicolas Petton d747c059e0 Merge pull request #440 from herby/gh-438 11 years ago
  Herbert Vojčík c501211cf0 Fixing Kernel-Objects 11 years ago
  Herbert Vojčík f9dbd20b1d Fixes #438. 11 years ago
  Herbert Vojčík d17cf0c16d Regression test for #438. 11 years ago
  Nicolas Petton af18413eb5 Fixed Metaclass >> definition 11 years ago
  Nicolas Petton 02b3c8e163 Recompiles all .js files 11 years ago
  Nicolas Petton 15ce8a0dd8 Removes Symbol from the system: 11 years ago
  Nicolas Petton cb506d312d Adds comments for ClassRefVar >> alias and JSStream >> nextPutClassRefFunction: 11 years ago
  Nicolas Petton 6d6c815eae Merge pull request #437 from herby/recompile 11 years ago
  Nicolas Petton 858f05e80c Merge pull request #436 from herby/gh-190 11 years ago
  Nicolas Petton fb99845ff3 Merge pull request #435 from mkroehnert/grunt-0.4 11 years ago
  Manfred Kröhnert 5603b92458 Clarify installation of Grunt.js 11 years ago
  Herbert Vojčík 13abd766d2 Benchfib and Compiler-Interpreter weren't recompiled. 11 years ago
  Herbert Vojčík 0ff2b2c7bb Fixes #190. 11 years ago
  Herbert Vojčík a02d9bdd46 Regression test for #190. 11 years ago