CVS update [cvs1-11-x-branch]: /ccvs/os2/
[email protected] 6 Jun 2005 21:33:52 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Tag: cvs1-11-x-branch User: conradpino Date: 05/06/06 14:33:52 Modified: /ccvs/os2/ ChangeLog, run.c Log: * os2/run.c: Add "FIXME" for "run_add_arg_p" and "run_arg_free_p" functions. Move cvs1-11-x-branch-last-merge to latest branch revision on the above and the corresponding ChangeLog file. File Changes: Directory: /ccvs/os2/ ===================== File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/os2/ChangeLog?r1=1.192.4.6&r2=1.192.4.7 Delta lines: +4 -0 ------------------- --- ChangeLog 6 Jun 2005 21:32:50 -0000 1.192.4.6 +++ ChangeLog 6 Jun 2005 21:33:49 -0000 1.192.4.7 @@ -1,5 +1,9 @@ 2005-06-06 Conrad T. Pino <[email protected]> + * run.c: Add "FIXME" for "run_add_arg_p" and "run_arg_free_p" functions. + +2005-06-06 Conrad T. Pino <[email protected]> + * run.c: Reverse patch committed 2005-05-27 by Conrad T. Pino. 2005-05-27 Conrad T. Pino <[email protected]> File [changed]: run.c Url: https://ccvs.cvshome.org/source/browse/ccvs/os2/run.c?r1=1.24.4.2&r2=1.24.4.3 Delta lines: +3 -0 ------------------- --- run.c 6 Jun 2005 21:32:50 -0000 1.24.4.2 +++ run.c 6 Jun 2005 21:33:49 -0000 1.24.4.3 @@ -12,6 +12,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. */ +/* FIXME: Add "run_add_arg_p" and "run_arg_free_p" functions. + File "../src/run.c" contains the reference implementations. */ + #include "cvs.h" #include "os2inc.h"