shithub: mc

RSS feed

74d91a00 – Ori Bernstein <ori@eigenstate.org> authored on 2022/05/22 21:02
usefiles: fix ty->nmemb when loading array (thanks mural)

ff88594d – Ori Bernstein <ori@eigenstate.org> authored on 2022/05/07 14:50
parse: fix typos (thanks ed)

b3526b5e – Ori Bernstein <ori@eigenstate.org> authored on 2022/05/07 13:01
bytealloc: fix typo

fbd0a767 – Mura Li <mural@ctli.io> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/23 23:59
Fix construction of pattern variable bindings

0f3f41fa – Ori Bernstein <ori@eigenstate.org> authored on 2021/08/22 16:04
Add initial openbsd 7.0 support.

ba147605 – Frank Smit <frank@61924.nl> authored and Ori Bernstein <ori@eigenstate.org> committed on 2021/07/27 11:25
lib/http: Free session and request when done.

d7740736 – Frank Smit <frank@61924.nl> authored on 2021/08/17 16:16
Use correct HTTP headers for response encoding.

f5175435 – Mura Li <mural@ctli.io> authored on 2021/07/05 09:39
mi/match: fix dtree construction order of or-pattern

e3682d0b – Mura Li <mural@ctli.io> authored on 2021/07/05 07:40
mi/match: fix internal compiler error

e6811668 – Ori Bernstein <ori@eigenstate.org> authored on 2021/06/25 21:50
formatting: the long comments were annoying to read.

c2e43912 – Mura Li <mural@ctli.io> authored on 2021/06/25 21:02
Relax the restriction of capture variables of or-patterns

c8a5f3d7 – Frank Smit <frank@61924.nl> authored on 2020/09/20 17:22
Use correct dynamic linker/loader on musl-based systems (Alpine).

1b52ea9d – Ori Bernstein <ori@eigenstate.org> authored on 2021/03/17 23:24
genp9: fix formatting issue.

72819dcc – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/30 12:29
Allow omitting the parameter name when it's unneeded.

d4030509 – Mura Li <mural@ctli.io> authored on 2020/12/01 01:14
bytealloc: fix bucket indexing

f3109e1f – Ori Bernstein <ori@eigenstate.org> authored on 2020/10/27 08:00
resolve: fix copy-paste error

0d3f5d4b – Ori Bernstein <ori@eigenstate.org> authored on 2020/10/27 06:00
readability: '.port=port' isn't helpful, it's just 53

b496f044 – Ori Bernstein <ori@eigenstate.org> authored on 2020/10/27 05:58
cleanup dns: private maxns, skip failed connnections

a2ef6bfc – Frank Smit <frank@61924.nl> authored on 2020/10/25 11:50
Let dnsconnect handle IPv6.

de0a0447 – Frank Smit <frank@61924.nl> authored on 2020/10/25 12:10
Add missing flowinfo to sockaddr_in6 struct.

3b6a42aa – Frank Smit <frank@61924.nl> authored on 2020/09/18 13:21
Query nameservers in parallel.

41046c63 – Frank Smit <frank@61924.nl> authored on 2020/10/14 16:38
Use Arch Linux instead of Alpine.

b0e2b68b – Frank Smit <frank@61924.nl> authored on 2020/09/20 17:09
Build script for Alpine Linux.

285be778 – Ori Bernstein <ori@pingthings.io> authored on 2020/09/20 11:59
Fix range checking for numbers.

433357fe – Ori Bernstein <ori@pingthings.io> authored on 2020/09/20 11:45
Fix missing type in range tables.

d073dcc7 – Ori Bernstein <ori@eigenstate.org> authored on 2020/09/01 15:15
infer: fix typo on range check

e0efab37 – Frank Smit <frank@61924.nl> authored on 2020/08/30 09:39
Fix IPv6 parsing.

026a628d – Frank Smit <frank@61924.nl> authored on 2020/08/30 09:51
Type was not applied to pdst.

d90515c5 – Ori Bernstein <ori@eigenstate.org> authored on 2020/08/28 16:31
test/ipparse: put expected and parsed in different buffers

4db5274a – Ori Bernstein <ori@eigenstate.org> authored on 2020/08/28 16:16
Fix typo

f5a7e459 – Ori Bernstein <ori@eigenstate.org> authored on 2020/08/28 16:05
copy bytes to a dest buffer.

