Commit Graph

242 Commits

Author SHA1 Message Date
Tom Almeida 87ec6dfacb Fixed unused variable in memchr 2018-03-10 22:59:24 +08:00
Tom Almeida 18283feac1 Added implementations of strchr, strcspn and strspn 2018-03-10 22:58:35 +08:00
Jeremy Soller b52a1d612d Merge pull request #59 from Tommoa/master
Add implementations of memchr and memccpy
2018-03-10 07:03:40 -07:00
Jeremy Soller a227338a72 Merge pull request #58 from dlrobertson/sprintf
Add implementations of sprintf and snprintf
2018-03-10 07:00:22 -07:00
Tom Almeida a2a7efa946 Update .gitignore 2018-03-10 21:52:37 +08:00
Tom Almeida d214817c87 readability update in lib.rs 2018-03-10 21:52:06 +08:00
Jeremy Soller 0ee34fe836 Merge branch 'master' into sprintf 2018-03-10 06:46:17 -07:00
Jeremy Soller 639ea0919f Merge pull request #56 from Arcterus/master
string: address performance concerns for strncmp()
2018-03-10 06:43:22 -07:00
Tom Almeida 774856f9b2 Update lib.rs 2018-03-10 21:37:01 +08:00
Tom Almeida 3470882df6 Fixed incorrect return of memccpy 2018-03-10 17:12:05 +08:00
Tom Almeida b013f5f0ed Fixed mem test 2018-03-10 17:05:56 +08:00
Tom Almeida 4f601f4896 Added memchr and memccpy to string 2018-03-10 16:59:53 +08:00
Alex Lyon cfc1014c6e string: fix a couple minor issues in strncmp() 2018-03-09 20:54:42 -08:00
Alex Lyon 50f79e9a0e string: address performance concerns for strncmp() 2018-03-09 20:54:42 -08:00
Dan Robertson 75920d2c12 Add implementations of sprintf and snprintf
Add implementations of sprintf and snprintf so that we can get a bit
closer to compiling libc-test.
2018-03-10 02:33:03 +00:00
Jeremy Soller 3890ec58f0 Merge pull request #49 from sajattack/time
Add time and sys/time
2018-03-09 18:11:51 -07:00
Jeremy Soller 4d67145aa1 Merge pull request #54 from MggMuggins/master
Update README.md
2018-03-09 13:52:46 -07:00
MggMuggins 06a6922cde Merge branch 'master' of https://github.com/redox-os/relibc 2018-03-09 12:41:25 -06:00
MggMuggins d7aa9c44f9 Add Documentation 2018-03-09 12:38:37 -06:00
Paul 7108d0164e Merge branch 'master' into time 2018-03-09 08:37:40 -08:00
Paul Sajna 7e40d8c87b fmt 2018-03-09 07:51:15 -08:00
Paul Sajna 23bb883797 update nanosleep 2018-03-09 07:49:37 -08:00
Jeremy Soller 11043129f2 Merge pull request #52 from dlrobertson/aarch64
Aarch64: Merge the final components
2018-03-09 08:24:37 -07:00
Dan Robertson c2ae141df3 Aarch64: Merge the final components
Merge the final components for Aarch64 support into master.
2018-03-09 14:20:42 +00:00
Paul 031fc5da27 Update Makefile 2018-03-09 05:58:55 -08:00
Paul 5632d96016 Merge branch 'master' into time 2018-03-09 05:52:29 -08:00
Jeremy Soller 77c0a5b430 Merge pull request #47 from sajattack/unistd
implement setid functions and unlink
2018-03-09 06:50:04 -07:00
Paul 4d12c408fd Merge branch 'master' into time 2018-03-09 05:49:37 -08:00
Paul cdf298ba3a Merge branch 'master' into unistd 2018-03-09 05:48:22 -08:00
Jeremy Soller dd0e6187db Merge pull request #50 from Arcterus/master
Preliminary implementation of strtol()
2018-03-09 06:45:39 -07:00
Jeremy Soller b7ac90fd9f Merge branch 'master' into master 2018-03-09 06:45:17 -07:00
Jeremy Soller 580dcd3c08 Merge pull request #48 from sajattack/stat
correction to include guard of stat
2018-03-09 06:43:12 -07:00
Paul Sajna b11c079d69 Makefile fix 2018-03-09 05:34:58 -08:00
Paul Sajna 3c198a3a40 fmt 2018-03-09 05:19:25 -08:00
Paul Sajna 4d4ab1a75f fix and test 2018-03-09 05:18:21 -08:00
Paul Sajna 161d93466c fixes and tests 2018-03-09 04:48:34 -08:00
Paul Sajna e99857d125 sleep and usleep 2018-03-09 03:42:42 -08:00
Alex Lyon dec7ecd06b tests: fix Makefile 2018-03-09 03:37:30 -08:00
Paul Sajna 7e19ce23bd nanosleep 2018-03-09 03:26:45 -08:00
Alex Lyon 9325a29a74 stdlib: make rustfmt happy with strtol() 2018-03-09 03:21:18 -08:00
Alex Lyon f5b1f872a0 stdlib: implement preliminary version of strtol() 2018-03-09 03:07:16 -08:00
Alex Lyon a7e71717cb stdio: add support for %o to printf() 2018-03-09 02:51:50 -08:00
Paul Sajna 083aa0ed55 fmt 2018-03-09 02:47:22 -08:00
Paul Sajna 72909b3f4c add time and sys/time 2018-03-09 02:46:14 -08:00
Paul Sajna 1c1a48b648 fix formatting 2018-03-09 00:56:02 -08:00
Paul Sajna b9a2dfded4 correction to include guard of stat 2018-03-09 00:52:34 -08:00
Paul Sajna a7fba79be7 implement setid functions and unlink 2018-03-09 00:28:46 -08:00
Jeremy Soller e676440e1f Merge pull request #46 from dlrobertson/aarch64
Aarch64: Update syscall usage
2018-03-08 21:26:04 -07:00
Jeremy Soller 89259475ab Merge branch 'master' into aarch64 2018-03-08 21:25:28 -07:00
Jeremy Soller 54655a4e3b Add verification makefile rule 2018-03-08 21:22:17 -07:00