diff options
Diffstat (limited to 'proc_proxy')
-rw-r--r-- | proc_proxy/ChangeLog~ | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/proc_proxy/ChangeLog~ b/proc_proxy/ChangeLog~ deleted file mode 100644 index 7866e64b..00000000 --- a/proc_proxy/ChangeLog~ +++ /dev/null @@ -1,36 +0,0 @@ -2008-08-29 Zheng Da <zhengda1936@gmail.com> - - * Makefile: Add process_ops.c - - * proc_proxy.c (master_port, args_doc, doc, options): New variables. - (reqport_find): Remove debugging print. - (comm_argv, comm_argc): New variables. - (add_comm_arg, add_comm_line, parse_opt): New functions. - (argp): New variable. - (main): Parse the options with argp. - - * proc_proxy.h (DEBUG): Removed macro. - - * process_ops.c (S_proc_getprivports): Return the master device port. - -2008-08-18 Zheng Da <zhengda1936@gmail.com> - - * README: New file. - -2008-08-17 Zheng Da <zhengda1936@gmail.com> - - * process.defs: Remove file. - - * process_ops.c: Replace the server prefix with the default one "S_". - -2008-08-17 Zheng Da <zhengda1936@gmail.com> - - * process.defs: New file. - - * Makefile: New file. - - * process_ops.c: New file. - - * proc_proxy.c: New file. - - * proc_proxy.h: New file. |