91e0b959 – Ori Bernstein <ori@eigenstate.org> authored on 2020/08/11 04:46
Fix botched merge

de10733e – Ori Bernstein <ori@eigenstate.org> authored on 2020/08/08 21:40
merge

0b5b219f – sgilles@umd.edu <sgilles@umd.edu> authored on 2020/08/08 20:54
Fix crypto keccak functions with multiple adds.

156c048f – Ori Bernstein <ori@eigenstate.org> authored on 2020/07/11 16:27
Fix tests on BSDs and 9front, improve names.

d68cb921 – S. Gilles <sgilles@umd.edu> authored on 2020/06/20 17:55
Add tests for abi conformity.

2b398fd1 – S. Gilles <sgilles@umd.edu> authored on 2020/06/20 17:55
Allow runtest.{rc,sh} to handle subdirectories.

bdf0ed62 – S. Gilles <sgilles@umd.edu> authored on 2020/06/20 17:55
Bump abi version.

63c188f6 – S. Gilles <sgilles@umd.edu> authored on 2020/06/20 17:54
Return small-aggregate values by the AMD64 abi.

65ec134c – S. Gilles <sgilles@umd.edu> authored on 2020/06/20 16:50
Pass small-aggregate arguments by the AMD64 abi.

dfc14553 – S. Gilles <sgilles@umd.edu> authored on 2020/05/23 01:58
Add classification algorithm for small-struct passing.

cba8dceb – S. Gilles <sgilles@umd.edu> authored on 2020/04/25 21:13
Factor out the code for placing/retrieving arguments.

b32614e4 – S. Gilles <sgilles@umd.edu> authored on 2020/03/25 21:42
Add isaggregate for later use with abi conformity.

58a13c39 – S. Gilles <sgilles@umd.edu> authored on 2020/06/07 01:17
Unify alignment for heterogeneous tuples.

de1eabd9 – Ori Bernstein <ori@eigenstate.org> authored on 2020/06/10 17:47
Fix check for dumb moves (thanks sgilles)

55282381 – Ori Bernstein <ori@eigenstate.org> authored on 2020/05/11 15:12
add OSX recvfrom, fix UDP announce (thanks Int21h)

690ab7aa – Ori Bernstein <ori@eigenstate.org> authored on 2020/05/05 16:33
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc

0d7d70e5 – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2020/04/28 07:26
Remove useless code

6e944f5f – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2020/04/22 21:38
Remove unneeded check

6565eb50 – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2020/04/22 07:37
Use /**/ instead of //

83fea560 – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2020/04/22 07:13
Remove unneeded change

58749a95 – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2020/04/22 07:05
Simplify equality computation

15ad5bac – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2020/04/22 05:32
Support or-patterns with wildcard variables

9ef8abbe – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2020/04/22 05:30
Fix missing link of linked list

49b61a09 – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2020/04/22 03:00
Fix wrong order of recursive calls

321aec6b – mural <mura@ctli.io> authored and Ori Bernstein <ori@eigenstate.org> committed on 2020/04/15 18:38
Support or-pattern

4a6a372a – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2020/04/14 23:05
Allow optional eol after the commas of function parameters

029ee78d – Mura Li <mura_li@castech.com.tw> authored on 2020/04/28 07:26
Remove useless code

b541f964 – Mura Li <mura_li@castech.com.tw> authored on 2020/04/22 21:38
Remove unneeded check

655dad8f – Mura Li <mura_li@castech.com.tw> authored on 2020/04/22 07:37
Use /**/ instead of //

29f12268 – Mura Li <mura_li@castech.com.tw> authored on 2020/04/22 07:13
Remove unneeded change

5927f8f8 – Mura Li <mura_li@castech.com.tw> authored on 2020/04/22 07:05
Simplify equality computation

37e813c6 – Mura Li <mura_li@castech.com.tw> authored on 2020/04/22 05:32
Support or-patterns with wildcard variables

1d6cb9bf – Mura Li <mura_li@castech.com.tw> authored on 2020/04/22 05:30
Fix missing link of linked list

228b30bf – Mura Li <mura_li@castech.com.tw> authored on 2020/04/22 03:00
Fix wrong order of recursive calls

86aa50f2 – mural <mura@ctli.io> authored and Mura Li <mura_li@castech.com.tw> committed on 2020/04/15 18:38
Support or-pattern

