shithub: mc

RSS feed

7462d862 – Ori Bernstein <ori@eigenstate.org> authored on 2015/02/08 19:02
Print error when we can't find symtab to merge into.

4165e7ed – Ori Bernstein <ori@eigenstate.org> authored on 2015/02/07 13:43
Add bigclear.

170e5650 – Ori Bernstein <ori@eigenstate.org> authored on 2015/02/07 13:42
Fix typo in op strings.

18413bd7 – Ori Bernstein <ori@eigenstate.org> authored on 2015/02/07 13:42
Put the rhs of the multiplication operator into a reg.

582cdcfd – Ori Bernstein <ori@eigenstate.org> authored on 2015/02/05 20:09
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc

7fd74aeb – Ori Bernstein <ori@eigenstate.org> authored on 2015/02/05 20:03
Fix mod.

38a875c0 – Ori Bernstein <ori@eigenstate.org> authored on 2015/02/04 19:21
Add more stdbigint test cases.

961b64f1 – Ori Bernstein <ori@eigenstate.org> authored on 2015/02/04 17:24
Clean up bigint division and tests.

94eff653 – Ori Bernstein <ori@eigenstate.org> authored on 2015/02/04 17:24
Clean up bigint division and tests.

063b2a4e – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/25 09:35
Clear structs.

bd0724ec – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/25 07:58
Allow trailing commas in seq literals.

3b0bbade – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/24 19:32
Error out with invalid specializations.

d36a6712 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/23 12:05
Don't crash on returning expressions that evaluate to void.

72fb866e – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/21 06:40
Add vim backup files and ctags tags to gitignore.

d99446a4 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/20 08:33
Add missing stdarg.h includes.

61a9e807 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/19 19:32
Add support for constant union initializers.

7f27f03b – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/19 18:19
Add putint.myr.

da811fdf – Ryan Gonzalez <rymg19@gmail.com> authored and Ori Bernstein <ori@eigenstate.org> committed on 2015/01/19 18:10
Add .gitignore.

ba241976 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/18 11:28
For 32 bit imms that aren't sign extended, we need to load.

d5c406d1 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/17 17:09
Add randbytes() to libstd.

e6758735 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/17 14:20
Change biding of union constructors and casts.

ebda3c4f – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/16 18:05
Allow casting funcs to ints and ptrs.

020f0253 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/16 15:53
Add missing test.

3ca4aafa – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/15 13:47
add cstrconvp for when all you have is a C char*

123ae8f4 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/15 12:23
Guaranteed termination: snprintf() vs strncpy().

c88028d9 – Ryan Gonzalez <rymg19@gmail.com> authored and Ori Bernstein <ori@eigenstate.org> committed on 2015/01/15 09:22
Respect outfile

e9c15198 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/08 14:52
Fix typo: mbld, not xmbld.

9ac9460f – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/08 14:47
Add integer packing/unpacking code.

d8a5f09e – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/08 08:27
Add 'matchnsconst' test.

b16cdad8 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/08 07:11
Handle errors better.

9b258245 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/08 06:47
Look up declaration namespaces.

7e935fc4 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/08 06:29
Rework how checkns() works.

260efa66 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/06 14:15
Add the cwd to build.sh's include path.

1492ad80 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/06 11:21
Fix broken error reporting on Ovar.

bc6a44d5 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/06 10:50
myrbuild is a bootstrap tool.

837deb5c – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/06 10:48
Slightly less confusing error messages.

2dff776a – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/06 09:42
Better error messages for indexing.

f11ffeb1 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/06 09:12
Print better context string: contain types in expr summaries.

c96b770a – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/06 08:29
Improve error messages.

468265b7 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/06 06:03
Error out when passing void as a function argument.

052d543c – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/04 10:51
Make myrbuild just build everything.

0b7ef387 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/04 10:30
Merge commit '1877918ac3ebf4ca955a0956a1067139c06efb7c'

1877918a – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/04 10:21
Remove debugging code.

a07d0b46 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/04 09:46
Remember the environment variables we grabbed, instead of leaking them.

bdbe63d8 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/04 09:19
Improve myrbuild error message.

