summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* (main) [CLASH_DETECTION]: Call init_filelock.Karl Heuer1999-03-091-0/+3
* (main) [DOUG_LEA_MALLOC]: Don't use unsetenv, it callsAndreas Schwab1999-02-281-2/+13
* (main) [DOUG_LEA_MALLOC]: Work around a bug in glibc'sAndreas Schwab1999-02-261-0/+10
* Don't define Qusr1_signal and Qusr2_signal.Andreas Schwab1999-02-221-11/+4
* (main): [!SYSTEM_MALLOC]: Call realloc and free as wellAndrew Innes1999-02-201-2/+3
* (Qusr1_signal, Qusr2_signal): New variables.Richard M. Stallman1999-02-191-22/+28
* (main): Pass argv to init_environment.Andrew Innes1999-01-301-1/+1
* (main): Up-date copyright.Richard M. Stallman1999-01-261-1/+1
* Comment about unibyte.Dave Love1999-01-241-0/+6
* (main) [DOUG_LEA_MALLOC]: Don't call r_alloc_reinit.Richard M. Stallman1999-01-021-2/+0
* (main): Call memory_warnings and uninterrupt_mallocRichard M. Stallman1998-12-291-8/+7
* emacs.c (main): Invoke init_fileio_once.Geoff Voelker1998-10-301-0/+1
* (main) [HAVE_NTGUI]: Invoke syms_of_fontset().Geoff Voelker1998-10-251-0/+1
* (sort_args): Fill extra space with NULL ptrs.Richard M. Stallman1998-09-271-0/+4
* (main): Mention --display and --eval in help.Karl Heuer1998-09-101-3/+4
* (main): Call init_coding.Kenichi Handa1998-07-211-0/+1
* (sort_args): Discard duplicate options with no args.Richard M. Stallman1998-06-231-80/+117
* Doc fixes.Karl Heuer1998-06-201-1/+1
* (standard_args): Fix arg order to match code in `main'.Richard M. Stallman1998-06-121-11/+17
* Comment change.Karl Heuer1998-06-051-1/+1
* (main): Don't implement --version if not initialized.Karl Heuer1998-06-041-2/+5
* (main): Test `initialized' before clearing *Messages*.Karl Heuer1998-06-011-5/+8
* (main): Call the syms_of_... and keys_of_... functionsRichard M. Stallman1998-05-061-24/+25