aboutsummaryrefslogtreecommitdiffstats
path: root/src/s (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (UNEXEC): Comment out definition.Richard M. Stallman2002-09-131-1/+2
|
* Fix typo. Add comment.Markus Rost2002-09-091-1/+3
|
* New file.Richard M. Stallman2002-09-091-0/+5
|
* (UNEXEC): Definition deleted.Richard M. Stallman2002-09-091-3/+0
|
* (UNEXEC): Use unexsol.o.Richard M. Stallman2002-09-051-15/+1
|
* 2002-08-27 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-271-0/+3
| | | | * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
* 2002-08-25 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-251-0/+1
| | | | * s/darwin.h (DONT_REOPEN_PTY): #def it.
* 2002-08-25 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-251-1/+1
| | | | | | | | * 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 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-251-5/+5
| | | | | * s/darwin.h (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
* (BROKEN_SIGIO): Add #undef.Richard M. Stallman2002-08-171-0/+2
|
* 2002-08-10 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-111-0/+7
| | | | | | | | | * 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.
* (C_SWITCH_SYSTEM): #undef it.Richard M. Stallman2002-08-071-0/+3
|
* In src:Andrew Choi2002-08-011-0/+6
| | | | | | | | | | | | | 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.
* (HPUX8): Define this before including hpux.h.Richard M. Stallman2002-07-291-5/+2
| | | | (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
* (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.Richard M. Stallman2002-07-291-0/+2
|
* (USG_SUBTTY_WORKS): Defined.Richard M. Stallman2002-07-161-0/+4
|
* (BROKEN_SA_RESTART): Defined.Richard M. Stallman2002-07-111-0/+3
|
* 2002-07-01 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-07-011-1/+7
| | | | * s/darwin.h: Define POSIX_SIGNALS.
* In src/:Andrew Choi2002-06-161-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Include /usr/pkg in the run time shared library path.Eli Zaretskii2002-05-311-1/+1
|
* [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.Richard M. Stallman2002-05-051-0/+5
|
* (HAVE_SELECT): Define.Jason Rumney2002-05-031-1/+1
|
* [emacs]: Include stdio.h.Richard M. Stallman2002-04-301-0/+9
| | | | (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-0/+291
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is not defined.Eli Zaretskii2002-04-191-0/+12
|
* (HAVE_LIBKSTAT): Define only if not already defined.Eli Zaretskii2002-04-171-1/+4
|
* (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.Eli Zaretskii2002-04-161-1/+1
|
* Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf.Andreas Schwab2002-04-156-22/+1
|
* (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.Andreas Schwab2002-02-071-1/+4
|
* Check for __mc68000__ instead of __m68k__, the latter never being definedAndreas Schwab2002-02-021-1/+1
| | | | on GNU/Linux.
* (LIBX11_SYSTEM) [MOTIF]: Add -lgen.Richard M. Stallman2001-12-291-1/+10
| | | | (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
* (GNU_LINUX): Defined.Richard M. Stallman2001-12-111-0/+1
|
* (srand48): Don't undefine.Eli Zaretskii2001-12-091-1/+0
|
* Fix comment about vfork.Paul Eggert2001-12-071-2/+0
|
* (HAVE_VFORK): Remove #undef.Paul Eggert2001-12-071-3/+1
|
* (vfork): Remove #define.Paul Eggert2001-12-071-4/+0
|
* (random): Add undef.Richard M. Stallman2001-12-071-1/+2
| | | | (HAVE_RANDOM): Define it just once.
* Comment change.Richard M. Stallman2001-11-171-1/+1
|
* (HAVE_SYS_WAIT_H): Add #undef.Richard M. Stallman2001-11-172-0/+6
|
* (HAVE_SYS_WAIT_H): Define it.Richard M. Stallman2001-11-171-0/+3
|
* Fix last change.Eli Zaretskii2001-11-031-0/+2
|
* (sigprocmask_set): Declare as extern SIGMASKTYPE.Eli Zaretskii2001-11-031-0/+1
|
* New file.Eli Zaretskii2001-10-311-0/+8
|
* (EXEC_SUFFIXES): Remove.Stefan Monnier2001-10-142-2/+0
|
* (C_SWITCH_SYSTEM) [!__GNUC__]: Add `-nointrinsics'Gerd Moellmann2001-10-101-0/+9
| | | | options. From Dave Love <d.love@dl.ac.uk>.
* Do not undef min and max.Andrew Innes2001-10-081-6/+0
|
* Fix a typo in comment.Pavel Janík2001-09-281-1/+1
|
* (LD_SWITCH_SYSTEM_TEMACS): Link temacs with -zAndreas Schwab2001-09-281-0/+6
| | | | nocombreloc, in case -z combreloc is the default.
* (LD_SWITCH_SYSTEM, C_SWITCH_SYSTEM): Add /usr/pkg.Gerd Moellmann2001-09-191-2/+2
|
* (C_SWITCH_SYSTEM): Add.Gerd Moellmann2001-09-181-1/+10
| | | | (LD_SWITCH_SYSTEM): Include /usr/local/lib.