Skip to content
  • Morten Welinder's avatar
    Don't access memory that isn't ours to access. Constify. · b9b2b802
    Morten Welinder authored
    2000-04-27  Morten Welinder  <terra@diku.dk>
    
    	* src/plugin.c (plugin_load_plugins_in_dir): Don't access memory
     	that isn't ours to access.  Constify.
    	(plugin_data_last_modified): Constify.
    	(plugin_data_get_title): Constify.
    	(plugin_data_get_descr): Constify.
    	(plugin_data_get_size): Constify.
    	(plugin_data_get_user_data): Constify.
    
    
    2000-04-25  Morten Welinder  <terra@diku.dk>
    
    	* numtheory.c (gnumeric_ithprime): Up limit to 1000000.
    	(ithprime): Rework memory handling; up limit; optimize to not even
     	try even numbers.
    	(function_names): rename "nt_ithprime" back to "ithprime" as no
    	conflict is likely.
    b9b2b802