SummaryRefsLogTreeCommitDiffStats
path: root/src/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing #include directives....<libguile.h> in Guile 2.x used to include these, but this is no longer the case with 3.0. * src/cron.c, src/mcron.h: Include <string.h>. * src/utils.c: Include <stdio.h>. Ludovic Courtès2020-02-271-0/+1
* utils: Add 'assq_symbol_set_x' function...* src/utils.c (assq_symbol_set_x): New function. * src/mcron.c (parse_opt): Use it. Mathieu Lirzin2017-09-281-3/+6
* wrapper: Move 'wrap_env_path' to a new 'utils' module....* src/wrapper.c: Move 'wrap_env_path' to ... * src/utils.h: ... here. New module. * src/utils.c: New file. * configure.ac: Use AC_PROG_RANLIB and AM_PROG_AR. * Makefile.am (noinst_LIBRARIES, src_libmcron_a_SOURCES): New variables. (LDADD): Add 'src/libmcron.a'. Mathieu Lirzin2017-09-281-0/+44