[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS: projects/quran/libquran ChangeLog search.c testquran.c



----------------------------------------------
From: Mohammed Yousif (yousif)
Date: Tue Feb 18 17:54:40 2003

Update of /srv/cvs/projects/quran/libquran
In directory arabeyes:/tmp/cvs-serv13733

Modified Files:
	ChangeLog search.c testquran.c 

Log Message:
 + Fixed a bug that was causing quran_search_part not to take the ending
    verse into account (it was searching in the whole ending chapter), this
    was affecting most search functions as well.
 + Fixed some bugs caused by getting the number of verses from aya_numbers
    by sending it the number of the chapter instead of its index (number-1).
 + Fixed quran_search_juzz as it wasn't working properly because of the misuse
    of hez_quad.
 + Fixed quran_search_hezb too (the same thing).
 + Fixed some issues was causing gcc 2.95.3 not to compile at all.
 + Fixed a segfault that was showing up when searching for one word using
 + COMPLETE_PHRASE type.
+ Fixed a bug that was causing division by zero when using ANY_WORD search type.