Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Change explanation of unsigned types | Devin McGinty | 2015-01-30 | -1/+1 |
| | ||||
* | Fixed one line being cut off and a comment about the export attribute | mordner | 2015-01-08 | -2/+3 |
| | | | | was referring to the wrong function and variable. | |||
* | Update c.html.markdown | Ruben | 2014-12-08 | -4/+5 |
| | ||||
* | fix #873 | Martin Thoresen | 2014-11-24 | -1/+1 |
| | ||||
* | [c/en] Typo: integral -> integer | Wes Turner | 2014-11-02 | -1/+1 |
| | ||||
* | Add fixes from @marcom's PR ↵ | Levi Bostian | 2014-10-17 | -2/+7 |
| | | | | https://github.com/adambard/learnxinyminutes-docs/pull/765 | |||
* | Correction to use the intended variables. | adventuretc | 2014-09-27 | -1/+1 |
| | ||||
* | Couple changes to C to close ↵ | Levi Bostian | 2014-09-05 | -3/+9 |
| | | | | https://github.com/adambard/learnxinyminutes-docs/pull/594 | |||
* | Clarified C Octal Character | Ben Eysenbach | 2014-09-03 | -1/+1 |
| | | | This fixes issue #658 | |||
* | Made learnc's switch statement clearer | iirelu | 2014-07-17 | -34/+33 |
| | | | | Also cleaned up trailing whitespace. | |||
* | Commented out two broken lines in learnc.c | iirelu | 2014-07-17 | -2/+2 |
| | ||||
* | Fix c tutorial | Nami-Doc | 2014-07-17 | -417/+417 |
| | | | | | Fixes #678 Still missing symbols, though | |||
* | Fix spelling and other small issues | Nick Ward | 2014-06-28 | -15/+15 |
| | ||||
* | Added missing semicolons and correct some words. | Nattaphoom Ch | 2014-05-28 | -7/+7 |
| | ||||
* | c: typo | Jakukyo Friel | 2014-02-14 | -1/+1 |
| | ||||
* | c: reorder paragraphs | Jakukyo Friel | 2014-02-14 | -5/+7 |
| | | | content about `static` are inserted into the wrong place. | |||
* | Added missing comma in printf | Joseph Adams | 2014-01-10 | -1/+1 |
| | ||||
* | Added verb ("is") where it was missing | Joseph Adams | 2014-01-10 | -1/+1 |
| | ||||
* | Fix conflict bash. | Levi Bostian | 2013-11-25 | -1/+3 |
|\ | ||||
| * | Merge pull request #316 from aesptux/master | Adam Bard | 2013-09-13 | -1/+2 |
| |\ | | | | | | | [c/en][go/es-es] Update C doc to fix a long line. / [go/es] translation | |||
| | * | Fix long line | Adrian Espinosa | 2013-09-04 | -1/+2 |
| | | | ||||
| * | | Fixed typo in c.html.markdown that I introduced | Nathan Hoad | 2013-09-05 | -1/+1 |
| | | | ||||
| * | | Fixed typo in c.html.markdown | Nathan Hoad | 2013-09-05 | -1/+1 |
| |/ | ||||
| * | Added explanation of size_t | mhauserr | 2013-08-21 | -1/+1 |
| | | ||||
| * | Update c.html.markdown | mhauserr | 2013-08-20 | -0/+1 |
| | | | | | | Added explanation of size_t | |||
* | | Remove bad examples, reword places. | Levi Bostian | 2013-11-25 | -28/+15 |
| | | ||||
* | | Add multi-dimensional array description. | Levi Bostian | 2013-11-24 | -0/+8 |
| | | ||||
* | | Remove bad description of function prototypes. | Levi Bostian | 2013-11-24 | -6/+0 |
| | | ||||
* | | Fix #define as it does not use = sign. | Levi Bostian | 2013-11-24 | -1/+1 |
| | | ||||
* | | Edit static description wording. Add note about private functions. | Levi Bostian | 2013-11-24 | -3/+3 |
| | | ||||
* | | Add static description to C. | Levi Bostian | 2013-11-24 | -0/+7 |
| | | ||||
* | | Add variety to function prototypes. | Levi Bostian | 2013-11-23 | -2/+2 |
| | | ||||
* | | Edit getchar() notes. | Levi Bostian | 2013-09-20 | -4/+3 |
| | | ||||
* | | Declare variable before empty for loop. | Levi Bostian | 2013-09-20 | -0/+1 |
| | | ||||
* | | Add to notes on increment and decrement operators. | Levi Bostian | 2013-09-20 | -2/+5 |
| | | ||||
* | | Add to ? : example in C. | Levi Bostian | 2013-09-20 | -2/+4 |
| | | ||||
* | | Edit note on function prototypes. | Levi Bostian | 2013-09-20 | -9/+4 |
| | | ||||
* | | Move special characters to end of file | Levi Bostian | 2013-09-20 | -31/+30 |
| | | ||||
* | | Merge | Levi Bostian | 2013-09-20 | -27/+24 |
|\ \ | ||||
| * | | Edit wording on in c changes. | Levi Bostian | 2013-09-19 | -28/+25 |
| | | | ||||
* | | | Fix typo for 'funtion prototype' | Levi Bostian | 2013-09-20 | -1/+1 |
|/ / | ||||
* | | Add order of evaluation table to C. | Levi Bostian | 2013-09-01 | -0/+25 |
| | | ||||
* | | Add conditinal expression (?:) to C. | Levi Bostian | 2013-09-01 | -0/+4 |
| | | ||||
* | | Add specific examples of increment and decrement operators to C. | Levi Bostian | 2013-09-01 | -0/+11 |
| | | ||||
* | | Reworded incrementing operators in C. | Levi Bostian | 2013-09-01 | -4/+2 |
| | | ||||
* | | Add note to while loop in C. | Levi Bostian | 2013-09-01 | -1/+1 |
| | | ||||
* | | Add <ctype.h> include statement to popular C standar libraries. | Levi Bostian | 2013-08-31 | -0/+1 |
| | | ||||
* | | Add clarity to characters in character set. | Levi Bostian | 2013-08-31 | -3/+3 |
| | | ||||
* | | Add enum to C. | Levi Bostian | 2013-08-31 | -0/+4 |
| | | ||||
* | | Add more escape sequences to C. | Levi Bostian | 2013-08-31 | -1/+8 |
| | |