- 07 Aug, 2002 18 commits
-
-
-
-
-
-
-
-
(default_mail_test): If command is empty do not send anything. (mail_test_file): New function. Test the contents of an arbitrary file.
Sergey Poznyakoff authored -
-
-
-
-
-
-
-
-
Environment variables are now typed, so setting "set folder=1" won't cause coredumps anymore. The function util_getenv() is used to retrieve a variable of given data type. util_find_env() takes second argument specifying whether it should create a missing variable. This function is used only in util.c and var.c.
Sergey Poznyakoff authored -
"value" to be a union. (environment functions): Changed prototypes. (util_folder_path): New prototype.
Sergey Poznyakoff authored
-
- 06 Aug, 2002 17 commits
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Replaced sr_STRUCT_TM.* with AC_CHECK_MEMBERS (no aggregate members, so it's safe here).
Sergey Poznyakoff authored -
-
- 05 Aug, 2002 5 commits
-
-
* lib/Makefile.am: Remove libtool hacks, automake now handles LIBOBJS correctly. * .cvsignore: Add autom4te.cache * configure.in: Rename to ... * configure.ac: ... this, and update to autoconf 2.5 * Makefile.am: Now requires Automake 1.6 * m4/malloc.m4: Update from gnulib * m4/realloc.m4: Update from gnulib * m4/regex.m4: Update from gnulib * m4/utmp.m4: Change LIBOBJS to use AC_LIBOBJ
Jeff Bailey authored -
-
-
-
-