summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| * | Merge pull request #505 from roryokane/patch-1Adam Bard2014-01-29-0/+2
| |\ \ | | | | | | | | Link to CoffeeScript official website
| | * | Link to CoffeeScript official websiteRory O’Kane2014-01-29-0/+2
| | | |
| * | | Merge pull request #486 from levibostian/objective-c-protocolsAdam Bard2014-01-29-8/+212
| |\ \ \ | | | | | | | | | | Objective-C protocols, categories, and extensions
| | * \ \ Merge branch 'objective-c-protocols' of ↵Levi Bostian2014-01-29-0/+0
| | |\ \ \ | | | | | | | | | | | | | | | | | | github.com:levibostian/learnxinyminutes-docs into objective-c-protocols
| | | * | | Add much more to the protocols section.Levi Bostian2014-01-29-3/+67
| | | | | |
| | * | | | Add much more to the protocols section.Levi Bostian2014-01-29-7/+67
| | |/ / /
| | * | | Add extensions description with example.Levi Bostian2014-01-29-0/+36
| | | | |
| | * | | Add description and example of how to simulate protected methods.Levi Bostian2014-01-29-6/+29
| | | | |
| | * | | Add categories description and Car example.Levi Bostian2014-01-29-5/+90
| | |/ /
* | / / juliavonovichAdam2014-01-29-1/+1
|/ / /
* | | No objc highlighting, use cpp to fix errorsAdam2014-01-29-2/+2
| | |
* | | Added lang to objc frAdam2014-01-29-1/+2
| | |
* | | Updated russian juliaAdam2014-01-29-0/+1
|/ /
* | Merge pull request #502 from cbess/masterNami-Doc2014-01-29-1/+15
|\ \ | |/ |/| [go/en] Add variadic function example
| * - add variadic function exampleC. Bess2014-01-24-1/+15
| |
* | Merge pull request #503 from skovorodkin/masterNami-Doc2014-01-25-0/+749
|\ \ | | | | | | [julia/ru] Add first version
| * | [julia/ru] Add first versionskovorodkin2014-01-25-0/+749
| | |
* | | Merge pull request #501 from YannickL/masterNami-Doc2014-01-24-0/+527
|\ \ \ | |_|/ |/| | [ADD] French Translation for Objective-C
| * | [FIX] typo with the help of @Nami-DocYannick2014-01-24-64/+74
| | |
| * | [FIX] Typing Errors In The Second PartYannick2014-01-24-28/+35
| | |
| * | [FIX] Typing Errors In The First PartYannick2014-01-24-87/+87
| | |
| * | [FIX] Objective-C French Translation FilenameYannick2014-01-24-0/+0
| | |
| * | [UPDATE] French TranslationYannick2014-01-24-22/+24
| | |
| * | [UPDATE] MRC sectionYannick2014-01-20-22/+22
| | |
| * | [NEW] french translationYannick2014-01-12-37/+36
| | |
| * | [ADD] Translation in french of the first partYannick2014-01-11-0/+509
| | |
* | | Merge pull request #500 from labeneator/masterAdam Bard2014-01-24-2/+79
|\ \ \ | | | | | | | | julia/en
| * | | style fixesLaban Kimotho2014-01-24-14/+16
| | | |
| * | | typo fixes + view generated low level codeLaban Kimotho2014-01-24-2/+77
|/ / /
* | | Merge pull request #496 from weakish/masterAdam Bard2014-01-23-4/+4
|\ \ \ | | | | | | | | typo
| * \ \ Merge branch 'patch-4' of github.com:weakish/learnxinyminutes-docsJakukyo Friel2014-01-17-1/+1
| |\ \ \
| | * | | php:typoJakukyo Friel2014-01-17-1/+1
| | | | |
| * | | | Merge branch 'patch-3' of github.com:weakish/learnxinyminutes-docsJakukyo Friel2014-01-17-1/+1
| |\ \ \ \
| | * | | | php: typoJakukyo Friel2014-01-17-1/+1
| | |/ / /
| * | | | Merge branch 'patch-2' of github.com:weakish/learnxinyminutes-docsJakukyo Friel2014-01-17-1/+1
| |\ \ \ \
| | * | | | php: typoJakukyo Friel2014-01-17-1/+1
| | |/ / /
| * / / / php: typoJakukyo Friel2014-01-17-1/+1
| |/ / /
* | | | Merge pull request #490 from YannickL/masterAdam Bard2014-01-23-66/+72
|\ \ \ \ | | |/ / | |/| | Minor changes for the objective-c file
| * | | Merge branch 'master' of https://github.com/YannickL/learnxinyminutes-docsYannick2014-01-11-0/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: objective-c.html.markdown
| | * | | [UPDATE] Import DetailsYannick2014-01-11-1/+7
| | | | |
| * | | | [REMOVE] dots at the end of the commentsYannick2014-01-11-65/+65
| | | | |
| * | | | [UPDATE] Import DetailsYannick2014-01-11-1/+7
| |/ / /
* | | | Merge pull request #499 from renjithgr/masterAdam Brenecki2014-01-21-3/+3
|\ \ \ \ | | | | | | | | | | Fix capitalization in the word JavaScript
| * | | | Fix capitalization in the word JavaScriptRenjith G R2014-01-22-3/+3
| | | | | | | | | | | | | | | There were two more other places where JavaScript was written as Javascript.
* | | | | Merge pull request #498 from renjithgr/masterAdam Brenecki2014-01-21-1/+1
|\| | | | | | | | | | | | | | Fixed capitalization in the word JavaScript
| * | | | Fixed capitalization in the word JavaScriptRenjith G R2014-01-22-1/+1
|/ / / / | | | | | | | | Changed Javascript to JavaScript in the first paragraph.
* | | | Added Clojure macrosAdam2014-01-19-0/+152
| | | |
* | | | Fixed `) {` vs `){` inconsistencyAdam Brenecki2014-01-19-3/+3
| |/ / |/| |
* | | Merge pull request #482 from atomaths/masterNami-Doc2014-01-13-0/+314
|\ \ \ | |/ / |/| | Added Go translation in Korean
| * | Complete Korean translationJongmin Kim2014-01-08-57/+53
| | |