shithub: mc

RSS feed

26530a35 – Ori Bernstein <[email protected]> authored on 2014/10/06 16:13
'test.myr' is junk.

d5869067 – Ori Bernstein <[email protected]> authored on 2014/10/06 16:10
Fix symbol names.

fc03d618 – Ori Bernstein <[email protected]> authored on 2014/10/06 14:34
Fix osx libsys build.

e3ada3da – Ori Bernstein <[email protected]> authored on 2014/10/06 14:08
Update other systems for the libstd/libsys split.

5131214c – Ori Bernstein <[email protected]> authored on 2014/10/06 13:43
Split libstd into libstd and libsys.

fe0e4014 – Ori Bernstein <[email protected]> authored on 2014/10/06 09:32
Rename make variables.

3d6626df – Ori Bernstein <[email protected]> authored on 2014/10/06 09:31
Delete test.myr

b2193094 – Ori Bernstein <[email protected]> authored on 2014/10/06 09:24
Probe the architecture.

f639b6a2 – Ori Bernstein <[email protected]> authored on 2014/10/05 14:21
Add line terminators to all mkfiles.

b8e1d4c0 – Ori Bernstein <[email protected]> authored on 2014/10/05 14:18
Add plan9 mkfiles and runtime.

97540583 – Ori Bernstein <[email protected]> authored on 2014/10/05 11:43
Make 'install' a phony target.

307f6ff6 – Ori Bernstein <[email protected]> authored on 2014/10/05 11:32
Fix typo: optarg -> curarg.

87b4515f – Ori Bernstein <[email protected]> authored on 2014/10/05 11:24
Write my own option parsing.

a8359030 – Ori Bernstein <[email protected]> authored on 2014/10/04 07:41
Start work of porting to Plan 9.

6f62df23 – Ori Bernstein <[email protected]> authored on 2014/10/04 07:33
Consistent constant naming: symprefix -> Symprefix.

0c69c0ab – Ori Bernstein <[email protected]> authored on 2014/10/03 16:31
Make the makefile copy the files correctly.

976f82e6 – Ori Bernstein <[email protected]> authored on 2014/10/03 16:31
Asm files are architecture specific.

96c8b599 – Ori Bernstein <[email protected]> authored on 2014/10/03 13:28
Strip out platform suffixes from compiler output.

e898ab84 – Ori Bernstein <[email protected]> authored on 2014/10/03 09:22
Use '+' as the system separator.

f1309038 – Ori Bernstein <[email protected]> authored on 2014/10/01 17:00
Clear memory on deallocation.

348a8d66 – Ori Bernstein <[email protected]> authored on 2014/09/29 09:58
Fix compilation.

c92d7552 – Ori Bernstein <[email protected]> authored on 2014/09/29 09:55
Only succeed blatting if we write the whole buffer.

e414e841 – Ori Bernstein <[email protected]> authored on 2014/09/28 13:01
Fix premature unification in generics.

ffde89c0 – Ori Bernstein <[email protected]> authored on 2014/09/26 16:19
Check namespaces on entering expr nodes.

16c7d49b – Ori Bernstein <[email protected]> authored on 2014/09/25 15:48
Add strrfind function for reverse string searches.

428f4464 – Ori Bernstein <[email protected]> authored on 2014/09/25 09:42
Add chdir() syscall.

0a7a934f – Ori Bernstein <[email protected]> authored on 2014/09/24 10:00
Fix struct matching for out of order members.

2a833f44 – Ori Bernstein <[email protected]> authored on 2014/09/24 07:20
Fix sysctl args.

3b868baa – Ori Bernstein <[email protected]> authored on 2014/09/23 20:50
Remove dependency on system() call.

13433d8a – Ori Bernstein <[email protected]> authored on 2014/09/23 12:35
Add 'getenvv' function.

81dd01c0 – Ori Bernstein <[email protected]> authored on 2014/09/23 10:15
Add unlink() syscall.

c547ac04 – Ori Bernstein <[email protected]> authored on 2014/09/23 09:25
Add missing implementation.

bf98a2d4 – Ori Bernstein <[email protected]> authored on 2014/09/23 09:23
Shut up Clang's static analyzer a bit.

