Thread: [Refdb-cvs] SF.net SVN: refdb: [169] refdb/trunk/src (Page 2)
Status: Beta
Brought to you by:
mhoenicka
|
From: <mho...@us...> - 2006-09-14 19:48:06
|
Revision: 169
http://svn.sourceforge.net/refdb/?rev=169&view=rev
Author: mhoenicka
Date: 2006-09-14 12:47:52 -0700 (Thu, 14 Sep 2006)
Log Message:
-----------
added append_liliform()
Modified Paths:
--------------
refdb/trunk/src/linklist.c
refdb/trunk/src/linklist.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2006-09-19 21:19:19
|
Revision: 180
http://svn.sourceforge.net/refdb/?rev=180&view=rev
Author: mhoenicka
Date: 2006-09-19 14:18:54 -0700 (Tue, 19 Sep 2006)
Log Message:
-----------
moved ask_for_passwd() to separate source file
Modified Paths:
--------------
refdb/trunk/src/Makefile.am
refdb/trunk/src/refdb-client.c
refdb/trunk/src/refdba.c
refdb/trunk/src/refdbc.c
refdb/trunk/src/refdbib.c
Added Paths:
-----------
refdb/trunk/src/passwd.c
refdb/trunk/src/passwd.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2006-10-11 20:17:25
|
Revision: 192
http://svn.sourceforge.net/refdb/?rev=192&view=rev
Author: mhoenicka
Date: 2006-10-11 13:16:57 -0700 (Wed, 11 Oct 2006)
Log Message:
-----------
fixed memory problems detected by valgrind
Modified Paths:
--------------
refdb/trunk/src/noteshandler.c
refdb/trunk/src/refdbd.c
refdb/trunk/src/risdb.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2006-11-12 22:46:05
|
Revision: 232
http://svn.sourceforge.net/refdb/?rev=232&view=rev
Author: mhoenicka
Date: 2006-11-12 14:45:54 -0800 (Sun, 12 Nov 2006)
Log Message:
-----------
stop processing RIS datasets gracefully if an iconv error occurs and return a useful error message
Modified Paths:
--------------
refdb/trunk/src/refdb-client.c
refdb/trunk/src/refdbdref.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2006-11-15 00:34:22
|
Revision: 234
http://svn.sourceforge.net/refdb/?rev=234&view=rev
Author: mhoenicka
Date: 2006-11-14 16:34:19 -0800 (Tue, 14 Nov 2006)
Log Message:
-----------
try to speed up SQL queries by using inner joins
Modified Paths:
--------------
refdb/trunk/src/backend-dbib.c
refdb/trunk/src/backend.c
refdb/trunk/src/refdbdbib.c
refdb/trunk/src/refdbdcheckref.c
refdb/trunk/src/refdbdgetref.c
refdb/trunk/src/refdbdref.c
refdb/trunk/src/risdb.c
refdb/trunk/src/xmlhandler.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2006-11-17 23:00:58
|
Revision: 236
http://svn.sourceforge.net/refdb/?rev=236&view=rev
Author: mhoenicka
Date: 2006-11-17 15:00:55 -0800 (Fri, 17 Nov 2006)
Log Message:
-----------
getref, getnote, and getfoo commands now allow to specify a range with the -N limit:offset option
Modified Paths:
--------------
refdb/trunk/src/refdba.c
refdb/trunk/src/refdbc.c
refdb/trunk/src/refdbd.c
refdb/trunk/src/refdbd.h.in
refdb/trunk/src/refdbda.c
refdb/trunk/src/refdbdgetref.c
refdb/trunk/src/refdbdnote.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2006-11-22 00:01:05
|
Revision: 240
http://svn.sourceforge.net/refdb/?rev=240&view=rev
Author: mhoenicka
Date: 2006-11-21 16:01:02 -0800 (Tue, 21 Nov 2006)
Log Message:
-----------
plugged remaining memory leaks; use permanent tables to calculate frequency in checkref html output
Modified Paths:
--------------
refdb/trunk/src/backend-html.c
refdb/trunk/src/backend.c
refdb/trunk/src/refdbdcheckref.c
refdb/trunk/src/risdb.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2006-11-25 00:23:49
|
Revision: 243
http://svn.sourceforge.net/refdb/?rev=243&view=rev
Author: mhoenicka
Date: 2006-11-24 16:23:47 -0800 (Fri, 24 Nov 2006)
Log Message:
-----------
second version of the include-the-svn-revision code
Modified Paths:
--------------
refdb/trunk/src/Makefile.am
refdb/trunk/src/connect.h
refdb/trunk/src/eenc.c
refdb/trunk/src/refdb.h
refdb/trunk/src/refdba.c
refdb/trunk/src/refdbc.c
refdb/trunk/src/refdbd.c
refdb/trunk/src/refdbd.h.in
refdb/trunk/src/refdbda.c
refdb/trunk/src/refdbdref.c
refdb/trunk/src/refdbib.c
refdb/trunk/src/refdbxp.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-01-07 00:59:04
|
Revision: 264
http://svn.sourceforge.net/refdb/?rev=264&view=rev
Author: mhoenicka
Date: 2007-01-06 16:58:56 -0800 (Sat, 06 Jan 2007)
Log Message:
-----------
fixed a few allocation errors during bibliography creation;no longer treat a missing title as an error
Modified Paths:
--------------
refdb/trunk/src/backend-dbib.c
refdb/trunk/src/backend-dbiba.c
refdb/trunk/src/refdbd.c
refdb/trunk/src/refdbdbib.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-01-10 16:27:03
|
Revision: 265
http://svn.sourceforge.net/refdb/?rev=265&view=rev
Author: mhoenicka
Date: 2007-01-10 08:27:00 -0800 (Wed, 10 Jan 2007)
Log Message:
-----------
fixed protocol bug in addref et al.
Modified Paths:
--------------
refdb/trunk/src/refdbc.c
refdb/trunk/src/refdbdref.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-01-11 00:38:52
|
Revision: 266
http://svn.sourceforge.net/refdb/?rev=266&view=rev
Author: mhoenicka
Date: 2007-01-10 16:38:48 -0800 (Wed, 10 Jan 2007)
Log Message:
-----------
fixed valgrind-detected problems
Modified Paths:
--------------
refdb/trunk/src/refdbda.c
refdb/trunk/src/refdbdbib.c
refdb/trunk/src/refdbdcheckref.c
refdb/trunk/src/refdbdref.c
refdb/trunk/src/tokenize.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-01-14 01:36:07
|
Revision: 271
http://svn.sourceforge.net/refdb/?rev=271&view=rev
Author: mhoenicka
Date: 2007-01-13 17:36:05 -0800 (Sat, 13 Jan 2007)
Log Message:
-----------
more valgrind fixes
Modified Paths:
--------------
refdb/trunk/src/backend-bibtex.c
refdb/trunk/src/refdbdnote.c
refdb/trunk/src/refdbdref.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-04-15 00:24:48
|
Revision: 371
http://svn.sourceforge.net/refdb/?rev=371&view=rev
Author: mhoenicka
Date: 2007-04-14 17:24:42 -0700 (Sat, 14 Apr 2007)
Log Message:
-----------
improved the handling of VL and IS in BOOK, CHAP, and a few other screwed types
Modified Paths:
--------------
refdb/trunk/src/backend-ris.c
refdb/trunk/src/risdb.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-04-23 20:42:48
|
Revision: 376
http://svn.sourceforge.net/refdb/?rev=376&view=rev
Author: mhoenicka
Date: 2007-04-23 13:42:45 -0700 (Mon, 23 Apr 2007)
Log Message:
-----------
fixed MySQL blob vs. text stuff in order to facilitate sorting in versions 4 and higher;made authordate sorting case-insensitive
Modified Paths:
--------------
refdb/trunk/src/dbfncs.c
refdb/trunk/src/dbfncs.h
refdb/trunk/src/refdbdbib.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-06-26 00:08:42
|
Revision: 393
http://svn.sourceforge.net/refdb/?rev=393&view=rev
Author: mhoenicka
Date: 2007-06-25 17:08:39 -0700 (Mon, 25 Jun 2007)
Log Message:
-----------
use NXNL or ALL to include reference lists in getref output, NX will only include notes without their links
Modified Paths:
--------------
refdb/trunk/src/backend-html.c
refdb/trunk/src/backend-scrn.c
refdb/trunk/src/backend.c
refdb/trunk/src/backend.h
refdb/trunk/src/dbfncs.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-08-05 14:28:23
|
Revision: 433
http://refdb.svn.sourceforge.net/refdb/?rev=433&view=rev
Author: mhoenicka
Date: 2007-08-05 07:28:07 -0700 (Sun, 05 Aug 2007)
Log Message:
-----------
final fixes in the misc replacement stuff
Modified Paths:
--------------
refdb/trunk/src/backend-dbib.c
refdb/trunk/src/backend-dbiba.c
refdb/trunk/src/backend.c
refdb/trunk/src/dbfncs.c
refdb/trunk/src/refdbdbib.c
refdb/trunk/src/risxhandler.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-08-06 20:15:22
|
Revision: 436
http://refdb.svn.sourceforge.net/refdb/?rev=436&view=rev
Author: mhoenicka
Date: 2007-08-06 13:15:21 -0700 (Mon, 06 Aug 2007)
Log Message:
-----------
changed my_dbi_result_get_short_idval() to my_dbi_result_get_int_idval() as it returns an int, made sure all calls to this function use ints instead of long long ints as this made the style export fail on OS X
Modified Paths:
--------------
refdb/trunk/src/backend-bibtex.c
refdb/trunk/src/backend-dbib.c
refdb/trunk/src/dbfncs.c
refdb/trunk/src/dbfncs.h
refdb/trunk/src/refdbdbib.c
refdb/trunk/src/xmlhandler.c
refdb/trunk/src/xmlout.c
refdb/trunk/src/xmlout.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-08-06 20:43:57
|
Revision: 437
http://refdb.svn.sourceforge.net/refdb/?rev=437&view=rev
Author: mhoenicka
Date: 2007-08-06 13:43:56 -0700 (Mon, 06 Aug 2007)
Log Message:
-----------
replaced some *get_idval() calls to *get_int_idval() if ints were requested
Modified Paths:
--------------
refdb/trunk/src/refdbdbib.c
refdb/trunk/src/xmlout.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-08-06 20:53:01
|
Revision: 438
http://refdb.svn.sourceforge.net/refdb/?rev=438&view=rev
Author: mhoenicka
Date: 2007-08-06 13:52:48 -0700 (Mon, 06 Aug 2007)
Log Message:
-----------
added my_dbi_result_get_int_idval_idx()
Modified Paths:
--------------
refdb/trunk/src/dbfncs.c
refdb/trunk/src/dbfncs.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-08-15 00:45:54
|
Revision: 457
http://refdb.svn.sourceforge.net/refdb/?rev=457&view=rev
Author: mhoenicka
Date: 2007-08-14 17:45:52 -0700 (Tue, 14 Aug 2007)
Log Message:
-----------
added indenting and namespace support
Modified Paths:
--------------
refdb/trunk/src/backend-db31.c
refdb/trunk/src/backend-teix.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-08-18 00:37:36
|
Revision: 461
http://refdb.svn.sourceforge.net/refdb/?rev=461&view=rev
Author: mhoenicka
Date: 2007-08-17 17:37:34 -0700 (Fri, 17 Aug 2007)
Log Message:
-----------
added getax command
Modified Paths:
--------------
refdb/trunk/src/refdb.h
refdb/trunk/src/refdbc.c
refdb/trunk/src/refdbc.h
refdb/trunk/src/refdbd.c
refdb/trunk/src/refdbda.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-08-28 22:23:45
|
Revision: 470
http://refdb.svn.sourceforge.net/refdb/?rev=470&view=rev
Author: mhoenicka
Date: 2007-08-28 15:23:07 -0700 (Tue, 28 Aug 2007)
Log Message:
-----------
moved bibliography output to the xmlhelper routines to prepare the code for namespaces;added teix5 as output format;added functions initialize_xmlindent() and inline_xmlindent() to better control xml indentation
Modified Paths:
--------------
refdb/trunk/src/backend-bibtex.c
refdb/trunk/src/backend-db31.c
refdb/trunk/src/backend-dbib.c
refdb/trunk/src/backend-dbib.h
refdb/trunk/src/backend-dbiba.c
refdb/trunk/src/backend-mods.c
refdb/trunk/src/backend-risx.c
refdb/trunk/src/backend-teix.c
refdb/trunk/src/backend.h
refdb/trunk/src/backendn-notex.c
refdb/trunk/src/mset.c
refdb/trunk/src/mset.h
refdb/trunk/src/refdbd.c
refdb/trunk/src/refdbd.h.in
refdb/trunk/src/refdbdbib.c
refdb/trunk/src/refdbib.c
refdb/trunk/src/writeris.c
refdb/trunk/src/xmlhelper.c
refdb/trunk/src/xmlhelper.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-09-06 20:48:15
|
Revision: 471
http://refdb.svn.sourceforge.net/refdb/?rev=471&view=rev
Author: mhoenicka
Date: 2007-09-06 13:48:13 -0700 (Thu, 06 Sep 2007)
Log Message:
-----------
implemented direct REFTEIX5 bibliography output including namespaces
Modified Paths:
--------------
refdb/trunk/src/backend-bibtex.c
refdb/trunk/src/backend-dbib.c
refdb/trunk/src/backend-dbib.h
refdb/trunk/src/backend-dbiba.c
refdb/trunk/src/mset.c
refdb/trunk/src/mset.h
refdb/trunk/src/refdbdbib.c
refdb/trunk/src/refdbib.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-09-07 22:20:02
|
Revision: 472
http://refdb.svn.sourceforge.net/refdb/?rev=472&view=rev
Author: mhoenicka
Date: 2007-09-07 15:20:00 -0700 (Fri, 07 Sep 2007)
Log Message:
-----------
getbib now creates valid DocBook V5 and TEI P5 cooked bibliographies
Modified Paths:
--------------
refdb/trunk/src/backend-dbib.c
refdb/trunk/src/backend-dbiba.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mho...@us...> - 2007-09-10 19:43:46
|
Revision: 474
http://refdb.svn.sourceforge.net/refdb/?rev=474&view=rev
Author: mhoenicka
Date: 2007-09-10 12:43:45 -0700 (Mon, 10 Sep 2007)
Log Message:
-----------
added the getrefx internal command to retrieve raw bibliographies; extracted output format definitions to separate file; added support for getrefx command to refdbib
Modified Paths:
--------------
refdb/trunk/src/Makefile.am
refdb/trunk/src/backend-db31.c
refdb/trunk/src/backend-dbib.c
refdb/trunk/src/backend.h
refdb/trunk/src/getopt.c
refdb/trunk/src/linklist.c
refdb/trunk/src/linklist.h
refdb/trunk/src/mset.c
refdb/trunk/src/refdbd.c
refdb/trunk/src/refdbdbib.c
refdb/trunk/src/refdbib.c
refdb/trunk/src/refdbib.h
refdb/trunk/src/xmlhandler.c
refdb/trunk/src/xmlhandler.h
Added Paths:
-----------
refdb/trunk/src/outformats.h
refdb/trunk/src/refdbdgetrefx.c
refdb/trunk/src/refdbdgetrefx.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|