Skip to content

Conversation

@MartinNowak
Copy link
Member

No description provided.

wilzbach and others added 30 commits December 24, 2016 12:19
Merge remote-tracking branch 'upstream/stable' into merge_stable
minIndex -> maxIndex
Merge remote-tracking branch 'upstream/stable' into merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
Tweak D for C, C++ programmer pages
Merge remote-tracking branch 'upstream/stable' into merge_stable
If the files are passed to DMD in a different order, Phobos fails to
compile. For example, this happens when the Phobos source code is on a
tmpfs, but not on ext4 or btrfs. Work around this by sorting the
Phobos source file list before passing in to DMD.
CyberShadow and others added 28 commits March 2, 2017 07:33
…d-dlang-org

osmodel.mak: Mention tools + dlang.org repos in the update reminder
…99 & C11). (dlang#1563)

* Fixed issues in C code examples and added modern standard idioms (C99 & C11).

The C examples used in that file are not purely C and contain several C++ ism.
Furthermore, they do not use C99 idioms that are now very common. Some of the
examples also contain errors.
 - typecasts of allocation functions are typical of C++ code but are errors in
   pure C.
 - names with leading underscore are reserved for the implementation and shall
   not be used.
 - One example freed an unitialized pointer -> crash guaranteed.
 - Where appropriate, modified or extended the C examples with constructs from
   C99 and C11. Mainly designated initializers.
Updated makefile to use dmd/generated/os/release/model/dmd
merged-on-behalf-of: Martin Nowak <code@dawg.eu>
Remove "Call for submissions" from news
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
Merge remote-tracking branch 'upstream/stable' into merge_stable
The old rule was too general and cause silly looking spaces as Andrei
described here:

http://forum.dlang.org/post/ohjurtkzhvufqsahmimj@forum.dlang.org

This makes it only happen where I believe it was intended to happen:
on the hand-written index replacement, such as here:
https://dlang.org/phobos-prerelease/std_algorithm.html

where we have a long list of links all right next to each other under
the quickindex div.
Make link padding only apply to more specific cases
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
Fixes display of 404 pages for any non-root
URL (e.g. http://dlang.org/phobos/nonexisting.html).
Removed redundant DMD_GEN variable and replaced it's occurences with DMD
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
Add style rule for Phobos about field declarations
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
Fixing Typos.
Merge remote-tracking branch 'upstream/stable' into merge_stable
Fixes "LATEST" appearing instead of a version number in the 2.073.2
changelog.
Merge remote-tracking branch 'upstream/stable' into merge_stable
@MartinNowak MartinNowak merged commit fa125ed into dlang:stable Mar 22, 2017
@MartinNowak MartinNowak deleted the merge_master branch March 22, 2017 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.