History log of /PHP-8.3/ext/pspell/pspell.c (Results 126 – 134 of 134)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a2cdb772 08-Aug-2000 Vlad Krupin

added support for personalized dictionaries.
new functions: pspell_new_personal(), pspell_save_wordlist().

pspell_save_wordlist() needs to be changed to return error-codes
once pspel

added support for personalized dictionaries.
new functions: pspell_new_personal(), pspell_save_wordlist().

pspell_save_wordlist() needs to be changed to return error-codes
once pspell library gets fixed

show more ...


# c6569921 06-Aug-2000 Egon Schmid

Added a parameter type.


# 05684f2d 06-Aug-2000 Egon Schmid

Fixed some protos.


Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 3d3d2380 26-Jul-2000 Vlad Krupin

Changed syntax of pspell_new() (one more parameter - mode)

pspell_new() parameters that are empty ("") are now ignored

Removed pspell_mode() and pspell_runtogether() - their
fun

Changed syntax of pspell_new() (one more parameter - mode)

pspell_new() parameters that are empty ("") are now ignored

Removed pspell_mode() and pspell_runtogether() - their
functionality moved to pspell_new() because the ability
to dynamically change those settings is not in ISPELL, and
is likely do disappear from ASPELL, according to ASPELL
author.

Created a new constant - PSPELL_RUN_TOGETHER for pspell_new()

fixed a bug in pspell_new() that caused non-English dictionaries
to be ignored

removed a bogus line from pspell_new() that could result in
a memory leak

show more ...


# 29ab69a7 25-Jul-2000 Vlad Krupin

- added several functions for manipulating wordlists - pspell_store_replacement(), pspell_add_to_personal(), pspell_add_to_session(), pspell_clear_session().
- fixed a few confusing typos in comm

- added several functions for manipulating wordlists - pspell_store_replacement(), pspell_add_to_personal(), pspell_add_to_session(), pspell_clear_session().
- fixed a few confusing typos in comments

show more ...


# 83513d95 24-Jul-2000 David Croft

Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
Added a few RCS $Id$ tags.

# Note: I have avoided changing any .h files if the corresponding .c file
# had not alr

Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
Added a few RCS $Id$ tags.

# Note: I have avoided changing any .h files if the corresponding .c file
# had not already been changed as I am not sure if there are any legal
# issues here. So some extensions still have PHP 3 headers.

show more ...


# 99365489 13-Jul-2000 Vlad Krupin

- Making pspell compile as a shared module
- fix a couple typos
@ Making pspell compile as a shared module


# ece6962f 10-Jul-2000 Vlad Krupin

- PS_* constants changed to PSPELL_*
- zval is used instead of pval
(as Andrei Zmievski suggested)

Modified Files:
ext/pspell/pspell.c


# a58ca45b 10-Jul-2000 Vlad Krupin

Initial release. Includes:
- Functionality of aspell
- 3 modes of spellchecking (fast, normal, bad_spellers)
- support for run-together words


123456