Commit Graph

4004 Commits

Author SHA1 Message Date
Adam Bard
dde10ab6ef Merge pull request #1903 from victor-dsc/translating-java
[Java/pt-br]
2015-10-31 18:32:24 +08:00
Adam Bard
a13bc01bd1 Merge pull request #1904 from elizabethsiegle/patch-1
Update make.html.markdown
2015-10-31 18:31:39 +08:00
Adam Bard
c297cfa4f0 Merge pull request #1909 from farisj/ruby-adds-combined-comparison
Adds combined comparison operator to Ruby
2015-10-31 18:30:36 +08:00
Adam Bard
c6f0094298 Merge pull request #1911 from JacobCWard/master
[markdown/en] changed headers to headings
2015-10-31 18:30:26 +08:00
Adam Bard
7ca6ed2d52 Merge pull request #1912 from IvanEh/master
Add Ukrainian translation to javascript guide
2015-10-31 18:29:57 +08:00
Adam Bard
53b86047f4 Merge pull request #1910 from definitelyliam/patch-1
[php/en] echo fix and cleanup
2015-10-31 18:29:19 +08:00
Adam Bard
b0dc8331cc Merge pull request #1913 from andrewjt71/revert-command-documentation
Adds documentation for revert command
2015-10-31 18:28:49 +08:00
Adam Bard
589698d6a3 Merge pull request #1915 from fdoxyz/patch-1
Include MARK style and two collection declarations
2015-10-31 18:28:30 +08:00
Adam Bard
d7b6cd5166 Merge pull request #1916 from fdoxyz/patch-2
Added pragma mark information
2015-10-31 18:28:11 +08:00
Adam Bard
b05dba46e3 Merge pull request #1917 from aybuke/master
the comments were translated into Turkish in c-tr.html.markdown
2015-10-31 18:27:40 +08:00
Adam Bard
2909660736 Merge pull request #1918 from ToFran/master
[json/pt-br] Improved the JSON document translation
2015-10-31 18:27:27 +08:00
Adam Bard
e97b91250b Merge pull request #1919 from kevindb/master
[coldfusion/en] Adds information about CFScript and documentation
2015-10-31 18:27:01 +08:00
Adam Bard
27666c1f61 Merge pull request #1937 from adambard/revert-1936-master
Revert "Closed a comment that was not properly closed"
2015-10-31 18:26:28 +08:00
Adam Bard
fb5365ec8f Revert "Closed a comment that was not properly closed" 2015-10-31 18:26:19 +08:00
Adam Bard
fd147d1125 Merge pull request #1936 from ejwmoreau/master
Closed a comment that was not properly closed
2015-10-31 18:25:57 +08:00
Adam Bard
7c3c8aea41 Merge pull request #1920 from definitelyliam/patch-2
[vb/en] Additional note for select statements
2015-10-31 18:25:32 +08:00
Adam Bard
ffc7728679 Merge pull request #1935 from xou/haskell-de-sync
[haskell/de] Synchronized with english version
2015-10-31 18:25:14 +08:00
Adam Bard
2bfaafc6c8 Merge pull request #1921 from bureken/master
Typo fix
2015-10-31 18:24:49 +08:00
Adam Bard
fcb154b0dd Merge pull request #1922 from gsenesac/master
Added a couple functions to the matlab doc.
2015-10-31 18:24:24 +08:00
Adam Bard
a1b1383f48 Merge pull request #1934 from hopesenddreams/patch-4
Formatted enum comments
2015-10-31 18:23:51 +08:00
Elie Moreau
4545257ce3 Closed a comment that was not properly closed 2015-10-31 21:23:35 +11:00
Andy
093c3e6562 Formatted enum comments 2015-10-31 20:52:07 +10:30
Adam Bard
2202c4c6d6 Merge pull request #1924 from nyanfly/master
Make whitespace more consistent
2015-10-31 18:21:21 +08:00
Adam Bard
924577b927 Merge pull request #1926 from hopesenddreams/patch-1
Fixed typo at BigInteger assignment
2015-10-31 18:21:01 +08:00
Adam Bard
90ea4d5ed4 Merge pull request #1933 from denniskeller/scala/de
[scala/de] Fix ``` usage
2015-10-31 18:20:47 +08:00
Adam Bard
208c35decd Merge pull request #1925 from benpious/master
[Objective-C/en] Adds description of how to define generic classes in Xcode 7.0
2015-10-31 18:20:13 +08:00
Niko Weh
deb62f4146 [haskell/de] Synchronized with english version
Added changes from a7b8858 to HEAD (b5cb14703) to the
german version, where appropiate.
2015-10-31 20:20:01 +10:00
Adam Bard
4f1b8654a0 Merge pull request #1927 from TheRakken/patch-1
[python] Minor correction
2015-10-31 18:19:38 +08:00
Adam Bard
531ec59742 Merge pull request #1928 from TheRakken/TheRakken-patch-1
[python] Updated tuple examples for clarity
2015-10-31 18:19:07 +08:00
Adam Bard
aa32e08a05 Merge pull request #1929 from hopesenddreams/patch-2
Added BigDecimal float constructor caveat
2015-10-31 18:18:37 +08:00
Adam Bard
1d2b885d93 Merge pull request #1930 from abdalim/js-my
[JavaScript/ms-my] Added Malay (Malaysia) translation for JavaScript
2015-10-31 18:18:11 +08:00
Adam Bard
af1a21f47d Merge pull request #1931 from hopesenddreams/patch-3
Improved int division comment and code
2015-10-31 18:17:42 +08:00
Adam Bard
e87c1bfd51 Merge pull request #1932 from xou/haskell-finite-list-indexing
[haskell/en]: Fix !! operator
2015-10-31 18:17:05 +08:00
Dennis Keller
ca6ea580c7 Merge remote-tracking branch 'upstream/master' into scala/de 2015-10-31 11:11:06 +01:00
Niko Weh
b5cb14703a Haskell: Fix !! operator
- Use a finite list, as infinite lists are not introduced yet
- Use a list starting from 1 instead of 0, to make it obvious that
  the element returned comes from the list (and is not the second
  argument to !!).
2015-10-31 19:44:04 +10:00
Andy
231b60b7c0 Added missing new in HashSet instantiation 2015-10-31 20:05:05 +10:30
Andy
4593c65543 Improved int division comment and code 2015-10-31 19:39:26 +10:30
Abdul Alim
a38705757b Added Bahasa Malaysia translation of the JavaScript file 2015-10-31 16:36:30 +08:00
Andy
f7af2da9db Added BigDecimal float constructor caveat 2015-10-31 18:31:51 +10:30
Elijah Karari
ab1acb1bb2 Updated tuple examples for clarity 2015-10-31 09:56:06 +03:00
Elijah Karari
5bda926dcc Minor correction
calling li.index(2) with li as [1, 2, 3, 4, 5, 6] will return 1 not 3
2015-10-31 09:47:55 +03:00
Andy
34c7c6acb2 Fixed typo at BigInteger assignment 2015-10-31 16:57:22 +10:30
Willie Zhu
59e85e2f37 Make whitespace more consistent 2015-10-31 00:40:37 -04:00
Ben Pious
4508ee45d8 Adds description of how to define generic classes in Xcode 7.0 2015-10-30 21:40:19 -07:00
Geoff Liu
edfc99e198 Merge pull request #1906 from nasgul/patch-7
Delete unused double quote.
2015-10-31 11:47:03 +08:00
Gordon Senesac Jr
d30215bfaf Added a couple functions to the matlab doc. 2015-10-30 20:21:30 -05:00
bureken
b2b274df08 Turkish typo fix 2015-10-31 04:00:03 +03:00
bureken
a72017573d Typo fix 2015-10-31 03:33:13 +03:00
Liam Demafelix
93d3ab4578 [vb/en] Additional note for select statements 2015-10-31 08:26:09 +08:00
Kevin Morris
c042b7c45e [coldfusion/en] Adds information about CFScript and documentation 2015-10-30 20:15:06 -04:00