shithub: mc

RSS feed

a07a52d7 – Ori Bernstein <ori@eigenstate.org> authored on 2015/07/13 19:21
Correctly deduplicate types.

5c5b656a – Ori Bernstein <ori@eigenstate.org> authored on 2015/07/12 19:43
Fix up some more type checking.

2c85c3a7 – Ori Bernstein <ori@eigenstate.org> authored on 2015/07/12 19:42
Correctly dump out global symtabs.

ee4f263f – Ori Bernstein <ori@eigenstate.org> authored on 2015/07/12 19:20
Loop patterns are patterns.

12df9f45 – Ori Bernstein <ori@eigenstate.org> authored on 2015/07/09 19:55
Refactor namespaces.

6d465150 – Ori Bernstein <ori@eigenstate.org> authored on 2015/07/08 18:56
Add futex syscall.

1f560efb – Ori Bernstein <ori@eigenstate.org> authored on 2015/07/05 08:00
Add support for ignored function args.

cf357b74 – Ori Bernstein <ori@eigenstate.org> authored on 2015/07/05 07:36
Add proper support for a 'gap' variable.

4fac3196 – Ori Bernstein <ori@eigenstate.org> authored on 2015/07/04 20:42
Improve error messages.

bd225cf9 – Ori Bernstein <ori@eigenstate.org> authored on 2015/07/01 17:36
Add format funcs.

aa419bde – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/27 10:44
Fix 'mk check' on 9front.

e9620d67 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/29 07:41
Remove TODO.

ff942670 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/29 07:00
Regenerate OSX bootstrap script.

5ecdc2ae – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/29 06:59
Call '__init__' in the runtime on OSX.

2c1e2fef – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/28 14:21
Actually fix the bootstrap script.

acfaafa6 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/28 14:15
Fix bootstrap script generation.

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.

f6f5d708 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/16 09:56
Rename/rearrange std.try, add defaulting variants.

ac7fed3d – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/15 19:18
Remove a few leaks.

8306e1f3 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/15 17:26
Remove obsolete manpage.

4932b5f0 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/15 15:49
Set the directory before running tests.

e6624da5 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/14 22:04
Make the test runs print closer together.

49ea47ca – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/14 22:02
Update libregex tests to run in mbld.

c2a04cf2 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/14 18:54
Bio returns errors on failed opens.

fd3494af – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/14 17:34
Make redump useful for anyone

a32760e2 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/14 17:34
Add maxargs, noargs options to optparse.

94acc736 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/14 17:09
Show where a regex failed.

fd91c0a3 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/14 15:57
Fix some type error messages.

527bad78 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/14 14:54
Make try work ok std.result.

11dc9752 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/14 10:16
Start working on __init__, check types.

8cc0e63c – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/13 06:29
Update Darwin bootstrap scripts.

ac50839a – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/13 02:59
Regenerate bootstrap scripts.

dc770912 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/12 10:23
Unbork tests run by mbld.

21b91ad9 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/12 08:46
Move fmt to fmt2.

96c8217e – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/12 08:34
Move more code to f2fmt and friends.

1eca6494 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/12 08:30
Move movement to f2fmt and friends.

99517584 – Ori Bernstein <orib@fb.com> authored on 2015/06/12 05:06
Update linux bootstrap.

b66ed635 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/12 07:57
Regenerate OSX bootstrap.

885ddee1 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/12 07:21
Unreverse match order.

a6ba17d4 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/12 07:19
Migrate to fmt2.myr

58d7f568 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/12 06:46
Remove debug prints.

9930411e – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/09 20:18
use '{' and '}' for format args.

f0004610 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/07 11:11
Set params to empty.

41a66f79 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/07 05:36
Add vabytes() function.

ac965251 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/07 05:27
Add support for custom formatting.

e024022f – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/06 17:54
Add support for '%%' to do a literal '%'.

4f57d785 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/06 17:38
Convert fltfmt to use a strbuf.

8fef0e65 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/06 13:58
Support formatting params for ints.

4ca93982 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/06 11:53
First cut at formatting.

ea50af98 – Ori Bernstein <ori@eigenstate.org> authored on 2015/06/05 19:05
Work towards better varargs.

53f937ae – Ori Bernstein <ori@eigenstate.org> authored on 2015/05/22 05:56
Add type size and other info.

dee37ce8 – Ori Bernstein <ori@eigenstate.org> authored on 2015/05/19 20:08
Update bootstrap for linux for introspection code.

6b1a6216 – Ori Bernstein <ori@eigenstate.org> authored on 2015/05/19 20:06
Add first cut at introspection API.

c1ad3758 – Ori Bernstein <ori@eigenstate.org> authored on 2015/05/18 19:37
Fix type info formatting.

4ed002a1 – Ori Bernstein <ori@eigenstate.org> authored on 2015/05/18 06:55
Fix build on OSX.

ac3d02cd – Ori Bernstein <ori@eigenstate.org> authored on 2015/05/18 06:26
Improve type generation code.

1520007d – Ori Bernstein <ori@eigenstate.org> authored on 2015/05/17 14:46
Don't need a configure script for mbld.

c71e69c0 – Ori Bernstein <ori@eigenstate.org> authored on 2015/05/17 14:37
Fix builds for libdate.

e93384f5 – Ori Bernstein <ori@eigenstate.org> authored on 2015/05/17 12:39
Fix missed 'fatal()' calls.

Next