Glenn Morris
|
114f9c9679
|
Add 2010 to copyright years.
|
2010-01-13 00:35:10 -08:00 |
|
Glenn Morris
|
f5d0ac07d6
|
Add 2009 to copyright years.
|
2009-01-08 03:38:51 +00:00 |
|
Jason Rumney
|
9ee85856f6
|
(PTR): Remove.
|
2008-12-25 14:30:22 +00:00 |
|
Dan Nicolaescu
|
06e111a6ef
|
Reorganize implementation of Flist_system_processes and
Fsystem_process_attributes. No functional changes.
* process.c: Don't #include pwd.h, grp.h and limits.h.
(Flist_system_processes): Just call list_system_processes.
(Fsystem_process_attributes): Just call system_process_attributes.
(procfs_list_system_processes, time_from_jiffies)
(ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
(procfs_get_total_memory, procfs_system_process_attributes): Move ...
* sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
(list_system_processes): Rename from
procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
Provide a do nothing implementation.
(system_process_attributes): Rename from
procfs_list_system_processes.
(ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
(procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
* w32.c (list_system_processes): Rename from
w32_list_system_processes.
(system_process_attributes): Rename from
w32_system_process_attributes.
* s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
* process.h (w32_list_system_processes)
(w32_system_process_attributes): Remove.
(list_system_processes, system_process_attributes): New
prototypes.
* config.nt (LISTPROC, PROCATTR): Remove.
|
2008-12-19 19:50:35 +00:00 |
|
Eli Zaretskii
|
de62e4f842
|
(LISTPROC, PROCATTR): New macros.
|
2008-08-09 17:56:14 +00:00 |
|
Dan Nicolaescu
|
69ab3201ca
|
* s/ms-w32.h (MULTI_KBOARD): Remove.
* xterm.c:
* xselect.c:
* xfns.c:
* window.c:
* w32term.c:
* w32fns.c:
* terminal.c:
* termhooks.h:
* term.c:
* sysdep.c:
* keyboard.h:
* keyboard.c:
* frame.h:
* frame.c:
* frame.c: Remove references to MULTI_KBOARD, it is now the
default.
* config.in: Regenerate.
* config.nt (MULTI_KBOARD): Remove.
* configure.in (MULTI_KBOARD): Remove.
|
2008-07-31 02:47:32 +00:00 |
|
Dan Nicolaescu
|
77ccee0959
|
* config.in: Regenerate.
* s/ms-w32.h (subprocesses): Define unconditionally.
* s/template.h (subprocesses): Update comment.
* s/vms.h (subprocesses):
* s/usg5-4.h (subprocesses):
* s/hpux10-20.h (subprocesses):
* s/gnu-linux.h (subprocesses):
* s/cygwin.h (subprocesses):
* s/bsd-common.h (subprocesses):
* s/aix4-2.h (subprocesses):
* s/darwin.h (subprocesses): Do not define, defined by default now.
* Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
Remove all references.
(temacs): Add GNUStep specific ld flags.
* Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
* config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
* Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.
* configure.in (LD_SWITCH_SITE): Remove, set the values directly
in src/Makefile.in.
(static): Remove, autoconf would always comment it out anyway.
(subprocesses): Define unconditionally.
|
2008-07-23 06:26:32 +00:00 |
|
Dan Nicolaescu
|
bdee2ef3fa
|
* config.nt (HAVE_FACES): Remove, unused.
* s/vms.h: Use __GNUC__ instead of _GNUC_.
* m/macppc.h:
* m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
* m/ibms390x.h (XINT, XUINT): Don't define, same as the default
(SPECIAL_EMACS_INT):
* m/ia64.h (SPECIAL_EMACS_INT):
* m/amdx86-64.h (SPECIAL_EMACS_INT):
* s/gnu.h (NLIST_STRUCT):
* aix4-2.h (X11R5_INHIBIT_I18N):
* s/gnu-linux.h (LINUX):
* s/msdos.h (HAVE_FACES):
* s/ms-w32.h (HAVE_FACES): Don't define, unused.
* systty.h:
* sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
anymore.
|
2008-07-13 07:35:26 +00:00 |
|
Juanma Barranquero
|
43db14bbd8
|
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
* nt/nmake.defs:
* nt/gmake.defs (FONT_CFLAGS): Remove.
(EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
(CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
and _CRTAPI1.
(ARCH_FLAGS): Don't include _X86_.
* nt/config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
* src/makefile.w32-in (LOCAL_FLAGS):
Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
* src/sysdep.c (_spawnlp, _getpid):
Declare with explicit _cdecl instead of _CRTAPI1.
* src/editfns.c (Fget_internal_run_time):
Check for WINDOWSNT with #ifdef, not #if.
|
2008-06-26 22:33:33 +00:00 |
|
Dan Nicolaescu
|
f2a77c3a41
|
* unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.
* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.
* config.nt: Remove reference to UNEXEC_SRC.
* lwlib.c: Remove references to obsolete variables.
* fakemail.c: Remove references to obsolete variables.
* os.texi: Remove references to obsolete systems.
* configure.in:
* configure: Remove references to obsolete systems.
|
2008-06-26 04:24:54 +00:00 |
|
Glenn Morris
|
eef0be9e86
|
Switch to recommended form of GPLv3 permissions notice.
|
2008-05-09 05:14:16 +00:00 |
|
Dan Nicolaescu
|
9d2818d676
|
* configure.in: Remove references to obsolete variables and
systems.
* configure: Regenerate.
* Makefile.in (NO_SHORTNAMES):
* emacsclient.c (NO_SHORTNAMES):
* fakemail.c (NO_SHORTNAMES):
* make-docfile.c (NO_SHORTNAMES):
* movemail.c (NO_SHORTNAMES):
* pop.c (NO_SHORTNAMES): Remove references to obsolete variable.
* config.nt (SHORTNAMES): Remove reference to obsolete variable.
* s/vms4-0.h:
* s/vms4-2.h:
* s/vms4-4.h:
* s/vms5-5.h: Remove, unused.
* s/irix5-2.h:
* s/irix6-0.h:
* s/riscos5.h:
* s/mach-bsd4-3.h:
* m/mips4.h: Remove files for obsolete systems
* Makefile.in:
* filelock.c:
* unexmips.c:
* m/hp9000s300.h:
* m/iris4d.h:
* s/aix3-1.h:
* s/hpux.h:
* s/msdos.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-3.h: Remove references to obsolete variables.
* s/irix5-0.h: Remove, move all the contents ...
* s/irix6-5.h: ... here. Simplify.
* config.in: Regenerate.
|
2008-02-24 18:53:07 +00:00 |
|
Miles Bader
|
59ce725a3b
|
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
|
2008-01-08 20:46:54 +00:00 |
|
Glenn Morris
|
6d344054d1
|
Add 2008 to copyright years.
|
2008-01-07 08:15:16 +00:00 |
|
Jan Djärv
|
91b96a0408
|
Remove HAVE_X11R5.
|
2007-11-01 07:43:37 +00:00 |
|
Jason Rumney
|
5eaf5ed9f5
|
(HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
(strings.h, stdlib.h): Conditionally include.
(w32_abort): Declare here.
(abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
|
2007-10-22 22:39:06 +00:00 |
|
Glenn Morris
|
4a9f99bdfb
|
Switch license to GPLv3 or later.
|
2007-07-25 05:08:27 +00:00 |
|
Glenn Morris
|
62eda0e2b1
|
Update copyright for years from Emacs 21 to present (mainly adding
2001).
|
2007-01-16 02:38:27 +00:00 |
|
Eli Zaretskii
|
feb7545204
|
(HAVE_LANGINFO_CODESET): Define.
|
2006-09-24 12:36:19 +00:00 |
|
Thien-Thi Nguyen
|
ceb4c4d303
|
Update years in copyright notice; nfc.
|
2006-02-06 12:31:40 +00:00 |
|
Eli Zaretskii
|
40da3962c8
|
(HAVE_GET_CURRENT_DIR_NAME): Undefine.
|
2005-09-10 11:46:35 +00:00 |
|
Thien-Thi Nguyen
|
b65d8176e6
|
Update years in copyright notice; nfc.
|
2005-08-10 15:40:54 +00:00 |
|
Eli Zaretskii
|
79019d4cb4
|
(HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine, like config.in does.
|
2005-07-30 11:30:33 +00:00 |
|
Lute Kamstra
|
364c38d3af
|
Update FSF's address.
|
2005-07-04 15:47:28 +00:00 |
|
Thien-Thi Nguyen
|
d8905e0db2
|
(HAVE_PWD_H): Undef.
|
2005-04-22 22:27:14 +00:00 |
|
Miles Bader
|
ab5796a9f9
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
|
Jan Djärv
|
aa287913f8
|
config.nt: New define strftime
|
2003-06-27 11:55:04 +00:00 |
|
Juanma Barranquero
|
177c0ea743
|
Trailing whitespace deleted.
|
2003-02-04 14:56:31 +00:00 |
|
Kim F. Storm
|
89440542c3
|
(HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
(HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
(HAVE_SYS_UN_H): Undef.
From David Ponce <dponce@voila.fr>.
|
2002-03-19 12:03:42 +00:00 |
|
Jason Rumney
|
cad19b50d5
|
Add STRFTIME_NO_POSIX2.
|
2002-03-13 23:04:39 +00:00 |
|
Andrew Innes
|
f82f26babc
|
(RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
than the function.
|
2001-01-02 22:41:07 +00:00 |
|
Jason Rumney
|
7c98e712b1
|
Enable conservative stack marking.
|
2000-11-25 19:18:49 +00:00 |
|
Jason Rumney
|
acc311da84
|
Add definition of NO_RETURN
|
2000-09-24 11:12:04 +00:00 |
|
Andrew Innes
|
50a6026b8b
|
[WINDOWSNT]: Don't declare getenv.
|
2000-08-22 21:48:48 +00:00 |
|
Jason Rumney
|
dc5ed26ee9
|
Define POINTER_TYPE, PTR, PROTOTYPES and __P.
|
2000-06-11 20:58:22 +00:00 |
|
Geoff Voelker
|
b57e1c983f
|
(LOCALTIME_CACHE): Define.
|
1998-12-03 03:12:04 +00:00 |
|
Geoff Voelker
|
e447c636bc
|
(HAVE_MOTIF_2_1): Add for consistency with config.in.
(RE_TRANSLATE_P): New macro.
|
1998-04-29 04:31:34 +00:00 |
|
Geoff Voelker
|
774fe785d4
|
Include new macros from src/config.in.
(GNU_MALLOC, REL_ALLOC): Define.
(RE_TRANSLATE_TYPE): Use Lisp_Object as type.
(RE_TRANSLATE): Use char_table_translate.
|
1998-04-17 05:04:46 +00:00 |
|
Richard M. Stallman
|
2289984b61
|
(RE_TRANSLATE): Copy definition from config.in.
|
1997-07-09 01:25:06 +00:00 |
|
Geoff Voelker
|
3336914ed0
|
Update file comments.
Update undefs added/removed in src/config.in.
|
1997-07-01 05:09:25 +00:00 |
|
Geoff Voelker
|
a4b984a1d6
|
Use new name ms-w32.h for windowsnt.h
|
1996-11-19 07:15:13 +00:00 |
|
Erik Naggum
|
bf2b146b13
|
Update FSF's ddress in preamble
|
1996-01-15 08:32:56 +00:00 |
|
Geoff Voelker
|
bdfab656b8
|
Update to latest src/config.in.
|
1995-11-07 07:57:46 +00:00 |
|
Geoff Voelker
|
8553c409bb
|
Initial revision
|
1995-05-26 05:06:02 +00:00 |
|