f892d705 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/04 08:58
Fix compile issue: type mismatch.

302d0761 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/04 08:56
Fix broken stat.

fcd25570 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/04 08:58
Fix compile issue: type mismatch.

b91f9a20 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/04 08:56
Fix broken stat.

06fc2527 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/04 06:57
Fix this extra arg in lfatal bug again.

e1a091f7 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/04 06:57
Fix this extra arg in lfatal bug again.

312487e2 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/04 06:51
Fix help options.

4bff4b0a – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/04 06:51
Fix help options.

16ceea9c – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/03 17:36
Update syswrap and sys so our segfree call works.

4306aa0f – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/03 17:36
Update syswrap and sys so our segfree call works.

d12aa33d – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/03 14:40
Grow buffer exponentially when slurping.

f7a72a58 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/03 14:40
Grow buffer exponentially when slurping.

688b3b5a – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/03 14:20
Update TODO.

d77c63a4 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/03 14:20
Update TODO.

5b36d5c8 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/03 12:59
Don't leak memory in the allocator.

cd3ab434 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/03 12:59
Don't leak memory in the allocator.

2899d4b4 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/03 11:14
Make libstd's bldfile more correct.

bfa11fcb – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/03 11:14
Make libstd's bldfile more correct.

0b66de42 – Unknown <glenda@cirno> authored on 2015/01/03 11:00
Implement directory entries on Plan 9.

e033f64d – Unknown <glenda@cirno> authored on 2015/01/03 11:00
Implement directory entries on Plan 9.

50e78170 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/03 10:20
Make statbuf offsets pkglocal

aac52bce – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/03 10:20
Make statbuf offsets pkglocal

44c0c060 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/02 05:59
There is no 'die' function accessible to sys.

e6b3c595 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/02 05:59
There is no 'die' function accessible to sys.

a6fa17ca – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/01 10:54
Align brk() calls.

33b4271b – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/01 10:54
Align brk() calls.

6aeba77e – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/01 10:54
Remove unused debug declaration.

4c776943 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/01 10:54
Remove unused debug declaration.

812b363d – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/01 10:54
Remove unnecessary cast.

ea325034 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/01 10:54
Remove unnecessary cast.

61843c77 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/01 09:48
Fix up wait on plan9 to check for empty exit status.

95d4d775 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/01 09:48
Fix up wait on plan9 to check for empty exit status.

fe3234f9 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/01 09:47
Add syswrap() code to check if a file exists.

e44decfe – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/01 09:47
Add syswrap() code to check if a file exists.

5cf5b36e – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/01 09:46
Get the length of the env var right.

93693aa9 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/01 09:46
Get the length of the env var right.

ecff997d – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/01 08:11
Fix stat and getsysinfo.

3ecd3ce8 – Ori Bernstein <ori@eigenstate.org> authored on 2015/01/01 08:11
Fix stat and getsysinfo.

4f1ea224 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/31 20:07
Get args[:][:] set up on plan 9.

59d77e00 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/31 20:07
Get args[:][:] set up on plan 9.

26f202d8 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/31 12:03
Fix up libstd on plan9.

fc13f869 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/31 12:03
Fix up libstd on plan9.

d45042b7 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/31 09:27
Make the Wsignal name clearer.

e91fba6d – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/31 09:27
Make the Wsignal name clearer.

c5a85da3 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/31 09:09
Update the bldfile to match the Makefile.

405aec54 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/31 09:09
Update the bldfile to match the Makefile.

4bc888e7 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/31 08:53
Make wait() more portable.

c0b460f4 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/31 08:53
Make wait() more portable.

04eb6094 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/30 19:58
Make a generic, platform agnostic wait.

4eae5641 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/30 19:58
Make a generic, platform agnostic wait.

f1432bf2 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/30 13:07
Clean up C string conversion code a bit.

7cabbcaa – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/30 13:07
Clean up C string conversion code a bit.

68b9ac1d – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/30 13:07
Fix duplicate variable definition.

caec8e04 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/30 13:07
Fix duplicate variable definition.

56953948 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/29 18:32
Helps if I actually commit typo fixes..

Next