emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109571: CPP-DEFINES misc cleanup


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109571: CPP-DEFINES misc cleanup
Date: Sat, 11 Aug 2012 20:13:37 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109571
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-08-11 20:13:37 -0700
message:
  CPP-DEFINES misc cleanup
modified:
  admin/CPP-DEFINES
=== modified file 'admin/CPP-DEFINES'
--- a/admin/CPP-DEFINES 2012-08-11 22:39:36 +0000
+++ b/admin/CPP-DEFINES 2012-08-12 03:13:37 +0000
@@ -231,80 +231,149 @@
 _setjmp
 _start
 abort
-access
 alloca
-brk
-calloc
-chdir
-chmod
-chown
 close
-creat
-ctime
-dup
-dup2
-edata
 emacs
-etext
-execlp
-execvp
-fdopen
-fileno
-fopen
 free
-fsync
-ftruncate
-fwrite
-getdefdir
-getdisk
-getenv
-getpid
-getuid
 gmtime
-index
-isatty
-kill
-link
-linux
 localtime
-logb
-lseek
 malloc
-mkdir
-mktemp
-open
-pclose
-pipe
-popen
 random
 read
 realloc
-rename
-rindex
-rmdir
-sbrk
 select
+umask
+vfork
+
+
+src/sysdep.c:
+write
+
+src/syssignal.h:
+signal
 sigmask
-signal
 sigsetmask
+
+
+lib/dup2.c:
+dup2
+
+lib/signal.h:
+signal
+
+lib/sigprocmask.c:
+signal
+
+lib/stdio.h:
+fdopen
+fopen
+fwrite
+popen
+rename
+
+lib/stdlib.h:
+calloc
+srandom     (conf_post.h may undo)
+
+lib/strftime.c:
+tzname
+tzset
+
+lib/sys/stat.h:
+mkdir
+
+lib/unistd.h:
+chown
+dup
+dup2
+ftruncate
+isatty
+link
+lseek
+pipe
+rmdir
+sleep
+unlink
+
+
+MS compat stuff:
+
+ms-w32.h:
+access
+calloc
+chdir
+chmod
+chown
+creat
+ctime
+dup
+dup2
+execlp
+execvp  (also emacsclient.c [WINDOWSNT])
+fdopen
+fileno
+fopen
+fsync
+ftruncate
+getdefdir
+getdisk
+getpid
+isatty
+kill
+link
+logb
+lseek
+mkdir
+mktemp
+open
+pclose
+pipe
+popen
+rename
+rmdir
+signal
 sleep
 spawnve
-srandom
 strdup
 stricmp
 strnicmp
 strupr
 sys_nerr
-system
-temacs
 tzname
 tzset
 umask
-unix
 unlink
 utimbuf
 utime
-vfork
-wait
+wait  (also movemail.c [WINDOWSNT])
 write
-xfree
+
+lib-src/ntlib:
+access
+chdir
+chmod
+creat
+dup
+dup2
+execlp
+execvp
+fdopen
+fileno
+fopen
+getpid
+index
+isatty
+logb
+lseek
+mkdir
+mktemp
+open
+pclose
+pipe
+popen
+rmdir
+rindex
+sleep
+umask
+unlink
+utime


reply via email to

[Prev in Thread] Current Thread [Next in Thread]