Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-06 | Add initial cut for freebsd start code.freebsd-port | Ori Bernstein | |
Mostly, we use %rdi instead of %rsp for the args. | |||
2014-08-05 | Add missing test file | Ori Bernstein | |
2014-08-04 | Step through default types when specializing. | Ori Bernstein | |
This means that if we have: $123 ==delayed==> foo(@a) we will specialize it to: $124 ==delayed==> foo($125) This fixes one test case for genericuret.myr | |||
2014-08-04 | Better formatting for fmtunion | Ori Bernstein | |
2014-08-04 | Don't print 'tynil' in ucons. | Ori Bernstein | |
2014-08-04 | Add proper checking for types with parameters. | Ori Bernstein | |
2014-08-04 | Use probed values from configure | Ori Bernstein | |
Drop platform.h for config.h. | |||
2014-08-03 | Removing a binary blob. | Ori Bernstein | |
2014-07-20 | Add 'swap' to libstd | Ori Bernstein | |
2014-07-15 | Fix compilation on GCC 4.8 | Ori Bernstein | |
More warnings are happening with -Werror. Good. Let them. I don't mind at all that my build broke. | |||
2014-07-15 | More debug logging. | Ori Bernstein | |
2014-07-14 | More debug dumps with final substitutions. | Ori Bernstein | |
2014-07-14 | Indent trace information. | Ori Bernstein | |
2014-07-14 | Sync eqivalent member on OSX names with linux. | Ori Bernstein | |
This makes things more portable. Whee. | |||
2014-07-14 | Fix generic type construction. | Ori Bernstein | |
2014-07-09 | Return size from std.read | Ori Bernstein | |
2014-07-09 | Change syntax for tuples. | Ori Bernstein | |
2014-07-06 | Delete dead directory. | Ori Bernstein | |
Oh. Fuck. | |||
2014-06-28 | Fix indentation on benchmark code. | Ori Bernstein | |
2014-06-27 | I can't remember the last time I used 'myrtypes'. | Ori Bernstein | |
Deleted. | |||
2014-06-26 | Fix slurp. | Ori Bernstein | |
Type mismatch after read. I need to audit for types and make it consistent. Maybe size should be signed? | |||
2014-06-25 | Fix missing newlines in pretty prints. | Ori Bernstein | |
2014-06-24 | Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc | Ori Bernstein | |
2014-06-24 | Add borked test case for generic chaining. | Ori Bernstein | |
2014-06-24 | Fix syscall signatures on OSX | Ori Bernstein | |
We are supposed to be using stat64... oops. | |||
2014-06-22 | Fix test expectations for stdfmtpad. | Ori Bernstein | |
2014-06-21 | Correct support for zero/space padded negative int | Ori Bernstein | |
We would either print '- 123' or 000000-123' in the past. Fixed. | |||
2014-06-21 | Add tests for padded format strings. | Ori Bernstein | |
2014-06-21 | Add support for padded strings. | Ori Bernstein | |
Feeping Creaturinm. | |||
2014-06-20 | add lstat() syscall | Ori Bernstein | |
2014-06-20 | Fix struct stat. | Ori Bernstein | |
We had the wrong types/sizes. especially for a 64 bit stat. | |||
2014-06-20 | Compute the directory length | Ori Bernstein | |
There can be padding at the end of the buffer for alignment. All we can rely on is the '\0' terminator. | |||
2014-06-20 | Fix struct stat under Linux. | Ori Bernstein | |
2014-06-20 | Move to stat64 on OSX. | Ori Bernstein | |
2014-06-19 | Add support for directory listing under OSX | Ori Bernstein | |
2014-06-19 | Fix dir-linux to actually keep the offset. | Ori Bernstein | |
2014-06-19 | Add directory listing under Linux. | Ori Bernstein | |
2014-06-19 | Fix getdents() syscall. | Ori Bernstein | |
2014-06-19 | Make system/arch dependent rules generic. | Ori Bernstein | |
Use a wild card rule for the copying. | |||
2014-06-19 | Add getdents function to linux. | Ori Bernstein | |
2014-06-19 | x | Ori Bernstein | |
2014-06-18 | Add IP protos to OSX | Ori Bernstein | |
2014-06-18 | Merge https://github.com/oridb/mc | Ori Bernstein | |
2014-06-18 | Optimize nodemoves() | Ori Bernstein | |
Maintain sets for the instruction, so that we don't have to do lots of O(n) lookups. Those are slow. | |||
2014-06-18 | Add raw socket type. | Ori Bernstein | |
2014-06-18 | Merge pull request #1 from akoshibe/master | Ori Bernstein | |
added sockproto values | |||
2014-06-17 | added sockproto values | akoshibe | |
2014-06-17 | Make 'make install' build the library. | Ori Bernstein | |
2014-06-17 | Add 'getdirentries64' syscall to OSX. | Ori Bernstein | |
Now it should be possible to write some portable directory listing code. Gee golly whiz. | |||
2014-06-17 | Add one more test case for alignment. | Ori Bernstein | |