Juanma Barranquero
4f09e23d4a
Include hpux10-20.h instead of hpux10.h. Delete #undef of
...
POLLING_PROBLEM_IN_SELECT.
2003-02-21 08:05:15 +00:00
Juanma Barranquero
9ded707201
(POLLING_PROBLEM_IN_SELECT): Define POLL_INTERRUPTED_SYS_CALL, not
...
POLLING_PROBLEM_IN_SELECT.
2003-02-21 08:04:13 +00:00
Juanma Barranquero
427d47993c
New file.
2003-02-21 08:03:31 +00:00
Juanma Barranquero
177c0ea743
Trailing whitespace deleted.
2003-02-04 14:56:31 +00:00
Juanma Barranquero
2454c12d45
Initial revision.
2003-01-31 15:05:24 +00:00
Dave Love
e7b6b57283
(GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
...
architectures.
2003-01-24 12:22:01 +00:00
Dave Love
69f5d6fede
(GC_SETJMP_WORKS, GC_MARK_STACK): Define.
2003-01-21 16:47:27 +00:00
Dave Love
296e6c4f5e
Not necessary.
2002-12-09 18:10:12 +00:00
Andrew Choi
72742a999a
2002-12-02 Andrew Choi <akochoi@shaw.ca>
...
* macmenu.c (add_menu_item, fill_menubar): Truncate menu item
names to 255 characters.
* macterm.c (XTread_socket): If all frames have been collapsed,
expand the first one before handling drag-and-drop events.
* s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
which is detected by autoconf.
2002-12-02 17:13:46 +00:00
Dave Love
44129dcbc7
*** empty log message ***
2002-11-28 23:38:38 +00:00
Dave Love
6b2fd6ea80
*** empty log message ***
2002-11-27 23:01:32 +00:00
Dave Love
bf025ef431
(WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
...
Don't define.
(GC_SETJMP_WORKS, GC_MARK_STACK): Define.
2002-11-27 22:59:22 +00:00
Dave Love
04dbfa089e
(bcopy, bzero, bcmp): Don't define.
2002-11-19 14:47:11 +00:00
Dave Love
dee8ab28ac
Don't include alloca.h.
2002-11-18 16:37:53 +00:00
Dave Love
1d89948553
Move OSF1 stuff from m/alpha.h to here.
2002-11-18 16:02:39 +00:00
Dave Love
7d7d9b8484
(HAVE_FSYNC): Don't define.
2002-11-18 15:53:38 +00:00
Markus Rost
40154c7910
Include sol2-6.h.
2002-11-18 06:44:22 +00:00
Ben Key
f60ae425e9
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
2002-11-17 22:35:26 +00:00
Francesco Potortì
407fa60182
sparc-sun-solaris2.8
2002-11-14 13:32:32 +00:00
Richard M. Stallman
45bec201a1
(POLLING_PROBLEM_IN_SELECT): Add #undef.
2002-11-06 04:58:50 +00:00
Richard M. Stallman
d7efe3e1c6
(POLLING_PROBLEM_IN_SELECT): Defined.
2002-11-06 04:57:48 +00:00
Richard M. Stallman
4424836042
(BROKEN_SIGIO): Turn off the #undef.
2002-11-05 05:19:58 +00:00
Dave Love
a8c834bfdb
(bcopy, bzero): Define conditional on HAVE_BCOPY.
...
(bcmp): Define conditional on HAVE_BCMP.
(NO_SIOCTL_H): Don't define.
(TIOCSIGSEND): Don't make conditional on IRIX6.
2002-10-30 18:59:01 +00:00
Dave Love
a86892dc69
Don't include strings.h.
...
(bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
2002-10-30 18:58:46 +00:00
Dave Love
15fe470ff9
(IRIX6): Don't define.
...
(bcopy, bcmp, bzero): Don't undef.
2002-10-30 18:57:59 +00:00
Dave Love
7fa3ed62bf
Don't include strings.h.
...
(IRIX6): Don't define.
(bcopy, bcmp, bzero): Don't undef.
2002-10-30 18:57:41 +00:00
Dave Love
10c1902cc6
(C_SWITCH_SYSTEM): Revert last change (fixed by
...
regexp.h change).
(TERMINFO, LIBS_TERMCAP): Define.
2002-10-30 18:50:35 +00:00
Richard M. Stallman
95fb966a33
(UNEXEC): Comment out definition.
2002-09-13 19:36:33 +00:00
Markus Rost
e986c17538
Fix typo. Add comment.
2002-09-09 21:37:28 +00:00
Richard M. Stallman
8103074acf
New file.
2002-09-09 19:40:44 +00:00
Richard M. Stallman
b3bc7e9e7c
(UNEXEC): Definition deleted.
2002-09-09 19:40:29 +00:00
Richard M. Stallman
91fda8546a
(UNEXEC): Use unexsol.o.
2002-09-05 02:37:17 +00:00
Andrew Choi
ad8d730cf4
2002-08-27 Andrew Choi <akochoi@shaw.ca>
...
* s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
2002-08-27 18:49:52 +00:00
Andrew Choi
5cb724f067
2002-08-25 Andrew Choi <akochoi@shaw.ca>
...
* s/darwin.h (DONT_REOPEN_PTY): #def it.
2002-08-25 17:43:29 +00:00
Andrew Choi
a6311b2f6e
2002-08-25 Andrew Choi <akochoi@shaw.ca>
...
* emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
defined instead of MAC_OSX.
* s/darwin.h (select): Define select to sys_select only if
HAVE_CARBON is defined.
2002-08-25 17:15:26 +00:00
Andrew Choi
511ca371fa
2002-08-25 Andrew Choi <akochoi@shaw.ca>
...
* s/darwin.h (HAVE_WORKING_VFORK): #undef it. Define vfork to
fork.
2002-08-25 16:44:51 +00:00
Richard M. Stallman
5bc1c7d04c
(BROKEN_SIGIO): Add #undef.
2002-08-17 04:57:03 +00:00
Andrew Choi
8030369ccb
2002-08-10 Andrew Choi <akochoi@shaw.ca>
...
* mac.c (sys_select) [MAC_OSX]: New function.
* macterm.c (MakeMeTheFrontProcess): New function.
(mac_initialize): Call MakeMeTheFrontProcess.
* s/darwin.h: Define select to sys_select.
2002-08-11 00:26:24 +00:00
Richard M. Stallman
3622bdf9a4
(C_SWITCH_SYSTEM): #undef it.
2002-08-07 14:32:09 +00:00
Andrew Choi
9794a8cdad
In src:
...
2002-07-31 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
HAVE_CARBON is defined.
In mac:
2002-07-31 Andrew Choi <akochoi@shaw.ca>
* INSTALL: Add instructions for building X Window version.
2002-08-01 03:33:20 +00:00
Richard M. Stallman
6d18dc4094
(HPUX8): Define this before including hpux.h.
...
(HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
2002-07-29 01:57:49 +00:00
Richard M. Stallman
53202f7d01
(HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
2002-07-29 01:56:56 +00:00
Richard M. Stallman
e04f3f7e2e
(USG_SUBTTY_WORKS): Defined.
2002-07-16 13:47:41 +00:00
Richard M. Stallman
9ef4768309
(BROKEN_SA_RESTART): Defined.
2002-07-11 17:31:10 +00:00
Andrew Choi
09740ad8a9
2002-07-01 Andrew Choi <akochoi@shaw.ca>
...
* s/darwin.h: Define POSIX_SIGNALS.
2002-07-01 23:30:21 +00:00
Andrew Choi
f00691a3e4
In src/:
...
2002-06-16 Andrew Choi <akochoi@shaw.ca>
* fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
Vdefault_fontset to Monaco with mac-roman coding.
* mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
init_process before and after inclusion of Carbon/Carbon.h, resp.
* macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
cursor_gc.
(add_font_name_table_entry): New function.
(init_font_name_table): Use add_font_name_table_entry; add italic,
bold, and bold-italic entries for truetype fonts.
* xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
for Mac too.
(try_font_list) [MAC_OS]: If no font matches given registry, try
fonts with any registry matching face_family.
(realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font
here.
* s/darwin.h: If autoconf detects the Ncurses library, define
LIBS_TERMCAP to -lncurses to use it.
In lisp/:
2002-06-16 Andrew Choi <akochoi@shaw.ca>
* term/mac-win.el (scalable-fonts-allowed): Set to t.
2002-06-16 23:08:57 +00:00
Eli Zaretskii
420a345c0f
Include /usr/pkg in the run time shared library path.
2002-05-31 16:31:51 +00:00
Richard M. Stallman
6b529d78be
[DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
2002-05-05 04:30:45 +00:00
Jason Rumney
7b7262a735
(HAVE_SELECT): Define.
2002-05-03 20:42:33 +00:00
Richard M. Stallman
397214d4a0
[emacs]: Include stdio.h.
...
(GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
2002-04-30 22:48:27 +00:00