aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (main): Use Vbuffer_alist instead of Fbuffer_list.Andreas Schwab1998-04-291-4/+4
* (abort): Omit this definition, if NO_ABORT.Richard M. Stallman1998-04-291-1/+3
* (main): Doc --multibyte and --unibyte in --help message.Richard M. Stallman1998-04-281-1/+1
* (main): Fix bug report address.Richard M. Stallman1998-04-281-1/+1
* (standard_args): Apply --unibyte/multibyte after --nw.Richard M. Stallman1998-04-261-4/+4
* Include buffer.hRichard M. Stallman1998-04-231-27/+58
* (syms_of_emacs): Fix patching error in previous change.Richard M. Stallman1998-04-171-2/+2
* (Vpath_separator): New variable.Geoff Voelker1998-04-171-0/+10
* (standard_args): Add --no-unibyte.Richard M. Stallman1998-04-161-12/+25