Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -708,12 +708,12 @@ Version history
- disassembly: show symbols, address labels
- fix dstring display
- can list associative array members (needs
https://github.com/D-Programming-Language/dmd/pull/4473 for Win64)
https://github.com/dlang/dmd/pull/4473 for Win64)
- show exception number for Win32 exceptions
- can now load PDB symbols from Microsoft Symbol Server or local
cache folders
- now support lexical scope blocks (helps C++ and D with
https://github.com/D-Programming-Language/dmd/pull/2867)
https://github.com/dlang/dmd/pull/2867)
* cv2pdb:
- improvements for DWARF conversion
* dparser updated to cf26dbe426b10957f6364313cc7121e41083bebe with support for new
Expand Down
4 changes: 2 additions & 2 deletions doc/BuildFromSource.dd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Ddoc

$(P The latest sources of Visual D are available from the github repository at
$(LINK2 https://github.com/D-programming-Language/visuald, https://github.com/D-programming-Language/visuald).)
$(LINK2 https://github.com/dlang/visuald, https://github.com/dlang/visuald).)

$(H2 Prerequisites)

Expand Down Expand Up @@ -38,7 +38,7 @@ $(UL
options how to fix this:
$(UL
$(LI enable the LARGE_ADDRESS_AWARE bit inside dmd.exe with this simple tool:
$(LINK https://github.com/D-Programming-Language/visuald/blob/master/tools/largeadr.d) (if you are running a
$(LINK https://github.com/dlang/visuald/blob/master/tools/largeadr.d) (if you are running a
32-bit OS, you will also need to boot with the /3GB switch))
$(LI build DMD with the Microsoft compiler instead of the Digital Mars compiler
(This also has the benefit of an executable that compiles about twice as fast))
Expand Down
6 changes: 3 additions & 3 deletions doc/StartPage.dd
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ See the $(LINK2 Installation.html, Installation) instructions, especially if not
$(P Visual D aims at providing seamless integration of the D programming language into Visual Studio.)

<div align="right">
$(LINK2 https://github.com/D-Programming-Language/visuald/releases/download/v$(VERSION)/VisualD-v$(VERSION).exe, $(IMG images/download.png))
$(P $(LINK2 https://github.com/D-Programming-Language/visuald/releases, Beta releases))
$(LINK2 https://github.com/dlang/visuald/releases/download/v$(VERSION)/VisualD-v$(VERSION).exe, $(IMG images/download.png))
$(P $(LINK2 https://github.com/dlang/visuald/releases, Beta releases))
</div>
))

Expand Down Expand Up @@ -74,7 +74,7 @@ $(LINK2 VersionHistory.html, more...)
$(H2 Download)

$(P The latest installer and older versions can be downloaded
$(LINK2 https://github.com/D-Programming-Language/visuald/releases, here).
$(LINK2 https://github.com/dlang/visuald/releases, here).
You can find even older versions and some additional files in
the $(LINK2 http://www.dsource.org/projects/visuald/browser/downloads/, dsource download directory).)

Expand Down
4 changes: 2 additions & 2 deletions doc/VersionHistory.dd
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ $(H2 2015-5-16 Version 0.3.41)
$(LI disassembly: show symbols, address labels)
$(LI fix dstring display)
$(LI can list associative array members (needs
https://github.com/D-Programming-Language/dmd/pull/4473 for Win64, new AA
https://github.com/dlang/dmd/pull/4473 for Win64, new AA
implementation in dmd 2.068 not supported yet, though))
$(LI show exception number for Win32 exceptions)
$(LI can now load PDB symbols from Microsoft Symbol Server or local cache folders)
$(LI now supports lexical scope blocks (helps C++ and D with
https://github.com/D-Programming-Language/dmd/pull/2867))
https://github.com/dlang/dmd/pull/2867))
))
$(LI cv2pdb: improvements for DWARF conversion)
$(LI renaming project configuration did not change respective config on all platforms)
Expand Down
10 changes: 5 additions & 5 deletions doc/dlang.org.ddoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ _=

DOT_PREFIXED=.$1$(DOT_PREFIXED $+)
DOT_PREFIXED_SKIP=$(DOT_PREFIXED $+)
DRUNTIMESRC=$(HTTPS github.com/D-Programming-Language/druntime/blob/master/src/$0, $0)
DRUNTIMESRC=$(HTTPS github.com/dlang/druntime/blob/master/src/$0, $0)
DPLLINK=$(LINK2 $1,$+)
_=

Expand Down Expand Up @@ -224,7 +224,7 @@ $(SUBMENU
$(ROOT_DIR)bugstats.php, Bug Tracker,
http://forum.dlang.org, Forums,
irc://irc.freenode.net/d, IRC,
http://github.com/D-Programming-Language, D on GitHub,
http://github.com/dlang, D on GitHub,
http://wiki.dlang.org, Wiki,
http://wiki.dlang.org/Review_Queue, Review Queue,
http://twitter.com/search?q=%23dlang, Twitter,
Expand Down Expand Up @@ -276,7 +276,7 @@ $(DIVID tools, $(DIV,
)
)
$(DIVC tip smallprint,
<a href="https://github.com/D-Programming-Language/$(PROJECT)/edit/master/$(SRCFILENAME)">Improve this page</a>
<a href="https://github.com/dlang/$(PROJECT)/edit/master/$(SRCFILENAME)">Improve this page</a>
$(DIV,
Quickly fork, edit online, and submit a pull request for this page.
Requires a signed-in GitHub account. This works well for small changes.
Expand All @@ -291,7 +291,7 @@ PC=$(TC p, $1, $+)
_=

PHOBOS=$(SPANC phobos, $(AHTTP dlang.org/phobos/std_$1.html#$2, $(TAIL $+)))
PHOBOSSRC=$(SPANC phobos_src, $(AHTTPS github.com/D-Programming-Language/phobos/blob/master/$0, $0))
PHOBOSSRC=$(SPANC phobos_src, $(AHTTPS github.com/dlang/phobos/blob/master/$0, $0))
_=

RED=$(SPANC red, $0)
Expand All @@ -300,7 +300,7 @@ REF_ALTTEXT=<a href="$(PHOBOS_PATH)$3$(UNDERSCORE_PREFIXED_SKIP2 $+).html#$2">$1
RELATIVE_LINK2=$(ALOCAL $1, $+)
_=

SAMPLESRC=$(SPANC sample_src, $(AHTTPS github.com/D-Programming-Language/dmd/blob/master/samples/$0, /dmd/samples/d/$0))
SAMPLESRC=$(SPANC sample_src, $(AHTTPS github.com/dlang/dmd/blob/master/samples/$0, /dmd/samples/d/$0))
SCINI=$(TC pre, scini notranslate, $0)
SCRIPTLOAD=<script type="text/javascript" src="$0"></script>
SEARCHDEFAULT_PHOBOS=
Expand Down
2 changes: 1 addition & 1 deletion doc/visuald.ddoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SUBNAV=$(SUBNAV_TEMPLATE
$(SUBNAV_HEAD Visual D $(VERSION), StartPage.html, Home, subnav-duplicate)
$(UL
$(MENU StartPage.html, Home)
$(MENU https://github.com/D-Programming-Language/visuald/releases, Downloads)
$(MENU https://github.com/dlang/visuald/releases, Downloads)
$(MENU Installation.html, Installation)
$(MENU_W_SUBMENU Documentation)
$(SUBMENU
Expand Down