Commit graph

10370 commits

Author SHA1 Message Date
Dmitry Olshansky
12c0a1329b Merge pull request #3603 from quickfur/std_string_docs
[dox] Improve std.string docs
2015-09-07 18:44:29 +03:00
Martin Nowak
9c0eb39ebd Merge pull request #3635 from quickfur/sorting_doc
[dox] Add Params, Returns, to std.algorithm.sorting
2015-09-07 14:44:51 +02:00
H. S. Teoh
9534a996a7 Add Params: to completeSort().
Params: and Returns: for isSorted.

Params:, Returns:, for partition and isPartitioned.

Params: and Returns: for partition3.

Params: for makeIndex().

Add Params: and Returns: for various sorting functions.

Add Params: and Returns: to the topNxxx() functions.

Add Params:, Returns: to the nextPermutation functions.
2015-09-06 22:02:23 -07:00
Dmitry Olshansky
122a227421 Merge pull request #3632 from BBasile/patch-brokenlink-1
fix broken link
2015-09-06 21:38:09 +03:00
Vladimir Panteleev
0141997b54 Merge pull request #3633 from MartinNowak/master
filter on basename of compilers
2015-09-06 16:13:15 +00:00
Martin Nowak
0bfc7ca32f remove CC filter for CFLAGS
- allows to use compiler wrappers
- fixes make CC=/path/to/cc
- fixes Issue 15012
- still can be overriden with make CFLAGS=
2015-09-06 11:17:36 +02:00
Basile Burg
e0929eed0e fix broken link 2015-09-06 05:16:50 +02:00
H. S. Teoh
88fc63d8d3 Merge pull request #3629 from CyberShadow/pull-20150903-114509-issue-15000
fix Issue 15000 - Changes to userShell either need to be reverted or …
2015-09-03 11:39:28 -07:00
Dmitry Olshansky
46f6f0bdb5 Merge pull request #3611 from aG0aep6G/index-table
index.d: proper table rows
2015-09-03 18:22:57 +03:00
H. S. Teoh
dfd9e4cd3a fix issue 14695: std.uuid missing from index page. 2015-09-03 15:17:49 +02:00
Steven Schveighoffer
1272c1a494 Merge pull request #3572 from JackStouffer/issue5945
Fix Issue 5945: redBlackTree printing
2015-09-03 09:09:34 -04:00
Jack Stouffer
0f05183f5c implemented issue 5945 2015-09-03 08:43:06 -04:00
Vladimir Panteleev
f537cb50b5 fix Issue 15000 - Changes to userShell either need to be reverted or the std.process documentation needs to be updated 2015-09-03 11:47:44 +00:00
Vladimir Panteleev
5b2b1fb594 Revert "fix Issue 14282 - executeShell should use sh and ignore the SHELL env variable"
This reverts commit a524a3571b.
2015-09-03 11:47:43 +00:00
Hara Kenji
13d9dbdabf Merge pull request #3628 from 9rnsr/fix10895
Issue 10895 - incorrect std.array.join behavior with array of string-like class using alias this
2015-09-03 18:39:00 +09:00
k-hara
8e11f0ebe2 fix Issue 10895 - incorrect std.array.join behavior with array of string-like class using alias this 2015-09-03 17:54:40 +09:00
Dmitry Olshansky
531d986c6f Merge pull request #3588 from quickfur/std_path_doc
[dox] Add missing Params and Returns to std.path docs.
2015-09-02 19:11:59 +03:00
H. S. Teoh
06d22e9c96 Add missing Params and Returns to std.path docs.
Various doc improvements.

Kill trailing whitespace.
2015-09-02 08:24:06 -07:00
Dmitry Olshansky
f2220c2139 Merge pull request #3022 from ivan-timokhin/totalOrder
Total ordering for floating-point values.
2015-09-02 12:39:55 +03:00
Dmitry Olshansky
1e647d9321 Merge pull request #3582 from burner/issue14940
fix Issue 14940: Can't call logger with more complex objects
2015-09-02 11:03:42 +03:00
Dmitry Olshansky
5829606b34 Merge pull request #3597 from quickfur/pointsTo
[dox] Improve docs for std.exception.{does,may}PointTo
2015-09-02 10:32:07 +03:00
Martin Nowak
a74d55b5cd Merge pull request #3604 from MartinNowak/fix14938
properly decode content-length
2015-09-02 09:07:44 +02:00
Dmitry Olshansky
75a0a02b4d Merge pull request #3584 from quickfur/std_complex_doc
[dox] Improve std.complex ddocs.
2015-09-02 09:25:53 +03:00
H. S. Teoh
ca5391c768 Merge pull request #3579 from MartinNowak/rangifiedFixup
rangify base parameter of asRelativePath
2015-09-01 22:44:15 -07:00
H. S. Teoh
73b39047b4 Merge pull request #3621 from jamierocks/patch-1
Follow D conventions in stdio example
2015-09-01 09:37:17 -07:00
Jamie Mansfield
5e48dbc3fd Follow D conventions in stdio example 2015-09-01 13:41:19 +01:00
Dmitry Olshansky
5f165ae4ee Merge pull request #3618 from CyberShadow/pull-20150901-053959
fix Issue 14799 - Documentation for std.zlib.compress is incorrect
2015-09-01 09:42:16 +03:00
Vladimir Panteleev
07422ed9a6 fix Issue 14799 - Documentation for std.zlib.compress is incorrect 2015-09-01 05:40:12 +00:00
anonymous
3400bed6f6 index.d: proper table rows
Before, table rows were faked with $(BR). This has a couple issues:
* pseudo rows fall apart when one cell breaks but the other doesn't;
* copy/paste doesn't work properly;
* editing the table is more complicated and error-prone;
* it's just plain wrong.
2015-08-31 23:10:56 +02:00
H. S. Teoh
cf8f060e4f Merge pull request #3607 from CyberShadow/pull-20150831-075804-doc-index
Update index.d
2015-08-31 13:48:06 -07:00
Dmitry Olshansky
284bf76062 Merge pull request #3610 from CyberShadow/pull-20150831-113910
fix Issue 14777 - 0 is not the initial value for std.zlib.adler32
2015-08-31 21:33:24 +03:00
Vladimir Panteleev
1156b077b6 fix Issue 14777 - 0 is not the initial value for std.zlib.adler32 2015-08-31 11:39:13 +00:00
Vladimir Panteleev
b4f25d0d43 Update index.d
- Add missing modules
- Remove obsolete modules
- Normalize markup
- Disable wrapping of module names
- Add intentionally-omitted modules as a comment

