Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - use c89-style comments | Bernhard Reutner-Fischer | 2008-10-03 | 2 | -42/+42 |
| | | | | Closes issue #5194 | ||||
* | mark a bunch of public mem/str functions as weak so that people who insist ↵ | Mike Frysinger | 2007-12-22 | 6 | -32/+18 |
| | | | | on their own local copies while static linking dont hit link failures when other uClibc code force the libc.a objects to be pulled in via the hidden alias symbols | ||||
* | pull from Blackfin repo: cleanup string funcs | Mike Frysinger | 2007-09-15 | 6 | -194/+221 |
| | |||||
* | pull in features.h so we have access to config defines | Mike Frysinger | 2007-02-08 | 2 | -0/+4 |
| | |||||
* | revert previous nops in strcmp as they are not needed here | Mike Frysinger | 2006-06-27 | 1 | -2/+0 |
| | |||||
* | blackfin needs NOPs after the loop end when the last statement in the loop ↵ | Mike Frysinger | 2006-06-27 | 2 | -1/+3 |
| | | | | is an if/jump | ||||
* | import some optimized functions from blackfin cvs | Mike Frysinger | 2006-05-30 | 7 | -0/+544 |