summaryrefslogtreecommitdiff
path: root/expand.c
Commit message (Collapse)AuthorAgeFilesLines
...
* * Rework jobserver yet one more time.Paul Smith1999-08-131-1/+4
| | | | * Install the $(if ...) function and document it. Still need some examples.
* * Add gettext macros to start i18n support.Paul Smith1999-07-281-3/+4
|
* * Various bug fixes.Paul Smith1999-06-141-1/+1
|
* * Update FSF address info in copyright notices.Paul Smith1999-03-051-1/+2
| | | | | | | | * Update maintainers build process; remove GNUmakefile. Require builders to run automake && autoreconf by hand. * Use AC_SUBST_FILE to get the maintMakefile included, rather than GNU make's include directive, which conflicts with automake 1.4's include directive.
* Checkpoint changes. Bug fixes, mostly.Paul Smith1998-10-031-31/+9
|
* GNU make release 3.77.Paul Smith1998-07-301-17/+72
|
* Tue Mar 19 20:21:34 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>Roland McGrath1996-03-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged VMS port from Klaus Kaempf <kkaempf@didymus.rmi.de>. * make.h (PARAMS): New macro. * config.h-vms: New file. * makefile.com: New file. * makefile.vms: New file. * readme.vms: New file. * vmsdir.h: New file. * vmsfunctions.c: New file. * vmsify.c: New file. * file.h: Renamed to filedef.h to avoid conflict with VMS system hdr. * ar.c: Added prototypes and changes for VMS. * commands.c: Likewise. * commands.h: Likewise. * default.c: Likewise. * dep.h: Likewise. * dir.c: Likewise. * expand.c: Likewise. * file.c: Likewise. * function.c: Likewise. * implicit.c: Likewise. * job.c: Likewise. * job.h: Likewise. * main.c: Likewise. * make.h: Likewise. * misc.c: Likewise. * read.c: Likewise. * remake.c: Likewise. * remote-stub.c: Likewise. * rule.c: Likewise. * rule.h: Likewise. * variable.c: Likewise. * variable.h: Likewise. * vpath.c: Likewise. * compatMakefile (srcs): Rename file.h to filedef.h.
* Cast results of `alloca' to `char *' in two places.Roland McGrath1995-02-061-3/+5
|
* (variable_expand): Fix braino in last change.3.72.4Roland McGrath1995-01-151-1/+1
|
* (variable_expand): Rewrote computed variable name and substitutionRoland McGrath1995-01-151-110/+92
| | | | | | reference handling to be simpler. First expand the entire text between the parens if it contains any $s, then examine the result of that for subtitution references and do no further expansion while parsing them.
* entered into RCSRoland McGrath1993-08-301-1/+8
|
* Formerly expand.c.~9~Roland McGrath1993-06-251-1/+27
|
* Formerly expand.c.~8~Roland McGrath1993-05-061-44/+87
|
* Formerly expand.c.~7~Roland McGrath1993-02-031-2/+2
|
* Formerly expand.c.~6~Roland McGrath1992-12-221-1/+1
|
* Formerly expand.c.~5~Roland McGrath1992-10-251-1/+1
|
* Formerly expand.c.~4~Roland McGrath1992-06-161-1/+3
|
* Formerly expand.c.~3~Roland McGrath1992-06-121-1/+1
|
* Formerly expand.c.~2~Roland McGrath1992-06-111-14/+66
|
* Initial revisionRoland McGrath1991-09-131-0/+342