Fixes issue 14695
2015-08-31 09:58:47 +00:00
Vladimir Panteleev
7ef38a0e88 win*.mak: Add std.digest.hmac 2015-08-31 09:56:29 +00:00
Daniel Murphy
d9ae5f4871 Merge pull request #3605 from jmdavis/zip
Port std.zip tests from the dmd test suite to std.zip.
2015-08-31 17:49:10 +10:00
Dmitry Olshansky
535db5ea02 Merge pull request #3602 from jmdavis/deprecations
Move along some of the deprecations.
2015-08-31 10:24:09 +03:00
H. S. Teoh
9fa2cac3fc Fix missing ddoc'd unittests for {does,may}PointTo.
Apparently private function was inadvertently inserted between the
original pointsTo implementation and its ddoc'd unittests, causing ddoc
not to pick them up correctly. So reordered the private function and
deprecated alias so that the unittests immediately follow the pointsTo
overloads.

Also, did some cosmetic fixups in the unittests to make them nicer to
read as docs.
2015-08-30 17:55:36 -07:00
H. S. Teoh
c27cc05288 Update docs not to refer to deprecated pointsTo(). 2015-08-30 17:44:08 -07:00
H. S. Teoh
31b0f9c8cd Improve docs for std.exception.{does,may}PointTo
Add Params: and Returns:.

Reorder function overloads so that ddoc merges them properly in the
output.
2015-08-30 17:44:08 -07:00
Jonathan M Davis
eaf7f3075d Port std.zip tests from the dmd test suite to std.zip.
For whatever reason, the dmd test suite has tests for std.zip, though
for the most part, they seem to just run it without actually checking
the results, making them of questionable value. But this commit ports
them to std.zip (to remove a Phobos dependency in the dmd test suite)
and attempts to make it so that they actually check the results. So, the
tests are not identical by any means, but they're similar. Perhaps the
most significant test is the one that tests a file that's written with
std.zip against the unzip utility, since that's testing against
something that we didn't write.
2015-08-30 16:42:53 -07:00
Robert Schadek
1a42d1cd32 Merge pull request #3596 from quickfur/std_exception_ifthrown
[dox] Add standard Returns: section to std.exception.ifThrown()
2015-08-31 00:03:08 +02:00
Martin Nowak
512a501e5b properly decode content-length
- split headers and body
- partly parse request header for content-length
  and handle 100-continue
- return headers and body separately
- fix missing content-length in patch method
2015-08-30 22:17:58 +02:00
Dmitry Olshansky
09d5b511f4 Merge pull request #3528 from vladdeSV/format-return-correct-type
format() returns the correct type
2015-08-30 22:57:57 +03:00
Dmitry Olshansky
7aaf7c7944 Merge pull request #3599 from yebblies/stdintrinsic
Forward std.math intrinsics to core.math
2015-08-30 12:12:28 +03:00
Dmitry Olshansky
ed97fd15fa Merge pull request #3576 from MartinNowak/fix14938
fix Issue 14938 - std.net.curl tests should use localhost or stub any networking
2015-08-30 10:54:38 +03:00
Daniel Murphy
8cbacba491 Forward std.math intrinsics to core.math 2015-08-30 17:34:07 +10:00
H. S. Teoh
ebe9f5824f Add Params: and Returns: for std.string.center. 2015-08-29 17:53:31 -07:00
H. S. Teoh
f9fd7e6362 Add Params: and Returns: to lastIndexOf overloads. 2015-08-29 17:46:53 -07:00
H. S. Teoh
46cb33d4bf Add Params:, Returns:, to std.string.indexOf(). 2015-08-29 17:30:31 -07:00
H. S. Teoh
a520b91f2d Add Params: and Returns: to fromStringz and toStringz. 2015-08-29 17:27:24 -07:00