Commit Graph

7 Commits

Author SHA1 Message Date
cloudhead
fe0ed621b9 added ext/ folder, to hold some core prototype functions 2010-03-03 21:20:07 -05:00
cloudhead
5ee0209e8a don't use Usage: node [options] script.js [arguments]
-v, --version      print node's version
  --debug[=port]     enable remote debugging via given TCP port
  --debug-brk[=port] as above, but break in node.js and
                     wait for remote debugger to connect
  --cflags           print pre-processor and compiler flags
  --v8-options       print v8 command line options

Documentation can be found at http://nodejs.org/api.html or with 'man node', as it's, um, used by node. Use  instead. Also moved tree.node requires in tree.js
2010-03-01 15:32:21 -05:00
cloudhead
a7ae7c8514 node.operate, to operate on values, based on a string op 2010-02-26 22:29:23 -05:00
cloudhead
9970cb0124 parse IE's alpha() 2010-02-25 22:32:13 -05:00
cloudhead
8a7747d15b url() parsing 2010-02-25 21:27:23 -05:00
cloudhead
ba2a3e88a7 removed all the testing stuff from the server adapter 2010-02-25 15:37:01 -05:00
cloudhead
1d1d40b353 adapters for browser/server 2010-02-23 18:01:26 -05:00