Changeset 59
- Timestamp:
- 09/17/07 21:03:30 (5 years ago)
- Files:
-
- trunk/arg_bind/dsss.conf (added)
- trunk/bignum/dsss.conf (modified) (1 diff)
- trunk/cgi/cgi.d (modified) (1 diff)
- trunk/cgi/dsss.conf (modified) (1 diff)
- trunk/dparser/dparse.d (modified) (1 diff)
- trunk/dparser/dsss.conf (modified) (1 diff)
- trunk/filesystem/dsss.conf (added)
- trunk/future/dsss.conf (modified) (1 diff)
- trunk/future/future.d (modified) (1 diff)
- trunk/iterators/dsss.conf (added)
- trunk/nntp/dsss.conf (modified) (1 diff)
- trunk/search/dsss.conf (modified) (1 diff)
- trunk/search/search.d (modified) (1 diff)
- trunk/tinyjpeg/README (modified) (1 diff)
- trunk/tinyjpeg/dsss.conf (added)
- trunk/tinyjpeg/internal.d (deleted)
- trunk/tinyjpeg/jidctflt.d (deleted)
- trunk/tinyjpeg/tinyjpeg (added)
- trunk/tinyjpeg/tinyjpeg.d (deleted)
- trunk/tinyjpeg/tinyjpeg/internal.d (added)
- trunk/tinyjpeg/tinyjpeg/jidctflt.d (added)
- trunk/tinyjpeg/tinyjpeg/tinyjpeg.d (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bignum/dsss.conf
r12 r59 1 1 name=scrapple-bignum 2 3 [+bignum.d] 4 preinstall=install bignum.d $INCLUDE_PREFIX 2 [bignum.d] 3 type=sourcelibrary trunk/cgi/cgi.d
r34 r59 13 13 */ 14 14 15 module cgi .cgi;15 module cgi; 16 16 17 17 import std.stdio; trunk/cgi/dsss.conf
r12 r59 1 name=scrapple-search 2 3 [+search.d] 4 preinstall=install search.d $INCLUDE_PREFIX/search 1 name=scrapple-cgi 2 [cgi.d] 3 type=sourcelibrary trunk/dparser/dparse.d
r56 r59 73 73 74 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/ 75 module scrapple.dparse;75 module dparse; 76 76 77 77 // Add not grammer, might use non-Action parser trunk/dparser/dsss.conf
r12 r59 1 1 name=scrapple-dparser 2 3 [+dparse.d] 4 preinstall=install dparse.d $INCLUDE_PREFIX 2 [dparse.d] 3 type=sourcelibrary trunk/future/dsss.conf
r12 r59 1 1 name=scrapple-future 2 3 [+future.d] 4 preinstall=install future.d $INCLUDE_PREFIX/future 2 [future.d] 3 type=sourcelibrary trunk/future/future.d
r11 r59 27 27 * really doing under the hood, read the code :) 28 28 */ 29 module etc.future;29 module future; 30 30 31 31 import std.thread : Thread; trunk/nntp/dsss.conf
r12 r59 1 1 name=scrapple-nntp 2 3 [+nntp.d] 4 preinstall=install nntp.d $INCLUDE_PREFIX 2 [nntp.d] 3 type=sourcelibrary trunk/search/dsss.conf
r12 r59 1 1 name=scrapple-search 2 3 [+search.d] 4 preinstall=install search.d $INCLUDE_PREFIX/search 2 [search.d] 3 type=sourcelibrary trunk/search/search.d
r34 r59 9 9 10 10 */ 11 module search .search;11 module search; 12 12 13 13 import std.stdio; trunk/tinyjpeg/README
r17 r59 5 5 http://www.saillard.org/programs_and_patches/tinyjpegdecoder/ 6 6 7 The code in this package is based on 200 61207from that address.7 The code in this package is based on 20070609 from that address. 8 8 9 9 While the port is as direct as possible, the 'tinyjpeg_get_errorstring' function returns a D string, not a C string.
