whitequark
|
5a77a01863
|
Implement OwnedStack.
|
2016-08-30 12:20:34 -04:00 |
edef
|
f21b8dc936
|
Update the license headers for MIT/Apache
|
2016-08-20 23:45:01 +02:00 |
whitequark
|
f8cf95f686
|
Implement SliceStack.
|
2016-08-19 15:12:42 +02:00 |
whitequark
|
b79e7c0a9b
|
Rename Stack::top() to Stack::base(), which is correct.
Fixes #25.
|
2016-08-13 13:38:04 +02:00 |
whitequark
|
758088c673
|
Fix Stack::new(0).
|
2016-07-17 13:55:43 -04:00 |
whitequark
|
ebd9ca8dec
|
Allocate guard page under existing stack, not in it.
This fixes a segfault when the allocated stack is just one page long.
This also refactors the fringe::os module to use Result consistently.
close #22
|
2016-07-16 20:54:33 -04:00 |