Patches item #534254, was opened at 2002-03-24 07:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=303152&aid=534254&group_id=3152
Category: other Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jeremy Collins (jcollins) Assigned to: Nobody/Anonymous (nobody) Summary: New Object Commands Initial Comment: This patch implements the following commands as Tcl_ObjCommand's. ns_crypt ns_sleep ns_localtime ns_gmtime ns_fmttime ns_httptime ns_parsehttptime I will try to work on more as I get time but I wanted to get these out in case someone was working on this already. ---------------------------------------------------------------------- >Comment By: Jeremy Collins (jcollins) Date: 2002-03-24 23:30 Message: Logged In: YES user_id=1031 Ok, object patch number 4 implements 84 out of 165 tcl commands as object commands. And now for the all inclusive list of commands in this patch: ns_crypt ns_sleep ns_localtime ns_gmtime ns_time ns_fmttime ns_httptime ns_parsehttptime ns_rand ns_info ns_modulepath ns_log ns_urlencode ns_urldecode ns_uuencode ns_uudecode ns_gifsize ns_jpegsize ns_unlink ns_mkdir ns_rmdir ns_cp ns_cpfp ns_rollfile ns_purgefiles ns_tmpnam ns_normalizepath ns_link ns_symlink ns_rename ns_kill ns_writefp ns_truncate ns_ftruncate ns_chmod ns_sockblocking ns_socknonblocking ns_socknread ns_sockopen ns_socklisten ns_sockaccept ns_sockcheck ns_sockselect ns_socketpair ns_hostbyaddr ns_addrbyhost ns_sockcallback ns_socklistencallback ns_register_filter ns_register_trace ns_register_adp ns_register_proc ns_unregister_adp ns_unregister_proc ns_atclose ns_return ns_respond ns_returnfile ns_returnfp ns_returnbadrequest ns_returnerror ns_returnredirect ns_headers ns_write ns_connsendfp ns_returnforbidden ns_returnunauthorized ns_returnnotfound ns_http ns_chan ns_url2file ns_logroll ns_library ns_guesstype ns_geturl ns_checkurl ns_requestauthorize ns_markfordelete ns_shutdown ns_parsequery ns_conncptofp ns_writecontent ns_conn ns_mutex ---------------------------------------------------------------------- Comment By: Jeremy Collins (jcollins) Date: 2002-03-24 16:32 Message: Logged In: YES user_id=1031 The 2nd patch implements the following as object commands: ns_rand ns_info ns_modulepath ns_log ns_urlencode ns_urldecode ns_uuencode ns_uudecode ns_gifsize The 3rd path implements: ns_mkdir ns_rmdir ns_cp ns_cpfp ns_rollfile ns_purgefiles ns_mktemp ns_tmpnam ns_normalizepath ns_link ns_symlink ns_rename ns_kill ns_writefp ns_truncate ns_ftruncate ns_chmod --- Should I be removing the nonobject commands from the source? So far I have been leaving them. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=303152&aid=534254&group_id=3152
