summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Fixed some typosAvjinder Singh Sekhon2015-06-01-1/+1
|
* Added 'Stages of Git', link to Pro Git, and other forms of git helpAvjinder Singh Sekhon2015-06-01-2/+15
|
* Merge pull request #1121 from adamheins/masterLevi Bostian2015-05-31-5/+5
|\ | | | | [c++/en] Fix a few coding errors.
| * Add missing semicolons.Adam2015-05-31-2/+2
| |
| * Remove return type from Dog class constructor and destructor, change ↵Adam2015-05-31-3/+3
|/ | | | nonexistant printDog function to print.
* Merge pull request #1120 from bobbywilson0/patch-1ven2015-05-31-4/+4
|\ | | | | Use keywords in POST/PUT examples
| * Use keywords in POST/PUT examplesBobby Wilson2015-05-30-4/+4
|/ | | Using strings doesn't work for the POST/PUT examples here, changing them to keywords fixes this
* Merge pull request #1106 from Jubobs/masterven2015-05-28-2/+9
|\ | | | | [erlang/en] Fix #970
| * [erlang/en] Clarify bit about guard sequencesJulien Cretel2015-05-28-2/+2
| |
| * [erlang/en] Add link to Erlang reference manualJulien Cretel2015-05-28-1/+4
| |
| * [erlang/en] Fix #970Julien Cretel2015-05-28-2/+6
|/
* Merge pull request #1117 from ryanouyang/patch-1Geoff Liu2015-05-28-1/+1
|\ | | | | Fix typo of chinese translation
| * Update type error of chinese translationryan ouyang2015-05-28-1/+1
|/ | | Line 344: From "行数" to "函数"
* Merge pull request #1116 from drguildo/masterGeoff Liu2015-05-26-3/+3
|\ | | | | Further improve for loop description.
| * Further improve for loop description.Simon Morgan2015-05-26-3/+3
|/
* Merge pull request #1115 from drguildo/masterGeoff Liu2015-05-26-4/+5
|\ | | | | Improve description of the for loop.
| * Merge remote-tracking branch 'upstream/master'Simon Morgan2015-05-25-6/+6
| |\
| * | Improve description of the for loop.Simon Morgan2015-05-23-4/+5
| | |
* | | Merge pull request #1105 from liamzebedee/patch-1Geoff Liu2015-05-25-2/+2
|\ \ \ | |_|/ |/| | fix spelling errors in bash
| * | fixed spelling errorLiam Edwards-Playne2015-05-26-1/+1
| | |
| * | fix spelling errorsLiam Edwards-Playne2015-05-20-2/+2
| | |
* | | Merge pull request #1111 from drguildo/masterLevi Bostian2015-05-25-104/+93
|\ \ \ | | |/ | |/| A bunch of small changes to aid clarity, brevity and/or consistency, …
| * | Some more small changes that don't affect semantics.Simon Morgan2015-05-23-17/+17
| | |
| * | A bunch of small changes to aid clarity, brevity and/or consistency, none of ↵Simon Morgan2015-05-23-91/+80
| | | | | | | | | | | | which should alter the semantics.
* | | Merge pull request #1110 from tomnor/editorialLevi Bostian2015-05-25-6/+6
|\ \ \ | |/ / |/| | editorial revert of a change, remove trailing whitespace
| * | editorial revert of a change, remove trailing whitespacetomnor2015-05-22-6/+6
| | | | | | | | | | | | | | | | | | Now the regular expression is back to what it was and align with how it is in other languages. Also it aligns with the commented description of the regular expression.
* | | Merge pull request #1088 from chtiprog/masterven2015-05-23-0/+746
|\ \ \ | |/ / |/| | Add french translation for R
| * | Refactor r french translationChtiprog2015-05-18-41/+44
| | |
| * | add french translation of RChtiprog2015-05-03-132/+154
| | |
| * | Add French translation for Rchtiprog2015-05-03-0/+721
| | |
* | | Merge pull request #1108 from hatzel/masterven2015-05-20-3/+3
|\ \ \ | | | | | | | | [c++/en] Fixed some typos.
| * | | [c++/en] Fixed typos.Hans Ole Hatzel2015-05-20-3/+3
|/ / /
* | | Merge pull request #1107 from sm4rk0/patch-1ven2015-05-20-9/+12
|\ \ \ | |_|/ |/| | [haxe/en] Few cosmetic fixes
| * | [haxe/en] Adding colon after commentsMarko Stanković2015-05-20-3/+3
| | | | | | | | | ...as per @vendethiel's advice
| * | [haxe/en] Few cosmetic fixesMarko Stanković2015-05-20-9/+12
|/ / | | | | | | | | | | * correct the array name in a for loop iterating on an index * add an assignment for "case _" in first switch example * fix case of variable name in trace for control statement returning as an expression * move some inline comments to a separate line above the statement to prevent text overflow
* | Merge pull request #1103 from sm4rk0/sm4rk0-patch-1Levi Bostian2015-05-19-1/+1
|\ \ | | | | | | [haxe/en] Correct the condition variable
| * | Update haxe.html.markdownsm4rk02015-05-19-1/+1
| | | | | | | | | Correct the condition variable for "do statement always runs at least once" section
* | | Merge pull request #1101 from Jubobs/masterLevi Bostian2015-05-19-40/+45
|\ \ \ | | | | | | | | [erlang/en] Various (mostly cosmetic) improvements
| * | | [erlang/en] Various (mostly cosmetic) improvementsJulien Cretel2015-05-18-40/+45
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add missing square brackets in example of pattern matching on lists * Keep lines under 80 characters * Hiphenate complex modifiers (e.g. "pattern-matching operation") * Consistently proper case the language name * Improve punctuation in comments * Properly format Markdown inline code * Tense changes (where appropriate)
* | | Merge pull request #1100 from crayxt/patch-1Levi Bostian2015-05-19-10/+10
|\ \ \ | |/ / |/| | Fix links to nim-lang website.
| * | Fix copy-paste typo.Baurzhan Muftakhidinov2015-05-18-1/+1
| | |
| * | Fix links to nim-lang website.Baurzhan Muftakhidinov2015-05-18-10/+10
|/ /
* | Merge pull request #1099 from gnrfan/masterAdam Bard2015-05-16-8/+15
|\ \ | | | | | | Updating rust.html.markdown for Rust 1.0
| * | Updating rust.html.markdown for Rust 1.0Antonio Ognio2015-05-15-8/+15
|/ /
* | Merge pull request #1098 from tleb/fix-php/enven2015-05-15-1/+1
|\ \ | | | | | | [php/en] Add missing ;
| * | add ; to php/entleb2015-05-14-1/+1
|/ /
* | Merge pull request #1097 from aloisdg/masterAdam Bard2015-05-13-1/+1
|\ \ | | | | | | Update clojure.html.markdown
| * | Update clojure.html.markdownAlois2015-05-13-1/+1
| |/
* | Merge pull request #1096 from dwarring/patch-1ven2015-05-13-2/+1
|\ \ | | | | | | [Perl 6] tweak. Parrot desupported on Rakudo.
| * | Parrot is no longer supported.David Warring2015-05-13-2/+1
|/ / | | | | Also mention MoarVM before JVM.