779bc03e – Ori Bernstein <[email protected]> authored on 2014/09/23 09:04
Don't mark namespaced variable lvalues as const.

40a2725c – Ori Bernstein <[email protected]> authored on 2014/09/22 17:20
Implement clone.

5ca25b78 – Ori Bernstein <[email protected]> authored on 2014/09/22 07:52
Fix flt32<->flt64 casts.

2b225117 – Ori Bernstein <[email protected]> authored on 2014/09/20 15:05
Get rid of extra digit characters

093dd263 – Ori Bernstein <[email protected]> authored on 2014/09/18 12:38
Add mandelbrot benchmark.

36a26aa6 – Ori Bernstein <[email protected]> authored on 2014/09/18 12:05
Remove dependencies on libbio for mandelbrot.myr

0173ca92 – Ori Bernstein <[email protected]> authored on 2014/09/18 08:31
Fix ABI bugs in cstring() and alloca() calls.

37e8b94b – Ori Bernstein <[email protected]> authored on 2014/09/17 22:26
Add a mandelbrot test.

1457588b – Ori Bernstein <[email protected]> authored on 2014/09/17 22:22
Save and restore xmm registers correctly

d5f312ed – Ori Bernstein <[email protected]> authored on 2014/09/17 21:08
Correctly save/restore xmm registers.

d2a198f1 – Ori Bernstein <[email protected]> authored on 2014/09/17 09:48
Add support for 'pkglocal' keyword.

7c284022 – Ori Bernstein <[email protected]> authored on 2014/09/16 22:22
Rename float -> flt

e1f7ee14 – Ori Bernstein <[email protected]> authored on 2014/09/16 22:09
Add support for relative cutoffs.

acb375ef – Ori Bernstein <[email protected]> authored on 2014/09/16 22:07
Add support for absolute cutoffs.

2f2e574c – Ori Bernstein <[email protected]> authored on 2014/09/16 21:46
Remove prototype file.

7f941fe7 – Ori Bernstein <[email protected]> authored on 2014/09/16 21:45
Add missing file.

62227e61 – Ori Bernstein <[email protected]> authored on 2014/09/16 21:42
Fix flipped sign for float32explode.

b42a202d – Ori Bernstein <[email protected]> authored on 2014/09/16 21:40
Float formatting finally implemented.

b1fe8807 – Ori Bernstein <[email protected]> authored on 2014/09/16 17:44
Preserve sign in division/mod

ce2ad161 – Ori Bernstein <[email protected]> authored on 2014/09/16 14:51
Fix documentation for pointers.

f744db6b – Ori Bernstein <[email protected]> authored on 2014/09/15 22:54
Simplify the float explosion.

947a43ed – Ori Bernstein <[email protected]> authored on 2014/09/15 22:54
Fix up bigint comparisons.

0070a304 – Ori Bernstein <[email protected]> authored on 2014/09/15 22:53
Track line number correctly in tokenizer

2c2229fe – Ori Bernstein <[email protected]> authored on 2014/09/15 20:32
Clean up bigint code a bit.

83b338ad – Ori Bernstein <[email protected]> authored on 2014/09/15 18:45
Add comparison functionality to bigint.

dd97266d – Ori Bernstein <[email protected]> authored on 2014/09/15 16:37
Split abort-linux.s, abort-osx.s

2281d457 – Ori Bernstein <[email protected]> authored on 2014/09/15 11:03
Check for failures in big allocations.

03f0c096 – Ori Bernstein <[email protected]> authored on 2014/09/15 11:03
Make the big.*i bigint ops generic.

f37255ce – Ori Bernstein <[email protected]> authored on 2014/09/14 22:39
Now the abort code works on OSX.

b24267e2 – Ori Bernstein <[email protected]> authored on 2014/09/14 22:28
Add missing file abort.s

cec4decf – Ori Bernstein <[email protected]> authored on 2014/09/14 22:04
Fix execv{e} buffer size.

3f2a01f9 – Ori Bernstein <[email protected]> authored on 2014/09/14 21:45
Fix typo in sort.

00a119d9 – Ori Bernstein <[email protected]> authored on 2014/09/14 21:19
Fix up character type checks.

add4086c – Ori Bernstein <[email protected]> authored on 2014/09/14 19:54
Print the stack that has a cycle when compiling.

