Changeset 59

Show
Ignore:
Timestamp:
09/17/07 21:03:30 (5 years ago)
Author:
lindquist
Message:

merged the dsssify branch into trunk noone has complained. some module identifiers have changed.
updated tinyjpeg to version 20070609

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bignum/dsss.conf

    r12 r59  
    11name=scrapple-bignum 
    2  
    3 [+bignum.d] 
    4 preinstall=install bignum.d $INCLUDE_PREFIX 
     2[bignum.d] 
     3type=sourcelibrary 
  • trunk/cgi/cgi.d

    r34 r59  
    1313*/ 
    1414 
    15 module cgi.cgi
     15module cgi
    1616 
    1717import std.stdio; 
  • trunk/cgi/dsss.conf

    r12 r59  
    1 name=scrapple-search 
    2  
    3 [+search.d] 
    4 preinstall=install search.d $INCLUDE_PREFIX/search 
     1name=scrapple-cgi 
     2[cgi.d] 
     3type=sourcelibrary 
  • trunk/dparser/dparse.d

    r56 r59  
    7373 
    7474++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/ 
    75 module scrapple.dparse; 
     75module dparse; 
    7676 
    7777// Add not grammer, might use non-Action parser 
  • trunk/dparser/dsss.conf

    r12 r59  
    11name=scrapple-dparser 
    2  
    3 [+dparse.d] 
    4 preinstall=install dparse.d $INCLUDE_PREFIX 
     2[dparse.d] 
     3type=sourcelibrary 
  • trunk/future/dsss.conf

    r12 r59  
    11name=scrapple-future 
    2  
    3 [+future.d] 
    4 preinstall=install future.d $INCLUDE_PREFIX/future 
     2[future.d] 
     3type=sourcelibrary 
  • trunk/future/future.d

    r11 r59  
    2727 * really doing under the hood, read the code :) 
    2828 */ 
    29 module etc.future; 
     29module future; 
    3030 
    3131import std.thread : Thread; 
  • trunk/nntp/dsss.conf

    r12 r59  
    11name=scrapple-nntp 
    2  
    3 [+nntp.d] 
    4 preinstall=install nntp.d $INCLUDE_PREFIX 
     2[nntp.d] 
     3type=sourcelibrary 
  • trunk/search/dsss.conf

    r12 r59  
    11name=scrapple-search 
    2  
    3 [+search.d] 
    4 preinstall=install search.d $INCLUDE_PREFIX/search 
     2[search.d] 
     3type=sourcelibrary 
  • trunk/search/search.d

    r34 r59  
    99 
    1010*/ 
    11 module search.search
     11module search
    1212 
    1313import std.stdio; 
  • trunk/tinyjpeg/README

    r17 r59  
    55http://www.saillard.org/programs_and_patches/tinyjpegdecoder/ 
    66 
    7 The code in this package is based on 20061207 from that address. 
     7The code in this package is based on 20070609 from that address. 
    88 
    99While the port is as direct as possible, the 'tinyjpeg_get_errorstring' function returns a D string, not a C string.