Commit Graph

13 Commits

Author SHA1 Message Date
Michel Martens
542a783cb4 Change IO.read to return null on EOF 2015-03-07 09:10:18 +00:00
Bob Nystrom
1aaa8cff52 Use more comprehensive signature strings for methods. 2015-02-26 21:56:15 -08:00
Bob Nystrom
e007bb7f11 Make embedding API provide full method signature. 2015-02-26 07:44:45 -08:00
Marco Lizza
c9400a2c81 Adding 'IO.time' static method. 2015-02-16 12:04:56 +01:00
Bob Nystrom
1d9445d9bc Tests for IO.read(). 2015-01-11 21:47:29 -08:00
Bob Nystrom
7a7c7a8fad Merge branch 'add-read-string' of git://github.com/pwoolcoc/wren into pwoolcoc-add-read-string
Conflicts:
	builtin/io.wren
	src/wren_io.c
2015-01-11 20:05:52 -08:00
Bob Nystrom
15b0d8777c Handle toString not returning a string in IO.print and IO.write.
Fix #67.
2015-01-08 07:53:37 -08:00
Paul Woolcock
7ecff2d79f Implement IO.read 2015-01-04 19:54:28 -05:00
Bob Nystrom
48dab5323d A few small cleanups. 2014-04-19 11:44:51 -07:00
Bob Nystrom
7393e12555 Allow multiple arguments to IO.print(). 2014-04-09 07:48:35 -07:00
Bob Nystrom
289e70ed38 Reorganize the defines a bit. 2014-04-07 07:45:09 -07:00
Bob Nystrom
8d316396e1 Move clock into IO. 2014-02-04 08:49:16 -08:00
Bob Nystrom
36df70dba1 Move IO into a separate module. 2014-02-04 08:44:59 -08:00