Nicolas Petton
|
783927fa01
Merge pull request #187 from herby/master
|
12 years ago |
Herbert Vojčík
|
c6b3e3ba6a
Different escaping. No unescape called. Escapes into UTF-8 range (only escape 0x00-0x1f, double quote and backslash, and 0x7f-0x9f, the rest is left unchanged).
|
12 years ago |
Herbert Vojčík
|
46eb40487c
using #asJavascript everywhere (no literal 'unesacpe(..' used)
|
12 years ago |
Herbert Vojčík
|
7f18d7b921
NodeVisitor all methods call visitNode:
|
12 years ago |
Herbert Vojčík
|
22478f8567
Optimization of HashedCollection >> keys as per GH-174.
|
12 years ago |
Nicolas Petton
|
976cbb54f9
Fixed previous commit, and really fixing #178
|
12 years ago |
Nicolas Petton
|
4448792e7a
Fixed issue #178 thanks to @herby
|
12 years ago |
Nicolas Petton
|
1848a5bbb9
Merge branch 'master', remote-tracking branch 'herby/master'
|
12 years ago |
Herbert Vojčík
|
fdfdfeccd9
Merge branch 'master' of git://github.com/NicolasPetton/amber
|
12 years ago |
Herbert Vojčík
|
2c41dc3ff3
GH-177 early return refactoring
|
12 years ago |
Herbert Vojčík
|
372449fb40
Optimization of boot.js code for speed using Chrome profiler.
|
12 years ago |
paul laptop
|
c85053ce8c
clean up node.js warnings about referring to the sys package rather than the util packages which is preferred
|
12 years ago |
paul laptop
|
6716f00fbb
fix to allow Cross Origin Resource Sharing that relies on Dales fix from issue #159
|
12 years ago |
Nicolas Petton
|
83b24e2741
Fixed Makefile for st/Compiler-Tests.st
|
12 years ago |
mkroehnert
|
2b6755d6f4
Exporter: fix bug in exportPackageExtensionsOf:on:
|
12 years ago |
mkroehnert
|
5bc4a4f903
ChunkExporter: fix bug in exportPackageExtensionsOf:on:
|
12 years ago |
paul laptop
|
4824d1c388
made changes to remove the warning about 'sys' being renamed 'util' and changes to allow Cross Origin Resource Sharing in the node.js server
|
12 years ago |
Nicolas Petton
|
90ea0878be
Merge pull request #176 from pdebruic/90443a1706ecc55ee4348cba22d49d86f170df30
|
12 years ago |
Nicolas Petton
|
a184fde6e4
Merge pull request #175 from herby/master
|
12 years ago |
Göran Krampe
|
3dc1e9886e
Merge remote-tracking branch 'origin/master'
|
12 years ago |
Nicolas Petton
|
0e2adf95c8
Added Number >> & and #|
|
12 years ago |
paul laptop
|
90443a1706
2 more styling changes to keep the Browser's appearance consistent when other CSS files are loaded
|
12 years ago |
Herbert Vojčík
|
2477f9b0db
Optimization of boot.js code for speed using Chrome profiler.
|
12 years ago |
Göran Krampe
|
f8bafa3bcf
Making sure noone has to wonder how to try the Counter class ever again.
|
12 years ago |
Nicolas Petton
|
7a36c4a370
Fixed Object>>perform:withArguments: to use message sends
|
12 years ago |
Nicolas Petton
|
52eda38f1d
Added
|
12 years ago |
Göran Krampe
|
2fc2a3d5a3
First stab at more slides for SweSUG, not completed.
|
12 years ago |
Nicolas Petton
|
ba347d1acb
Merge branch 'master' of github.com:NicolasPetton/amber
|
12 years ago |
Nicolas Petton
|
4bf05c3a73
Fix for Exporter >> exportPackage: to remove class duplicates due to class aliases (like Date and Time)
|
12 years ago |
Göran Krampe
|
e935b3e89c
Added support for regex searching in ReferencesBrowser.
|
12 years ago |