refdb-devel Mailing List for RefDB (Page 33)
Status: Beta
Brought to you by:
mhoenicka
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(14) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
|
Mar
|
Apr
(8) |
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2003 |
Jan
|
Feb
(1) |
Mar
(5) |
Apr
(6) |
May
(6) |
Jun
(4) |
Jul
(11) |
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
(174) |
2004 |
Jan
(10) |
Feb
(2) |
Mar
|
Apr
|
May
(2) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
(2) |
Feb
(6) |
Mar
(11) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(25) |
Oct
(18) |
Nov
(16) |
Dec
(19) |
2006 |
Jan
(6) |
Feb
|
Mar
|
Apr
(21) |
May
(9) |
Jun
(5) |
Jul
(51) |
Aug
(89) |
Sep
(42) |
Oct
(19) |
Nov
(47) |
Dec
(4) |
2007 |
Jan
(8) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(4) |
Aug
(4) |
Sep
(5) |
Oct
|
Nov
(7) |
Dec
(4) |
2008 |
Jan
|
Feb
|
Mar
|
Apr
(14) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2009 |
Jan
|
Feb
(21) |
Mar
(8) |
Apr
(5) |
May
(6) |
Jun
(2) |
Jul
(5) |
Aug
|
Sep
(3) |
Oct
(14) |
Nov
|
Dec
|
2010 |
Jan
(18) |
Feb
(5) |
Mar
|
Apr
|
May
(4) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
|
Dec
|
From: Markus H. <hoe...@co...> - 2001-11-13 05:41:30
|
Thanks for tracking down this one. I applied your changes for the time being, but I noticed (again) that refdbd.c should be cleaned up a little bit around biblio_info. I hope to get this done before the next minor version. regards, Markus Peter Herkenrath writes: > > Hello, > the sort option -S PY fails silently. > I have tried to repair it: > errors in > refdbc.c: > 1818: strncpy(sort_string, optarg, MAX_FMT_LEN - 1); > 1819: sort_string[MAX_FMT_LEN-1] = '\0'; > backend.h > struct bibinfo should contain sort_string > refdbd.c: > 429: biblio_info.sort_string = sort_string; > refdbd.c: > 790: biblio_info.sort_string = sort_string; > 2766: if (strncmp(biblio_info->sort_string, "PY", 2) == 0) { > > regards > P.Herkenrath > > > _______________________________________________ > Refdb-devel mailing list > Ref...@li... > https://lists.sourceforge.net/lists/listinfo/refdb-devel -- Markus Hoenicka hoe...@co... http://ourworld.compuserve.com/homepages/hoenicka_markus/ |
From: Peter H. <P.H...@rr...> - 2001-11-12 19:41:20
|
Hello, the sort option -S PY fails silently. I have tried to repair it: errors in refdbc.c: 1818: strncpy(sort_string, optarg, MAX_FMT_LEN - 1); 1819: sort_string[MAX_FMT_LEN-1] = '\0'; backend.h struct bibinfo should contain sort_string refdbd.c: 429: biblio_info.sort_string = sort_string; refdbd.c: 790: biblio_info.sort_string = sort_string; 2766: if (strncmp(biblio_info->sort_string, "PY", 2) == 0) { regards P.Herkenrath |