Permalink
Switch branches/tags
Nothing to show
Commits on Feb 8, 2010
Commits on Feb 7, 2010
  1. Add readme.txt to dist target.

    committed Feb 7, 2010
  2. Add dist target for Makefile.

    committed Feb 7, 2010
  3. Add simple Makefile.

    committed Feb 7, 2010
Commits on Jan 20, 2007
  1. spec: added dependency on libsqlite3 >= 3.3.8-alt2

    The calls to libsqlite3 are dispatched through "virtual table" routines,
    which does not produce the dependency on libsqlite3.so.0.
    
    struct sqlite3_api_routines {
    ...
    };
    const sqlite3_api_routines *sqlite3_api;
    
    $ objdump -p /usr/lib/sqlite3/pcre.so |grep NEEDED
      NEEDED      libpcre.so.3
      NEEDED      libc.so.6
    $ nm -D /usr/lib/sqlite3/pcre.so |grep sqlite3
    00001d84 B sqlite3_api
    000006e0 T sqlite3_extension_init
    $
    svpv committed Jan 20, 2007
Commits on Jan 10, 2007
  1. added URL http://git.altlinux.org/...

    svpv committed Jan 10, 2007
  2. make CACHE_SIZE redefinable

    svpv committed Jan 10, 2007
Commits on Nov 15, 2006
  1. simplify index expression

    svpv committed Nov 15, 2006
Commits on Nov 7, 2006
  1. spec: fix typo in description

    svpv committed Nov 7, 2006
Commits on Nov 2, 2006
  1. initial revision

    svpv committed Nov 1, 2006