Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-03 | README: Fix grammatical errors; fix examples | Sam Stuewe | 1 | -12/+12 | |
[Commit message amended by Johannes Löthberg] closes #1 | |||||
2014-12-03 | README: Fix typos, reformat sentences, use other section headings | Johannes Löthberg | 1 | -90/+122 | |
2014-12-03 | Correct 'hold' typo in readme | Harry Jeffery | 1 | -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-03 | Fixed minor spelling typos in README. | Eric Siegel | 1 | -1/+1 | |
2014-12-03 | Fixed variable naming in README for sdscatrepr. | Eric Siegel | 1 | -3/+3 | |
2014-12-03 | Fixed some typos and grammar. | Jan-Erik Rediger | 1 | -10/+10 | |
Some typos where found by aspell: `aspell -l en_US check README.md` | |||||
2014-12-03 | README: Correct typo, BDS -> BSD | ZyX-I | 1 | -1/+1 | |
2014-09-25 | Make English more idiomatic in README. | John Zwinck | 1 | -31/+30 | |
2014-02-06 | Fixed num to string example. | antirez | 1 | -1/+1 | |
2014-02-06 | Fix broken markup hopefully. | antirez | 1 | -6/+6 | |
2014-02-06 | README: Add C highlight in example it was missing. | antirez | 1 | -0/+2 | |
2014-02-06 | Merge pull request #4 from dchest/patch-1 | Salvatore Sanfilippo | 1 | -1/+1 | |
Fix list item indentation | |||||
2014-02-06 | Fix list item indentation | Dmitry Chestnykh | 1 | -1/+1 | |
2014-02-06 | quick pass to polish readme. | Juanito Fatas | 1 | -194/+292 | |
2014-02-06 | Two examples fixed. | antirez | 1 | -3/+3 | |
2014-02-06 | README: fixed sdscatprintf() example. | antirez | 1 | -1/+1 | |
2014-02-06 | README: sentence improved in concatenating strings sec. | antirez | 1 | -1/+1 | |
2014-02-06 | README: advantages/disadvantages layout improved. | antirez | 1 | -5/+6 | |
2014-02-06 | README typo: filed -> field. | antirez | 1 | -1/+1 | |
2014-02-06 | Merge branch 'master' of github.com:antirez/sds | antirez | 1 | -19/+26 | |
2014-02-06 | README: fixed missing quote. | antirez | 1 | -1/+1 | |
2014-02-06 | Fix markdown. | Francesco Rodríguez | 1 | -19/+26 | |
2014-02-06 | Markdown list removed from README where it caused issues. | antirez | 1 | -10/+3 | |
2014-02-06 | Markdown fix try #2. | antirez | 1 | -0/+3 | |
2014-02-06 | README: fix markdown format for code after bullet list. | antirez | 1 | -0/+3 | |
2014-02-06 | README: add sequence numbers to advantages list. | antirez | 1 | -2/+2 | |
2014-02-06 | README: first version of documentation is complete. | antirez | 1 | -0/+176 | |
2014-02-06 | README: string quoting and tokenization documented. | antirez | 1 | -0/+125 | |
2014-02-06 | indent README examples with 4 spaces. | antirez | 1 | -32/+38 | |
2014-02-06 | README added, work in progress. | antirez | 1 | -0/+461 | |
Low level functions and internals are still to document. |