Commit graph

10897 commits

Author SHA1 Message Date
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
9c2643b31e Add Params:, Returns:, for setUnion. 2015-09-04 23:12:08 -07:00
H. S. Teoh
a86d838cba Add Params, Returns, See_also, to setSymmetricDifference. 2015-09-04 23:09:56 -07:00
H. S. Teoh
a7cafe1334 Add Params:, Returns: to setIntersection. 2015-09-04 23:08:01 -07:00
H. S. Teoh
a5f56f5716 Add Params:, Returns:, See_also: for setDifference. 2015-09-04 23:05:08 -07:00
H. S. Teoh
7f261f7eb8 Add Params: and Returns: for nWayUnion. 2015-09-04 23:02:00 -07:00
H. S. Teoh
6f0fbeb7d7 Add Params: for largestPartialIntersection. 2015-09-04 22:58:41 -07:00
H. S. Teoh
7acb9eac80 Add Params: and Returns: to cartesianProduct docs. 2015-09-04 22:51:06 -07: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
H. S. Teoh
8623ba3285 Revise confusing wording of "if !value is false".
Improve wording.
2015-09-02 09:50:26 -07: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
Vladimir Panteleev
290a94243f fix Issue 14995 - std.mmfile incorrectly handles errors in ctor 2015-09-02 01:57:34 +00: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
Doado
3772768224 Corrected typo on line 1196 from "varialbe" to "variable". PS Is the use of "analog" correct here? It sounds a bit odd. 2015-09-01 14:04:54 +01:00
Jamie Mansfield
5e48dbc3fd Follow D conventions in stdio example 2015-09-01 13:41:19 +01:00
Hara Kenji
564389e89b Merge pull request #3613 from CyberShadow/pull-20150830-042721
std.socket: Add test for issue 14980
2015-09-01 21:14:26 +09:00
Vladimir Panteleev
836be856fa fix Issue 14994 - std.mmfile incorrectly handles map failure 2015-09-01 11:31:44 +00:00
Vladimir Panteleev
1fc0fa1fa9 fix Issue 14868 - MmFile destructor seems to corrupt memory 2015-09-01 07:42:27 +00:00
Vladimir Panteleev
2dc53b839a Revert "mmfile.d: MmFile destructor changed not to cal enforce"
This reverts commit 4f3b3f4f1c.

> This fix is incorrect and dangerous. You've removed a potential
> InvalidMemoryOperationError, which is deadly but easy to detect,
> but retained the possibility of closing the file handle of a
> completely unrelated file, if that file handle has since been
> reused. With this change, the bug will always be silent and much
> harder to find the real cause of.
2015-09-01 07:42:22 +00: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
Vladimir Panteleev
b1dfdf138b etc.c.sqlite3: Fix incorrect constness of sqlite3_err* functions
Introduced in 79b0531be3
2015-09-01 05:35:41 +00:00
Vladimir Panteleev
ac701a6cb9 etc.c.sqlite3: Fix and add missing declarations from SQLite 3.8.6
Fixes issue 14798
2015-09-01 05:32:55 +00:00
Hara Kenji
63459a437a Merge pull request #3614 from 9rnsr/fix_alloca
Merge pull request #3432 from 9rnsr/fix_alloca
2015-09-01 09:14:18 +09: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
Dmitry Olshansky
e06c7a9e60 Merge pull request #3612 from 9rnsr/fix14980
[REG2.068] Issue 14980 - getAddressInfo(null) broken
2015-08-31 19:59:46 +03:00
Hara Kenji
4ffc931239 Merge pull request #3432 from 9rnsr/fix_alloca
Prevent using alloca and tempCString in same functions
2015-09-01 00:31:22 +09:00
Vladimir Panteleev
e885e163f0 std.socket: Add test for issue 14980 2015-08-31 13:04:43 +00:00
k-hara
156bf68ef7 fix Issue 14980 - getAddressInfo(null) broken 2015-08-31 21:57:01 +09: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