6d98d141 – Ori Bernstein <[email protected]> authored on 2014/09/14 19:15
Add checking for buffer overruns.

f6e3939a – Ori Bernstein <[email protected]> authored on 2014/09/14 19:15
Fix buffer overruns.

7ba5cd38 – Ori Bernstein <[email protected]> authored on 2014/09/14 19:15
Add test cases for strstrip.

aa4849ac – Ori Bernstein <[email protected]> authored on 2014/09/14 18:43
Fix 'strstrip()' out of bounds access.

677eeb4a – Ori Bernstein <[email protected]> authored on 2014/09/14 12:12
Fix test data and spurious bigint prints.

8f2b7470 – Ori Bernstein <[email protected]> authored on 2014/09/13 23:21
Fix bigint parsing for hex.

4a59ae12 – Ori Bernstein <[email protected]> authored on 2014/09/13 23:08
Add missing lstat syscall.

c72e1e94 – Ori Bernstein <[email protected]> authored on 2014/09/12 14:37
Improve bigint testing.

b1aeaa39 – Ori Bernstein <[email protected]> authored on 2014/09/11 21:31
Remove allocing/freeing a bigint wth small muls.

10b4f7d2 – Ori Bernstein <[email protected]> authored on 2014/09/11 20:52
Fix the factorial calculation.

8e62e63f – Ori Bernstein <[email protected]> authored on 2014/09/11 20:51
Fix buffer sizing for bigfmt.

6b0a4003 – Ori Bernstein <[email protected]> authored on 2014/09/11 20:33
Add a big factorial benchmark.

bc3ef744 – Ori Bernstein <[email protected]> authored on 2014/09/11 20:30
Make bigfmt match the fmt functions.

8f5b7baf – Ori Bernstein <[email protected]> authored on 2014/09/11 17:32
Don't generate obscene movs for big blits.

4a494e3b – Ori Bernstein <[email protected]> authored on 2014/09/11 16:58
Add sha1 benchmark.

fb881a4e – Ori Bernstein <[email protected]> authored on 2014/09/09 21:49
Fix register allocator bug.

f139158e – Ori Bernstein <[email protected]> authored on 2014/09/07 20:49
Make blits take into account type alignment.

9ea9ad79 – Ori Bernstein <[email protected]> authored on 2014/09/07 18:45
Compute funcrets into their dest.

fa9a9dbe – Ori Bernstein <[email protected]> authored on 2014/09/07 18:44
More iterations on intsort.

1bf649bb – Ori Bernstein <[email protected]> authored on 2014/09/07 18:31
Clean up the blitting code.

dc1c4048 – Ori Bernstein <[email protected]> authored on 2014/09/07 16:57
Apply the src/dest offsets when blitting bytes.

c7981a24 – Ori Bernstein <[email protected]> authored on 2014/09/07 16:14
Make deref() set the type of the loaded value.

1536f46e – Ori Bernstein <[email protected]> authored on 2014/09/06 18:19
Fix generic bigint construction.

27c111b6 – Ori Bernstein <[email protected]> authored on 2014/09/06 18:09
Allow traits to work.

ea38cf38 – Ori Bernstein <[email protected]> authored on 2014/09/06 17:37
Fix nkeys in hash table replacements

4fa7514c – Ori Bernstein <[email protected]> authored on 2014/09/06 17:18
Error on declared but unimplemented functions.

d0331c3c – Ori Bernstein <[email protected]> authored on 2014/09/06 17:18
Fix missing methods.

ebdd2476 – Ori Bernstein <[email protected]> authored on 2014/09/06 16:53
Delete unimplemented functions.

2b8d6177 – Ori Bernstein <[email protected]> authored on 2014/09/06 16:04
Fix hassuffix.

e34aa646 – Ori Bernstein <[email protected]> authored on 2014/09/05 06:53
Move 'mi/' directory to 'opt/'.

6b823d19 – Ori Bernstein <[email protected]> authored on 2014/09/04 14:43
Split blat() and add an 'fblat()' version.

580c8e89 – Ori Bernstein <[email protected]> authored on 2014/09/02 12:33
Build benchmarks with local compiler/muse/libs.

603b1e86 – Ori Bernstein <[email protected]> authored on 2014/09/02 12:29
Fix typo.

Next