.. [GS85] L. Guibas and J. Stolfi. General Subdivisions and Voronoi Diagrams.
ACM Trans. on Graphics Volumen 4, número 2, páginas 74-123. 1985.
-.. [BLA06] Blackburn, Stephen M. and Garner, Robin and Hoffmann, Chris and
- Khang, Asjad M. and McKinley, Kathryn S. and Bentzur, Rotem and Diwan, Amer
- and Feinberg, Daniel and Frampton, Daniel and Guyer, Samuel Z. and Hirzel,
- Martin and Hosking, Antony and Jump, Maria and Lee, Han and Moss, J. Eliot
- B. and Moss, B. and Phansalkar, Aashish and Stefanovic, Darko and
- VanDrunen, Thomas and von Dincklage, Daniel and Wiedermann, Ben. The DaCapo
- benchmarks: java benchmarking development and analysis. OOPSLA '06:
- Proceedings of the 21st annual ACM SIGPLAN conference on Object-oriented
- programming systems, languages, and applications. ISBN 1-59593-348-4.
- Páginas 169-190. 2006.
+.. [BLA06] Blackburn et ál. The DaCapo benchmarks: java benchmarking
+ development and analysis. OOPSLA '06: Proceedings of the 21st annual ACM
+ SIGPLAN conference on Object-oriented programming systems, languages, and
+ applications. ISBN 1-59593-348-4. Páginas 169-190. 2006.
.. [PAN09] Vladimir Panteleev. `Memory Management in the D Programming
Language`__. Proyecto de licenciatura. Ministerul Educaţiei şi Tineretului
2009.
__ http://thecybershadow.net/d/Memory_Management_in_the_D_Programming_Language.pdf
+.. [HEND02] Fergus Henderson. Accurate garbage collection in an uncooperative
+ environment. Proceedings of the Third International Symposium on Memory
+ Management (2002). ACM. Páginas 150-156. Febrero, 2003.
+
.. Libros:
.. ~~~~~~~
Programming Problems, and Solutions, 1ra edición. Addison-Wesley
Professional, 1999. ISBN 0-201-61562-2.
+.. [ALX10] Andrei Alexandrescu. The D Programming Language. Addison-Wesley
+ Professional, 2010. ISBN 978-0321635365.
+
.. Webs:
.. ~~~~~
.. [NAS00] Neil Schemenauer. `Garbage Collection for Python`__. 2000.
__ http://arctrix.com/nas/python/gc/
-.. [PHP081] PHP Team. `PHP 5.3 alpha1 released!`__. PHP news archive.
- 2008-08-01.
-__ http://www.php.net/archive/2008.php#id2008-08-01-1
+.. [PHP530] PHP Team. `PHP 5.3.0 Release Announcement`__. PHP news archive.
+ 2009-06-30.
+__ http://php.net/releases/5_3_0.php
.. [GCBIB] Richard Jones. `The Garbage Collection Bibliography`__. 1996-2009.
__ http://www.cs.ukc.ac.uk/people/staff/rej/gcbib/gcbib.html
Collector)`__. Tango Issue Tracker. Octubre 2010.
__ http://www.dsource.org/projects/tango/ticket/1997
+.. [WBB10] Walter Bright. `C++ Compilation Speed`__. Dr. Dobb's Blog. Agosto
+ 2010.
+__ http://www.drdobbs.com/blog/archives/2010/08/c_compilation_s.html
+
+
+.. Secciones de documentación de D:
+.. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. [DWEB] Walter Bright. `D Programming Language Website`__. Digital Mars.
+ Octubre 2010.
+__ http://www.digitalmars.com/d/
+
+.. [DWOV] Walter Bright. `D Programming 1.0 Language Overview`__. Digital
+ Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/overview.html
+
+.. [DWLR] Walter Bright. `D Programming Language 1.0 Reference`__. Digital
+ Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/lex.html
+
+.. [DWSI] Walter Bright. `D Programming Language 1.0 Reference, Static
+ if`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/version.html#staticif
+
+.. [DWIN] Walter Bright. `D Programming Language 1.0 Reference, Auto
+ declaration`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/declaration.html#AutoDeclaration
+
+.. [DWTO] Walter Bright. `D Programming Language 1.0 Reference, Typeof`__.
+ Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/declaration.html#typeof
+
+.. [DWFE] Walter Bright. `D Programming Language 1.0 Reference, Foreach
+ statement`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/statement.html#ForeachStatement
+
+.. [DWTP] Walter Bright. `D Programming Language 1.0 Reference, Templates`__.
+ Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/template.html
+
+.. [DWCF] Walter Bright. `D Programming Language 1.0 Reference, Compile Time
+ Function Execution (CTFE)`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/function.html#interpretation
+
+.. [DWMT] Walter Bright. `D Programming Language 1.0 Reference, Template
+ mixins`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/template-mixin.html
+
+.. [DWME] Walter Bright. `D Programming Language 1.0 Reference, Mixin
+ expressions`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/expression.html#MixinExpression
+
+.. [DWMX] Walter Bright. `D Programming Language 1.0 Reference, Mixins`__.
+ Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/mixin.html
+
+.. [DWIE] Walter Bright. `D Programming Language 1.0 Reference, Is
+ expressions`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/expression.html#IsExpression
+
+.. [DWIA] Walter Bright. `D Programming Language 1.0 Reference, D x86 Inline
+ Assembler`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/iasm.html
+
+.. [DWGT] Walter Bright. `D Programming Language 1.0 Reference, Goto
+ statement`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/statement.html#GotoStatement
+
+.. [DWCC] Walter Bright. `D Programming Language 1.0 Reference, Interfacing to
+ C`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/interfaceToC.html
+
+.. [DWMM] Walter Bright. `D Programming Language 1.0 Reference, Memory
+ management`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/memory.html
+
+.. [DWGC] Walter Bright. `D Programming Language 1.0 Reference, Garbage
+ collection`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/garbage.html
+
+.. [DWST] Walter Bright. `D Programming Language 1.0 Reference, Struct
+ & unions`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/struct.html
+
+.. [DWCL] Walter Bright. `D Programming Language 1.0 Reference, Classes`__.
+ Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/class.html
+
+.. [DWTY] Walter Bright. `D Programming Language 1.0 Reference, Types`__.
+ Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/type.html
+
+.. [DWAL] Walter Bright. `D Programming Language 1.0 Reference, Align
+ attribute`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/attribute.html#align
+
+.. [DWDE] Walter Bright. `D Programming Language 1.0 Reference, Class
+ destructors`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/class.html#Destructor
+
+.. [DWMO] Walter Bright. `D Programming Language 1.0 Reference, Modules`__.
+ Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/module.html
+
+.. [DWFU] Walter Bright. `D Programming Language 1.0 Reference, Functions`__.
+ Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/function.html
+
+.. [DWAR] Walter Bright. `D Programming Language 1.0 Reference, Arrays`__.
+ Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/arrays.html
+
+.. [DWAA] Walter Bright. `D Programming Language 1.0 Reference, Associative
+ arrays`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/hash-map.html
+
+.. [DWSR] Walter Bright. `D Programming Language 1.0 Reference, Strings`__.
+ Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/arrays.html#strings
+
+.. [DWDC] Walter Bright. `D Programming Language 1.0 Reference,
+ Declarations`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/declaration.html
+
+.. [DWDO] Walter Bright. `D Programming Language 1.0 Reference, Embedded
+ documentation`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/ddoc.html
+
+.. [DWIF] Walter Bright. `D Programming Language 1.0 Reference, Interfaces`__.
+ Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/interface.html
+
+.. [DWOO] Walter Bright. `D Programming Language 1.0 Reference, Operator
+ overloading`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/operatoroverloading.html
+
+.. [DWNC] Walter Bright. `D Programming Language 1.0 Reference, Nested
+ classes`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/class.html#nested
+
+.. [DWPR] Walter Bright. `D Programming Language 1.0 Reference, Properties`__.
+ Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/property.html
+
+.. [DWEX] Walter Bright. `D Programming Language 1.0 Reference, Try
+ statement`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/statement.html#TryStatement
+
+.. [DWCP] Walter Bright. `D Programming Language 1.0 Reference, Contracts`__.
+ Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/dbc.html
+
+.. [DWUT] Walter Bright. `D Programming Language 1.0 Reference, Unit tests`__.
+ Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/unittest.html
+
+.. [DWVI] Walter Bright. `D Programming Language 1.0 Reference, Void
+ initializations`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/declaration.html#VoidInitializer
+
+.. [DWES] Walter Bright. `D Programming Language 1.0 Reference, Exception safe
+ pogramming`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/exception-safe.html
+
+.. [DWSY] Walter Bright. `D Programming Language 1.0 Reference, Synchronized
+ statement`__. Digital Mars. Octubre 2010.
+__ http://www.digitalmars.com/d/1.0/statement.html#SynchronizedStatement
+
+
.. Grupo de noticias digitalmars.D:
.. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diciembre de 2008. `Mensaje número 80695`__.
__ http://www.digitalmars.com/d/archives/digitalmars/D/Moving_GC_80695.html
-.. [NGDN87831] Leandro Lucarella. Re: Std Phobos 2 and logging library? Grupo
+.. [NGD87831] Leandro Lucarella. Re: Std Phobos 2 and logging library? Grupo
de noticias digitalmars.D, 10 de abril de 2009. `Mensaje número 87831`__.
__ http://www.digitalmars.com/d/archives/digitalmars/D/Std_Phobos_2_and_logging_library_87794.html#N87831