[mw-devel] CVS Update at silver.sucs.org: mw

Finn Wilcox finnw at sucs.org
Sun Jul 28 20:56:14 BST 2002


CVSROOT:	/usr/local/src/cvs
Module name:	mw
Changes by:	finnw at silver.sucs.org	02/07/28 20:56:14

Modified files:
	src            : wrappers.h wrappers.c script.h script.c main.c 
	                 hash.h hash.c completion.h Makefile 
Added files:
	src            : completion.c 

Log message:
	Added wrappers for the following readline functions:
	- rl_completion_matches() ( replaces completion_matches() )
	- rl_filename_completion_function()
	- rl_attempted_completion_function ( hook )
	- rl_directory_rewrite_function ( hook )
	This appears to fix the phantom memory leak in dupstr()
	
	Removed rl_malloc() & rl_free()
	
	Removed a lot of garbage collection code from hash.c, that was
	never used.
	Removed the numeric key types from hash.h, also never used.
	
	Added script file tab completion for .load
	Added duplicate tab completion entry for .sa
	
	Moved tab completion table to new file completion.c




More information about the mw-devel mailing list