comparison NEWS @ 17324:b1b7de2c4a71

careadlinkat: stop exporting careadlinkatcwd Only Emacs used it directly, and Emacs no longer needs it. * NEWS: Document this simplification. * lib/areadlink.c (careadlinkatcwd): Move here from careadlinkat.c, and make it static. Include <stdlib.h>, for abort, and unistd.h, for readlink. * lib/careadlinkat.c (careadlinkatcwd): Move to areadlink.c. Don't include stdlib.h; no longer needed. * lib/careadlinkat.h (careadlinkatcwd): Remove decl. * lib/relocwrapper.c: Adjust comment to match new dependencies. * modules/areadlink (Depends-on): Add readlink. (Maintainer): Add self. * modules/careadlinkat (Depends-on): Remove readlink.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 08 Feb 2013 15:12:36 -0800
parents 1b8b1b06fb47
children 66c5e33ff0ba
comparison
equal deleted inserted replaced
17323:6c93ff5bc2bd 17324:b1b7de2c4a71
25 25
26 User visible incompatible changes 26 User visible incompatible changes
27 --------------------------------- 27 ---------------------------------
28 28
29 Date Modules Changes 29 Date Modules Changes
30
31 2013-02-08 careadlinkat This module no longer provides the careadlinkatcwd
32 function.
30 33
31 2012-06-26 getopt-posix This module no longer guarantees that option 34 2012-06-26 getopt-posix This module no longer guarantees that option
32 processing is resettable. If your code uses 35 processing is resettable. If your code uses
33 'optreset' or 'optind = 0;', rewrite it to make 36 'optreset' or 'optind = 0;', rewrite it to make
34 only one pass over the argument array. 37 only one pass over the argument array.