Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | Fix omitting end / beginning in ranges (#2649) | Adrian Sieber | 2017-02-10 | -2/+2 | |
| | | | | |||||
* | | | | [standard-ml/en-en] Format fixing and some APIs (#2645) | Yu Zhang | 2017-02-10 | -6/+15 | |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * [standard-ml/en-en] Format fixing * [standard-ml/en-en] Add descriptions for `map` and `foldl` * [standard-ml/en-en] Add myself as a contributor * review | ||||
* | | | tmux lithuanian translation added (#2582) | zygimantus | 2017-02-09 | -0/+254 | |
| | | | |||||
* | | | `[fr/elisp]` Add french translation of the elisp tutorial (#2570) | Bastien | 2017-02-09 | -2/+374 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * clojure.html.markdown: Fix an error (s/value/key) * Add french translation of the elisp tutorial. * elisp: s/http/https * fr-fr/elisp: Fix typo and missing translation. * fr-fr/elisp: Fix spaces * elisp: Add contributor. * fr-fr/elisp: s/mini-buffer/minibuffer. * fr-fr/elisp: Fix translation. * fr-fr/elisp: Fix translation. * fr-fr/elisp: Fix typo. * fr-fr/elisp: Fix missing translation. * fr-fr/elisp: Fix content. * fr-fr/elisp: Fix typo. * fr-fr/elisp: Fix keybindings display. * fr-fr/elisp: Fix double space. * fr-fr/elisp: Fix double space. * fr-fr/elisp: Fix more spaces. * fr-fr:elisp: Fix double space. | ||||
* | | | [csharp/en] Add exception filters, pragma directives (#2409) | angelsl | 2017-02-09 | -3/+89 | |
| | | | | | | | | | | | | | | | | | | * [csharp/en] Add exception filters, pragma directives * Remove redundant catch | ||||
* | | | Python decorators example added (#2408) | Evan | 2017-02-09 | -0/+19 | |
| | | | |||||
* | | | added group information (#2568) | Jonny Press | 2017-02-09 | -1/+3 | |
| | | | |||||
* | | | [zh-cn/common-lisp] when describe return values of gethash, 两个值是t -> ↵ | c4605 | 2017-02-09 | -1/+1 | |
| | | | | | | | | | | | | 第二个值是t (#2614) | ||||
* | | | [perl/en] more perlish iterations on perl5 (#2489) | Chris C | 2017-02-09 | -5/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * more perlish iteration c-style 'for' isn't perlish * Update perl.html.markdown removed one of the array iterator loops | ||||
* | | | Small modifications to definitions of functions (#2495) | Abhishek C Sharma | 2017-02-09 | -12/+12 | |
| | | | |||||
* | | | #2550 | ven | 2017-02-09 | -2/+2 | |
| | | | |||||
* | | | [haskell/en] some minor fixes (#2550) | Patrik Jansson | 2017-02-09 | -15/+14 | |
| | | | | | | | | | | | | | | | | | | * [haskell/en] some minor fixes * Minor fixes after comments from @vendethiel | ||||
* | | | #2533 | ven | 2017-02-09 | -1/+1 | |
| | | | |||||
* | | | [yaml/de] improved on german translation for better understanding (#2533) | Senuros | 2017-02-09 | -1/+1 | |
| | | | |||||
* | | | Remove duplicate int declarations (#2521) | Andrew Gallasch | 2017-02-09 | -3/+3 | |
| | | | | | | | | | Duplicate declarations break the build | ||||
* | | | Update java-pt.html.markdown | ven | 2017-02-09 | -1/+0 | |
| | | | |||||
* | | | Some translation fixes. (#2421) | Yuri Alessandro Martins | 2017-02-09 | -11/+16 | |
| | | | | | | | | | Improving the consistency of a few sentences. | ||||
* | | | Brief explanation about ' (quote) (#2449) | coelhotopetudo | 2017-02-09 | -0/+2 | |
| |/ |/| | |||||
* | | Fit some more things into 80 columns in the Perl 6 doc | Samantha McVey | 2017-02-06 | -18/+20 | |
| | | |||||
* | | Merge pull request #2564 from technikyle/technikyle-patch-1 | Adam Bard | 2017-02-01 | -0/+5 | |
|\ \ | | | | | | | [swift\en] Added nil-coalescing operator | ||||
| * | | Added nil-coalescing operator | Kyle Rokita | 2016-11-11 | -0/+5 | |
| | | | |||||
* | | | Merge pull request #2571 from Smosker/patch-1 | Adam Bard | 2017-02-01 | -0/+1 | |
|\ \ \ | | | | | | | | | [python/en] Fix a bug | ||||
| * | | | Fix a bug | Smosker | 2016-11-15 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should add return to double_numbers function, without it next expression wiil fall with "TypeError: 'NoneType' object is not iterable" error for value in double_numbers(range(1000000)): # `test_non_generator` print value if value > 5: break | ||||
* | | | | Merge pull request #2576 from dvkndn/patch-2 | Adam Bard | 2017-02-01 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | [typescript/en-us] Use ```ts for typescript syntax highlight | ||||
| * | | | | Use ts for typescript syntax | Thien Do | 2016-11-21 | -1/+1 | |
| | | | | | |||||
* | | | | | Merge pull request #2630 from remigiusz-suwalski/master | Adam Bard | 2017-02-01 | -0/+444 | |
|\ \ \ \ \ | | | | | | | | | | | | | [haskell/pl-pl] Translate Haskell docs from English to Polish | ||||
| * | | | | | Add a missing letter | Remigiusz Suwalski | 2017-01-13 | -1/+1 | |
| | | | | | | |||||
| * | | | | | Translate functions | Remigiusz Suwalski | 2017-01-13 | -23/+20 | |
| | | | | | | |||||
| * | | | | | Translate more functions | Remigiusz Suwalski | 2017-01-13 | -22/+22 | |
| | | | | | | |||||
| * | | | | | Translate Haskell IO | Remigiusz Suwalski | 2017-01-13 | -34/+28 | |
| | | | | | | |||||
| * | | | | | Translate REPL | Remigiusz Suwalski | 2017-01-11 | -15/+17 | |
| | | | | | | |||||
| * | | | | | Translate Flow control | Remigiusz Suwalski | 2017-01-10 | -16/+17 | |
| | | | | | | |||||
| * | | | | | Translate type signatures | Remigiusz Suwalski | 2017-01-10 | -7/+9 | |
| | | | | | | |||||
| * | | | | | Translate data types | Remigiusz Suwalski | 2017-01-10 | -9/+8 | |
| | | | | | | |||||
| * | | | | | Translate functions | Remigiusz Suwalski | 2017-01-10 | -20/+19 | |
| | | | | | | |||||
| * | | | | | Lists and tuples | Remigiusz Suwalski | 2017-01-10 | -23/+23 | |
| | | | | | | |||||
| * | | | | | Initial commit | Remigiusz Suwalski | 2017-01-10 | -0/+450 | |
| | | | | | | |||||
* | | | | | | [bash/no-nb] removes to lines of english (#2641) | enra | 2017-01-31 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | removes to lines of english already translated in the two lines below | ||||
* | | | | | | Update tcl.html.markdown (#2640) | siva008 | 2017-01-28 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Fixed fold example to return actual result instead of the word "res" | ||||
* | | | | | | [python3/en] Add examples to Bool operators with ints (#2639) | ghostduck | 2017-01-28 | -0/+3 | |
| | | | | | | |||||
* | | | | | | Fix swift-tr filename | ven | 2017-01-28 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | fixes #2635 | ||||
* | | | | | | [PT-BR/Scala] Translates Scala file to Brazilian Portuguese (#2634) | Francieli Viane | 2017-01-26 | -0/+668 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Translates Scala to brazillian portuguese * Add lang information to file header * [Scala/Pt-Br] adds contributor to translation header | ||||
* | | | | | | Merge pull request #2624 from Oire/fix-rst-en | Andre Polykanine A.K.A. Menelion Elensúlë | 2017-01-23 | -16/+17 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [rst/en] Correcting English language | ||||
| * | | | | | | Reverting to Readings as suggested by @sidgupta234; adding myself to ↵ | Andre Polykanine A.K.A. Menelion Elensúlë | 2017-01-13 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | contributors | ||||
| * | | | | | | [rst/en] Correcting English language | Andre Polykanine A.K.A. Menelion Elensúlë | 2017-01-06 | -17/+17 | |
| |/ / / / / | |||||
* | | | | | | [perl/en] some more examples of interacting with arrays and hashes (#2632) | Dan Book | 2017-01-21 | -0/+18 | |
| | | | | | | |||||
* | | | | | | [perl/en] how to write to files (#2633) | Dan Book | 2017-01-21 | -0/+9 | |
| | | | | | | |||||
* | | | | | | Merge pull request #2631 from sidgupta234/patch-1 | Andre Polykanine A.K.A. Menelion Elensúlë | 2017-01-13 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [Julia/en] edit broken link in julia.html.markdown | ||||
| * | | | | | | edit broken link in julia.html.markdown | Siddharth Gupta | 2017-01-13 | -1/+1 | |
|/ / / / / / | |||||
* | | | | | | [elm/cs] Fixes #2584 for Czech (#2629) | Robin Pokorný | 2017-01-12 | -12/+12 | |
| | | | | | |