shithub: mc

RSS feed

f1ea96e3 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/28 14:06
Merge pull request #3 from PuerkitoBio/fix-build

d15a27ae – Martin Angers <martin.n.angers@gmail.com> authored on 2015/06/28 16:16
make paths relative for OSX too

d11591b8 – Martin Angers <martin.n.angers@gmail.com> authored on 2015/06/28 16:14
make build paths relative

3034887c – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/26 11:56
Mark visibility correctly on init funcs.

b05bd318 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/28 10:26
Implement '__init__' functions.

d17587d8 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/27 10:52
C99 intxx types are nuts wrt printf. Cast to sanity.

46f0325e – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/27 10:50
Fix a few minor issues post refactor.

2bb2b35d – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/25 11:52
Fix last broken test.

c4f1f755 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/25 11:49
size_t is 32 bits on plan9.

7f4889e9 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/25 11:42
The plan 9 assemblers don't like zero sized things.

ee346d27 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/25 11:09
Fix a few typos affecting Plan 9.

a16c4e63 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/27 09:38
Factor out blob generation.

fa8e0920 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/26 13:51
Fix a few misc memory bugs.

c1d212af – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/23 17:59
Use 'config.Libpath' instead of hardcoding "lib/myr"

983521cc – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/23 17:43
Remove some stray local paths.

0b796494 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/23 17:32
Update Plan 9 bootstrap script.

98972288 – glenda@cirno <glenda@cirno> authored on 2015/06/25 19:00
Export type info correctly on plan9

0fb976c8 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/25 09:17
Fix up extern type descs.

ea0f777f – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/24 07:09
Regenerate bootstrap for OSX

a9c6f053 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/21 22:49
Get closer to a working Plan 9 build on new 6m.

732ad41d – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/24 19:42
Unstub type info generation.

04d64795 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/23 18:41
Fix up and regenerate bootstrap scripts.

737f88e3 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/23 09:35
Clean up output of options.

620e6416 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/21 19:17
Add ipv6 support to dial.

4073bdf9 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/22 06:29
Remove unused `Byte constructor.

8ec8ea74 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/22 06:28
Add sockaddr_in6

526479d1 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/21 19:17
Add ipv6 support to dial.

23223a76 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/21 18:53
Clear up comments.

980f6c75 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/21 18:42
Add ipv6 parsing support.

b7267a73 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/21 09:36
Refactor ipv4 parsing.

62375ca2 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/20 06:17
Fix bio.put()

95034f67 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/20 06:17
Fix up indent scripts.

7872641a – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/18 14:02
Fix and enable all fmt tests.

340cbfe1 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/18 14:02
Fix and enable all fmt tests.

cf94e8f3 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/18 12:58
Add tests for formatting.

58f59a52 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/18 10:23
Update libfmt to preparse options for std.fmt()

c7b5ad47 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/17 11:57
Fix up indent script.

edd9a39b – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/17 09:15
Work around bug with labels.

78a29fd7 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/16 19:22
Fix up test.

6213b1e1 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/16 19:22
Fix up hash table.

f09d58f3 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/16 18:31
Fix fmt.myr

b85b0202 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/16 17:26
Hidden decls should never conflict with existing ones.