aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2018-06-21ptrlist: remove the now unneeded FOR_EACH_PTR_NOTAG()Luc Van Oostenryck1-2/+2
Now that FOR_EACH_PTR() doesn't strip the tag anymore, there is no more needs for FOR_EACH_PTR_NOTAG() as both do the same. So convert the few uses to FOR_EACH_PTR() and remove its definition. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
2013-12-09Update the information in README about using the library.James Westby1-21/+8
Changes in the library have left the README giving out of date information on how to intialise the library and get the symbols out of it. Update the documentation to match the latest functions. Signed-off-by: James Westby <james@jameswestby.net> Signed-off-by: Franz Schrober <franzschrober@gmail.com> Signed-off-by: Christopher Li <sparse@chrisli.org>
2013-11-29Revert "Update the information in README about using the library."Franz Schrober1-8/+21
James Westby is the only person not reacting when asking him about the MIT license change over email or social media. So he has to count as not accepting and reverting his contributions is the only way to to avoid possible legal problems. The contributions can be re-added later when they are rewritten from scratch. This reverts commit 34ac7df96dd9609d684b0c949a52bc07ab1fd8b5. Cc: James Westby <jw+debian@jameswestby.net> Signed-off-by: Franz Schrober <franzschrober@yahoo.de> Signed-off-by: Christopher Li <sparse@chrisli.org>
2011-08-20fix common misspellings with codespellJonathan Neuschäfer1-1/+1
See http://git.profusion.mobi/cgit.cgi/lucas/codespell/ for more information on codespell. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Christopher Li <sparse@chrisli.org>
2007-09-15README: recode from ISO-8859-1 to UTF-8Josh Triplett1-1/+1
Signed-off-by: Josh Triplett <josh@freedesktop.org>
2007-02-27Update the information in README about using the library.James Westby1-21/+8
Changes in the library have left the README giving out of date information on how to intialise the library and get the symbols out of it. Update the documentation to match the latest functions. Signed-off-by: James Westby <jw+debian@jameswestby.net>
2005-04-07Add a note in the readme about the fact that we now do a five-Linus Torvalds1-1/+2
phase parse: the last phase is the inline function expansion and the tree simplification.
2005-04-07Put a note in the README about the lazy type evaluation.Linus Torvalds1-5/+16
2005-04-07Add copyright statements and file comments. Add a FAQ, README, andLinus Torvalds1-0/+72
placeholder LICENSE file.