aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* (main): Remove extern declaration for sys_nerr, whichGerd Moellmann2001-06-291-1/+0
* Comment fix.Gerd Moellmann2001-04-051-3/+4
* (main): Update the copyright year.Eli Zaretskii2001-03-251-2/+3
* (malloc_initialize_hook): Handle case thet `environ'Gerd Moellmann2001-02-191-1/+1
* * src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):Andrew Choi2000-11-261-6/+8
* (syms_of_emacs): Update docstring forAndrew Innes2000-11-051-1/+3
* Initial check-in: changes for building Emacs under Mac OS.Andrew Choi2000-10-221-1/+36
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-1/+2
* Change conditional compilation on REL_ALLOC_MMAP toGerd Moellmann2000-09-141-2/+2
* (Fdump_emacs) [REL_ALLOC_MMAP]: Call mmap_set_varsGerd Moellmann2000-09-061-0/+7
* Remove includes ofGerd Moellmann2000-09-021-8/+3
* (toplevel) [HAVE_STRING_H]: Include string.h.Gerd Moellmann2000-08-281-1/+8
* (malloc_initialize_hook) [USE_CRT_DLL]: RemoveAndrew Innes2000-08-221-0/+4
* (main): Don't call init_coding.Kenichi Handa2000-08-161-1/+0
* (handle_USR2_signal, handle_USR1_signal): UseGerd Moellmann2000-07-131-2/+2
* (handle_USR1_signal, handle_USR2_signal) ClearGerd Moellmann2000-07-041-5/+3
* (setgrp): Undefine before defining.Dave Love2000-06-231-3/+4
* * emacs.c (main): Initialize keyboard syms before initializingKen Raeburn2000-05-251-1/+5
* (setpgrp): Don't define if USG and BSD_PGRPS are not defined.Gerd Moellmann2000-05-241-0/+2
* (setpgrp) [HAVE_SETPGID]: Define as setpgid.Gerd Moellmann2000-05-231-0/+4
* Use the term `invalid' instead of `illegal'.Gerd Moellmann2000-05-161-1/+1
* (USAGE2): Add `--line-spacing' and `-lsp'.Gerd Moellmann2000-04-241-0/+1
* * scroll.c (CHECK_BOUNDS): Renamed from CHECK.Ken Raeburn2000-03-291-1/+1
* [HAVE_NTGUI]: call syms_of_xfaces instead of syms_of_w32faces.Jason Rumney2000-03-041-3/+0
* (main): Remove code snipped commented out with `//'.Gerd Moellmann2000-02-251-1/+0
* (main): Use #if GC_MARK_STACK instead of #ifdef.Gerd Moellmann2000-02-171-2/+2
* (main) [GC_MARK_STACK]: Initialize stack_base.Gerd Moellmann2000-02-171-0/+8
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-171-2/+0
* (USAGE): Split into USAGE1 and USAGE2, to work-aroundAndrew Innes2000-02-061-3/+6
* (USAGE): Use term `display options' instead of `XGerd Moellmann2000-01-311-1/+1
* (USAGE): New macro.Gerd Moellmann2000-01-281-10/+71
* (main): Call init_atimer.Gerd Moellmann2000-01-251-0/+1
* (main): Call syms_of_composite.Kenichi Handa1999-12-151-0/+1
* (main): Set LANG=C iff AX3_2 defined.Dave Love1999-12-011-1/+2
* (synchronize_locale): Avoid compiler warnings aboutEli Zaretskii1999-11-281-1/+1
* * emacs.c (fixup_locale): Don't bother to record initial locale.Paul Eggert1999-11-251-13/+9
* (PVEC_FLAG): New variable.Gerd Moellmann1999-11-241-0/+1
* (gdb_valbits, gdb_gctypebits, gdb_emacs_intbits)Gerd Moellmann1999-11-221-0/+11
* * callproc.c (strerror): Remove decl.Paul Eggert1999-11-221-27/+32
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-1/+0
* (standard_args): Add `file' as synonym for `visit',Gerd Moellmann1999-10-261-1/+7
* more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1999-10-251-2/+2
* (main): Enable profiling conditional on __linux also.Dave Love1999-10-221-1/+1
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-10/+103
* (main): Remove unused variables.Gerd Moellmann1999-09-161-4/+4
* (handle_USR1_signal): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-2/+2
* Include <stdlib.h> if available.Andreas Schwab1999-08-301-0/+4
* (shut_down_emacs): Call check_message_stack.Gerd Moellmann1999-08-211-0/+1
* (main): Call init_fns.Gerd Moellmann1999-07-211-9/+28
* [DOUG_LEA_MALLOC] (malloc_initialize_hook):Karl Heuer1999-06-291-20/+35