Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

35 check-ins that include changes to files matching 'runt/apis/cldc-compact/cc/squirreljme/runtime/cldc/io/*'

2020-03-02
05:18
Merge wip-gradle-modernization branch into trunk. check-in: a5aaa48037 user: stephanie.gawroriski tags: trunk, x-date-202003
2020-02-14
03:52
Move massive amount of files to their own modules. check-in: c7cae997bd user: stephanie.gawroriski tags: wip-gradle-modernization
2019-06-29
13:29
Make the fallback encoding UTF-8. check-in: 504dd9fa17 user: stephanie.gawroriski tags: trunk
13:28
Have a valid value for microedition.encoding as well. check-in: 1cab0a48e8 user: stephanie.gawroriski tags: trunk
2019-06-23
16:12
Reorder errors in runt/apis/cldc-compact check-in: d6660f126d user: stephanie.gawroriski tags: trunk
2019-04-29
16:41
Add support for ISO-8859-15. check-in: 7e84d7f010 user: stephanie.gawroriski tags: trunk
2018-12-24
02:53
Implement UTF-8 decoding. check-in: 10c36dde8b user: stephanie.gawroriski tags: trunk
02:44
Correct compilation error; Implement UTF-8 encoding. check-in: cd9aacc320 user: stephanie.gawroriski tags: trunk
01:28
Add ASCII encoder and decoder. check-in: 48a69aa637 user: stephanie.gawroriski tags: trunk
2018-12-08
21:33
Add average and max sequence length to the encoders; Add test for testing BufferedReader.readLine(). check-in: 1fba49c8ea user: stephanie.gawroriski tags: trunk
17:51
Remove StandardOutput and StandardError and just use an output stream which can use any file descriptor to write to the console and use that instead. check-in: 8cd0bfdf2a user: stephanie.gawroriski tags: trunk
2018-12-06
01:09
Add JavaSE ConsoleOutput implementation; Add bulk console write operations. check-in: 2190af2607 user: stephanie.gawroriski tags: trunk
00:54
Implement ResourceAccess.available(int) in SpringCoat. check-in: 06da76a819 user: stephanie.gawroriski tags: trunk
2018-12-05
23:21
Annotate the remaining APIs; Add TODOs for the remaining APIs to implement; Make TaskAccess.sleep(0, 0) act like a yield. check-in: 43ca420b88 user: stephanie.gawroriski tags: trunk
2018-11-25
14:57
Update exceptions and such. check-in: fabe650c26 user: stephanie.gawroriski tags: trunk
2018-11-11
23:48
Add decoder for ISO-8859-1. check-in: 428c92a81f user: stephanie.gawroriski tags: trunk
2018-11-10
12:07
Reorder errors in runt/apis/cldc-compact check-in: 423604340b user: stephanie.gawroriski tags: trunk
2018-11-06
21:39
Correct some errors; Implement all of the Arrays.copyOf() methods; Correct ByteArrayOutputStream; Correct UTF8Decoder; Implement String initialization by decoding bytes. check-in: 1cf6173f2d user: stephanie.gawroriski tags: trunk
2018-10-27
00:07
Implement some resource lookup. check-in: 278651b375 user: stephanie.gawroriski tags: trunk
2018-10-13
15:42
Decoding of single byte UTF-8 sequences. check-in: 223d3b0d88 user: stephanie.gawroriski tags: trunk
14:47
Add base for UTF-8 decoder. check-in: fcb05a4360 user: stephanie.gawroriski tags: trunk
14:33
Add base for decoders and allow the encoding name to be extracted; Add compatibility note for Reader. check-in: e744fdbdb1 user: stephanie.gawroriski tags: trunk
2018-09-25
04:08
Printf formatting work; Implement the bulk of Enum; Implement Object.clone(). check-in: 8ce97498a4 user: stephanie.gawroriski tags: trunk
01:09
SquirrelJME now supports encoding to EBCDIC 037. check-in: 1b87dbeb9d user: stephanie.gawroriski tags: trunk
2018-09-21
05:12
Base for decoding call trace elements; Use new interface for stdout/stderr writing; Implement some operations. check-in: c4751d570f user: stephanie.gawroriski tags: trunk
04:44
Before invokevirtual from invokespecial, push arguments back to the stack; Correct bounds checks in the encoder. check-in: ea9d390b67 user: stephanie.gawroriski tags: trunk
04:34
Implement the ISO-8859-1 encoder (it is simple); Base for PrintStream character writing and flushing. check-in: 01aeb24fca user: stephanie.gawroriski tags: trunk
03:21
Add base for ISO-8859-1 encoder. check-in: edff811da4 user: stephanie.gawroriski tags: trunk
2018-09-20
00:55
Base for creating encoder for UTF-8 data. check-in: da30069fa5 user: stephanie.gawroriski tags: trunk
00:37
If no encoding was set by the system then just use a fallback encoding (which is UTF-8). check-in: aade63d435 user: stephanie.gawroriski tags: trunk
00:33
Add a base mapping and normalization of encoding names since there are a ton of aliases; Additionally support ASCII for it is everywhere reasons. check-in: 925a205a4e user: stephanie.gawroriski tags: trunk
2018-09-17
04:13
Add base for Encoder and CodecFactory; Base for PrintStream. check-in: d91ab9a81e user: stephanie.gawroriski tags: trunk
2018-03-15
02:57
Correct cldc-compact with all the changes. check-in: 820d3675e8 user: stephanie.gawroriski tags: trunk
2018-03-02
21:04
Move SecureByteArrayOutputStream to the io sub-package. check-in: 150fd95c83 user: stephanie.gawroriski tags: trunk
2018-03-01
18:30
Correct a bunch of cldc-compact due to the new system call code. check-in: 353bf8e5cc user: stephanie.gawroriski tags: trunk