log samples/osmod.tp @ 377:93c28eee141e default tip

age author description
Thu, 24 Jul 2014 21:58:26 -0700 Michael Pavone Move OS module out of backend Javascript into a proper module file. Add normal bytearray to bytearray module. Add read:to method to os module for reading into a bytearray.
Fri, 13 Jul 2012 14:16:51 -0700 Mike Pavone Fix os open to optionally take a file permission bit parameter. Update example to use this parameter. Add support for hex and binary integer literals
Fri, 13 Jul 2012 10:46:27 -0700 Mike Pavone Add builtin module os containing some baisc POSIX file IO