summaryrefslogtreecommitdiffstats
path: root/Modules/soundex.c
Commit message (Collapse)AuthorAgeFilesLines
* Use METH_VARARGS instead of numeric constant 1 in method def. tablesAndrew M. Kuchling2000-08-031-3/+5
|
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
| | | | | | | | | | | | | | | | | | and a couple of functions that were missed in the previous batches. Not terribly tested, but very carefully scrutinized, three times. All these were found by the little findkrc.py that I posted to python-dev, which means there might be more lurking. Cases such as this: long func(a, b) long a; long b; /* flagword */ { and other cases where the last ; in the argument list isn't followed by a newline and an opening curly bracket. Regexps to catch all are welcome, of course ;)
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-2/+2
| | | | PyArg_ParseTuple() format string arguments as possible.
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
| | | | on BeOS or Windows.
* Add case for 'R' and a little bit of cleanup. Andrew Kuchling.Guido van Rossum1996-12-051-6/+8
|
* make soundex_hash staticGuido van Rossum1996-05-241-1/+1
|
* Added __doc__ strings. Added get_soundex().Guido van Rossum1996-05-231-2/+36
|
* edited RCS cruftGuido van Rossum1995-06-141-1/+1
|
* new modules soundex.c and environment.cGuido van Rossum1995-06-141-0/+141