summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Collapse)AuthorAgeFilesLines
* (main): Call tzset only if LOCALTIME_CACHE is defined;Richard M. Stallman1995-09-101-3/+3
| | | | not all Suns have this bug.
* (decode_env_path): Use ".", not nil, for current dir.Richard M. Stallman1995-08-291-1/+2
|
* (sort_args): Initialize best_priority smaller than anyKarl Heuer1995-08-151-1/+1
| | | | actual priority.
* (standard_args): Fix previous change.Richard M. Stallman1995-08-141-1/+1
|
* (standard_args): Add option --eval to evalute anRichard M. Stallman1995-08-141-0/+1
| | | | expression on the command line and print the result.
* (main): Add to usage message.Karl Heuer1995-07-171-1/+2
|
* (init_cmdargs): Make Vinvocation_directoryRichard M. Stallman1995-06-261-0/+5
| | | | absolute if it isn't already.
* (main): Fix --help message.Richard M. Stallman1995-06-241-1/+0
|
* (standard_args): -i, -itype, --icon-type take 0, not 1, argsKarl Heuer1995-05-261-2/+2
|
* (Fkill_emacs): Delete the auto-save-list fileKarl Heuer1995-05-181-5/+6
| | | | after shut_down_emacs.
* (Fdump_emacs): Don't take address of array.Karl Heuer1995-05-171-1/+1
|
* (main) [NeXT]: Add missing braces.Karl Heuer1995-05-121-6/+7
|
* (Fdump_emacs): Don't use & before my_edata.Richard M. Stallman1995-05-081-1/+1
|
* Delete all APOLLO conditionals.Richard M. Stallman1995-05-061-18/+8
| | | | | | (Fdump_emacs_data): Don't use & before my_edata. (Fkill_emacs): Delete the Vauto_save_list_file_name file.
* (main): Delete duplicate code for -version.Richard M. Stallman1995-04-301-10/+2
| | | | (standard_args): Add -help and -version.
* (standard_args): Add #ifdef VMS for -map.Richard M. Stallman1995-04-301-0/+2
|
* (standard_args): Add -L/--directory/-directory.Richard M. Stallman1995-04-291-0/+2
|
* (standard_args): Move -iconic and --icon-type (etc.)Richard M. Stallman1995-04-261-3/+4
| | | | to the end of the initial args.
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* (main): Cast arg to `brk'.Richard M. Stallman1995-04-071-1/+1
|
* (main): Start with an empty message log.Karl Heuer1995-04-031-0/+10
|
* (sort_args): Skip strncmp if longname is a null pointer.Karl Heuer1995-03-311-2/+5
|
* (dump-emacs-data, dump-emacs): Declare my_edata as char array.Richard M. Stallman1995-03-211-2/+2
|
* (syms_of_emacs): Doc fix.Richard M. Stallman1995-03-021-1/+2
|
* (main): Undo previous change.Richard M. Stallman1995-02-051-9/+0
|
* Fix previous change.Richard M. Stallman1995-01-311-6/+9
|
* (main) [REL_ALLOC]: Set __malloc_extra_blocks.Richard M. Stallman1995-01-311-0/+6
|
* (sort_args): Ordinary args get priority 0.Richard M. Stallman1995-01-221-12/+14
| | | | | So do -f, -l, -insert, etc. --kill gets negative priority. Everything else gets positive priority.
* (main): Handle SIGABRT, SIGHWE, SIGPRE, SIGORE, SIGDLK,Richard M. Stallman1995-01-111-0/+21
| | | | SIGCPULIM, if they are defined.
* (main): Fix conversion of --display to -d.Richard M. Stallman1994-12-151-1/+19
| | | | (main): Implement --version.
* (sort_args): Make `options' a vector of ints.Richard M. Stallman1994-12-131-2/+2
| | | | (sort_args): Don't overwrite the terminating null pointer.
* (argmatch): Take argc as arg; don't go past end of argv.Richard M. Stallman1994-12-041-13/+20
| | | | (main): Change calls to argmatch.
* (argmatch): Handle lstr == 0.Richard M. Stallman1994-12-031-1/+1
|
* Added code for automatically saving and restoring the match dataFrancesco Potortì1994-11-211-0/+5
| | | | when a filter or sentinel tries to modify it.
* (sort_args): New function.Richard M. Stallman1994-11-191-16/+221
| | | | | | (main): Call sort_args. Check for -d/-display after -nw, -batch, -help. Accept --display, with arg attached or separate.
* (Fdump_emacs): Don't reset the data start address byRichard M. Stallman1994-11-011-0/+4
| | | | invoking memory_warnings just before unexec-ing.
* *** empty log message ***Morten Welinder1994-10-171-0/+5
|
* (Fkill_emacs): Use type test macros.Karl Heuer1994-09-271-1/+1
|
* (argmatch): New function.Karl Heuer1994-09-261-42/+122
| | | | | (main): Recognize --longopt synonyms for all options handled here. Add --help and --version.
* (Vsystem_configuration_options): New variable.Karl Heuer1994-09-171-1/+9
| | | | (syms_of_emacs): Initialize it.
* (shut_down_emacs): Don't call Fx_close_current_connection.Richard M. Stallman1994-09-171-0/+2
|
* (init_cmdargs): After chasing link, use only the expanded name.Richard M. Stallman1994-09-051-1/+1
| | | | (init_cmdargs): When setting dir, expand the dir name.
* (init_cmdargs): Set up initial_argv, initial_argc.Richard M. Stallman1994-06-131-0/+7
|
* (main): Do the setpgrp after checking for -batch.Richard M. Stallman1994-06-051-15/+15
|
* (main): In batch mode, don't set the pgrp.Richard M. Stallman1994-05-281-7/+9
|
* (syms_of_emacs): EMACS_CONFIGURATION renamed from CONFIGURATION.Richard M. Stallman1994-05-181-2/+6
| | | | (shut_down_emacs): Don't call intern.
* (main): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.Richard M. Stallman1994-05-131-3/+3
|
* (memory_warning_signal): Call force_auto_save_soon.Richard M. Stallman1994-04-301-0/+3
|
* Fix typo in previous change.Richard M. Stallman1994-04-281-1/+1
|
* (syms_of_emacs): Doc fix.Richard M. Stallman1994-04-281-1/+3
|