Jeremy Soller
|
c647fdfed3
Merge pull request #116 from matijaskala/patch-1
|
7 年之前 |
Jeremy Soller
|
8eec109cc0
Merge pull request #120 from Majora320/master
|
7 年之前 |
Jeremy Soller
|
c8d4ea3ee6
Merge pull request #123 from Arcterus/qsort-real
|
7 年之前 |
Jeremy Soller
|
4fb4790890
Merge pull request #122 from Arcterus/qsort
|
7 年之前 |
Matija Skala
|
9bbb070104
Add optimized version of memchr
|
7 年之前 |
Alex Lyon
|
f5ded007c6
stdlib: recurse into the smaller partition when sorting
|
7 年之前 |
Alex Lyon
|
4d3ac1c0dc
stdlib: save stack space by looping in introsort_helper()
|
7 年之前 |
Alex Lyon
|
b15aa83a8a
stdlib: move insertion sort from introsort() into a separate function
|
7 年之前 |
Alex Lyon
|
aa21e5fc3f
stdlib: implement qsort() as an introsort
|
7 年之前 |
Jeremy Soller
|
6e8e6ad5d2
Merge pull request #121 from Arcterus/strtoul
|
7 年之前 |
Alex Lyon
|
0cabecd5b5
stdio, string, platform: fix a bug in printf() involving chars
|
7 年之前 |
Moses Miller
|
d14d0b5965
Fix various formatting issues
|
7 年之前 |
Moses Miller
|
766e00c69e
Implement conversion of nanoseconds to clocks in terms of CLOCKS_PER_SEC
|
7 年之前 |
Moses Miller
|
3d1a66f270
Add CLOCKS_PER_SEC
|
7 年之前 |
Moses Miller
|
9d8758006d
Change 1000000 to 1_000_000
|
7 年之前 |
Alex Lyon
|
1bcc40c08f
stdlib: manually fix formatting
|
7 年之前 |
Alex Lyon
|
7647db27c0
stdlib: implement strtoul() and strtol() using a macro
|
7 年之前 |
Moses Miller
|
56458e5e4c
Condense 5 lines into 1
|
7 年之前 |
Moses Miller
|
1ecd5f8f21
Implement clock() and add CLOCK_* constants
|
7 年之前 |
Jeremy Soller
|
018f950851
Merge branch 'master' of https://github.com/jeizsm/relibc
|
7 年之前 |
Jeremy Soller
|
08091ab2a9
Merge branch 'stat' of https://github.com/sajattack/relibc
|
7 年之前 |
Marat Safin
|
ff37adeeba
add asctime
|
7 年之前 |
Jeremy Soller
|
43e6cad33f
Merge pull request #112 from jeizsm/master
|
7 年之前 |
Marat Safin
|
8015878a73
use static variable for gmtime
|
7 年之前 |
Marat Safin
|
2b21dca567
add gmtime and difftime
|
7 年之前 |
Jeremy Soller
|
93e2e16077
Merge pull request #118 from dlrobertson/fix_ci
|
7 年之前 |
Dan Robertson
|
6a4220458c
ci: Ensure that the correct compiler is installed
|
7 年之前 |
Jeremy Soller
|
722732b616
Merge pull request #114 from HermannDppes/format
|
7 年之前 |
Hermann Döppes
|
dc769fd977
Run ./fmt.sh
|
7 年之前 |
Jeremy Soller
|
3f627b1b40
Remove asserts
|
7 年之前 |