Changeset 1731
- Timestamp:
- 07/05/10 19:00:22 (14 years ago)
- Files:
-
- trunk/phobos/std.ddoc (modified) (1 diff)
- trunk/phobos/win32.mak (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/phobos/std.ddoc
r1665 r1731 151 151 <h2><a href="phobos.html#std" title="D standard modules">std</a></h2> 152 152 $(UL 153 153 $(LI <a href="std_algorithm.html" title="General-purpose algorithms">std.algorithm</a>) 154 154 $(LI <a href="std_array.html" title="Array functions">std.array</a>) 155 155 $(LI <a href="std_base64.html" title="Encode/decode base64 format">std.base64</a>) 156 156 $(LI <a href="std_bind.html" title="Function argument binding">std.bind</a>) 157 157 $(LI <a href="std_bitmanip.html" title="Bit-level manipulation">std.bitmanip</a>) 158 158 $(LI <a href="std_boxer.html" title="Box/unbox types">std.boxer</a>) 159 159 $(LI <a href="std_compiler.html" title="Information about the D compiler implementation">std.compiler</a>) 160 160 $(LI <a href="std_complex.html" title="Complex numbers">std.complex</a>) 161 $(LI <a href="std_concurrency.html" title="Message Passing">std.conc oncurrency</a>)161 $(LI <a href="std_concurrency.html" title="Message Passing">std.concurrency</a>) 162 162 $(LI <a href="std_container.html" title="Containers">std.container</a>) 163 163 $(LI <a href="std_contracts.html" title="Think assert">std.contracts</a>) 164 164 $(LI <a href="std_conv.html" title="Conversion of strings to integers">std.conv</a>) 165 165 $(LI <a href="std_cover.html" title="D coverage analyzer">std.cover</a>) 166 166 $(LI <a href="std_cpuid.html" title="CPU identification">std.cpuid</a>) 167 167 $(LI <a href="std_ctype.html" title="Simple character classification">std.ctype</a>) 168 168 $(LI <a href="std_date.html" title="Date and time functions">std.date</a>) 169 169 $(LI <a href="std_demangle.html" title="Demangle D names">std.demangle</a>) 170 170 $(LI <a href="std_encoding.html" title="Character and string encoding">std.encoding</a>) 171 171 $(LI <a href="std_file.html" title="Basic file operations">std.file</a>) 172 172 $(LI <a href="std_format.html" title="Formatted conversions of values to strings">std.format</a>) 173 173 $(LI <a href="std_functional.html" title="functional">std.functional</a>) 174 174 $(LI <a href="std_gc.html" title="Control the garbage collector">std.gc</a>) 175 175 $(LI <a href="std_getopt.html" title="Command line options">std.getopt</a>) 176 176 $(LI <a href="std_gregorian.html" title="Gregorian Calendar">std.gregorian</a>) 177 177 $(LI <a href="std_intrinsic.html" title="Compiler built in intrinsic functions">std.intrinsic</a>) 178 178 $(LI <a href="std_iterator.html" title="Defines iterators and ranges">std.iterator</a>) 179 $(LI <a href="std_json.html" title="JSON reader">std.json</a>) 179 180 $(LI <a href="std_math.html" title="the usual math functions">std.math</a>) 180 181 $(LI <a href="std_md5.html" title="Compute MD5 digests">std.md5</a>) 181 182 $(LI <a href="std_metastrings.html" title="Metaprogramming with strings">std.metastrings</a>) 182 183 $(LI <a href="std_mmfile.html" title="Memory mapped files">std.mmfile</a>) 183 184 $(LI <a href="std_numeric.html" title="Numeric algorithms">std.numeric</a>) 184 185 $(LI <a href="std_outbuffer.html" title="Assemble data into an array of bytes">std.outbuffer</a>) 185 186 $(LI <a href="std_outofmemory.html" title="Out of memory exception">std.outofmemory</a>) 186 187 $(LI <a href="std_path.html" title="Manipulate file names, path names, etc.">std.path</a>) 187 188 $(LI <a href="std_process.html" title="Create/destroy threads">std.process</a>) 188 189 $(LI <a href="std_random.html" title="Random number generation">std.random</a>) trunk/phobos/win32.mak
r1612 r1731 99 99 std\compiler.d std\cpuid.d std\format.d std\demangle.d \ 100 100 std\path.d std\file.d std\outbuffer.d std\utf.d std\uri.d \ 101 101 std\ctype.d std\random.d std\mmfile.d \ 102 102 std\algorithm.d std\array.d std\numeric.d std\functional.d \ 103 103 std\range.d std\stdiobase.d std\concurrency.d \ 104 104 std\metastrings.d std\contracts.d std\getopt.d \ 105 105 std\signals.d std\typetuple.d std\traits.d std\bind.d \ 106 106 std\bitmanip.d std\typecons.d \ 107 107 std\boxer.d \ 108 108 std\complex.d \ 109 std\exception.d \ 109 110 std\process.d \ 110 111 std\system.d \ 111 112 std\encoding.d std\variant.d \ 112 113 std\stream.d std\socket.d std\socketstream.d \ 113 114 std\perf.d std\container.d std\conv.d \ 114 115 std\zip.d std\cstream.d std\loader.d \ 115 116 std\__fileinit.d \ 116 117 std\datebase.d \ 117 118 std\regex.d \ 118 119 std\stdarg.d \ … … 153 154 $(DOC)\std_complex.html \ 154 155 $(DOC)\std_contracts.html \ 155 156 $(DOC)\std_container.html \ 156 157 $(DOC)\std_conv.html \ 157 158 $(DOC)\std_cpuid.html \ 158 159 $(DOC)\std_cstream.html \ 159 160 $(DOC)\std_ctype.html \ 160 161 $(DOC)\std_date.html \ 161 162 $(DOC)\std_demangle.html \ 162 163 $(DOC)\std_encoding.html \ 164 $(DOC)\std_exception.html \ 163 165 $(DOC)\std_file.html \ 164 166 $(DOC)\std_format.html \ 165 167 $(DOC)\std_functional.html \ 166 168 $(DOC)\std_gc.html \ 167 169 $(DOC)\std_getopt.html \ 168 170 $(DOC)\std_gregorian.html \ 169 171 $(DOC)\std_intrinsic.html \ 170 172 $(DOC)\std_json.html \ 171 173 $(DOC)\std_math.html \ 172 174 $(DOC)\std_md5.html \ … … 229 231 std\cstream.d std\demangle.d \ 230 232 std\signals.d std\cpuid.d std\typetuple.d std\traits.d std\bind.d \ 231 233 std\metastrings.d std\contracts.d std\getopt.d \ 232 234 std\variant.d std\numeric.d std\bitmanip.d std\complex.d \ 233 235 std\functional.d std\algorithm.d std\array.d std\typecons.d \ 234 236 std\json.d std\xml.d std\encoding.d std\bigint.d std\concurrency.d \ 235 237 std\range.d std\stdiobase.d \ 236 238 std\regex.d std\datebase.d \ 237 239 std\internal\math\biguintcore.d \ 238 240 std\internal\math\biguintnoasm.d std\internal\math\biguintx86.d \ 239 std\__fileinit.d std\gregorian.d 241 std\__fileinit.d std\gregorian.d std\exception.d 240 242 241 243 SRC_STD_C= std\c\process.d std\c\stdlib.d std\c\time.d std\c\stdio.d \ 242 244 std\c\math.d std\c\stdarg.d std\c\stddef.d std\c\fenv.d std\c\string.d \ 243 245 std\c\locale.d std\c\wcharh.d 244 246 245 247 SRC_STD_WIN= std\windows\registry.d \ 246 248 std\windows\iunknown.d std\windows\syserror.d std\windows\charset.d 247 249 248 250 SRC_STD_C_WIN= std\c\windows\windows.d std\c\windows\com.d \ 249 251 std\c\windows\winsock.d std\c\windows\stat.d … … 372 374 373 375 date.obj : std\dateparse.d std\date.d 374 376 $(DMD) -c $(DFLAGS) std\date.d 375 377 376 378 dateparse.obj : std\dateparse.d std\date.d 377 379 $(DMD) -c $(DFLAGS) std\dateparse.d 378 380 379 381 demangle.obj : std\demangle.d 380 382 $(DMD) -c $(DFLAGS) std\demangle.d 381 383 384 exception.obj : std\exception.d 385 $(DMD) -c $(DFLAGS) std\exception.d 386 382 387 file.obj : std\file.d 383 388 $(DMD) -c $(DFLAGS) std\file.d 384 389 385 390 __fileinit.obj : std\__fileinit.d 386 391 $(DMD) -c $(DFLAGS) std\__fileinit.d 387 392 388 393 format.obj : std\format.d 389 394 $(DMD) -c $(DFLAGS) std\format.d 390 395 391 396 functional.obj : std\functional.d … … 600 605 $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_cstream.html $(STDDOC) std\cstream.d 601 606 602 607 $(DOC)\std_ctype.html : $(STDDOC) std\ctype.d 603 608 $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_ctype.html $(STDDOC) std\ctype.d 604 609 605 610 $(DOC)\std_date.html : $(STDDOC) std\date.d 606 611 $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_date.html $(STDDOC) std\date.d 607 612 608 613 $(DOC)\std_demangle.html : $(STDDOC) std\demangle.d 609 614 $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_demangle.html $(STDDOC) std\demangle.d 615 616 $(DOC)\std_exception.html : $(STDDOC) std\exception.d 617 $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_exception.html $(STDDOC) std\exception.d 610 618 611 619 $(DOC)\std_file.html : $(STDDOC) std\file.d 612 620 $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_file.html $(STDDOC) std\file.d 613 621 614 622 $(DOC)\std_format.html : $(STDDOC) std\format.d 615 623 $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_format.html $(STDDOC) std\format.d 616 624 617 625 $(DOC)\std_functional.html : $(STDDOC) std\functional.d 618 626 $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_functional.html $(STDDOC) std\functional.d 619 627 … … 814 822 $(CP) $(SRC_STD) $(DIR)\src\phobos\std 815 823 $(CP) $(SRC_STD_C) $(DIR)\src\phobos\std\c 816 824 $(CP) $(SRC_STD_WIN) $(DIR)\src\phobos\std\windows 817 825 $(CP) $(SRC_STD_C_WIN) $(DIR)\src\phobos\std\c\windows 818 826 $(CP) $(SRC_STD_C_LINUX) $(DIR)\src\phobos\std\c\linux 819 827 $(CP) $(SRC_STD_C_OSX) $(DIR)\src\phobos\std\c\osx 820 828 $(CP) $(SRC_STD_INTERNAL_MATH) $(DIR)\src\phobos\std\internal\math 821 829 #$(CP) $(SRC_ETC) $(DIR)\src\phobos\etc 822 830 $(CP) $(SRC_ETC_C) $(DIR)\src\phobos\etc\c 823 831 $(CP) $(SRC_ZLIB) $(DIR)\src\phobos\etc\c\zlib 832 $(CP) $(DOCS) $(DIR)\html\d\phobos 833
