Ian Douglas Scott
|
cbd0d0473c
Make functions taking raw pointer return &'a instead of &'static
|
6 years ago |
stratact
|
b389e4831d
Have `open()` and `dup()` match `-1` for `Err` instead of `0`
|
6 years ago |
stratact
|
9daae71c2a
Use the `super` module instead of `sys`
|
6 years ago |
stratact
|
bb9d0e4aa1
Implement `RawFile::from_raw_fd()`
|
6 years ago |
stratact
|
285d1b05c4
Implement `RawFile::open()` and add `*_raw_df()` convenience methods
|
6 years ago |
stratact
|
7ca5fac214
Implement `RawFile::dup()` completely
|
6 years ago |
Jeremy Soller
|
3311a700e0
Merge pull request #126 from ProgVal/update-ralloc
|
6 years ago |
Valentin Lorentz
|
0b6d6549f1
Update ralloc. Closes GH-83.
|
6 years ago |
Jeremy Soller
|
ed12713aa8
Update gitignore for tests
|
6 years ago |
Jeremy Soller
|
c647fdfed3
Merge pull request #116 from matijaskala/patch-1
|
6 years ago |
Jeremy Soller
|
8eec109cc0
Merge pull request #120 from Majora320/master
|
6 years ago |
Jeremy Soller
|
c8d4ea3ee6
Merge pull request #123 from Arcterus/qsort-real
|
6 years ago |
Jeremy Soller
|
4fb4790890
Merge pull request #122 from Arcterus/qsort
|
6 years ago |
Matija Skala
|
9bbb070104
Add optimized version of memchr
|
7 years ago |
Alex Lyon
|
f5ded007c6
stdlib: recurse into the smaller partition when sorting
|
6 years ago |
Alex Lyon
|
4d3ac1c0dc
stdlib: save stack space by looping in introsort_helper()
|
6 years ago |
Alex Lyon
|
b15aa83a8a
stdlib: move insertion sort from introsort() into a separate function
|
6 years ago |
Alex Lyon
|
aa21e5fc3f
stdlib: implement qsort() as an introsort
|
6 years ago |
Jeremy Soller
|
6e8e6ad5d2
Merge pull request #121 from Arcterus/strtoul
|
6 years ago |
Alex Lyon
|
0cabecd5b5
stdio, string, platform: fix a bug in printf() involving chars
|
6 years ago |
Moses Miller
|
d14d0b5965
Fix various formatting issues
|
6 years ago |
Moses Miller
|
766e00c69e
Implement conversion of nanoseconds to clocks in terms of CLOCKS_PER_SEC
|
6 years ago |
Moses Miller
|
3d1a66f270
Add CLOCKS_PER_SEC
|
6 years ago |
Moses Miller
|
9d8758006d
Change 1000000 to 1_000_000
|
6 years ago |
Alex Lyon
|
1bcc40c08f
stdlib: manually fix formatting
|
6 years ago |
Alex Lyon
|
7647db27c0
stdlib: implement strtoul() and strtol() using a macro
|
6 years ago |
Moses Miller
|
56458e5e4c
Condense 5 lines into 1
|
6 years ago |
Moses Miller
|
1ecd5f8f21
Implement clock() and add CLOCK_* constants
|
6 years ago |
Jeremy Soller
|
018f950851
Merge branch 'master' of https://github.com/jeizsm/relibc
|
6 years ago |
Jeremy Soller
|
08091ab2a9
Merge branch 'stat' of https://github.com/sajattack/relibc
|
6 years ago |