log src/emacs.c @ 11662:fc93b587543c

age author description
1995-04-30 Richard M. Stallman (main): Delete duplicate code for -version.
1995-04-30 Richard M. Stallman (standard_args): Add #ifdef VMS for -map.
1995-04-29 Richard M. Stallman (standard_args): Add -L/--directory/-directory.
1995-04-26 Richard M. Stallman (standard_args): Move -iconic and --icon-type (etc.)
1995-04-07 Karl Heuer Update copyright.
1995-04-07 Richard M. Stallman (main): Cast arg to `brk'.
1995-04-03 Karl Heuer (main): Start with an empty message log.
1995-03-31 Karl Heuer (sort_args): Skip strncmp if longname is a null pointer.
1995-03-21 Richard M. Stallman (dump-emacs-data, dump-emacs): Declare my_edata as char array.
1995-03-02 Richard M. Stallman (syms_of_emacs): Doc fix.
1995-02-05 Richard M. Stallman (main): Undo previous change.
1995-01-31 Richard M. Stallman Fix previous change.
1995-01-31 Richard M. Stallman (main) [REL_ALLOC]: Set __malloc_extra_blocks.
1995-01-22 Richard M. Stallman (sort_args): Ordinary args get priority 0.
1995-01-11 Richard M. Stallman (main): Handle SIGABRT, SIGHWE, SIGPRE, SIGORE, SIGDLK,
1994-12-15 Richard M. Stallman (main): Fix conversion of --display to -d.
1994-12-13 Richard M. Stallman (sort_args): Make `options' a vector of ints.
1994-12-04 Richard M. Stallman (argmatch): Take argc as arg; don't go past end of argv.
1994-12-03 Richard M. Stallman (argmatch): Handle lstr == 0.
1994-11-21 Francesco Potortì Added code for automatically saving and restoring the match data
1994-11-19 Richard M. Stallman (sort_args): New function.
1994-11-01 Richard M. Stallman (Fdump_emacs): Don't reset the data start address by
1994-10-17 Morten Welinder *** empty log message ***
1994-09-27 Karl Heuer (Fkill_emacs): Use type test macros.
1994-09-26 Karl Heuer (argmatch): New function.
1994-09-17 Karl Heuer (Vsystem_configuration_options): New variable.
1994-09-17 Richard M. Stallman (shut_down_emacs): Don't call Fx_close_current_connection.
1994-09-05 Richard M. Stallman (init_cmdargs): After chasing link, use only the expanded name.
1994-06-13 Richard M. Stallman (init_cmdargs): Set up initial_argv, initial_argc.
1994-06-05 Richard M. Stallman (main): Do the setpgrp after checking for -batch.
1994-05-28 Richard M. Stallman (main): In batch mode, don't set the pgrp.
1994-05-18 Richard M. Stallman (syms_of_emacs): EMACS_CONFIGURATION renamed from CONFIGURATION.
1994-05-13 Richard M. Stallman (main): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.
1994-04-30 Richard M. Stallman (memory_warning_signal): Call force_auto_save_soon.
1994-04-28 Richard M. Stallman Fix typo in previous change.
1994-04-28 Richard M. Stallman (syms_of_emacs): Doc fix.
1994-04-21 Richard M. Stallman (init_cmdargs): Check only for etc and lib-src subdirs
1994-04-21 Richard M. Stallman (init_cmdargs): Just check for etc and lib-src subdirs
1994-04-13 Richard M. Stallman (inherited_pgroup): Conditionalize on BSD_PGRPS.
1994-04-12 Richard M. Stallman (main): Fix typo in prev. change.
1994-04-09 Richard M. Stallman (main): Handle EXTRA_INITIALIZE.
1994-04-08 Karl Heuer (main): Call syms_of_term.
1994-03-22 Richard M. Stallman (__do_global_ctors, __do_global_ctors_aux)
1994-03-20 Richard M. Stallman (syms_of_emacs): Don't initialize Vinstallation_name
1994-03-05 Richard M. Stallman (shut_down_emacs): Set Vrun_hooks to nil.
1994-03-03 Richard M. Stallman Comment change.
1994-02-22 Karl Heuer Move extern declarations to top of file.
1994-02-17 Richard M. Stallman (main): Test BSD_PGRPS, not BSD.
1994-02-05 Richard M. Stallman (main) [AIX]: Don't handle signal 20, 21 or 22.
1994-02-03 Richard M. Stallman (init_cmdargs): Set Vinstallation_directory.
1994-01-14 Richard M. Stallman (main) [USG5 and INTERRUPT_INPUT]: Call setpgrp.
1994-01-08 Roland McGrath (main): Call strerror instead of using sys_errlist.
1994-01-08 Richard M. Stallman (main): Don't call setpgrp if !initialized.
1994-01-08 Richard M. Stallman (main) [MSDOS]: Call init_environment. Set file types to
1993-12-26 Richard M. Stallman (main) [AIX]: Call putenv.
1993-12-23 Richard M. Stallman (syms_of_emacs): Define Lisp var system-configuration.
1993-11-27 Richard M. Stallman (main) [AIX]: Don't handle signals 23, SIGAIO, SIGPTY.
1993-11-24 Richard M. Stallman (main): Call init_callproc and init_callproc_1.
1993-11-10 Richard M. Stallman (main): Use EMACS_GETPGRP macro.
1993-09-10 Roland McGrath Include <config.h> instead of "config.h".