aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2015-01-20Replace READMEHEADmasterJohannes Löthberg1-905/+0
2015-01-19README: update to new sdsnew/sdsauto functionsJohannes Löthberg1-21/+21
2015-01-19README: Bring up to date with type changesJohannes Löthberg1-47/+46
Also change the printf calls to use the proper `%zu` type for size_t instead of casting to int, and add missing spaces after commas.
2014-12-03README: Fix grammatical errors; fix examplesSam Stuewe1-12/+12
[Commit message amended by Johannes Löthberg] closes #1
2014-12-03README: Fix typos, reformat sentences, use other section headingsJohannes Löthberg1-90/+122
2014-12-03Correct 'hold' typo in readmeHarry Jeffery1-1/+1
A 'hold' is missing its 'h' and a variable was misnamed. This patch fixes these issues. [antirez/sds#12 fixed the variable typos]
2014-12-03Fixed minor spelling typos in README.Eric Siegel1-1/+1
2014-12-03Fixed variable naming in README for sdscatrepr.Eric Siegel1-3/+3
2014-12-03Fixed some typos and grammar.Jan-Erik Rediger1-10/+10
Some typos where found by aspell: `aspell -l en_US check README.md`
2014-12-03README: Correct typo, BDS -> BSDZyX-I1-1/+1
2014-09-25Make English more idiomatic in README.John Zwinck1-31/+30
2014-02-06Fixed num to string example.antirez1-1/+1
2014-02-06Fix broken markup hopefully.antirez1-6/+6
2014-02-06README: Add C highlight in example it was missing.antirez1-0/+2
2014-02-06Merge pull request #4 from dchest/patch-1Salvatore Sanfilippo1-1/+1
Fix list item indentation
2014-02-06Fix list item indentationDmitry Chestnykh1-1/+1
2014-02-06quick pass to polish readme.Juanito Fatas1-194/+292
2014-02-06Two examples fixed.antirez1-3/+3
2014-02-06README: fixed sdscatprintf() example.antirez1-1/+1
2014-02-06README: sentence improved in concatenating strings sec.antirez1-1/+1
2014-02-06README: advantages/disadvantages layout improved.antirez1-5/+6
2014-02-06README typo: filed -> field.antirez1-1/+1
2014-02-06Merge branch 'master' of github.com:antirez/sdsantirez1-19/+26
2014-02-06README: fixed missing quote.antirez1-1/+1
2014-02-06Fix markdown.Francesco Rodríguez1-19/+26
2014-02-06Markdown list removed from README where it caused issues.antirez1-10/+3
2014-02-06Markdown fix try #2.antirez1-0/+3
2014-02-06README: fix markdown format for code after bullet list.antirez1-0/+3
2014-02-06README: add sequence numbers to advantages list.antirez1-2/+2
2014-02-06README: first version of documentation is complete.antirez1-0/+176
2014-02-06README: string quoting and tokenization documented.antirez1-0/+125
2014-02-06indent README examples with 4 spaces.antirez1-32/+38
2014-02-06README added, work in progress.antirez1-0/+461
Low level functions and internals are still to document.