summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| | * | spelling fixes in bash (en)kyr2013-12-27-10/+10
| |/ /
| * | Merge pull request #454 from adrianlzt/feature/improve_defined_types_functionsAdam Bard2013-12-20-4/+4
| |\ \ | | | | | | | | [julia/en] Functions with defined types parameters a little bit confusing
| | * | Is a little confusing naming the variable as the abstract. At first I was ↵Adrian Lopez2013-12-16-4/+4
| | | | | | | | | | | | | | | | thinking that cat::Lion means that you are waiting for a Lion type of super type Cat
| * | | Merge pull request #460 from rogaboru/patch-1Nami-Doc2013-12-19-1/+1
| |\ \ \ | | | | | | | | | | Update python-ru.html.markdown
| | * | | Update python-ru.html.markdownRogaboru Kujimoshi2013-12-19-1/+1
| |/ / / | | | | | | | | Fixed comment on line 39
| * | | Merge pull request #459 from chappers/juliaNami-Doc2013-12-19-1/+1
| |\ \ \ | | | | | | | | | | [julia/en] Fixed Spelling Mistake
| | * | | [julia/en] Fixed Spelling Mistakechappers2013-12-19-1/+1
| |/ / /
| * | | Merge pull request #458 from darh/masterNami-Doc2013-12-18-0/+5
| |\ \ \ | | | | | | | | | | Add example for default value
| | * | | Add example for default valueDenis Arh2013-12-18-0/+5
| | | | |
| * | | | Merge pull request #455 from CatTail/masterNami-Doc2013-12-18-0/+0
| |\ \ \ \ | | |/ / / | |/| | | [all/zh-cn] fix incorrect language-specific suffix
| | * | | [all/zh-cn] fix incorrect language-specific suffixcattail2013-12-18-0/+0
| |/ / / | | | | | | | | | | | | Also change useless executable file mode.
| * | | Merge pull request #456 from mut0u/masterNami-Doc2013-12-17-29/+30
| |\ \ \ | | | | | | | | | | fix some mistake in common-lisp
| | * | | fix common lispsavior2013-12-17-29/+30
| |/ / /
| * | | Merge pull request #453 from sshine/masterAdam Bard2013-12-16-39/+60
| |\ \ \ | | | | | | | | | | [standard-ml/en-en] Format fixing, variable renaming, some more about exceptions
| | * | | [standard-ml/en-en] Some format fixing, variable renaming, some more about ↵Simon Shine2013-12-16-39/+60
| |/ / / | | | | | | | | | | | | exceptions
| * | | Merge pull request #451 from adrianlzt/fix/wrong_index_in_tuplaAdam Bard2013-12-16-1/+1
| |\ \ \ | | |/ / | |/| | Trying to set a value in index 0. Is confusing
| | * | Trying to set a value in index 0. Is confusingAdrian Lopez2013-12-16-1/+1
| |/ /
| * | Merge pull request #450 from cubuspl42/masterNami-Doc2013-12-14-0/+2
| |\ \ | | | | | | | | [JavaScript] Note about how declaring functions affects scope.
| | * | typocubuspl422013-12-14-2/+2
| | | |
| | * | Note about how declaring functions affects scope.cubuspl422013-12-14-0/+2
| |/ /
| * | Fixed merge conflictAdam2013-12-11-4/+0
| | |
| * | Merge branch 'master' of github.com:macdavid313/learnxinyminutes-docsAdam2013-12-11-11/+23
| |\ \
| | * | Just a updateMac David2013-12-12-12/+24
| | | | | | | | | | | | | | | | Some lines’ words are just too much and I correct that.
| * | | Fix standard mlAdam2013-12-11-3/+2
| | | |
| * | | Fix problems with zh-cn common lispAdam2013-12-11-5/+6
| | | |
| * | | Merge pull request #439 from macdavid313/masterNami-Doc2013-12-11-19/+21
| |\| | | | | | | | | | [common-lisp/zh-cn] Just update and correct some contents
| | * | Just update and correct some contentsMac David2013-12-10-19/+21
| | | |
| * | | Merge pull request #444 from picasso250/masterNami-Doc2013-12-11-5/+5
| |\ \ \ | | | | | | | | | | [bash/zh-cn][git/zh-cn][java/zh-cn][python/zh-cn] typo
| | * \ \ Merge remote-tracking branch 'remotes/origin/patch-5'picasso2502013-12-11-1/+1
| | |\ \ \
| | | * | | fix typoRyan2013-12-10-1/+1
| | |/ / / | |/| | | | | | | | | | | | | or that is not a typo? I'm not sure, so I request a pull, you make the choice.
| | * | | Merge remote-tracking branch 'remotes/origin/patch-4'picasso2502013-12-11-1/+1
| | |\ \ \
| | | * | | typoRyan2013-12-10-1/+1
| | |/ / / | |/| | |
| | * | | Merge remote-tracking branch 'remotes/origin/patch-3'picasso2502013-12-11-1/+1
| | |\ \ \
| | | * | | it should be `some_set`Ryan2013-12-10-1/+1
| | | | | |
| | * | | | Merge remote-tracking branch 'remotes/origin/patch-2'picasso2502013-12-11-2/+2
| | |\ \ \ \
| | | * | | | correct typoRyan2013-12-10-1/+1
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #438 from picasso250/patch-2Nami-Doc2013-12-10-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | | [bash/zh-cn] 增加标点符号
| | * | | | 增加标点符号Ryan2013-12-10-1/+1
| |/ / / /
| | * / / assign 应该翻译成 赋值 ,而非 分配Ryan2013-12-10-1/+1
| |/ / /
| * | | Merge pull request #436 from jakub-g/masterNami-Doc2013-12-09-2/+5
| |\ \ \ | | | | | | | | | | [bash] Replace `seq` with `{1..3}`, explain backticks
| | * | | [bash] Replace `seq` with `{1..3}`, explain backticksjakub-g2013-12-09-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | `seq` is not standard, it's not available in MINGW and others. Using backticks is not the recommended way - e.g. they can't be nested.
| * | | | Merge pull request #435 from macdavid313/masterNami-Doc2013-12-09-0/+612
| |\ \ \ \ | | | |/ / | | |/| | add Chinese translate of Common Lisp
| | * | | add Chinese translate of Common LispMac David2013-12-10-1/+1
| | | | |
| | * | | tempMac David2013-12-10-1/+1
| | | | |
| | * | | 1st EditionMac David2013-12-10-2/+4
| | | | |
| | * | | 1st editionMac David2013-12-10-0/+610
| | | | |
| | * | | ErrorMac David2013-12-10-611/+0
| | | | |
| | * | | The 1st EditionMac David2013-12-09-0/+611
| |/ / /
| * | | Merge pull request #434 from lkdjiin/racket/frNami-Doc2013-12-07-0/+628
| |\ \ \ | | | | | | | | | | First draft for french translation of Racket
| | * | | Second draft for french translation of Racketlkdjiin2013-12-07-27/+25
| | | | |