2ffd051d – Mura Li <mura_li@castech.com.tw> authored and Ori Bernstein <ori@eigenstate.org> committed on 2020/04/13 07:44
Support the pseudo-member 'tag' for union types

69d83a1b – henesy <henesy.dev@gmail.com> authored and Ori Bernstein <ori@eigenstate.org> committed on 2020/03/27 09:56
Fix typo: s/intializer/initializer/g

e1e9167c – Ori Bernstein <ori@eigenstate.org> authored on 2020/03/15 08:14
remove debug statements.

d5bd2eea – Ori Bernstein <ori@eigenstate.org> authored on 2020/03/15 08:08
Align spilled arguments correctly for amd64 abi.

334ffbc2 – Ori Bernstein <ori@eigenstate.org> authored on 2020/03/15 05:28
Add support for LDFLAGS lines.

847f11bb – Ori Bernstein <ori@eigenstate.org> authored on 2020/03/06 08:46
Merge branch 'master' of /git/ori/mc

f17b9c15 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/25 01:12
update bootstrap for osx.

767534bd – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/20 15:45
Update bootstrap on FreeBSD

420aa872 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/20 18:40
fix bootstrap on 9front

9081efe5 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/20 11:20
Fix bootstrap on openbsd:

2533822d – bitmapper <bitmapper85@gmail.com> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/10/30 09:57
spelling mistake in comment

0a94564d – bitmapper <bitmapper85@gmail.com> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/10/30 09:56
fixed macos build, "improved" vim syntax highlighting (improved mode off by default)

35ac808f – sgilles@umd.edu <sgilles@umd.edu> authored on 2019/12/05 01:37
[PATCH v2] Force correct sign for intermediate steps of bigmul

6d707df7 – "S. Gilles" <sgilles@umd.edu> authored on 2019/12/01 10:58
[PATCH v2 4/3] Somewhat better error for std.put("{w=?}", "foo")

ebeb6420 – S. Gilles <sgilles@umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/11/25 11:19
Allow specifying padding width from variable

6a113c23 – S. Gilles <sgilles@umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/11/24 13:20
Make vanext decrement tc.nelt unconditionally

03ef9a24 – S. Gilles <sgilles@umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/11/24 13:20
Convert lib/test/fmt.myr to use testr

0113cd12 – Ori Bernstein <ori@eigenstate.org> authored on 2019/10/30 01:01
Fix build on 9front.

16b89443 – Mura Li <github@ctli.io> authored on 2019/10/23 11:14
Merge decision tree nodes when possible

e9b59bee – S. Gilles <sgilles@math.umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/10/24 05:33
Allow bigdivmod to return remainders between 2^31 and 2^32

076f4d37 – Ori Bernstein <ori@eigenstate.org> authored on 2019/10/23 11:41
Add missing file.

cebd9262 – sgilles@math.umd.edu <sgilles@math.umd.edu> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/10/16 10:39
Add tests for matching semi-complicated tuples

3c7cf598 – Ori Bernstein <ori@eigenstate.org> authored on 2019/10/22 03:00
Make the 9front C compiler happy: return at end of function.

1f645d21 – Mura Li <github@ctli.io> authored on 2019/09/23 13:54
Add a new match compiler implementation

f2d12752 – Mura Li <github@ctli.io> authored and Ori Bernstein <ori@eigenstate.org> committed on 2019/10/22 06:35
Use optparse's .arg to pass run target

21422e62 – Mura Li <github@ctli.io> authored on 2019/10/21 16:08
Support cli arguments for mbld -R

3450935e – sgilles@math.umd.edu <sgilles@math.umd.edu> authored on 2019/10/18 06:41
Tie return value of mbld to results of specified targets

fdf87b91 – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/10 15:37
Force scientific notation to print trailing 0s

bdcd9c57 – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/09 04:31
Allow printing fltXY in scientific notation

82eecd5a – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/09 03:53
Split out intfmt to a separate file.

b5ddbc86 – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/09 03:10
Specify sigfigs (cutoff + Relative mode) for fltXY formatting

d58df01f – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/07 11:41
Allow padding for fltXY formatting

3b558458 – S. Gilles <sgilles@math.umd.edu> authored on 2019/09/07 08:50
Collect fltXYbfmt parameters into analogue of intparams

cf50193c – Ori Bernstein <ori@markovcorp.com> authored on 2019/07/31 13:36
Fix bug in dump code: Stray '{', wrong args.

Next