/[autoconf]/autoconf/lib/autoscan/functions
ViewVC logotype

Diff of /autoconf/lib/autoscan/functions

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

revision 1.18 by akim, Wed Jul 17 08:09:43 2002 UTC revision 1.19 by akim, Fri Sep 27 07:35:39 2002 UTC
# Line 21  Line 21 
21  alloca          AC_FUNC_ALLOCA  alloca          AC_FUNC_ALLOCA
22  bcmp            AC_HEADER_STDC  bcmp            AC_HEADER_STDC
23  bcopy           AC_HEADER_STDC  bcopy           AC_HEADER_STDC
 bzero           AC_HEADER_STDC  
24  bzero           AC_CHECK_FUNCS  bzero           AC_CHECK_FUNCS
25    bzero           AC_HEADER_STDC
26  chown           AC_FUNC_CHOWN  chown           AC_FUNC_CHOWN
27    dcgettext       AM_GNU_GETTEXT
28  error           AC_FUNC_ERROR_AT_LINE  error           AC_FUNC_ERROR_AT_LINE
29  error_at_line   AC_FUNC_ERROR_AT_LINE  error_at_line   AC_FUNC_ERROR_AT_LINE
30  fnmatch         AC_FUNC_FNMATCH  fnmatch         AC_FUNC_FNMATCH
# Line 37  index          AC_HEADER_STDC Line 38  index          AC_HEADER_STDC
38  ioctl           AC_PROG_GCC_TRADITIONAL  ioctl           AC_PROG_GCC_TRADITIONAL
39  lstat           AC_FUNC_LSTAT  lstat           AC_FUNC_LSTAT
40  major           AC_HEADER_MAJOR  major           AC_HEADER_MAJOR
 malloc          AC_FUNC_MALLOC  
41  makedev         AC_HEADER_MAJOR  makedev         AC_HEADER_MAJOR
42  memchr          AC_HEADER_STDC  malloc          AC_FUNC_MALLOC
43  memchr          AC_CHECK_FUNCS  memchr          AC_CHECK_FUNCS
44    memchr          AC_HEADER_STDC
45  memcmp          AC_FUNC_MEMCMP  memcmp          AC_FUNC_MEMCMP
46  memcpy          AC_HEADER_STDC  memcpy          AC_HEADER_STDC
 memmove         AC_HEADER_STDC  
47  memmove         AC_CHECK_FUNCS  memmove         AC_CHECK_FUNCS
48  memset          AC_HEADER_STDC  memmove         AC_HEADER_STDC
49  memset          AC_CHECK_FUNCS  memset          AC_CHECK_FUNCS
50    memset          AC_HEADER_STDC
51  minor           AC_HEADER_MAJOR  minor           AC_HEADER_MAJOR
52  mktime          AC_FUNC_MKTIME  mktime          AC_FUNC_MKTIME
53  mmap            AC_FUNC_MMAP  mmap            AC_FUNC_MMAP
# Line 62  strerror_r     AC_FUNC_STRERROR_R Line 63  strerror_r     AC_FUNC_STRERROR_R
63  strftime        AC_FUNC_STRFTIME  strftime        AC_FUNC_STRFTIME
64  strnlen         AC_FUNC_STRNLEN  strnlen         AC_FUNC_STRNLEN
65  strtod          AC_FUNC_STRTOD  strtod          AC_FUNC_STRTOD
 utime           AC_FUNC_UTIME_NULL  
66  utime           AC_CHECK_FUNCS  utime           AC_CHECK_FUNCS
67    utime           AC_FUNC_UTIME_NULL
68  vfork           AC_FUNC_FORK  vfork           AC_FUNC_FORK
69  vfprintf        AC_FUNC_VPRINTF  vfprintf        AC_FUNC_VPRINTF
70  vprintf         AC_FUNC_VPRINTF  vprintf         AC_FUNC_VPRINTF
71  vsprintf        AC_FUNC_VPRINTF  vsprintf        AC_FUNC_VPRINTF
72  wait3           AC_FUNC_WAIT3  wait3           AC_FUNC_WAIT3
73    
74    # Functions we should no longer use.
75    getwd          warn: getwd is depecrated, use getcwd instead
76    
77  # Others, checked with AC_CHECK_FUNCS.  # Others, checked with AC_CHECK_FUNCS.
78  __argz_count  __argz_count
79  __argz_next  __argz_next
# Line 80  alarm Line 84  alarm
84  atexit  atexit
85  btowc  btowc
86  clock_gettime  clock_gettime
 dcgettext  
87  doprnt  doprnt
88  dup2  dup2
89  endgrent  endgrent
# Line 106  getpass Line 109  getpass
109  getspnam  getspnam
110  gettimeofday  gettimeofday
111  getusershell  getusershell
 getwd  
112  hasmntopt  hasmntopt
113  inet_ntoa  inet_ntoa
114  isascii  isascii

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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