/[make]/make/ChangeLog
ViewVC logotype

Diff of /make/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.247 by psmith, Mon Nov 29 01:35:13 2004 UTC revision 2.248 by bosk, Tue Nov 30 19:51:24 2004 UTC
# Line 1  Line 1 
1    2004-11-30  Boris Kolpackov  <boris@kolpackov.net>
2    
3            Implementation of `realpath' and `abspath' built-in functions.
4    
5            * configure.in: Check for realpath.
6            * function.c (abspath): Return an absolute file name that does
7            not contain any `.' or `..' components, nor repeated `/'.
8            * function.c (func_abspath): For each name call abspath.
9            * function.c (func_realpath): For each name call realpath
10            from libc or delegate to abspath if realpath is not available.
11            * doc/make.texi (Functions for File Names): Document new functions.
12            * doc/make.texi (Quick Reference): Ditto.
13    
14  2004-11-28  Paul D. Smith  <psmith@gnu.org>  2004-11-28  Paul D. Smith  <psmith@gnu.org>
15    
16          * main.c (main) [WINDOWS32]: Remove any trailing slashes from -C          * main.c (main) [WINDOWS32]: Remove any trailing slashes from -C

Legend:
Removed from v.2.247  
changed lines
  Added in v.2.248

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26