summaryrefslogtreecommitdiff
path: root/m4/path.c
Commit message (Expand)AuthorAgeFilesLines
* libm4: fix path_truncate() regressions on OS/2.KO Myung-Hun2014-12-091-5/+11
* modules: only load modules with system module file extension.Gary V. Vaughan2014-11-261-1/+1
* modules: Use LT_MODULE_EXT for host module file extension.Gary V. Vaughan2014-11-261-1/+1
* modules: use only host system module file extension in searches.Gary V. Vaughan2014-11-261-2/+1
* modules: support 8.3 truncated filenames.Gary V. Vaughan2014-11-211-2/+43
* maint: run update-copyright for 2014.Gary V. Vaughan2014-11-201-2/+2
* modules: support non-posix PATH_SEPARATOR.Gary V. Vaughan2014-11-201-1/+1
* modules: support .dll suffix.KO Myung-Hun2014-11-201-0/+1
* modules: huge simplification of module loading without libltdl.Gary V. Vaughan2013-09-211-3/+2
* modules: store module name in the module struct.Gary V. Vaughan2013-09-201-1/+1
* refactor: remove dead M4MODPATH code.Gary V. Vaughan2013-09-201-0/+4
* maint: either fix or disable failing syntax-check rules.Gary V. Vaughan2013-09-181-1/+1
* maint: prefer STREQ/STRNEQ to strcmp contortions.Gary V. Vaughan2013-09-181-1/+1
* maint: update copyright year.Gary V. Vaughan2013-09-181-2/+2
* Factor load functionality into include builtin.Gary V. Vaughan2013-09-161-63/+184
* More whitespace cleanup.Eric Blake2010-01-071-1/+1
* Switch to indentation by space, not tab.Eric Blake2010-01-051-31/+31
* Update copyright year.Eric Blake2010-01-051-1/+1
* Stage 28b: Warn on embedded NUL in file arguments.Eric Blake2009-02-111-3/+4
* Unify error handling for reading directories.Eric Blake2008-09-251-9/+25
* Consistently cast malloc results, for C++ compilation.Eric Blake2008-03-131-4/+3
* Factor out handling of macro name in error messages.Eric Blake2007-11-231-2/+2
* Never let printf failures go undetected.cvs-readonlyEric Blake2007-10-221-4/+4
* Normalize all GPL license notices.Eric Blake2007-10-061-6/+6
* Upgrade to GPLv3, and document 1.4.10.Eric Blake2007-10-061-1/+1
* M4 was designed to have a small number of header files definingGary V. Vaughan2007-10-061-2/+0
* * doc/m4.texinfo (Mpeval): Add tests.Eric Blake2007-10-061-4/+4
* * m4/path.c (m4_include_env_init): Don't alter result of getenv.Eric Blake2007-10-061-2/+7
* * modules/m4.c (m4_dump_symbols, errprint, m4wrap)Eric Blake2007-10-061-1/+1
* * configure.ac (AC_CONFIG_HEADERS): Place <config.h> with otherEric Blake2007-10-061-3/+1
* * m4/m4module.h (m4_debug_message): New prototype.Eric Blake2007-10-061-3/+3
* * tests/options.at (debug-flags): Update to reflect new message.Eric Blake2007-10-061-52/+69
* Start porting various fixes from the branch that use gnulib.Eric Blake2007-10-061-12/+33
* * po/POTFILES.in: Add more files that contain translatableEric Blake2007-10-061-1/+1
* * m4/m4private.h (DEBUG_MODULES, DEBUG_STKOVF) [DEBUG]: FixEric Blake2007-10-061-2/+3
* Ensure M4 compiles correctly with -DDEBUG, and use a singleGary V. Vaughan2007-10-061-0/+2
* * src/main.c (print_program_name_CB): Preserve errno, sinceGary V. Vaughan2007-10-051-1/+6
* The FSF are moving offices today. Changed their contact addressGary V. Vaughan2007-10-051-2/+2
* * m4/symtab.c (m4_symtab_create): Fix a careless use of sizeof.Gary V. Vaughan2007-10-051-1/+1
* The import script was not written properly, and the last gnulibGary V. Vaughan2007-10-051-1/+1
* * Makefile.am (ACLOCAL_AMFLAGS): Search in the new acm4 andGary V. Vaughan2007-10-051-1/+1
* Reimport the latest xalloc module from CVS gnulib, and adjust theGary V. Vaughan2007-10-051-2/+1
* * config/debug.m4: `perl -pi.bak -e 's/(Copyright) (d)/$1 (C) $2/g'`Gary V. Vaughan2007-10-051-1/+1
* * configure.ac (AC_HEADER_STDBOOL, INCLUDE_STDBOOL_H): Check forGary V. Vaughan2007-10-051-3/+3
* Libltdl already has an excellent mechanism for accessing C symbolsGary V. Vaughan2007-10-051-1/+1
* Aside from auditing path.c for m4module.h api obfuscation, thisGary V. Vaughan2007-10-051-39/+17
* Two related changes, and a huge knockon effect throughout theGary V. Vaughan2007-10-051-8/+9
* Ansify the source. Previously we had a mix, where my code wasGary V. Vaughan2007-10-051-18/+9
* Perl out the trailing blanks.Akim Demaille2007-10-051-4/+4
* Modularization of all builtins by extenstion of libm4.Gary V. Vaughan2007-10-051-0/+211